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