Typically used attributes
All attributes are
Used inside: BEANPROCESSING, CONTENTPANE, PANE
Binding to server side method that processes the events coming from this component.
The attribute value must be an expression.
#{methodBinding} | Method binding |
When a roundtrip is triggered then by default the curren user input is validated. This may lead to some change within the current user input field (e.g. is user just defines a date then the user might not yet have specified a correct date).
false | Validations are executed (default) |
true | Validations are not executed |
Duration in milliseconds after which a request to the client is triggered. In case of TIMER components this is the actual polling duration (every xxx milliseconds), in case of LONGPOLLING components this is the duration after which the new polling request is sent to the server (in order to avoid, that there are too many requests).
0 | Deactivated |
1000 | 1000 milliseconds |
2000 | 2000 milliseconds |
Binding to a server side object implementing the IPageBean interface.
#{tobedefined} | Binding to IPageBean instance |
Explicit definition of polling type on component level. If not defined, then the polling type is centrally defined by calling UNIFIEDPOLLINGBinding.initializePollingType(...).
(default) no explicit definition, following central definition | |
URL | Polling by URL-connection |
WEBSOCKET | Polling by WebSocket connection |
Flag that indicated if this component is rendered at all. If set to false then the component is not rendered - there is no component data sent to the client.
The attribute value must be an expression.
true | Component is rendered (default) |
false | Component is not rendered |
If set to true, then the roundtrip that is caused by the component does NOT clear the current statusbar content.
false | Statusbar content is cleared. (default) |
true | Statusbar content is kept. |