Uses of Interface
org.nasdanika.html.model.bootstrap.Column
-
Packages that use Column Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Column in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Column Modifier and Type Method Description ColumnBootstrapFactory. createColumn()Returns a new object of class 'Column'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Column Modifier and Type Method Description EList<Column>Row. getColumns()Returns the value of the 'Columns' containment reference list. -
Uses of Column in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Column Modifier and Type Class Description classColumnImplAn implementation of the model object 'Column'.Methods in org.nasdanika.html.model.bootstrap.impl that return Column Modifier and Type Method Description ColumnBootstrapFactoryImpl. createColumn()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Column Modifier and Type Method Description EList<Column>RowImpl. getColumns() -
Uses of Column in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Column Modifier and Type Method Description TBootstrapSwitch. caseColumn(Column object)Returns the result of interpreting the object as an instance of 'Column'.booleanBootstrapValidator. validateColumn(Column column, DiagnosticChain diagnostics, Map<Object,Object> context)
-