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 TableColumnWidthControllerTableFormController. getColumnWidthController()Returns theTableColumnWidthControllerfor the represented table.TableColumnWidthControllerTableTag. getColumnWidthController()Returns theTableColumnWidthControllerfor the columns defined for this table.static TableColumnWidthControllerTableColumnWidthController. newInstance(TableTag tt)Creates a new instance ofTableColumnWidthControllerand initializes it with the information provided by the givenTableTag.
-