WebPoint Tag Library
WebPoint Taglib
| Tag Name | Description |
|---|---|
| StoringStockTable | Displays the contents of a StoringStock. |
| SingleTableForm | Display the contents of a SingleTableForm. |
| HasCapability | Displays the tag's bodycontent if the user has a given right |
| LogTable | Displays the contents of a log file. |
| DataBasketTable | Display the contents of a DataBasket. |
| TwoTableForm | Display the contents of a TwoTableForm. |
| CatalogTable | Displays the contents of a Catalog. |
| CountingStockTable | Display the contents of a CountingStock. |
StoringStockTable - Displays the contents of a StoringStock
| Attribute Name | Description |
|---|---|
| ss | The StoringStock to be displayed. [Required] [RT Expr] |
| cmp | A Comparator defining the sort order. If null, the CatalogItems are ordered in their natural order. [RT Expr] |
| db | The DataBasket to be used to determine visibility. [RT Expr] |
| ted | A TableEntryDescriptor that can split CatalogItems into a table's cells. [RT Expr] |
SingleTableForm - Display the contents of a SingleTableForm
This tag is only valid when nested inside a form tag body. A SingleTableForm must be assigned to the form's action configuration in the struts-config.xml file.
HasCapability - Displays the tag's bodycontent if the user has a given right
Displays the tag's bodycontent if the user has a given right
| Attribute Name | Description |
|---|---|
| capabilityName | The name of the right the user should have. [Required] [RT Expr] |
LogTable - Displays the contents of a log file
Displays the contents of a log file.
| Attribute Name | Description |
|---|---|
| lfc | The content of a log file which should be displayed. [Required] [RT Expr] |
| cmp | A Comparator that defines the order the LogEntries appear in. May be null in which case LogEntries will be sorted by the log date. [RT Expr] |
| ted | A TableEntryDescriptor defining how LogEntries are to be displayed with respect to rows and columns in a table. [RT Expr] |
DataBasketTable - Display the contents of a DataBasket
Render a HTML table that will display the contents of a DataBasket.
| Attribute Name | Description |
|---|---|
| db | The DataBasket whose contents are to be displayed. [Required] [RT Expr] |
| dbc | A condition specifying the entries to be displayed. [RT Expr] |
| dbeg | A grouper that can be used to combine several entries into one for display. [RT Expr] |
| cmp | A comparator defining the order in which to display the individual items. If null entries will be sorted first by their main and then by their secondary keys. [RT Expr] |
| ted | A TableEntryDescriptor that can split individual DataBasketEntries into a table's cells. Must not be null. [RT Expr] |
TwoTableForm - Display the contents of a TwoTableForm
This tag is only valid when nested inside a form tag body. A TwoTableForm must be assigned to the form's action configuration in the struts-config.xml file.
CatalogTable - Displays the contents of a Catalog
| Attribute Name | Description |
|---|---|
| c | The Catalog to be displayed. [Required] [RT Expr] |
| cmp | A Comparator defining the sort order. If null, the CatalogItems are ordered in their natural order. [RT Expr] |
| db | The DataBasket to be used to determine visibility. [RT Expr] |
| ted | A TableEntryDescriptor that can split CatalogItems into a table's cells. [RT Expr] |
CountingStockTable - Display the contents of a CountingStock
Render a HTML table that will display the contents of a CountingStock.
| Attribute Name | Description |
|---|---|
| cs | The CountingStock whose contents are to be displayed. [Required] [RT Expr] |
| db | The DataBasket that is used to determine visibility of items. [RT Expr] |
| cmp | A Comparator defining the order in which to display the individual items. If null the records will be ordered by their keys. [RT Expr] |
| showZeros | If false, lines containing a '0' in the "Count" field will be hidden. [RT Expr] |
| ted | A TableEntryDescriptor that can split individual CountingStockTableModel records into a table's cells. Must not be null. [RT Expr] |



