Mobile Components
Tag dataViewColumn


DataViewColumns defines a column in the table region of the DataView component.


Tag Information
Tag Classorg.icefaces.mobi.component.dataview.DataViewColumnTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingnotruejavax.el.ValueExpressionUsing an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean.
converternotruejavax.faces.convert.ConverterConverter instance registered with this component (Only applicable to date columns, must extend DateTimeConverter).
escapenotruebooleanFlag indicating that characters that are sensitive in HTML and XML markup must be escaped. Default = 'true'.
footerTextnotruejava.lang.StringDefine the text to render in the footer of this column.
headerTextnotruejava.lang.StringDefine the text to render in the header of this column.
idnotruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderednotruebooleanReturn true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'.
sortablenotruebooleanDefine if the column is sortable. Default = 'true'.
styleClassnotruejava.lang.StringSets the CSS class to apply to this component.
typenotrueorg.icefaces.mobi.component.dataview.ColumnTypeDefine the ColumnType of this column, determining how the 'value' attribute of this component will be rendered. Valid options include : text, bool, date, image. Text will render the String representation of the value object. Bool assumes the value object is a boolean type and renders a checkbox icon. Date assumes the value object is a Date object and renders according to the required f:convertDateTime child component. Image assume the value is a representation of an image URL. Default = 'org.icefaces.mobi.component.dataview.ColumnType.text'.
valuenotruejava.lang.ObjectDefine a ValueExpression whose resulting Object will be iteratively rendered in the table region of the DataView according to the 'type' of this column.

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.