public class HtmlDataScroller extends HtmlPanelGroup implements javax.faces.component.ActionSource
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
FACET_FAST_FORWARD |
static java.lang.String |
FACET_FAST_REWIND |
static java.lang.String |
FACET_FIRST |
static java.lang.String |
FACET_LAST |
static java.lang.String |
FACET_NEXT |
static java.lang.String |
FACET_PREVIOUS |
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTRDISPLAY_VALUE_ONLY_ATTR, DISPLAY_VALUE_ONLY_STYLE_ATTR, DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR| Constructor and Description |
|---|
HtmlDataScroller() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(javax.faces.event.ActionListener listener) |
void |
broadcast(javax.faces.event.FacesEvent event) |
protected void |
broadcastToActionListener(ScrollerActionEvent event) |
protected javax.faces.component.UIData |
findUIData() |
javax.faces.el.MethodBinding |
getAction() |
javax.faces.el.MethodBinding |
getActionListener() |
javax.faces.event.ActionListener[] |
getActionListeners() |
java.lang.String |
getDisplayedRowsCountVar() |
java.lang.String |
getFamily() |
javax.faces.component.UIComponent |
getFastForward() |
javax.faces.component.UIComponent |
getFastRewind() |
int |
getFastStep() |
javax.faces.component.UIComponent |
getFirst() |
int |
getFirstRow() |
java.lang.String |
getFirstRowIndexVar() |
java.lang.String |
getFor() |
javax.faces.component.UIComponent |
getLast() |
java.lang.String |
getLastRowIndexVar() |
javax.faces.component.UIComponent |
getNext() |
int |
getPageCount() |
java.lang.String |
getPageCountVar() |
int |
getPageIndex() |
java.lang.String |
getPageIndexVar() |
java.lang.String |
getPaginatorActiveColumnClass() |
java.lang.String |
getPaginatorActiveColumnStyle() |
java.lang.String |
getPaginatorColumnClass() |
java.lang.String |
getPaginatorColumnStyle() |
int |
getPaginatorMaxPages() |
java.lang.String |
getPaginatorTableClass() |
java.lang.String |
getPaginatorTableStyle() |
javax.faces.component.UIComponent |
getPrevious() |
boolean |
getRendersChildren() |
int |
getRowCount() |
int |
getRows() |
java.lang.String |
getRowsCountVar() |
java.lang.String |
getStyle() |
java.lang.String |
getStyleClass() |
javax.faces.component.UIData |
getUIData() |
boolean |
isImmediate() |
boolean |
isPaginator() |
boolean |
isRenderFacetsIfSinglePage() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
removeActionListener(javax.faces.event.ActionListener listener) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setAction(javax.faces.el.MethodBinding action) |
void |
setActionListener(javax.faces.el.MethodBinding actionListener) |
void |
setDisplayedRowsCountVar(java.lang.String displayedRowsCountVar) |
void |
setFastForward(javax.faces.component.UIComponent previous) |
void |
setFastRewind(javax.faces.component.UIComponent previous) |
void |
setFastStep(int fastStep) |
void |
setFirst(javax.faces.component.UIComponent first) |
void |
setFirstRowIndexVar(java.lang.String firstRowIndexVar) |
void |
setFor(java.lang.String forValue) |
void |
setImmediate(boolean immediate) |
void |
setLast(javax.faces.component.UIComponent last) |
void |
setLastRowIndexVar(java.lang.String lastRowIndexVar) |
void |
setNext(javax.faces.component.UIComponent next) |
void |
setPageCountVar(java.lang.String pageCountVar) |
void |
setPageIndexVar(java.lang.String pageIndexVar) |
void |
setPaginator(boolean paginator) |
void |
setPaginatorActiveColumnClass(java.lang.String paginatorActiveColumnClass) |
void |
setPaginatorActiveColumnStyle(java.lang.String paginatorActiveColumnStyle) |
void |
setPaginatorColumnClass(java.lang.String paginatorColumnClass) |
void |
setPaginatorColumnStyle(java.lang.String paginatorColumnStyle) |
void |
setPaginatorMaxPages(int paginatorMaxPages) |
void |
setPaginatorTableClass(java.lang.String paginatorTableClass) |
void |
setPaginatorTableStyle(java.lang.String paginatorTableStyle) |
void |
setPrevious(javax.faces.component.UIComponent previous) |
void |
setRenderFacetsIfSinglePage(boolean renderFacetsIfSinglePage) |
void |
setRowsCountVar(java.lang.String rowsCountVar) |
void |
setStyle(java.lang.String style) |
void |
setStyleClass(java.lang.String styleClass) |
getClientId, getDisplayValueOnlyStyle, getDisplayValueOnlyStyleClass, getEnabledOnUserRole, getVisibleOnUserRole, isDisplayValueOnly, isRendered, isSetDisplayValueOnly, setDisplayValueOnly, setDisplayValueOnlyStyle, setDisplayValueOnlyStyleClass, setEnabledOnUserRole, setVisibleOnUserRoleaddFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String FACET_FIRST
public static final java.lang.String FACET_PREVIOUS
public static final java.lang.String FACET_NEXT
public static final java.lang.String FACET_LAST
public static final java.lang.String FACET_FAST_FORWARD
public static final java.lang.String FACET_FAST_REWIND
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBaseUIComponentBase.queueEvent(javax.faces.event.FacesEvent)public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionUIComponentBase.broadcast(javax.faces.event.FacesEvent)protected void broadcastToActionListener(ScrollerActionEvent event)
event - public javax.faces.component.UIData getUIData()
public int getPageIndex()
public int getPageCount()
public int getRowCount()
public int getRows()
public int getFirstRow()
protected javax.faces.component.UIData findUIData()
public void setFirst(javax.faces.component.UIComponent first)
public javax.faces.component.UIComponent getFirst()
public void setLast(javax.faces.component.UIComponent last)
public javax.faces.component.UIComponent getLast()
public void setNext(javax.faces.component.UIComponent next)
public javax.faces.component.UIComponent getNext()
public void setFastForward(javax.faces.component.UIComponent previous)
public javax.faces.component.UIComponent getFastForward()
public void setFastRewind(javax.faces.component.UIComponent previous)
public javax.faces.component.UIComponent getFastRewind()
public void setPrevious(javax.faces.component.UIComponent previous)
public javax.faces.component.UIComponent getPrevious()
public boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBasepublic javax.faces.el.MethodBinding getAction()
getAction in interface javax.faces.component.ActionSourceActionSource.getAction()public void setAction(javax.faces.el.MethodBinding action)
setAction in interface javax.faces.component.ActionSourceActionSource.setAction(javax.faces.el.MethodBinding)public void setActionListener(javax.faces.el.MethodBinding actionListener)
setActionListener in interface javax.faces.component.ActionSourceActionSource.setActionListener(javax.faces.el.MethodBinding)public javax.faces.el.MethodBinding getActionListener()
getActionListener in interface javax.faces.component.ActionSourceActionSource.getActionListener()public void addActionListener(javax.faces.event.ActionListener listener)
addActionListener in interface javax.faces.component.ActionSourceActionSource.addActionListener(javax.faces.event.ActionListener)public javax.faces.event.ActionListener[] getActionListeners()
getActionListeners in interface javax.faces.component.ActionSourceActionSource.getActionListeners()public void removeActionListener(javax.faces.event.ActionListener listener)
removeActionListener in interface javax.faces.component.ActionSourceActionSource.removeActionListener(javax.faces.event.ActionListener)public java.lang.String getFamily()
getFamily in class javax.faces.component.UIPanelpublic void setFor(java.lang.String forValue)
public java.lang.String getFor()
public void setFastStep(int fastStep)
public int getFastStep()
public void setPageIndexVar(java.lang.String pageIndexVar)
public java.lang.String getPageIndexVar()
public void setPageCountVar(java.lang.String pageCountVar)
public java.lang.String getPageCountVar()
public void setRowsCountVar(java.lang.String rowsCountVar)
public java.lang.String getRowsCountVar()
public void setDisplayedRowsCountVar(java.lang.String displayedRowsCountVar)
public java.lang.String getDisplayedRowsCountVar()
public void setFirstRowIndexVar(java.lang.String firstRowIndexVar)
public java.lang.String getFirstRowIndexVar()
public void setLastRowIndexVar(java.lang.String lastRowIndexVar)
public java.lang.String getLastRowIndexVar()
public void setStyle(java.lang.String style)
setStyle in class javax.faces.component.html.HtmlPanelGrouppublic java.lang.String getStyle()
getStyle in class javax.faces.component.html.HtmlPanelGrouppublic void setStyleClass(java.lang.String styleClass)
setStyleClass in class javax.faces.component.html.HtmlPanelGrouppublic java.lang.String getStyleClass()
getStyleClass in class javax.faces.component.html.HtmlPanelGrouppublic void setPaginator(boolean paginator)
public boolean isPaginator()
public void setPaginatorMaxPages(int paginatorMaxPages)
public int getPaginatorMaxPages()
public void setPaginatorTableClass(java.lang.String paginatorTableClass)
public java.lang.String getPaginatorTableClass()
public void setPaginatorTableStyle(java.lang.String paginatorTableStyle)
public java.lang.String getPaginatorTableStyle()
public void setPaginatorColumnClass(java.lang.String paginatorColumnClass)
public java.lang.String getPaginatorColumnClass()
public void setPaginatorColumnStyle(java.lang.String paginatorColumnStyle)
public java.lang.String getPaginatorColumnStyle()
public void setPaginatorActiveColumnClass(java.lang.String paginatorActiveColumnClass)
public java.lang.String getPaginatorActiveColumnClass()
public void setPaginatorActiveColumnStyle(java.lang.String paginatorActiveColumnStyle)
public java.lang.String getPaginatorActiveColumnStyle()
public void setRenderFacetsIfSinglePage(boolean renderFacetsIfSinglePage)
public boolean isRenderFacetsIfSinglePage()
public void setImmediate(boolean immediate)
setImmediate in interface javax.faces.component.ActionSourcepublic boolean isImmediate()
isImmediate in interface javax.faces.component.ActionSourcepublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class HtmlPanelGrouppublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class HtmlPanelGroup