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