sweetdev-ria-el
Tag simplegridcolumn


Description : Represents a column that is contained into a simplegrid. This tag manages both the header and the content of the columns. Nested in tag : ria:simplegrid


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELSimpleGridColumnTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameSimple Grid Column

Attributes
NameRequiredRequest-timeTypeDescription
objectfalsetruejava.lang.ComparableSet a java object as content. Permit to use all its advantages like compare(), toString().
keyfalsetruejava.lang.StringSet a string as content. This attribute permits to internationalize easily.
exportedStringfalsetruejava.lang.StringSet a string to export other than the cell content displayed.
exportExcelfalsetruebooleanSet if the column is show in the export excel
tooltipKeyfalsetruejava.lang.StringSet the key of the cell's tooltip message.
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)
labeltruetruejava.lang.StringThe label of the column. Accepts either EL, i18n key, HTML content or simple text.
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.