| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.rcfaces.core.internal.taglib.DataColumnTag |
| TagExtraInfo Class | org.rcfaces.core.internal.taglib.CameliaTagExtraInfo |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | A string specifying the identifier for this component. This value must be unique within the closest parent component that is a naming container. |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The value binding expression linking this component to a property in a backing bean. |
| converter | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The converter id to use. as specified in faces-config.xml. |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
| visible | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating wether the composant is visible. |
| hiddenMode | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the management of invisible state on the client. Authorized values are :
|
| text | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the text (literal or binding) to be shown. |
| textDirection | false | false | javax.el.ValueExpression
(must evaluate to int)
| No Description |
| toolTipText | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value specifying the tooltip for the component (shown when the pointe hover the component). |
| alignment | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string that represents the alignement of the data in the component.
|
| backgroundColor | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A color value (as specified by CSS) for the background. |
| foregroundColor | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A color value (as specified by CSS) for the text. |
| sortListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is sorted. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A space-separated list of CSS style class(es) to be applied to the component. This value will be passed through as the "class" attribute on generated markup. |
| ascending | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value that indicates the sorting direction for the component. |
| sortComparator | false | false | javax.el.ValueExpression
(must evaluate to java.util.Comparator)
| A string value specifying the "compare" function to use. it can reference a javascript function or a keyword :
|
| resizable | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value indicating wether the component can be resized by the user. |
| disabledImageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image used for the disabled state. |
| hoverImageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image used chen the pointer hover the component. |
| selectedImageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image used when the component is selected. |
| imageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image used by the component. |
| imageHeight | false | false | javax.el.ValueExpression
(must evaluate to int)
| An int value specifying the height (in pixels) to use for the image shown. |
| imageWidth | false | false | javax.el.ValueExpression
(must evaluate to int)
| An int value specifying the width (in pixels) to use for the image shown. |
| menuPopupId | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| maxWidth | false | false | javax.el.ValueExpression
(must evaluate to int)
| An int value specifying the maximum width in pixels (if resizeable). |
| minWidth | false | false | javax.el.ValueExpression
(must evaluate to int)
| An int value specifying the minimum width in pixels (if resizeable). |
| width | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value (as specified by CSS) for the width of the component. |
| verticalAlignment | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string that represent the vertical alignement of the data in the component.
|
| autoFilter | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| Experimental A boolean value indicating if the component should apply filter automatically. |
| cellImageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the image. |
| defaultCellImageURL | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| An url string pointing to the default image. |
| cellStyleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A space-separated list of CSS style class(es) to be applied when this cell is rendered. This value will be passed through as the "class" attribute on generated markup. |
| defaultCellStyleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| cellDefaultToolTipText | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| cellToolTipText | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A string value containing the text that will appear when the pointer hover the component. |
| selectionListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is selected. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| doubleClickListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is double-clicked. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| userEventListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is called. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| initListener | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Executed when the component is intialized. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding. |
| value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| A string value holding the current value of the component. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||