layout
Tag dataGrid


Renders a table which can become editable.


Tag Information
Tag Classnet.sf.springlayout.web.layout.taglib.DataGridTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
pathtruetruejava.lang.StringPath to a Collection, Map or Array of objects to be iterated through within the command object
cssClassfalsetruejava.lang.StringEquivalent to "class" - HTML Optional Attribute
emptyMessageKeyfalsefalsejava.lang.Stringkey to use for the message that will be displayed if the grid contains no items
headerClassfalsetruejava.lang.StringHTML Optional Attribute 'class' which will be applied to all th's
footerRowClassfalsetruejava.lang.StringHTML Optional Attribute 'class' which will be applied to the footer row
footerCellClassfalsetruejava.lang.StringHTML Optional Attribute 'class' which will be applied to the footer cell
gridIdtruetruejava.lang.StringThe id that the HTML table will be given.
cssStylefalsetruejava.lang.StringEquivalent to "style" - HTML Optional Attribute
addButtonTitlefalsetruejava.lang.StringTitle to display in the add button
addButtonTitleKeyfalsetruejava.lang.StringMessage Key to use to retrieve the internationalized title to display in the add button
addButtonClassfalsetruejava.lang.StringCSS Class to appply to the add button
cancelButtonTitlefalsetruejava.lang.StringTitle to display in the cancel button
cancelButtonTitleKeyfalsetruejava.lang.StringMessage Key to use to retrieve the internationalized title to display in the cancel button
cancelButtonClassfalsetruejava.lang.StringCSS Class to appply to the cancel button
addRowCallbackfalsetruejava.lang.StringA function pointer to call after the row is added. Should take the parameters (table, row)
removeRowCallbackfalsetruejava.lang.StringA function pointer to call after a row is removed. Should take the parameters (table, row)
maintainUniqueSelectPathsfalsetruejava.lang.StringA comma separated list of id's of Select controls within the dataGrid for which uniqueness should be maintained on the client-side. -1 should be used in the place of an index.

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.