Uses of Class
net.n2oapp.framework.api.ui.FormModel
-
Packages that use FormModel Package Description net.n2oapp.framework.api.metadata.global.view.widget net.n2oapp.framework.api.ui -
-
Uses of FormModel in net.n2oapp.framework.api.metadata.global.view.widget
Methods in net.n2oapp.framework.api.metadata.global.view.widget that return FormModel Modifier and Type Method Description FormModelN2oEditForm. getModel()Deprecated.Methods in net.n2oapp.framework.api.metadata.global.view.widget with parameters of type FormModel Modifier and Type Method Description voidN2oEditForm. setModel(FormModel model)Deprecated. -
Uses of FormModel in net.n2oapp.framework.api.ui
Methods in net.n2oapp.framework.api.ui that return FormModel Modifier and Type Method Description static FormModelFormModel. fromUploadType(UploadType uploadType)Deprecated.static FormModelFormModel. getByName(java.lang.String name)Deprecated.static FormModelFormModel. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static FormModel[]FormModel. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-