An Action Button is a XVW component that's used to define an action visually.
XML Definition
An Action Button is declared as following:
<xvw:actionButton label="BUTTON_LABEL" action="#{SERVER_ACTION}" width="BUTTON_WIDTH"
disabled="#{EL_BOOLEAN_DISABLED}" visible="#{EL_BOOLEAN_VISIBLE}" waitMode="WAIT_MODE"/>
Component from which the Action Button Extends
Components that Extend Action Button
Action Button Properties
Property | Description | Type![]() |
Possible Values | Usage | Default Value | Example | Notes |
---|---|---|---|---|---|---|---|
label | The label of the button | String | Any text | optional | #Button# | ||
image | An icon to place with the button | String | A path to an icon | optional | |||
target | The target where the action will be executed | String | blank, window, tab download, self, top | optional | |||
width | The width of the button | Integer | Any positive value | optional | 75 | ||
waitMode | Defines the "waiting" message type while the request is processing | Integer | 1 / 2 | optional | 1 | ||
disabled | Whether or not the button is disabled (can't be clicked) | EL / Boolean | True / False | optional | False | ||
visible | Whether or not the button is visible | EL / Boolean | True / False | optional | True | ||
action | The action to be invoked server-side | EL | optional |
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
![]() |
Screen_shot_2010-08-17_at_2.41.41_PM.png | manage | 7.0 K | 2010-08-17 - 14:41 | JoaoQuintas |
No permission to view TWiki.WebTopBar