org.apache.myfaces.custom.datascroller
Class HtmlDataScroller
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
javax.faces.component.html.HtmlPanelGroup
org.apache.myfaces.component.html.ext.HtmlPanelGroup
org.apache.myfaces.custom.datascroller.HtmlDataScroller
- All Implemented Interfaces:
- javax.faces.component.StateHolder, UserRoleAware
- public class HtmlDataScroller
- extends HtmlPanelGroup
- Version:
- $Revision: 1.9 $ $Date: 2005/01/04 00:28:07 $
- Author:
- Thomas Spiegl (latest modification by $Author: svieujot $)
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HtmlDataScroller
public HtmlDataScroller()
setFirst
public void setFirst(javax.faces.component.UIComponent first)
getFirst
public javax.faces.component.UIComponent getFirst()
setLast
public void setLast(javax.faces.component.UIComponent last)
getLast
public javax.faces.component.UIComponent getLast()
setNext
public void setNext(javax.faces.component.UIComponent next)
getNext
public javax.faces.component.UIComponent getNext()
setFastForward
public void setFastForward(javax.faces.component.UIComponent previous)
getFastForward
public javax.faces.component.UIComponent getFastForward()
setFastRewind
public void setFastRewind(javax.faces.component.UIComponent previous)
getFastRewind
public javax.faces.component.UIComponent getFastRewind()
setPrevoius
public void setPrevoius(javax.faces.component.UIComponent previous)
getPrevious
public javax.faces.component.UIComponent getPrevious()
getRendersChildren
public boolean getRendersChildren()
getFamily
public java.lang.String getFamily()
setFor
public void setFor(java.lang.String forValue)
getFor
public java.lang.String getFor()
setFastStep
public void setFastStep(int fastStep)
getFastStep
public int getFastStep()
setPageIndexVar
public void setPageIndexVar(java.lang.String pageIndexVar)
getPageIndexVar
public java.lang.String getPageIndexVar()
setPageCountVar
public void setPageCountVar(java.lang.String pageCountVar)
getPageCountVar
public java.lang.String getPageCountVar()
setRowsCountVar
public void setRowsCountVar(java.lang.String rowsCountVar)
getRowsCountVar
public java.lang.String getRowsCountVar()
setDisplayedRowsCountVar
public void setDisplayedRowsCountVar(java.lang.String displayedRowsCountVar)
getDisplayedRowsCountVar
public java.lang.String getDisplayedRowsCountVar()
setFirstRowIndexVar
public void setFirstRowIndexVar(java.lang.String firstRowIndexVar)
getFirstRowIndexVar
public java.lang.String getFirstRowIndexVar()
setLastRowIndexVar
public void setLastRowIndexVar(java.lang.String lastRowIndexVar)
getLastRowIndexVar
public java.lang.String getLastRowIndexVar()
setStyle
public void setStyle(java.lang.String style)
getStyle
public java.lang.String getStyle()
setStyleClass
public void setStyleClass(java.lang.String styleClass)
getStyleClass
public java.lang.String getStyleClass()
setPaginator
public void setPaginator(boolean paginator)
isPaginator
public boolean isPaginator()
setPaginatorMaxPages
public void setPaginatorMaxPages(int paginatorMaxPages)
getPaginatorMaxPages
public int getPaginatorMaxPages()
setPaginatorTableClass
public void setPaginatorTableClass(java.lang.String paginatorTableClass)
getPaginatorTableClass
public java.lang.String getPaginatorTableClass()
setPaginatorTableStyle
public void setPaginatorTableStyle(java.lang.String paginatorTableStyle)
getPaginatorTableStyle
public java.lang.String getPaginatorTableStyle()
setPaginatorColumnClass
public void setPaginatorColumnClass(java.lang.String paginatorColumnClass)
getPaginatorColumnClass
public java.lang.String getPaginatorColumnClass()
setPaginatorColumnStyle
public void setPaginatorColumnStyle(java.lang.String paginatorColumnStyle)
getPaginatorColumnStyle
public java.lang.String getPaginatorColumnStyle()
setPaginatorActiveColumnClass
public void setPaginatorActiveColumnClass(java.lang.String paginatorActiveColumnClass)
getPaginatorActiveColumnClass
public java.lang.String getPaginatorActiveColumnClass()
setPaginatorActiveColumnStyle
public void setPaginatorActiveColumnStyle(java.lang.String paginatorActiveColumnStyle)
getPaginatorActiveColumnStyle
public java.lang.String getPaginatorActiveColumnStyle()
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class HtmlPanelGroup
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class HtmlPanelGroup