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 TableTagColumnComponentTag. getTableTag()Returns a reference to the table tag this tag is nested inside.protected TableTagTableColumnTag. 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 FormColumnComponentTag. getTableForm(TableTag tabTag)Returns the form of the hosting table that stores the components managed by this tag.protected FormColumnEditorTag. getTableForm(TableTag tabTag)Returns the form affected by this tag from the specified table tag.protected FormColumnRendererTag. getTableForm(TableTag tabTag)Returns the form affected by this tag from the specified table tag.static TableColumnWidthControllerTableColumnWidthController. newInstance(TableTag tt)Creates a new instance ofTableColumnWidthControllerand initializes it with the information provided by the givenTableTag.voidTableSelectionHandler. 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.booleanDefaultTableEditorValidationHandler. validationPerformed(Object table, Form editForm, TableTag tableTag, FormValidatorResults results, int row, int col)Reacts on a validation.booleanTableEditorValidationHandler. 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 ofTableFormControllerand initializes it from the passed inTableTag.
-