|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.rcp.xui.widgets.XUIWidget
com.ibm.btt.rcp.xui.widgets.XUISWTWidget
com.ibm.btt.rcp.xui.widgets.AbstractXUIButton
com.ibm.btt.rcp.xui.widgets.XUIButton
@Appearance(value={"bounds","text","font","alignment","background","foreground","enabled","visible","image"}) @General(value={"id","tabIndex","disableInError","helpId"}) @Injection(value={"initializers","actions"}) public class XUIButton
XML UI Button Widget
Field Summary |
---|
Fields inherited from class com.ibm.btt.rcp.xui.widgets.AbstractXUIButton |
---|
alignment |
Fields inherited from class com.ibm.btt.rcp.xui.widgets.XUISWTWidget |
---|
background, focusLost, foreground |
Constructor Summary | |
---|---|
XUIButton()
|
Method Summary | |
---|---|
boolean |
getInError()
Get if the view is in error status. |
void |
handleXUIEvent(IXUIEventObject object)
In BTT version6.1.1, XUIButton is the ONLY widget which handles the event of XUIEventTypes.OK_KEY_TRIGGERED |
boolean |
isDisableInError()
If disable in error is true, when error occurs, this button will be disabled. |
boolean |
isEnableOKKey()
If it is true, when the OKKey is pressed, this Button will response by executing its user defined actions. |
protected void |
refreshControlStatus()
Refresh Button status: enable or disable |
void |
setDisableInError(boolean value)
If disable in error is true, when error occurs, this button will be disabled. |
void |
setEnableOKKey(boolean enableOKKey)
If it is true, when the OKKey is pressed, this Button will response by executing its user defined actions. |
void |
setInError(boolean inError)
Set if the view is in error status. |
Methods inherited from class com.ibm.btt.rcp.xui.widgets.AbstractXUIButton |
---|
dispose, getAlignment, getStyle, getWidget, getWidgetType, setAlignment |
Methods inherited from class com.ibm.btt.rcp.xui.widgets.XUISWTWidget |
---|
addListener, cacheProperty, createWidget, focusGained, focusLost, getCachedProperties, handleRequired, initialize, installListeners, removeListener, setColors, setListeners |
Methods inherited from class com.ibm.btt.rcp.xui.widgets.XUIWidget |
---|
fireXUIEvent, getActions, getHelpId, getId, getInitializers, getParent, getTabIndex, getXUIView, setActions, setHelpId, setId, setInitializers, setParent, setTabIndex, setXUIView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XUIButton()
Method Detail |
---|
public void setDisableInError(boolean value)
value
- public boolean isDisableInError()
public boolean getInError()
public void setInError(boolean inError)
inError
- public void handleXUIEvent(IXUIEventObject object)
handleXUIEvent
in interface IXUIEventListener
handleXUIEvent
in class XUIWidget
object
- XUI event objectprotected void refreshControlStatus()
public boolean isEnableOKKey()
public void setEnableOKKey(boolean enableOKKey)
enableOKKey
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |