Tags:
create new tag
, view all tags
-- JoaoQuintas - 17 Aug 2010

Action Button

An Action Button is a XVW component that's used to define an action visually.

Screen_shot_2010-08-17_at_2.41.41_PM.png

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

  • XUICommand

Components that Extend Action Button

  • None

Action Button Properties

Property Description TypeSorted ascending Possible Values Usage Default Value Example Notes
action The action to be invoked server-side EL   optional      
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    
width The width of the button Integer Any positive value optional 75   Does not have any effect in the button width
waitMode Defines the "waiting" message type while the request is processing Integer 1 / 2 optional 1    
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 required      


Edit | Attach | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r5 - 2011-03-31 - PedroRio
 

No permission to view TWiki.WebTopBar

This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar