Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Packages that use TableColumnTag Package Description net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components. -
-
Uses of TableColumnTag in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return TableColumnTag Modifier and Type Method Description TableColumnTag
TableTag. getColumn(int index)
Returns the tag for the column with the given index.Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return types with arguments of type TableColumnTag Modifier and Type Method Description Collection<TableColumnTag>
TableTag. getColumns()
Returns a collection with the column tags defined for this table.Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type TableColumnTag Modifier and Type Method Description void
TableTag. addColumn(TableColumnTag colTag)
Adds a tag representing a column to this table tag.protected abstract void
ColumnComponentTag. initializeColumn(TableColumnTag colTag, Object bodyComponent, Set<String> componentNames)
Initializes the hosting column tag with the information gathered by this tag.protected void
ColumnEditorTag. initializeColumn(TableColumnTag colTag, Object bodyComponent, Set<String> componentNames)
Initializes the passed in column tag with the results produced by this tag.protected void
ColumnRendererTag. initializeColumn(TableColumnTag colTag, Object bodyComponent, Set<String> componentNames)
Initializes the passed in column tag with the results produced by this tag.boolean
TableTag. isColumnEditable(TableColumnTag colTag)
Returns a flag whether the specified column is editable.
-