Uses of Interface
org.nasdanika.html.model.bootstrap.Item
-
Packages that use Item Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Item in org.nasdanika.html.model.bootstrap
Subinterfaces of Item in org.nasdanika.html.model.bootstrap Modifier and Type Interface Description interfaceActionGroupItemA representation of the model object 'Action Group Item'.interfaceContentActionGroupItemA representation of the model object 'Content Action Group Item'.interfaceLinkActionGroupItemA representation of the model object 'Link Action Group Item'. -
Uses of Item in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Item Modifier and Type Class Description classActionGroupItemImplAn implementation of the model object 'Action Group Item'.classContentActionGroupItemImplAn implementation of the model object 'Content Action Group Item'.classItemImplAn implementation of the model object 'Item'.classLinkActionGroupItemImplAn implementation of the model object 'Link Action Group Item'. -
Uses of Item in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Item Modifier and Type Method Description TBootstrapSwitch. caseItem(Item object)Returns the result of interpreting the object as an instance of 'Item'.booleanBootstrapValidator. validateItem(Item item, DiagnosticChain diagnostics, Map<Object,Object> context)booleanBootstrapValidator. validateItem_activeAndDisabled(Item item, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the activeAndDisabled constraint of 'Item'.booleanBootstrapValidator. validateItem_color(Item item, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the color constraint of 'Item'.
-