Package net.sf.basedb.clients.web.taglib.table

  • Class Summary
    Class Description
    Button
    This tag creates a button on a toolbar.
    Cell
    This tag defines a new cell in a row.
    CellValue
    This tag adds a value to a cell in a row.
    ColumnDef
    This tag defines a column in the table.
    ColumnDef.NullIterator<A,​B>
    Iterator implementation that returns a single null value and nothing more.
    ColumnHeaders
    Generate column headers for the columns that has been defined for this table.
    ColumnSubtitles
    Generate column subtitle header for the columns that has been defined for this table.
    Data
    This tag begins the data section of the table.
    ExtensionCells
    Tag for generating content from extension columns.
    Form
    An alternative layout for tables which contains only one row.
    Header
    This tag defines a header column among the colummns or on a row.
    HeaderRow
    Container tag for a single header row in a table.
    Headers
    Container tag for header rows in a table.
    Hidden
    This tag defines a hidden input element that should be included in the form.
    Label
    This tag creates a label on a toolbar.
    Navigator
    This tag is used to display a navigator for a pageable table of items.
    Panel
    This tag creates a panel in the table.
    PresetSelector
    Special tag for generating a list of saved contexts and other settings.
    PropertyFilter
    Special tag for outputting the filter HTML that a ColumnDef has registered with the Table object.
    Row
    This tag defines a new row in the table.
    Rows
    This tag is a place-holder for <tbl:row> tags.
    Table
    This is the main tag for the table.
    TableColumn
    Column properties class used to define table columns.
    Example use in a jsp page:
    Toolbar
    This tag creates a toolbar.