| |||||||
FRAMES NO FRAMES |
UIComponentClass: org.apache.myfaces.tobago.component.UIData
RendererType: Sheet
Supported facets:
Tag Information | |
Tag Class | org.apache.myfaces.tobago.taglib.component.SheetTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. |
rendered | false | true | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
first | false | true | java.lang.String | Zero-relative row number of the first row to be displayed. |
forceVerticalScrollbar | false | true | java.lang.String | Flag indicating whether or not this sheet should reserve space for vertical toolbar when calculating column width's. Possible values are: 'auto' : sheet try to estimate the need of scrollbar, this is the default. 'true' : space for scroolbar is reserved. 'false' : no space is reserved. |
stateChangeListener | false | true | java.lang.String | Method binding representing a stateChangeListener method that will be notified when the state was changed by the user. The expression must evaluate to a public method that takes a SheetStateChangeEvent parameter, with a return type of void. |
showDirectLinks | false | true | java.lang.String | Flag indicating whether or not a range of direct paging links should be rendered in the sheet's footer. Valid values are left, center, right and none. The default is none . |
pagingLength | false | true | java.lang.String | **** @deprecated. Will be removed in a future version **** Please use "rows" instead. The number of rows to display, starting with the one identified by the "pageingStart" property. |
selectable | false | true | java.lang.String | Flag indicating whether or not the sheet should be selectable Valid values are none, single, and multi. The default is multi . |
rows | false | true | java.lang.String | The number of rows to display, starting with the one identified by the "pageingStart/first" property. |
pagingStart | false | true | java.lang.String | **** @deprecated. Will be removed in a future version **** Please use "first" instead. Zero-relative row number of the first row to be displayed. |
showRowRange | false | true | java.lang.String | Flag indicating whether or not the range of displayed rows should rendered in the sheet's footer. Rendering this range also offers the capability to enter the index of the start row directly. Valid values are left, center, right and none. The default is none . |
showHeader | false | true | java.lang.String | Flag indicating the header should be rendered. |
value | false | true | java.lang.String | The sheet's data. |
state | false | true | java.lang.String | Sheet state saving object. |
showPageRange | false | true | java.lang.String | Flag indicating whether and where the range pages should rendered in the sheet's footer. Rendering this range also offers the capability to enter the index displayed page directly. Valid values are left, center, right and none. The default is none . |
sortActionListener | false | true | java.lang.String | Method binding representing an actionListener method that will be invoked when sorting was requested by the user. Use this if your application needs special handling for sorting columns. If this is not set and the sortable attribute column is set to true the sheet implementation will use a default sort method. The expression must evaluate to a public method which takes an ActionEvent as parameter and with a return type of void. The method will receive a {@link org.apache.myfaces.tobago.event.SortActionEvent}. The method should sort according to the sortColumnId and direction getting from the sheet's {@link org.apache.myfaces.tobago.model.SheetState} object. |
directLinkCount | false | true | java.lang.String | The count of rendered direct paging links in the sheet's footer. The default is 9. |
columns | false | true | java.lang.String | LayoutConstraints for column layout. Semicolon separated list of layout tokens ('<x>*', '<x>px' or '<x>%'). |
var | true | true | java.lang.String | Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |