Uses of Interface
org.nasdanika.html.model.bootstrap.ColumnWidth
-
Packages that use ColumnWidth Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of ColumnWidth in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return ColumnWidth Modifier and Type Method Description ColumnWidthBootstrapFactory. createColumnWidth()Returns a new object of class 'Column Width'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type ColumnWidth Modifier and Type Method Description EList<ColumnWidth>Column. getWidth()Returns the value of the 'Width' containment reference list. -
Uses of ColumnWidth in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement ColumnWidth Modifier and Type Class Description classColumnWidthImplAn implementation of the model object 'Column Width'.Methods in org.nasdanika.html.model.bootstrap.impl that return ColumnWidth Modifier and Type Method Description ColumnWidthBootstrapFactoryImpl. createColumnWidth()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type ColumnWidth Modifier and Type Method Description EList<ColumnWidth>ColumnImpl. getWidth() -
Uses of ColumnWidth in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type ColumnWidth Modifier and Type Method Description TBootstrapSwitch. caseColumnWidth(ColumnWidth object)Returns the result of interpreting the object as an instance of 'Column Width'.booleanBootstrapValidator. validateColumnWidth(ColumnWidth columnWidth, DiagnosticChain diagnostics, Map<Object,Object> context)booleanBootstrapValidator. validateColumnWidth_breakpoint(ColumnWidth columnWidth, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the breakpoint constraint of 'Column Width'.booleanBootstrapValidator. validateColumnWidth_width(ColumnWidth columnWidth, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the width constraint of 'Column Width'.
-