org.apache.myfaces.custom.table
Class AbstractFilterTable

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIData
              extended by org.apache.myfaces.custom.table.AbstractFilterTable
All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder
Direct Known Subclasses:
FilterTable

public abstract class AbstractFilterTable
extends javax.faces.component.UIData

Author:
Thomas Spiegl

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
AbstractFilterTable()
           
 
Method Summary
abstract  java.lang.Boolean getAlternateRows()
          default=true see http://dojotoolkit.org filterTable
abstract  java.lang.Integer getBorder()
          default=0
abstract  java.lang.Integer getCellpadding()
          default=0
abstract  java.lang.Integer getCellspacing()
          default=0
abstract  java.lang.String getHeadClass()
          default=fixedHeader see http://dojotoolkit.org filterTable
abstract  java.lang.Integer getMaxSortable()
          default=1 see http://dojotoolkit.org filterTable
abstract  java.lang.Boolean getMultiple()
          default=true see http://dojotoolkit.org filterTable
abstract  java.lang.String getStyleClass()
          CSS style class attribute
abstract  java.lang.String getTbodyClass()
          default=scrollContent see http://dojotoolkit.org filterTable
 
Methods inherited from class javax.faces.component.UIData
broadcast, encodeBegin, encodeEnd, getClientId, getFamily, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, isRowAvailable, processDecodes, processUpdates, processValidators, queueEvent, restoreState, saveState, setFirst, setFooter, setHeader, setRowIndex, setRows, setValue, setValueBinding, setVar
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

DEFAULT_RENDERER_TYPE

public static final java.lang.String DEFAULT_RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

AbstractFilterTable

public AbstractFilterTable()
Method Detail

getStyleClass

public abstract java.lang.String getStyleClass()
CSS style class attribute


getHeadClass

public abstract java.lang.String getHeadClass()
default=fixedHeader see http://dojotoolkit.org filterTable


getTbodyClass

public abstract java.lang.String getTbodyClass()
default=scrollContent see http://dojotoolkit.org filterTable


getMultiple

public abstract java.lang.Boolean getMultiple()
default=true see http://dojotoolkit.org filterTable


getAlternateRows

public abstract java.lang.Boolean getAlternateRows()
default=true see http://dojotoolkit.org filterTable


getMaxSortable

public abstract java.lang.Integer getMaxSortable()
default=1 see http://dojotoolkit.org filterTable


getCellpadding

public abstract java.lang.Integer getCellpadding()
default=0


getCellspacing

public abstract java.lang.Integer getCellspacing()
default=0


getBorder

public abstract java.lang.Integer getBorder()
default=0



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.