sweetdev-ria
Tag list


Description : Render a list of bean in read or write mode.


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.list.ListTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameList Tag

Attributes
NameRequiredRequest-timeTypeDescription
listfalsetruejava.util.ListContains the list to display. This list must be filled with standard bean. This attribute is not compatible with the processProvider one.
beanClassfalsetruejava.lang.StringThe type of bean contained in the list. Required if canAdd attribute is set to true, for instantiation. Full packaged class name is required.
processProviderfalsetruecom.ideo.sweetdevria.taglib.list.process.IListProcessProviderSet a custom process provider for this list enabling you to define your own methods add, modify, delete and move. This attribute is not compatible with the list one. Type is com.ideo.sweetdevria.taglib.list.process.IListProcessProvider.
formatfalsetruejava.lang.StringJavascript format method name to format the bean data in the list.
canDeletefalsetruejava.lang.BooleanTrue if the user can delete list items, false otherwise. Default value is false.
canAddfalsetruejava.lang.BooleanTrue if the user can add a new list item, false otherwise.
canModifyfalsetruejava.lang.BooleanTrue if the user can modify a list item, false otherwise. Default value is false.
canResizefalsetruejava.lang.BooleanTrue if the user can resize the list, false otherwise. Default value is false.
canOrderfalsetruejava.lang.BooleanTrue if the user can modify the list order, false otherwise. Default value is false.
widthfalsetruejava.lang.IntegerThe list width in pixel, as an integer. By default, no width is defined (100%).
heightfalsetruejava.lang.IntegerThe list height. If null, the height will get adapted to the number of items.
windowWidthfalsetruejava.lang.IntegerThe window width. Default is 400
windowHeightfalsetruejava.lang.Integerthe window height. Default is 300
formIdfalsetruejava.lang.StringThe window form identifier. Default is this.id+'_form'
articlesFetchedfalsetrueintThe number of article fetched among the last one.
itemPerPagefalsetrueintThe number of items shown on one page.
rssfalsetruejava.lang.StringThe address of a Rss feed. Incompatible with processProvider attribute.
frameDisplayedfalsetruebooleanSpecify whether or not a frame should be displayed around the component. (true by default)
statefulfalsetruebooleanDefine whether this attribute must keep its state according to the page configuration
idtruetruejava.lang.StringUnique Identifier. Accepts EL.
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.