Uses of Interface
org.nasdanika.html.model.bootstrap.ColumnWidth
Packages that use ColumnWidth
Package
Description
-
Uses of ColumnWidth in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return ColumnWidthModifier and TypeMethodDescriptionBootstrapFactory.createColumnWidth()Returns a new object of class 'Column Width'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type ColumnWidthModifier and TypeMethodDescriptionColumn.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 ColumnWidthModifier and TypeClassDescriptionclassAn implementation of the model object 'Column Width'.Methods in org.nasdanika.html.model.bootstrap.impl that return ColumnWidthMethods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type ColumnWidth -
Uses of ColumnWidth in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type ColumnWidthModifier and TypeMethodDescriptionBootstrapSwitch.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'.