sweetdev-ria-el
Tag gridexport


Description : Defines and display an export excel for the grid targeted. Nested in tag : any.


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELGridExportTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameGrid Export Excel

Attributes
NameRequiredRequest-timeTypeDescription
gridIdfalsetruejava.lang.StringThe id of the grid to export.
exportModefalsetrueintThe type of export, to avoid the selection popup.
onlyCheckedfalsetruebooleanChoose to export only the checked rows. Used only when exportMode is setin the tag. (false by default)
filenamefalsetruejava.lang.StringExport name without .xls extension. Accepts EL.
sheetNamefalsetruejava.lang.StringSheet name where append the export ('default' by default).
appendAtXfalsetrueintX position where insert data. [0(default)]
appendAtYfalsetrueintY position where insert data. [0(default)]
cellFormatterfalsetruecom.ideo.sweetdevria.taglib.grid.export.formatter.cellFormatter.CellFormatterCellFormatter to format each cells.
tableTitlefalsetruejava.lang.StringTitle placed on top of data. Accepts key from resource bundle.
templateFilefalsetruejava.lang.StringPath to append the export to an existing workbook.
chainExportfalsetruecom.ideo.sweetdevria.taglib.grid.export.model.GridExportModelSet a second GridExportModel to export after this one. Permit to chain multiple exports.
exportTargetIdfalsetruejava.lang.StringFocus on an other export declared in the page. This attribute permits to define different export point in the page for a single configuration. Cancel all the other attributes.
idtruetruejava.lang.StringUnique Identifier. Accepts EL.
titleLinkfalsetruejava.lang.StringTitle link property shown when mouse cursor is over the link. Accepts EL. Accepts key from resource bundle.
cancelBubblefalsetruebooleanForward the click event, acceptable values are: [true, false].
stylefalsetruejava.lang.StringCss style. Accepts EL.
styleClassfalsetruejava.lang.StringCss class style. Accepts EL.
renderedfalsetruebooleanRendered or not, acceptable values are: [true(default), false].
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.