Uses of Interface
org.nasdanika.html.model.bootstrap.Alert
-
Packages that use Alert Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Alert in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Alert Modifier and Type Method Description AlertBootstrapFactory. createAlert()Returns a new object of class 'Alert'. -
Uses of Alert in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Alert Modifier and Type Class Description classAlertImplAn implementation of the model object 'Alert'.Methods in org.nasdanika.html.model.bootstrap.impl that return Alert Modifier and Type Method Description AlertBootstrapFactoryImpl. createAlert() -
Uses of Alert in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Alert Modifier and Type Method Description TBootstrapSwitch. caseAlert(Alert object)Returns the result of interpreting the object as an instance of 'Alert'.booleanBootstrapValidator. validateAlert(Alert alert, DiagnosticChain diagnostics, Map<Object,Object> context)
-