org.apache.myfaces.custom.datascroller
public class HtmlDataScrollerTag extends UIComponentTagBase
Version: $Revision: 226969 $ $Date: 2005-08-02 10:41:56 +0200 (Tue, 02 Aug 2005) $ $Log: HtmlDataScrollerTag.java,v $ Revision 1.11 2005/02/18 17:19:30 matzew added release() to tag clazzes. Revision 1.10 2005/01/04 00:28:06 svieujot dataScroller, add rowsCountVar, displayedRowsCountVar, firstRowIndexVar and lastRowIndexVar attributes. Revision 1.9 2004/10/13 11:50:57 matze renamed packages to org.apache Revision 1.8 2004/10/05 09:22:57 manolito #1019443 no setter method corresponding to TLD declared attribute Revision 1.7 2004/08/15 23:30:47 o_rossmueller fixed typo in setPaginatorActiveColumnClass Revision 1.6 2004/07/05 13:59:15 royalts added paginator functionality to dataScroller Revision 1.5 2004/07/01 21:53:07 mwessendorf ASF switch Revision 1.4 2004/06/23 13:44:30 royalts no message Revision 1.3 2004/06/21 12:15:23 royalts no message Revision 1.2 2004/06/21 09:46:58 royalts no message Revision 1.1 2004/06/18 12:31:41 royalts DataScroller implementation Revision 1.4 2004/05/18 14:31:37 manolito user role support completely moved to components source tree Revision 1.3 2004/04/05 11:04:52 manolito setter for renderer type removed, no more default renderer type needed Revision 1.2 2004/04/01 12:57:40 manolito additional extended component classes for user role support Revision 1.1 2004/03/31 12:15:26 manolito custom component refactoring
Method Summary | |
---|---|
String | getComponentType() |
String | getRendererType() |
void | release() |
void | setActionListener(String actionListener) |
void | setDisplayedRowsCountVar(String displayedRowsCountVar) |
void | setEnabledOnUserRole(String enabledOnUserRole) |
void | setFastStep(String fastStep) |
void | setFirstRowIndexVar(String firstRowIndexVar) |
void | setFor(String aFor) |
void | setImmediate(String immediate) |
void | setLastRowIndexVar(String lastRowIndexVar) |
void | setPageCountVar(String pageCountVar) |
void | setPageIndexVar(String pageIndexVar) |
void | setPaginator(String paginator) |
void | setPaginatorActiveColumnClass(String paginatorActiveColumnClass) |
void | setPaginatorActiveColumnStyle(String paginatorActiveColumnStyle) |
void | setPaginatorColumnClass(String paginatorColumnClass) |
void | setPaginatorColumnStyle(String paginatorColumnStyle) |
void | setPaginatorMaxPages(String paginatorMaxPages) |
void | setPaginatorTableClass(String paginatorTableClass) |
void | setPaginatorTableStyle(String paginatorTableStyle) |
protected void | setProperties(UIComponent component) |
void | setRenderFacetsIfSinglePage(String renderFacetsIfSinglePage) |
void | setRowsCountVar(String rowsCountVar) |
void | setStyle(String style) |
void | setStyleClass(String styleClass) |
void | setVisibleOnUserRole(String visibleOnUserRole) |