Attributes |
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | Standard html 'id' attribute |
cl | false | true | java.lang.String | CSS class name ( same as html 'class' attribute ) |
style | false | true | java.lang.String | Standard html 'style' attribute ( for CSS ) |
height | false | true | java.lang.String | Height (in pixels) |
provider | false | true | java.lang.String | DEPRECATED : use 'data' and 'scope' attributes instead |
data | false | true | java.lang.String | The standard 'data name' attribute (symbolic 'data name' used to find the list) The object identify by this 'data name' can be a generic Java 'Collection', a Telosys 'DataSet' or a Telosys 'VOList' |
scope | false | true | java.lang.String | The scope where to search the list data ( 'screen', 'screen-attributes', 'screen-elements', 'request', 'screen-session', 'session', 'screen-application', 'application' ). The 'screen' scope is available only in actions requests (not in service requests). |
indexbase | false | true | java.lang.String | The first index value ( typicaly 0 or 1 ) |
loop | false | true | java.lang.String | Generate n rows with a loop ( example "1:30" loop from 1 to 30 ) can be used instead of 'data' (for screen design or tests) |