Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Packages that use TableTag Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components. -
-
Uses of TableTag in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components with parameters of type TableTag Modifier and Type Method Description ComponentHandler<Object>
ComponentManager. createTable(TableTag tag, boolean create)
Creates a table based on the information stored in the passed in table tag.ComponentHandler<Object>
ComponentManagerWrapper. createTable(TableTag tag, boolean create)
Creates a table based on the information stored in the passed in table tag. -
Uses of TableTag in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return TableTag Modifier and Type Method Description TableTag
ColumnComponentTag. getTableTag()
Returns a reference to the table tag this tag is nested inside.protected TableTag
TableColumnTag. getTableTag()
Returns a reference to the hosting table tag.Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type TableTag Modifier and Type Method Description protected abstract Form
ColumnComponentTag. getTableForm(TableTag tabTag)
Returns the form of the hosting table that stores the components managed by this tag.protected Form
ColumnEditorTag. getTableForm(TableTag tabTag)
Returns the form affected by this tag from the specified table tag.protected Form
ColumnRendererTag. getTableForm(TableTag tabTag)
Returns the form affected by this tag from the specified table tag.static TableColumnWidthController
TableColumnWidthController. newInstance(TableTag tt)
Creates a new instance ofTableColumnWidthController
and initializes it with the information provided by the givenTableTag
.void
TableSelectionHandler. prepareComponent(Object table, TableTag tableTag, Object component, boolean selected, boolean hasFocus, int row, int col)
Prepares the renderer or editor component before it is displayed.boolean
DefaultTableEditorValidationHandler. validationPerformed(Object table, Form editForm, TableTag tableTag, FormValidatorResults results, int row, int col)
Reacts on a validation.boolean
TableEditorValidationHandler. validationPerformed(Object table, Form editForm, TableTag tableTag, FormValidatorResults results, int row, int col)
Validation has been performed for a column editor of a table.Constructors in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type TableTag Constructor Description TableFormController(TableTag tabTag)
Creates a new instance ofTableFormController
and initializes it from the passed inTableTag
.
-