Package net.sf.jguiraffe.gui.builder.components.tags.table
package net.sf.jguiraffe.gui.builder.components.tags.table
A package with tag handler classes for creating table components.
With the classes stored in this package table components with all their helper
objects can be created. The most important tag is represented by the
TableTag
class. It defines the basic structure of the table. With
nested TableColumnTag
tags the table's single columns can be
defined. It is possible to specify special editors and renderers for the single
columns of a table.
$Id: package.html 205 2012-01-29 18:29:57Z oheger $
-
KlasseBeschreibungAn enumeration class that defines logic column classes.An abstract base class for tags that define renderers or editors for the columns of a table.A tag for defining the editor of a column within a table.A tag for defining the renderer of a column within a table.A default implementation of the
TableEditorValidationHandler
interface.Definition of an interface for a component which can recalibrate itself based on the column widths of a table.A tag handler class for defining columns of a table component.Definition of an interface for a component which can calculate the widths of a table's columns given the total width of the table.A helper class that provides functionality for managing the widths of the columns of a table.Definition of an interface to be implemented by objects interested in validation events triggered by a column editor.A tag handler class for defining the
to be used for a table component.TableEditorValidationHandler
A helper class for dealing withForm
objects related to table components.Definition of an interface that allows changing the way a selected or focused cell in the table is displayed.A tag handler class for defining selection handlers for a table component.A tag that creates a table component.