|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.AbstractDataScroller
org.richfaces.component.UIDataScroller
@Generated(value={"RichFaces CDK","4.0.0-SNAPSHOT"})
public class UIDataScroller
| 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()
|
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 |
setRenderIfSinglePage(boolean renderIfSinglePage)
|
void |
setStepControls(org.richfaces.component.DataScrollerControlsMode stepControls)
|
| Methods inherited from class org.richfaces.component.AbstractDataScroller |
|---|
addScrollerListener, broadcast, getDataTable, getFastStepOrDefault, getFirst, getFor, getIterationState, getMaxPagesOrDefault, getPage, getPageCount, getPageCount, getPageCount, getPageForFacet, getRowCount, getRowCount, getRows, getScrollerListeners, isLocalPageSet, removeScrollerListener, 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 |
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
| Constructor Detail |
|---|
public UIDataScroller()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic org.richfaces.component.DataScrollerControlsMode getBoundaryControls()
getBoundaryControls in class AbstractDataScrollerpublic void setBoundaryControls(org.richfaces.component.DataScrollerControlsMode boundaryControls)
public org.richfaces.component.DataScrollerControlsMode getFastControls()
getFastControls in class AbstractDataScrollerpublic void setFastControls(org.richfaces.component.DataScrollerControlsMode fastControls)
public int getFastStep()
getFastStep in class AbstractDataScrollerpublic void setFastStep(int fastStep)
public String getLastPageMode()
getLastPageMode in class AbstractDataScrollerpublic void setLastPageMode(String lastPageMode)
public int getMaxPages()
getMaxPages in class AbstractDataScrollerpublic void setMaxPages(int maxPages)
public boolean isRenderIfSinglePage()
isRenderIfSinglePage in class AbstractDataScrollerpublic void setRenderIfSinglePage(boolean renderIfSinglePage)
public org.richfaces.component.DataScrollerControlsMode getStepControls()
getStepControls in class AbstractDataScrollerpublic void setStepControls(org.richfaces.component.DataScrollerControlsMode stepControls)
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||