Uses of Interface
org.nasdanika.html.model.bootstrap.ContentActionGroupItem
-
Packages that use ContentActionGroupItem Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of ContentActionGroupItem in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return ContentActionGroupItem Modifier and Type Method Description ContentActionGroupItemBootstrapFactory. createContentActionGroupItem()Returns a new object of class 'Content Action Group Item'. -
Uses of ContentActionGroupItem in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement ContentActionGroupItem Modifier and Type Class Description classContentActionGroupItemImplAn implementation of the model object 'Content Action Group Item'.Methods in org.nasdanika.html.model.bootstrap.impl that return ContentActionGroupItem Modifier and Type Method Description ContentActionGroupItemBootstrapFactoryImpl. createContentActionGroupItem() -
Uses of ContentActionGroupItem in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type ContentActionGroupItem Modifier and Type Method Description TBootstrapSwitch. caseContentActionGroupItem(ContentActionGroupItem object)Returns the result of interpreting the object as an instance of 'Content Action Group Item'.booleanBootstrapValidator. validateContentActionGroupItem(ContentActionGroupItem contentActionGroupItem, DiagnosticChain diagnostics, Map<Object,Object> context)
-