Class IconPropertyParser
java.lang.Object
io.jmix.flowui.xml.layout.loader.impl.IconPropertyParser
- All Implemented Interfaces:
- PropertyParser
@Order(990)
@Component("flowui_IconPropertyParser")
public class IconPropertyParser
extends Object
implements PropertyParser
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparse(PropertyParsingContext context) Parses a value from string representation.booleansupports(PropertyParsingContext context) 
- 
Field Details- 
TYPE- See Also:
 
 
- 
- 
Constructor Details- 
IconPropertyParserpublic IconPropertyParser()
 
- 
- 
Method Details- 
supports- Specified by:
- supportsin interface- PropertyParser
- Parameters:
- context- a context object
- Returns:
- whether this parser can parse a value from string representation
 
- 
parseDescription copied from interface:PropertyParserParses a value from string representation.- Specified by:
- parsein interface- PropertyParser
- Parameters:
- context- a context object
- Returns:
- parsed value
 
 
-