Uses of Interface
org.nasdanika.html.model.bootstrap.TableHeader
-
Packages that use TableHeader Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of TableHeader in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return TableHeader Modifier and Type Method Description TableHeaderBootstrapFactory. createTableHeader()Returns a new object of class 'Table Header'.TableHeaderTable. getHeader()Returns the value of the 'Header' containment reference.Methods in org.nasdanika.html.model.bootstrap with parameters of type TableHeader Modifier and Type Method Description voidTable. setHeader(TableHeader value)Sets the value of the 'Header' containment reference. -
Uses of TableHeader in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement TableHeader Modifier and Type Class Description classTableHeaderImplAn implementation of the model object 'Table Header'.Methods in org.nasdanika.html.model.bootstrap.impl that return TableHeader Modifier and Type Method Description TableHeaderBootstrapFactoryImpl. createTableHeader()TableHeaderTableImpl. getHeader()Methods in org.nasdanika.html.model.bootstrap.impl with parameters of type TableHeader Modifier and Type Method Description NotificationChainTableImpl. basicSetHeader(TableHeader newHeader, NotificationChain msgs)voidTableImpl. setHeader(TableHeader newHeader) -
Uses of TableHeader in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type TableHeader Modifier and Type Method Description TBootstrapSwitch. caseTableHeader(TableHeader object)Returns the result of interpreting the object as an instance of 'Table Header'.booleanBootstrapValidator. validateTableHeader(TableHeader tableHeader, DiagnosticChain diagnostics, Map<Object,Object> context)
-