Uses of Interface
org.nasdanika.html.model.bootstrap.Row
-
Packages that use Row Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Row in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Row Modifier and Type Method Description RowBootstrapFactory. createRow()Returns a new object of class 'Row'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Row Modifier and Type Method Description EList<Row>Container. getRows()Returns the value of the 'Rows' containment reference list. -
Uses of Row in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Row Modifier and Type Class Description classRowImplAn implementation of the model object 'Row'.Methods in org.nasdanika.html.model.bootstrap.impl that return Row Modifier and Type Method Description RowBootstrapFactoryImpl. createRow()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Row Modifier and Type Method Description EList<Row>ContainerImpl. getRows() -
Uses of Row in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Row Modifier and Type Method Description TBootstrapSwitch. caseRow(Row object)Returns the result of interpreting the object as an instance of 'Row'.booleanBootstrapValidator. validateRow(Row row, DiagnosticChain diagnostics, Map<Object,Object> context)
-