Uses of Class
net.n2oapp.framework.api.metadata.meta.fieldset.FieldSet.LabelPosition
-
Packages that use FieldSet.LabelPosition Package Description net.n2oapp.framework.api.metadata.meta.fieldset -
-
Uses of FieldSet.LabelPosition in net.n2oapp.framework.api.metadata.meta.fieldset
Methods in net.n2oapp.framework.api.metadata.meta.fieldset that return FieldSet.LabelPosition Modifier and Type Method Description static FieldSet.LabelPositionFieldSet.LabelPosition. map(N2oFieldSet.FieldLabelLocation location, N2oFieldSet.FieldLabelAlign align)static FieldSet.LabelPositionFieldSet.LabelPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldSet.LabelPosition[]FieldSet.LabelPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-