Uses of Interface
org.nasdanika.html.model.bootstrap.ActionGroup
-
Packages that use ActionGroup Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of ActionGroup in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return ActionGroup Modifier and Type Method Description ActionGroupBootstrapFactory. createActionGroup()Returns a new object of class 'Action Group'. -
Uses of ActionGroup in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement ActionGroup Modifier and Type Class Description classActionGroupImplAn implementation of the model object 'Action Group'.Methods in org.nasdanika.html.model.bootstrap.impl that return ActionGroup Modifier and Type Method Description ActionGroupBootstrapFactoryImpl. createActionGroup() -
Uses of ActionGroup in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type ActionGroup Modifier and Type Method Description TBootstrapSwitch. caseActionGroup(ActionGroup object)Returns the result of interpreting the object as an instance of 'Action Group'.booleanBootstrapValidator. validateActionGroup(ActionGroup actionGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-