org.apache.myfaces.custom.datascroller
public class HtmlDataScroller extends HtmlPanelGroup implements ActionSource
Version: $Revision: 226982 $ $Date: 2005-08-02 12:05:18 +0200 (Tue, 02 Aug 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
static String | FACET_FAST_FORWARD |
static String | FACET_FAST_REWIND |
static String | FACET_FIRST |
static String | FACET_LAST |
static String | FACET_NEXT |
static String | FACET_PREVIOUS |
Constructor Summary | |
---|---|
HtmlDataScroller() |
Method Summary | |
---|---|
void | addActionListener(ActionListener listener) |
void | broadcast(FacesEvent event) |
protected void | broadcastToActionListener(ScrollerActionEvent event) |
protected UIData | findUIData() |
MethodBinding | getAction() |
MethodBinding | getActionListener() |
ActionListener[] | getActionListeners() |
String | getDisplayedRowsCountVar() |
String | getFamily() |
UIComponent | getFastForward() |
UIComponent | getFastRewind() |
int | getFastStep() |
UIComponent | getFirst() |
int | getFirstRow() |
String | getFirstRowIndexVar() |
String | getFor() |
UIComponent | getLast() |
String | getLastRowIndexVar() |
UIComponent | getNext() |
int | getPageCount() |
String | getPageCountVar() |
int | getPageIndex() |
String | getPageIndexVar() |
String | getPaginatorActiveColumnClass() |
String | getPaginatorActiveColumnStyle() |
String | getPaginatorColumnClass() |
String | getPaginatorColumnStyle() |
int | getPaginatorMaxPages() |
String | getPaginatorTableClass() |
String | getPaginatorTableStyle() |
UIComponent | getPrevious() |
boolean | getRendersChildren() |
int | getRowCount() |
int | getRows() |
String | getRowsCountVar() |
String | getStyle() |
String | getStyleClass() |
UIData | getUIData() |
boolean | isImmediate() |
boolean | isPaginator() |
boolean | isRenderFacetsIfSinglePage() |
void | queueEvent(FacesEvent event) |
void | removeActionListener(ActionListener listener) |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setAction(MethodBinding action) |
void | setActionListener(MethodBinding actionListener) |
void | setDisplayedRowsCountVar(String displayedRowsCountVar) |
void | setFastForward(UIComponent previous) |
void | setFastRewind(UIComponent previous) |
void | setFastStep(int fastStep) |
void | setFirst(UIComponent first) |
void | setFirstRowIndexVar(String firstRowIndexVar) |
void | setFor(String forValue) |
void | setImmediate(boolean immediate) |
void | setLast(UIComponent last) |
void | setLastRowIndexVar(String lastRowIndexVar) |
void | setNext(UIComponent next) |
void | setPageCountVar(String pageCountVar) |
void | setPageIndexVar(String pageIndexVar) |
void | setPaginator(boolean paginator) |
void | setPaginatorActiveColumnClass(String paginatorActiveColumnClass) |
void | setPaginatorActiveColumnStyle(String paginatorActiveColumnStyle) |
void | setPaginatorColumnClass(String paginatorColumnClass) |
void | setPaginatorColumnStyle(String paginatorColumnStyle) |
void | setPaginatorMaxPages(int paginatorMaxPages) |
void | setPaginatorTableClass(String paginatorTableClass) |
void | setPaginatorTableStyle(String paginatorTableStyle) |
void | setPrevious(UIComponent previous) |
void | setRenderFacetsIfSinglePage(boolean renderFacetsIfSinglePage) |
void | setRowsCountVar(String rowsCountVar) |
void | setStyle(String style) |
void | setStyleClass(String styleClass) |
See Also: javax.faces.component.ActionSource#addActionListener(javax.faces.event.ActionListener)
See Also: javax.faces.component.UIComponentBase#broadcast(javax.faces.event.FacesEvent)
Parameters: event
See Also: javax.faces.component.ActionSource#getAction()
See Also: javax.faces.component.ActionSource#getActionListener()
See Also: javax.faces.component.ActionSource#getActionListeners()
Returns: int
Returns: the page count of the uidata
Returns: the page index of the uidata
Returns: int
Returns: int
Returns: int
See Also: javax.faces.component.UIComponentBase#queueEvent(javax.faces.event.FacesEvent)
See Also: javax.faces.component.ActionSource#removeActionListener(javax.faces.event.ActionListener)
See Also: javax.faces.component.ActionSource#setAction(javax.faces.el.MethodBinding)
See Also: javax.faces.component.ActionSource#setActionListener(javax.faces.el.MethodBinding)