RichFaces
Tag scrollableDataTable


Scrollable Data Table


Tag Information
Tag Classorg.richfaces.taglib.ScrollableDataTableTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
onselectionchangefalsefalsejava.lang.StringHTML: script expression to invoke on changing of rows selection
widthfalsefalsejava.lang.StringDefines a width of the component. Default value is 700px
hideWhenScrollingfalsefalsejava.lang.StringIf 'true' data will be hidden during scrolling. Can be used for increase performance. Default value is 'false'
onRowClickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked on row
stateVarfalsefalsejava.lang.StringThe attribute provides access to a component state on the client side
rowKeyVarfalsefalsejava.lang.StringThe attribute provides access to a row key in a Request scope
onRowDblClickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked on row
focusfalsefalsejava.lang.Stringid of element to set focus after request completed on client side
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
bypassUpdatesfalsefalsejava.lang.StringIf "true", after process validations phase it skips updates of model beans on a force render response. It can be used for validating components input
rowKeyfalsefalsejava.lang.StringThe attribute is a representation of an identifier for a specific data row
limitToListfalsefalsejava.lang.StringIf "true", updates on client side ONLY elements from this 'reRender' property. If "false" (default) updates all rendered by ajax region components
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
varfalsefalsejava.lang.StringA request-scope attribute via which the data object for the current row will be used when iterating
sortModefalsefalsejava.lang.StringDefines mode of sorting. Possible values are 'single' for sorting of one column and 'multi' for some.
rowsfalsefalsejava.lang.StringA number of rows to display, or zero for all remaining rows in the table
timeoutfalsefalsejava.lang.StringResponse waiting time on a particular request. If a response is not received during this time, the request is aborted
onRowMouseUpfalsefalsejava.lang.StringHTML: script expression; a pointer button is released on row
columnClassesfalsefalsejava.lang.StringComma-delimited list of CSS style classes that are be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the position in the list after the value of the "columns" attribute are ignored
firstfalsefalsejava.lang.StringA zero-relative row number of the first row to display
selectionfalsefalsejava.lang.StringValue binding representing selected rows
headerClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that are be applied to any header generated for this table
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
rowClassesfalsefalsejava.lang.StringA comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. The styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again
oncompletefalsefalsejava.lang.StringJavaScript code for call after request completed on client side
componentStatefalsefalsejava.lang.StringIt defines EL-binding for a component state for saving or redefinition
sortOrderfalsefalsejava.lang.StringValueBinding pointing at a property of a class to manage rows sorting
onRowMouseDownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down on row
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
footerClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that are be applied to any footer generated for this table
reRenderfalsefalsejava.lang.StringId['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. Can be single id, comma-separated list of Id's, or EL Expression with array or Collection
activeClassfalsefalsejava.lang.StringA CSS class to be applied to an active row
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
ajaxKeysfalsefalsejava.lang.StringThis attribute defines rows that are updated after an AJAX request
heightfalsefalsejava.lang.StringDefines a height of the component. Default value is 500px
captionClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that are be applied to caption for this component
selectedClassfalsefalsejava.lang.StringName of the CSS class for a selected row
ajaxSinglefalsefalsejava.lang.Stringif "true", submits ONLY one field/link, instead of all form controls
frozenColCountfalsefalsejava.lang.StringDefines the number of the fixed columns from the left side that will not be scrolled via horizontal scroll. Default value is '0'
scriptVarfalsefalsejava.lang.StringName of JavaScript variable corresponding to component
valuefalsefalsejava.lang.StringThe current value for this component
statusfalsefalsejava.lang.StringID (in format of call UIComponent.findComponent()) of Request status component
requestDelayfalsefalsejava.lang.StringAttribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send. When the delay time is over, the request will be sent to the server or removed if the newest 'similar' request is in a queue already
eventsQueuefalsefalsejava.lang.StringName of requests queue to avoid send next request before complete other from same event. Can be used to reduce number of requests of frequently events (key press, mouse move etc.)
datafalsefalsejava.lang.StringSerialized (on default with JSON) data passed on the client by a developer on AJAX request. It's accessible via "data.foo" syntax
onbeforedomupdatefalsefalsejava.lang.StringJavaScript code for call before DOM has been updated on client side
ignoreDupResponsesfalsefalsejava.lang.StringAttribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is in a queue already. ignoreDupResponses="true" does not cancel the request while it is processed on the server, but just allows to avoid unnecessary updates on the client side if the response isn't actual now

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.