|
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.action.Action
com.ibm.btt.rcp.xui.action.HelpButtonAction
public class HelpButtonAction
This HelpButtonAction may be assigned to a button inside a composite/a group. The action may be only called from a UI thread.
Constructor Summary | |
---|---|
HelpButtonAction()
|
Method Summary | |
---|---|
java.lang.String |
getHelpId()
Get Help ID for looking up the help contents. |
void |
setHelpId(java.lang.String helpId)
Set Help ID for looking up the help contents. |
boolean |
widgetSelected(IXUIWidget source)
Invoke when selection occurs in the control. |
Methods inherited from class com.ibm.btt.rcp.xui.action.Action |
---|
focusGained, focusLost, keyPressed, keyReleased, modifyText, mouseDoubleClick, mouseDown, mouseUp, verifyText, widgetDisposed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HelpButtonAction()
Method Detail |
---|
public boolean widgetSelected(IXUIWidget source)
IAction
For example, selection occurs in a List when the user selects an item or items with the keyboard or mouse. On some platforms, the event occurs when a mouse button or key is pressed. On others, it happens when the mouse or key is released. The exact key or mouse gesture that causes this event is platform specific.
Current support widgets: Button, Table, ComboBox, RadioButton, CheckBox, List
widgetSelected
in interface IAction
widgetSelected
in class Action
source
- source widget which invoke this action
public java.lang.String getHelpId()
public void setHelpId(java.lang.String helpId)
helpId
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |