Uses of Interface
org.nasdanika.html.model.bootstrap.Page
-
Packages that use Page Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Page in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Page Modifier and Type Method Description PageBootstrapFactory. createPage()Returns a new object of class 'Page'. -
Uses of Page in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Page Modifier and Type Class Description classPageImplAn implementation of the model object 'Page'.Methods in org.nasdanika.html.model.bootstrap.impl that return Page Modifier and Type Method Description PageBootstrapFactoryImpl. createPage() -
Uses of Page in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Page Modifier and Type Method Description TBootstrapSwitch. casePage(Page object)Returns the result of interpreting the object as an instance of 'Page'.booleanBootstrapValidator. validatePage(Page page, DiagnosticChain diagnostics, Map<Object,Object> context)booleanBootstrapValidator. validatePage_theme(Page page, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the theme constraint of 'Page'.
-