Uses of Class
de.mhus.lib.core.definition.DefRoot
-
Packages that use DefRoot Package Description de.mhus.lib.core.definition de.mhus.lib.core.strategy de.mhus.lib.form -
-
Uses of DefRoot in de.mhus.lib.core.definition
Methods in de.mhus.lib.core.definition that return DefRoot Modifier and Type Method Description DefRootDefRoot. build() -
Uses of DefRoot in de.mhus.lib.core.strategy
Methods in de.mhus.lib.core.strategy that return DefRoot Modifier and Type Method Description DefRootOperationDescription. getForm()Methods in de.mhus.lib.core.strategy with parameters of type DefRoot Modifier and Type Method Description voidOperationDescription. setForm(DefRoot form)Constructors in de.mhus.lib.core.strategy with parameters of type DefRoot Constructor Description OperationDescription(Operation owner, Version version, String title, DefRoot form)OperationDescription(Operation owner, String title, DefRoot form)OperationDescription(Operation owner, String group, String id, String title, DefRoot form)OperationDescription(UUID uuid, Class<?> clazz, MNlsProvider nlsProvider, Version version, String title, DefRoot form)OperationDescription(UUID uuid, String group, String id, Version version, MNlsProvider nlsProvider, String title, DefRoot form) -
Uses of DefRoot in de.mhus.lib.form
Methods in de.mhus.lib.form that return DefRoot Modifier and Type Method Description DefRootDefaultFormInformation. getForm()DefRootIFormInformation. getForm()Get form definition.static DefRootModelUtil. toModel(Element xml)Constructors in de.mhus.lib.form with parameters of type DefRoot Constructor Description DefaultFormInformation(DefRoot form, Class<? extends ActionHandler> actionHandler, Class<? extends FormControl> formControl)MForm(DefRoot model)MutableMForm(DefRoot model)
-