Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Packages that use TableColumnWidthController Package Description net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components. -
-
Uses of TableColumnWidthController in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return TableColumnWidthController Modifier and Type Method Description TableColumnWidthController
TableFormController. getColumnWidthController()
Returns theTableColumnWidthController
for the represented table.TableColumnWidthController
TableTag. getColumnWidthController()
Returns theTableColumnWidthController
for the columns defined for this table.static TableColumnWidthController
TableColumnWidthController. newInstance(TableTag tt)
Creates a new instance ofTableColumnWidthController
and initializes it with the information provided by the givenTableTag
.
-