@XMLPropertyGlobalConverter(value=Styleable.Style.class) public class StyleableStyleAttrConverter extends Object implements pl.fhframework.model.forms.attribute.IComponentAttributeTypeConverter<Styleable.Style>
| Constructor and Description |
|---|
StyleableStyleAttrConverter() |
| Modifier and Type | Method and Description |
|---|---|
Styleable.Style |
fromXML(pl.fhframework.model.forms.Component owner,
String value) |
Optional<String> |
toJavaLiteral(pl.fhframework.model.forms.Component owner,
Styleable.Style value) |
String |
toXML(Class<? extends pl.fhframework.model.forms.Component> ownerClass,
Styleable.Style value) |
public Styleable.Style fromXML(pl.fhframework.model.forms.Component owner, String value)
fromXML in interface pl.fhframework.model.forms.attribute.IComponentAttributeTypeConverter<Styleable.Style>public String toXML(Class<? extends pl.fhframework.model.forms.Component> ownerClass, Styleable.Style value)
toXML in interface pl.fhframework.model.forms.attribute.IComponentAttributeTypeConverter<Styleable.Style>public Optional<String> toJavaLiteral(pl.fhframework.model.forms.Component owner, Styleable.Style value)
toJavaLiteral in interface pl.fhframework.model.forms.attribute.IComponentAttributeTypeConverter<Styleable.Style>Copyright © 2019. All rights reserved.