Uses of Interface
org.nasdanika.html.model.bootstrap.Modal
-
Packages that use Modal Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Modal in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Modal Modifier and Type Method Description ModalBootstrapFactory. createModal()Returns a new object of class 'Modal'. -
Uses of Modal in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Modal Modifier and Type Class Description classModalImplAn implementation of the model object 'Modal'.Methods in org.nasdanika.html.model.bootstrap.impl that return Modal Modifier and Type Method Description ModalBootstrapFactoryImpl. createModal() -
Uses of Modal in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Modal Modifier and Type Method Description TBootstrapSwitch. caseModal(Modal object)Returns the result of interpreting the object as an instance of 'Modal'.booleanBootstrapValidator. validateModal(Modal modal, DiagnosticChain diagnostics, Map<Object,Object> context)
-