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

pl.fhframework.model.forms.converters.LabelPositionAttrConverter 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.attribute.ToLowerCaseEnumAttrConverter;
import pl.fhframework.model.forms.model.LabelPosition;

/**
 * Label position input element XML attribute converter
 */
@XMLPropertyGlobalConverter(LabelPosition.class)
public class LabelPositionAttrConverter extends ToLowerCaseEnumAttrConverter {

    public LabelPositionAttrConverter() {
        super(LabelPosition.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy