v
Tag dataColumn


Specify a column.


Tag Information
Tag Classorg.rcfaces.core.internal.taglib.DataColumnTag
TagExtraInfo Classorg.rcfaces.core.internal.taglib.CameliaTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringA string specifying the identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean.
converterfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The converter id to use. as specified in faces-config.xml.
renderedfalsefalsejavax.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.
visiblefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating wether the composant is visible.
hiddenModefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the management of invisible state on the client. Authorized values are :
  • server : if not visible, nothing is sent to the client
  • phantom : if not visible, the data is sent to the client and the page estate is reserved for a futur eventual display of the component
  • ignore : if not visible, the data is sent to the client but no page estate is reserved
textfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the text (literal or binding) to be shown.
textDirectionfalsefalsejavax.el.ValueExpression
(must evaluate to int)
No Description
toolTipTextfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the tooltip for the component (shown when the pointe hover the component).
alignmentfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string that represents the alignement of the data in the component.
  • left
  • right
  • center
backgroundColorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A color value (as specified by CSS) for the background.
foregroundColorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A color value (as specified by CSS) for the text.
sortListenerfalsefalsejavax.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.
styleClassfalsefalsejavax.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.
ascendingfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that indicates the sorting direction for the component.
sortComparatorfalsefalsejavax.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 :
  • integer
  • number
  • alpha
  • alphaIgnoreCase
  • time
  • date
  • <javascript function>
resizablefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating wether the component can be resized by the user.
disabledImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used for the disabled state.
hoverImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used chen the pointer hover the component.
selectedImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used when the component is selected.
imageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used by the component.
imageHeightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
An int value specifying the height (in pixels) to use for the image shown.
imageWidthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
An int value specifying the width (in pixels) to use for the image shown.
menuPopupIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
maxWidthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
An int value specifying the maximum width in pixels (if resizeable).
minWidthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
An int value specifying the minimum width in pixels (if resizeable).
widthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the width of the component.
verticalAlignmentfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string that represent the vertical alignement of the data in the component.
  • top
  • center
  • bottom
autoFilterfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Experimental A boolean value indicating if the component should apply filter automatically.
cellImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image.
defaultCellImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the default image.
cellStyleClassfalsefalsejavax.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.
defaultCellStyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
cellDefaultToolTipTextfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
cellToolTipTextfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value containing the text that will appear when the pointer hover the component.
selectionListenerfalsefalsejavax.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.
doubleClickListenerfalsefalsejavax.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.
userEventListenerfalsefalsejavax.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.
initListenerfalsefalsejavax.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.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A string value holding the current value of the component.

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.