Uses of Interface
org.nasdanika.html.model.bootstrap.TableRow
-
Packages that use TableRow Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of TableRow in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return TableRow Modifier and Type Method Description TableRowBootstrapFactory. createTableRow()Returns a new object of class 'Table Row'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type TableRow Modifier and Type Method Description EList<TableRow>TableRowContainer. getRows()Returns the value of the 'Rows' containment reference list. -
Uses of TableRow in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement TableRow Modifier and Type Class Description classTableRowImplAn implementation of the model object 'Table Row'.Methods in org.nasdanika.html.model.bootstrap.impl that return TableRow Modifier and Type Method Description TableRowBootstrapFactoryImpl. createTableRow()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type TableRow Modifier and Type Method Description EList<TableRow>TableRowContainerImpl. getRows() -
Uses of TableRow in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type TableRow Modifier and Type Method Description TBootstrapSwitch. caseTableRow(TableRow object)Returns the result of interpreting the object as an instance of 'Table Row'.booleanBootstrapValidator. validateTableRow(TableRow tableRow, DiagnosticChain diagnostics, Map<Object,Object> context)
-