Uses of Interface
org.nasdanika.html.model.bootstrap.ActionGroupItem
-
Packages that use ActionGroupItem Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of ActionGroupItem in org.nasdanika.html.model.bootstrap
Subinterfaces of ActionGroupItem in org.nasdanika.html.model.bootstrap Modifier and Type Interface Description interfaceContentActionGroupItemA representation of the model object 'Content Action Group Item'.interfaceLinkActionGroupItemA representation of the model object 'Link Action Group Item'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type ActionGroupItem Modifier and Type Method Description EList<ActionGroupItem>ActionGroup. getItems()Returns the value of the 'Items' containment reference list. -
Uses of ActionGroupItem in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement ActionGroupItem Modifier and Type Class Description classActionGroupItemImplAn implementation of the model object 'Action Group Item'.classContentActionGroupItemImplAn implementation of the model object 'Content Action Group Item'.classLinkActionGroupItemImplAn implementation of the model object 'Link Action Group Item'.Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type ActionGroupItem Modifier and Type Method Description EList<ActionGroupItem>ActionGroupImpl. getItems() -
Uses of ActionGroupItem in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type ActionGroupItem Modifier and Type Method Description TBootstrapSwitch. caseActionGroupItem(ActionGroupItem object)Returns the result of interpreting the object as an instance of 'Action Group Item'.booleanBootstrapValidator. validateActionGroupItem(ActionGroupItem actionGroupItem, DiagnosticChain diagnostics, Map<Object,Object> context)
-