t
Tag dataScroller


Scroller for UIData components eg. dataTable Must be nested inside footer facet of dataTable OR for attribute must be given so that corresponding uiData can be found. Unless otherwise specified, all attributes accept static values or EL expressions.


Tag Information
Tag Classorg.apache.myfaces.custom.datascroller.HtmlDataScrollerTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringThe developer-assigned ID of this component. The ID must be unique within the scope of the tag's enclosing naming container (e.g. h:form or f:subview). This value must be a static value.
bindingfalsefalsejava.lang.StringIdentifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.
renderedfalsefalsejava.lang.StringA boolean value that indicates whether this component should be rendered. Default value: true.
enabledOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
visibleOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
forfalsefalsejava.lang.StringThe JSF id of a UIData component that this scroller will affect. If this attribute is not present then the datascroller must be a child of a UIData comopnent.
fastStepfalsefalsejava.lang.Stringstep (pages) used for fastforward and fastrewind
pageIndexVarfalsefalsejava.lang.StringA parameter name, under which the actual page index is set in request scope similar to the var parameter.
pageCountVarfalsefalsejava.lang.StringA parameter name, under which the actual page count is set in request scope similar to the var parameter.
rowsCountVarfalsefalsejava.lang.StringA parameter name, under which the actual rows count is set in request scope similar to the var parameter.
displayedRowsCountVarfalsefalsejava.lang.StringA parameter name, under which the actual displayed rows count is set in request scope similar to the var parameter.
firstRowIndexVarfalsefalsejava.lang.StringA parameter name, under which the actual first displayed row index is set in request scope similar to the var parameter.
lastRowIndexVarfalsefalsejava.lang.StringA parameter name, under which the actual last displayed row index is set in request scope similar to the var parameter.
styleClassfalsefalsejava.lang.StringstyleClass for scroller table
stylefalsefalsejava.lang.Stringstyle for scroller table
paginatorfalsefalsejava.lang.StringIf set true, then the paginator gets rendered
paginatorMaxPagesfalsefalsejava.lang.StringThe maximum amount of pages to be displayed in the paginator.
paginatorTableClassfalsefalsejava.lang.Stringstyleclass for pagingator
paginatorTableStylefalsefalsejava.lang.Stringstyle for pagingator
paginatorColumnClassfalsefalsejava.lang.StringstyleClass for paginator's column
paginatorColumnStylefalsefalsejava.lang.Stringstyle for paginator's column
paginatorActiveColumnClassfalsefalsejava.lang.StringstyleClass for paginator's column with pageIndex = currentPageIndex
paginatorActiveColumnStylefalsefalsejava.lang.Stringstyle for paginator's column with pageIndex = currentPageIndex
renderFacetsIfSinglePagefalsefalsejava.lang.StringIf set to false, the facets aren't renderd if all the lines are contained on a single page. Default is true.
immediatefalsefalsejava.lang.StringTrue means that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.
actionListenerfalsefalsejava.lang.StringMethodBinding pointing at method acception an ActionEvent with return type void.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.