IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.xui.widgets
Class XUIRadioButton

java.lang.Object
  extended by com.ibm.btt.rcp.xui.widgets.XUIWidget
      extended by com.ibm.btt.rcp.xui.widgets.XUISWTWidget
          extended by com.ibm.btt.rcp.xui.widgets.AbstractXUIButton
              extended by com.ibm.btt.rcp.xui.widgets.XUIRadioButton
All Implemented Interfaces:
IKeyHolder, IXUIEventListener, IXUIWidget, java.util.EventListener, org.eclipse.swt.events.FocusListener, org.eclipse.swt.internal.SWTEventListener

@Appearance(value={"bounds","text","font","alignment","background","foreground","enabled","visible","image"})
@General(value={"id","value","helpId"})
@Injection(value={"initializers","actions"})
public class XUIRadioButton
extends AbstractXUIButton

XML UI Radio 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
XUIRadioButton()
           
 
Method Summary
protected  int getStyle()
          Get SWT widget style
 java.lang.String getValue()
          Get the value of radio button
 void setValue(java.lang.String value)
          Set the value of radio button
 
Methods inherited from class com.ibm.btt.rcp.xui.widgets.AbstractXUIButton
dispose, getAlignment, 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, handleXUIEvent, 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

XUIRadioButton

public XUIRadioButton()
Method Detail

getValue

public java.lang.String getValue()
Get the value of radio button

Returns:

setValue

public void setValue(java.lang.String value)
Set the value of radio button

Parameters:
value -

getStyle

protected int getStyle()
Description copied from class: XUISWTWidget
Get SWT widget style

Overrides:
getStyle in class AbstractXUIButton
Returns:
widget style

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009