Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
Packages that use ColumnClass Package Description net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components. -
-
Uses of ColumnClass in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return ColumnClass Modifier and Type Method Description ColumnClass
TableColumnTag. getLogicDataClass()
Returns the logic data class of this column if available.ColumnClass
TableFormController. getLogicDataClass(int col)
Returns the logic data class of the specified column.static ColumnClass
ColumnClass. valueOf(String name)
Returns the enum constant of this type with the specified name.static ColumnClass[]
ColumnClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-