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

java.lang.Object
  extended by org.apache.hivemind.impl.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:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, ITableModelSource, IComponent, IDirectEvent, Component, IRender, ITemplateComponent

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]

Author:
mindbridge

Field Summary
 
Fields inherited from class org.apache.tapestry.AbstractComponent
_body, _bodyCount
 
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, getShowNormalPages, getTableColumn, getTableColumnsComponent, getTableModel, getTableRow, getTableRowsComponent, getTableValuesComponent, getTableViewComponent, getVolatile, reset, storeTableAction
 
Methods inherited from class org.apache.tapestry.BaseComponent
addOuter, finishLoad, getContainedRenderers, getInnerRenderers, renderComponent
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, equals, finishLoad, generateClientId, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getBoundId, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, getSpecifiedId, getTemplateTagName, hasEvents, hashCode, isInActiveState, isParameterBound, isRendering, isStateful, pageEndRender, peekClientId, prepareForRender, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, setClientId, setContainedComponent, setContainer, setHasEvents, setId, setNamespace, setPage, setTemplateTagName, toString, triggerEvent
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry.contrib.table.model.ITableModelSource
fireObservedStateChange, getTableModel, storeTableAction
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, getSpecifiedId, getTemplateTagName, isRendering, peekClientId, renderBody, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, setTemplateTagName
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
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.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.