com.ivata.mask.web.tag.webgui.list |
|
Java Source File Name | Type | Comment |
ListBodyTag.java | Class |
Create a paged list, iterating through all elements of a
java.util.List . |
ListColumnComparator.java | Class |
Compare two column values to decide the sort order of a sorted column. |
ListColumnHeadingTag.java | Class |
This tag displays one list column heading. |
ListColumnTag.java | Class |
Create a paged list, iterating through all elements of a
java.util.List containing
com.ivata.mask.web.list.ListRow ListRow instances.
Tag attributes:
attribute |
reqd. |
param. | ListConstants.java | Class | Stores constants and magic numbers :-) for the lists. | ListEmptyTag.java | Class |
Define the text which should appear if there are now rows in this list, in
the column body of this tag. | ListFrameTag.java | Class |
Create a paged list, iterating through all elements of a
java.util.List containing
com.ivata.mask.web.list.ListRow ListRow instances.
The list tag itself only contains a heading tag and a body tag. | ListHeadingTag.java | Class |
This tag surrounds all of the column headings of the list. |
|