org.apache.tapestry.contrib.table.components
Class FormTable

java.lang.Object
  extended by org.apache.tapestry.spec.BaseLocatable
      extended by org.apache.tapestry.AbstractComponent
          extended by org.apache.tapestry.BaseComponent
              extended by org.apache.tapestry.contrib.table.components.Table
                  extended by org.apache.tapestry.contrib.table.components.FormTable
All Implemented Interfaces:
ITableModelSource, IComponent, ILocatable, ILocationHolder, IRender

public abstract class FormTable
extends Table
implements ITableModelSource

A modified version of the facade component in the Table family. FormTable allows you to present a sortable and pagable table within a form by using only this one component. [Component Reference]

Version:
$Id: FormTable.java 243791 2004-02-19 17:38:13Z hlship $
Author:
mindbridge

Field Summary
 
Fields inherited from interface org.apache.tapestry.contrib.table.model.ITableModelSource
TABLE_MODEL_SOURCE_ATTRIBUTE
 
Constructor Summary
FormTable()
           
 
Method Summary
abstract  Object getColumns()
           
 Object getFormColumns()
          If the columns are defined via a String, make sure they use the form-specific column headers.
 
Methods inherited from class org.apache.tapestry.contrib.table.components.Table
fireObservedStateChange, getTableColumn, getTableColumnsComponent, getTableModel, getTableRow, getTableRowsComponent, getTableValuesComponent, getTableViewComponent, reset
 
Methods inherited from class org.apache.tapestry.BaseComponent
addOuter, finishLoad, renderComponent
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, format, format, format, format, formatString, formatString, formatString, formatString, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString
 
Methods inherited from class org.apache.tapestry.spec.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry.contrib.table.model.ITableModelSource
fireObservedStateChange, getTableModel
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, renderBody, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.tapestry.ILocationHolder
setLocation
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Constructor Detail

FormTable

public FormTable()
Method Detail

getColumns

public abstract Object getColumns()

getFormColumns

public Object getFormColumns()
If the columns are defined via a String, make sure they use the form-specific column headers.