Richfaces UI Components UI 4.1.0.20110805-M1

org.richfaces.component
Class UIDataScroller

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.richfaces.component.AbstractDataScroller
              extended by org.richfaces.component.UIDataScroller
All Implemented Interfaces:
EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.ajax4jsf.component.IterationStateHolder, org.richfaces.event.DataScrollSource

@Generated(value={"RichFaces CDK","4.1.0.20110805-M1"})
public class UIDataScroller
extends AbstractDataScroller


Nested Class Summary
protected static class UIDataScroller.Properties
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Fields inherited from class org.richfaces.component.AbstractDataScroller
FAST_FORWARD_FACET_NAME, FAST_REWIND_FACET_NAME, FIRST_DISABLED_FACET_NAME, FIRST_FACET_NAME, LAST_DISABLED_FACET_NAME, LAST_FACET_NAME, NEXT_FACET_NAME, PAGEMODE_FULL, PAGEMODE_SHORT, PREVIOUS_FACET_NAME, SCROLLER_STATE_ATTRIBUTE
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Constructor Summary
UIDataScroller()
           
 
Method Summary
 org.richfaces.component.DataScrollerControlsMode getBoundaryControls()
           
 String getFamily()
           
 org.richfaces.component.DataScrollerControlsMode getFastControls()
           
 javax.faces.component.UIComponent getFastForward()
           
 javax.faces.component.UIComponent getFastRewind()
           
 int getFastStep()
           
 javax.faces.component.UIComponent getLast()
           
 String getLastPageMode()
           
 int getMaxPages()
           
 javax.faces.component.UIComponent getNext()
           
 javax.faces.component.UIComponent getPrevious()
           
 Object getRender()
           
 org.richfaces.component.DataScrollerControlsMode getStepControls()
           
 boolean isRenderIfSinglePage()
           
 void setBoundaryControls(org.richfaces.component.DataScrollerControlsMode boundaryControls)
           
 void setFastControls(org.richfaces.component.DataScrollerControlsMode fastControls)
           
 void setFastForward(javax.faces.component.UIComponent facet)
           
 void setFastRewind(javax.faces.component.UIComponent facet)
           
 void setFastStep(int fastStep)
           
 void setLast(javax.faces.component.UIComponent facet)
           
 void setLastPageMode(String lastPageMode)
           
 void setMaxPages(int maxPages)
           
 void setNext(javax.faces.component.UIComponent facet)
           
 void setPrevious(javax.faces.component.UIComponent facet)
           
 void setRender(Object render)
           
 void setRenderIfSinglePage(boolean renderIfSinglePage)
           
 void setStepControls(org.richfaces.component.DataScrollerControlsMode stepControls)
           
 
Methods inherited from class org.richfaces.component.AbstractDataScroller
addScrollListener, broadcast, getDataTable, getFastStepOrDefault, getFirst, getFor, getIterationState, getMaxPagesOrDefault, getPage, getPageCount, getPageCount, getPageCount, getPageForFacet, getRowCount, getRowCount, getRows, getScrollListeners, isLocalPageSet, removeScrollListener, resetLocalPage, setFor, setIterationState, setPage
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
 
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 String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

UIDataScroller

public UIDataScroller()
Method Detail

getFamily

public String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

getBoundaryControls

public org.richfaces.component.DataScrollerControlsMode getBoundaryControls()
Specified by:
getBoundaryControls in class AbstractDataScroller

setBoundaryControls

public void setBoundaryControls(org.richfaces.component.DataScrollerControlsMode boundaryControls)

getFastControls

public org.richfaces.component.DataScrollerControlsMode getFastControls()
Specified by:
getFastControls in class AbstractDataScroller

setFastControls

public void setFastControls(org.richfaces.component.DataScrollerControlsMode fastControls)

getFastStep

public int getFastStep()
Specified by:
getFastStep in class AbstractDataScroller

setFastStep

public void setFastStep(int fastStep)

getLastPageMode

public String getLastPageMode()
Specified by:
getLastPageMode in class AbstractDataScroller

setLastPageMode

public void setLastPageMode(String lastPageMode)

getMaxPages

public int getMaxPages()
Specified by:
getMaxPages in class AbstractDataScroller

setMaxPages

public void setMaxPages(int maxPages)

getRender

public Object getRender()
Specified by:
getRender in class AbstractDataScroller

setRender

public void setRender(Object render)

isRenderIfSinglePage

public boolean isRenderIfSinglePage()
Specified by:
isRenderIfSinglePage in class AbstractDataScroller

setRenderIfSinglePage

public void setRenderIfSinglePage(boolean renderIfSinglePage)

getStepControls

public org.richfaces.component.DataScrollerControlsMode getStepControls()
Specified by:
getStepControls in class AbstractDataScroller

setStepControls

public void setStepControls(org.richfaces.component.DataScrollerControlsMode stepControls)

getLast

public javax.faces.component.UIComponent getLast()
Specified by:
getLast in class AbstractDataScroller

setLast

public void setLast(javax.faces.component.UIComponent facet)

getPrevious

public javax.faces.component.UIComponent getPrevious()
Specified by:
getPrevious in class AbstractDataScroller

setPrevious

public void setPrevious(javax.faces.component.UIComponent facet)

getFastForward

public javax.faces.component.UIComponent getFastForward()
Specified by:
getFastForward in class AbstractDataScroller

setFastForward

public void setFastForward(javax.faces.component.UIComponent facet)

getNext

public javax.faces.component.UIComponent getNext()
Specified by:
getNext in class AbstractDataScroller

setNext

public void setNext(javax.faces.component.UIComponent facet)

getFastRewind

public javax.faces.component.UIComponent getFastRewind()
Specified by:
getFastRewind in class AbstractDataScroller

setFastRewind

public void setFastRewind(javax.faces.component.UIComponent facet)

Richfaces UI Components UI 4.1.0.20110805-M1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.