sweetdev-ria-el
Tag hcolumn


Description : Represents a column that is contained into a grid. Nested in tag : ria:grid, ria:theader


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELGridColumnHeaderTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameGrid Header Column

Attributes
NameRequiredRequest-timeTypeDescription
labelfalsetruejava.lang.StringThe label of the column. Accepts either EL, i18n key, HTML content or simple text.
typefalsetruejava.lang.IntegerSet the edition type of the column. This attribute is considered only if this column is editable.
maskPatternfalsetruejava.lang.StringSet the pattern mask of this column. This attribute is considered only if this column is editable.
charPatternfalsetruejava.lang.StringSet the pattern of allowed characters for this column. This attribute is considered only if this column is editable.
maskMessagefalsetruejava.lang.Stringthe edition error message of the column. This attribute is considered only if this column is editable.
charMessagefalsetruejava.lang.Stringthe error edition message of this column for not allowed character. This attribute is considered only if this column is editable.
maskMessageTypefalsetruejava.lang.StringSet error message type of this column. This attribute is considered only if this column is editable.
charMessageTypefalsetruejava.lang.StringSet error message type of this column for not allowed character. This attribute is considered only if this column is editable.
formatterfalsetruejava.lang.StringSet the formatter name for this column. Accepts either EL, i18n key, HTML content or simple text.
widthtruetruejava.lang.StringThe width of the column, as an Integer (in pixels)
hideablefalsetruebooleanThe hideability of the column. Default is true.
editablefalsetruebooleanThe editable of the column. Default is false.
visiblefalsetruebooleanThe initial visibility of the column. Default is true.
sortablefalsetruebooleanThe sortability of the column. Default is true.
resizablefalsetruebooleanThe resizability of the column. Default is true.
sortAscendantfalsetruejava.lang.BooleanThe initial sort type of the column. Default is ascendant (true).
sortOrderfalsetruejava.lang.IntegerThe initial sort order of the column. First value is 1. This attribute is required if the sortAscendant attribute is set.
listOptionsfalsetruejava.util.ListSet the list options of the editable column. This attribute is considered only if this column is editable.
stylefalsetruejava.lang.StringCss style. Accepts EL.
styleClassfalsetruejava.lang.StringCss class style. Accepts EL.
renderedfalsetruebooleanRendered or not, acceptable values are: [true(default), false].
idfalsetruejava.lang.StringUnique Identifier. Accepts EL.
templateStartfalsetruejava.lang.StringSpecial velocity start template to replace default. Accepts EL.
templateEndfalsetruejava.lang.StringSpecial velocity end template to replace default. Accepts EL.

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.