Class DataLoaderPropertyParser
java.lang.Object
io.jmix.flowui.xml.layout.loader.impl.DataLoaderPropertyParser
- All Implemented Interfaces:
PropertyParser
@Order(990)
@Component("flowui_DataLoaderPropertyParser")
public class DataLoaderPropertyParser
extends Object
implements PropertyParser
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(PropertyParsingContext context) Parses a value from string representation.boolean
supports
(PropertyParsingContext context)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
DataLoaderPropertyParser
public DataLoaderPropertyParser()
-
-
Method Details
-
supports
- Specified by:
supports
in interfacePropertyParser
- Parameters:
context
- a context object- Returns:
- whether this parser can parse a value from string representation
-
parse
Description copied from interface:PropertyParser
Parses a value from string representation.- Specified by:
parse
in interfacePropertyParser
- Parameters:
context
- a context object- Returns:
- parsed value
-