Component UNIFIEDPOLLING

Attribute summary

Typically used attributes

All attributes are

Positioning

Used inside: BEANPROCESSING, CONTENTPANE, PANE

Attribute details

actionListener

Binding to server side method that processes the events coming from this component.

The attribute value must be an expression.

#{methodBinding}Method binding

avoidvalidations

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).

falseValidations are executed (default)
trueValidations are not executed

duration

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).

0Deactivated
10001000 milliseconds
20002000 milliseconds

pagebeanbinding

Binding to a server side object implementing the IPageBean interface.

#{tobedefined}Binding to IPageBean instance

pollingtype

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
URLPolling by URL-connection
WEBSOCKETPolling by WebSocket connection

rendered

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.

trueComponent is rendered (default)
falseComponent is not rendered

restarttrigger

statusbarneutral

If set to true, then the roundtrip that is caused by the component does NOT clear the current statusbar content.

falseStatusbar content is cleared. (default)
trueStatusbar content is kept.