org.richfaces.component
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class UIDataScroller extends AbstractDataScroller implements javax.faces.component.behavior.ClientBehaviorHolder, org.ajax4jsf.component.IterationStateHolder, org.richfaces.component.attribute.AjaxProps, org.richfaces.component.attribute.CoreProps, DataScrollSource
The <rich:dataScroller> component is used for navigating through multiple pages of tables or grids.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIDataScroller.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
CONTROLS_SEPARATOR_FACET_NAME, FAST_FORWARD_DISABLED_FACET_NAME, FAST_FORWARD_FACET_NAME, FAST_REWIND_DISABLED_FACET_NAME, FAST_REWIND_FACET_NAME, FIRST_DISABLED_FACET_NAME, FIRST_FACET_NAME, LAST_DISABLED_FACET_NAME, LAST_FACET_NAME, NEXT_DISABLED_FACET_NAME, NEXT_FACET_NAME, PAGEMODE_FULL, PAGEMODE_SHORT, PAGES_FACET_NAME, PREVIOUS_DISABLED_FACET_NAME, PREVIOUS_FACET_NAME, SCROLLER_STATE_ATTRIBUTE| Constructor and Description |
|---|
UIDataScroller() |
| Modifier and Type | Method and Description |
|---|---|
DataScrollerControlsMode |
getBoundaryControls()
The attribute specifies the visibility of boundaryControls.
|
Object |
getData() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
Object |
getExecute() |
String |
getFamily() |
DataScrollerControlsMode |
getFastControls()
The attribute specifies the visibility of fastControls.
|
javax.faces.component.UIComponent |
getFastForward() |
javax.faces.component.UIComponent |
getFastRewind() |
int |
getFastStep()
The attribute indicates pages quantity to switch onto when fast scrolling is used.
|
javax.faces.component.UIComponent |
getLast() |
String |
getLastPageMode()
The attribute to control whether last page of datascroller shows "rows" number of items or just the rest.
|
int |
getMaxPages()
Maximum quantity of pages.
|
javax.faces.component.UIComponent |
getNext() |
String |
getOnbeforedomupdate() |
String |
getOnbegin() |
String |
getOncomplete() |
javax.faces.component.UIComponent |
getPrevious() |
Object |
getRender() |
javax.el.MethodExpression |
getScrollListener() |
String |
getStatus() |
DataScrollerControlsMode |
getStepControls()
The attribute specifies the visibility of stepControls.
|
String |
getStyle() |
String |
getStyleClass() |
String |
getTitle() |
boolean |
isLimitRender() |
boolean |
isRenderIfSinglePage()
If renderIfSinglePage is "true" then datascroller is displayed on condition that the data hold on one page.
|
boolean |
isResetValues() |
void |
setBoundaryControls(DataScrollerControlsMode boundaryControls) |
void |
setData(Object data) |
void |
setExecute(Object execute) |
void |
setFastControls(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 |
setLimitRender(boolean limitRender) |
void |
setMaxPages(int maxPages) |
void |
setNext(javax.faces.component.UIComponent facet) |
void |
setOnbeforedomupdate(String onbeforedomupdate) |
void |
setOnbegin(String onbegin) |
void |
setOncomplete(String oncomplete) |
void |
setPrevious(javax.faces.component.UIComponent facet) |
void |
setRender(Object render) |
void |
setRenderIfSinglePage(boolean renderIfSinglePage) |
void |
setResetValues(boolean resetValues) |
void |
setScrollListener(javax.el.MethodExpression scrollListener) |
void |
setStatus(String status) |
void |
setStepControls(DataScrollerControlsMode stepControls) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
addScrollListener, broadcast, getDataTable, getFastStepOrDefault, getFirst, getFor, getIterationState, getMaxPagesOrDefault, getPage, getPageCount, getPageCount, getPageCount, getPageForFacet, getRowCount, getRowCount, getRows, getScrollListeners, isLocalPageSet, removeScrollListener, resetLocalPage, setFor, setIterationState, setPageaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, 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, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClientBehavior, getClientBehaviorsgetIterationState, setIterationStateaddScrollListener, getScrollListeners, removeScrollListenerpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic DataScrollerControlsMode getBoundaryControls()
AbstractDataScrollergetBoundaryControls in class AbstractDataScrollerpublic void setBoundaryControls(DataScrollerControlsMode boundaryControls)
public Object getData()
getData in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setData(Object data)
public Object getExecute()
getExecute in interface org.richfaces.component.attribute.AjaxPropspublic void setExecute(Object execute)
public DataScrollerControlsMode getFastControls()
AbstractDataScrollergetFastControls in class AbstractDataScrollerpublic void setFastControls(DataScrollerControlsMode fastControls)
public int getFastStep()
AbstractDataScrollergetFastStep in class AbstractDataScrollerpublic void setFastStep(int fastStep)
public String getLastPageMode()
AbstractDataScrollergetLastPageMode in class AbstractDataScrollerpublic void setLastPageMode(String lastPageMode)
public boolean isLimitRender()
isLimitRender in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setLimitRender(boolean limitRender)
public int getMaxPages()
AbstractDataScrollergetMaxPages in class AbstractDataScrollerpublic void setMaxPages(int maxPages)
public String getOnbeforedomupdate()
getOnbeforedomupdate in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setOnbeforedomupdate(String onbeforedomupdate)
public String getOnbegin()
getOnbegin in interface org.richfaces.component.attribute.AjaxPropspublic void setOnbegin(String onbegin)
public String getOncomplete()
getOncomplete in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setOncomplete(String oncomplete)
public Object getRender()
getRender in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setRender(Object render)
public boolean isRenderIfSinglePage()
AbstractDataScrollerisRenderIfSinglePage in class AbstractDataScrollerpublic void setRenderIfSinglePage(boolean renderIfSinglePage)
public boolean isResetValues()
isResetValues in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setResetValues(boolean resetValues)
public javax.el.MethodExpression getScrollListener()
getScrollListener in class AbstractDataScrollerpublic void setScrollListener(javax.el.MethodExpression scrollListener)
public String getStatus()
getStatus in interface org.richfaces.component.attribute.AjaxPropspublic void setStatus(String status)
public DataScrollerControlsMode getStepControls()
AbstractDataScrollergetStepControls in class AbstractDataScrollerpublic void setStepControls(DataScrollerControlsMode stepControls)
public String getStyle()
getStyle in interface org.richfaces.component.attribute.CorePropspublic void setStyle(String style)
public String getStyleClass()
getStyleClass in interface org.richfaces.component.attribute.CorePropspublic void setStyleClass(String styleClass)
public String getTitle()
getTitle in interface org.richfaces.component.attribute.CorePropspublic void setTitle(String title)
public javax.faces.component.UIComponent getLast()
getLast in class AbstractDataScrollerpublic void setLast(javax.faces.component.UIComponent facet)
public javax.faces.component.UIComponent getPrevious()
getPrevious in class AbstractDataScrollerpublic void setPrevious(javax.faces.component.UIComponent facet)
public javax.faces.component.UIComponent getFastForward()
getFastForward in class AbstractDataScrollerpublic void setFastForward(javax.faces.component.UIComponent facet)
public javax.faces.component.UIComponent getNext()
getNext in class AbstractDataScrollerpublic void setNext(javax.faces.component.UIComponent facet)
public javax.faces.component.UIComponent getFastRewind()
getFastRewind in class AbstractDataScrollerpublic void setFastRewind(javax.faces.component.UIComponent facet)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.