Uses of Class
net.n2oapp.framework.api.metadata.ReduxModel
-
Packages that use ReduxModel Package Description net.n2oapp.framework.api.metadata net.n2oapp.framework.api.metadata.aware net.n2oapp.framework.api.metadata.global.dao net.n2oapp.framework.api.metadata.meta -
-
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(java.lang.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() -
Uses of ReduxModel in net.n2oapp.framework.api.metadata.global.dao
Constructors in net.n2oapp.framework.api.metadata.global.dao with parameters of type ReduxModel Constructor Description N2oParam(java.lang.String name, java.lang.String value, java.lang.String refWidgetId, ReduxModel refModel, java.lang.String refPageId) -
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, java.lang.String widgetId, java.lang.String field, ModelLink link)voidModels. add(ReduxModel model, java.lang.String widgetId, ModelLink link)ModelLinkModels. get(ReduxModel model, java.lang.String widgetId, java.lang.String field)Constructors in net.n2oapp.framework.api.metadata.meta with parameters of type ReduxModel Constructor Description ModelLink(ReduxModel model, java.lang.String widgetId)ModelLink(ReduxModel model, java.lang.String widgetId, java.lang.String fieldId)
-