Uses of Interface
org.nasdanika.html.model.bootstrap.Collapse
-
Packages that use Collapse Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Collapse in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Collapse Modifier and Type Method Description CollapseBootstrapFactory. createCollapse()Returns a new object of class 'Collapse'. -
Uses of Collapse in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Collapse Modifier and Type Class Description classCollapseImplAn implementation of the model object 'Collapse'.Methods in org.nasdanika.html.model.bootstrap.impl that return Collapse Modifier and Type Method Description CollapseBootstrapFactoryImpl. createCollapse() -
Uses of Collapse in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Collapse Modifier and Type Method Description TBootstrapSwitch. caseCollapse(Collapse object)Returns the result of interpreting the object as an instance of 'Collapse'.booleanBootstrapValidator. validateCollapse(Collapse collapse, DiagnosticChain diagnostics, Map<Object,Object> context)
-