Action "Reload"
The action Reload is created via the element <ReloadAction/>
within <Actions>
. The Reload action allows the properties of a component to be periodically reloaded (using a Technical Process specified in process
) or a navigation to be triggered (specified using componentName
).
The periodic reloading of data can cause a high load and should only be used in rare cases.
The element <ReloadAction/>
can have the following attributes:
Attribute | Description |
---|---|
componentName | Name of the component to be navigated to at the end of the action. Required, if the attribute Possible values: Any string |
enabled | Defines whether the reload action is started periodically or not.
Possible values: |
process | Path to the Required, if the attribute Possible values: String (URI) |
refreshTime | Time until the next reload in seconds Possible values: Any integer |