Uses of Class
net.n2oapp.framework.api.metadata.ReduxModel
-
-
Uses of ReduxModel in net.n2oapp.framework.api.metadata
Methods in net.n2oapp.framework.api.metadata that return ReduxModel Modifier and Type Method Description static ReduxModelReduxModel. valueOf(String name)Returns the enum constant of this type with the specified name.static ReduxModel[]ReduxModel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReduxModel in net.n2oapp.framework.api.metadata.aware
Methods in net.n2oapp.framework.api.metadata.aware that return ReduxModel Modifier and Type Method Description ReduxModelModelAware. getModel()Methods in net.n2oapp.framework.api.metadata.aware with parameters of type ReduxModel Modifier and Type Method Description voidModelAware. setModel(ReduxModel model) -
Uses of ReduxModel in net.n2oapp.framework.api.metadata.meta
Methods in net.n2oapp.framework.api.metadata.meta with parameters of type ReduxModel Modifier and Type Method Description voidModels. add(ReduxModel model, String widgetId, String field, ModelLink value)voidModels. add(ReduxModel model, String widgetId, ModelLink value)ModelLinkModels. get(ReduxModel model, String widgetId, String field)Constructors in net.n2oapp.framework.api.metadata.meta with parameters of type ReduxModel Constructor Description ModelLink(ReduxModel model, String datasource)ModelLink(ReduxModel model, String datasource, String fieldId) -
Uses of ReduxModel in net.n2oapp.framework.api.metadata.meta.action.editlist
Constructors in net.n2oapp.framework.api.metadata.meta.action.editlist with parameters of type ReduxModel Constructor Description EditInfo(String datasource, ReduxModel model, String field)
-