Uses of Interface
org.nasdanika.html.model.bootstrap.Float
-
Packages that use Float Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Float in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Float Modifier and Type Method Description FloatBootstrapFactory. createFloat()Returns a new object of class 'Float'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Float Modifier and Type Method Description EList<Float>Appearance. getFloat()Returns the value of the 'Float' containment reference list. -
Uses of Float in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Float Modifier and Type Class Description classFloatImplAn implementation of the model object 'Float'.Methods in org.nasdanika.html.model.bootstrap.impl that return Float Modifier and Type Method Description FloatBootstrapFactoryImpl. createFloat()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Float Modifier and Type Method Description EList<Float>AppearanceImpl. getFloat() -
Uses of Float in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Float Modifier and Type Method Description TBootstrapSwitch. caseFloat(Float object)Returns the result of interpreting the object as an instance of 'Float'.booleanBootstrapValidator. validateFloat(Float float_, DiagnosticChain diagnostics, Map<Object,Object> context)booleanBootstrapValidator. validateFloat_attributes(Float float_, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the attributes constraint of 'Float'.
-