All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.fhframework.model.forms.converters.StyleableStyleAttrConverter Maven / Gradle / Ivy

There is a newer version: 4.10.401
Show newest version
package pl.fhframework.model.forms.converters;

import pl.fhframework.annotations.XMLPropertyGlobalConverter;
import pl.fhframework.model.forms.Component;
import pl.fhframework.model.forms.Styleable.Style;
import pl.fhframework.model.forms.attribute.IComponentAttributeTypeConverter;

import java.util.Optional;

/**
 * Created by Piotr on 2017-02-02.
 */
@XMLPropertyGlobalConverter(Style.class)
public class StyleableStyleAttrConverter implements IComponentAttributeTypeConverter