|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.ButtonGroup
com.ibm.dse.gui.SpButtonGroup
The SpButtonGroup class is a Bean that provides a set of mutually exclusive choices that appear as radio buttons
Field Summary |
---|
Fields inherited from class javax.swing.ButtonGroup |
---|
buttons |
Constructor Summary | |
---|---|
SpButtonGroup()
This constructor creates a SpButtonGroup object. |
Method Summary | |
---|---|
void |
add(javax.swing.AbstractButton b)
Adds the button to the group. |
void |
addActionListener(java.awt.event.ActionListener l)
Documented in the JDK. |
void |
addCoordinatedEventListener(CoordinatedEventListener newListener)
Adds an CoordinatedEventListener. |
void |
addDataChangedListener(DataChangedListener newListener)
Deprecated. (use addCoordinatedEventListener(CoordinatedEventListener newListener)) |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Generated to support the propertyChange field. |
void |
executeBeanReactions(java.awt.Component spRad)
When a Bean changes states and the end state is a non-error state, the Bean will call the beanReaction(java.awt.Component) public static method of the specified class. |
void |
fireCoordinationEvent()
Fires a DSECoordinationEvent when data has changed. |
void |
fireCoordinationEvent(DSECoordinationEvent event)
Fires a DSECoordinationEvent when data has changed. |
void |
fireDataChanged()
Deprecated. (use fireCoordinationEvent()) |
void |
fireHandleDataChanged(DataChangedEvent event)
Method to support listener events. |
void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Generated to support the propertyChange field. |
java.lang.String |
getAlternativeDataName()
Gets the alternativeDataName property (java.lang.String) value. |
java.lang.String |
getBeansReactions()
Gets the beansReactions property (java.lang.String) value. |
java.lang.String |
getDataDirection()
Gets the dataDirection property (java.lang.String) value. |
java.lang.String |
getDataName()
Gets the dataName property (java.lang.String) value. |
java.lang.String |
getDataToClear()
Gets the dataToClear property (java.lang.String) value. |
java.lang.Object |
getDataValue()
Gets the dataValue property (java.lang.Object) value. |
DSECoordinatedPanel |
getDSECoordinatedPanel()
Gets the DSECoordinatedPanel where the component is placed |
java.lang.String |
getErrorMessage()
Gets the ErrorMessage property value from its formatters (if exists). |
NavigationParameters |
getNavigationParameters()
Gets the navigationParameters property (com.ibm.dse.gui.NavigationParameters) value. |
protected java.beans.PropertyChangeSupport |
getPropertyChange()
Accessor for the propertyChange field. |
boolean |
getRequired()
Gets the required property (boolean) value. |
SpPanel |
getSpPanel()
Gets the spPanel property (com.ibm.dse.gui.SpPanel) value. |
java.lang.String |
getType()
Gets the type property (java.lang.String) value. |
boolean |
hasAlternativeDataName()
Returns if the SpButtonGroup has alternative data name attribute. |
boolean |
isInError()
Complies with the DataExchanger interface. |
boolean |
isKeyedValue()
if true this bean returns a composed data value. |
boolean |
isRequired()
Returns if the ButtonGroup is required or not. |
void |
removeActionListener(java.awt.event.ActionListener l)
To comply with DataExchanger interface. |
void |
removeCoordinatedEventListener(CoordinatedEventListener newListener)
Removes a CoordinatedEventListener. |
void |
removeDataChangedListener(DataChangedListener newListener)
Deprecated. (use removeCoordinatedEventListener(CoordinatedEventListener newListener)) |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Generated to support the propertyChange field. |
void |
setAlternativeDataName(java.lang.String alternativeDataName)
Sets the alternativeDataName property (java.lang.String) value. |
void |
setBeansReactions(java.lang.String beansReactions)
Sets the beansReactions property (java.lang.String) value. |
void |
setDataDirection(java.lang.String dataDirection)
Sets the dataDirection property (java.lang.String) value. |
void |
setDataName(java.lang.String dataName)
Sets the dataName property (java.lang.String) value. |
void |
setDataToClear(java.lang.String dataToClear)
Sets the dataToClear property (java.lang.String) value. |
void |
setDataValue(java.lang.Object dataValue)
Sets the dataValue property (java.lang.String) value. |
void |
setHelpID(java.lang.String helpID)
Sets the helpID property (java.lang.String) value. |
void |
setNavigationParameters(NavigationParameters navigationParameters)
Sets the navigationParameters property (com.ibm.dse.gui.NavigationParameters) value. |
void |
setRequired(boolean required)
Sets the required property (boolean) value. |
void |
setSpPanel(SpPanel spPanel)
Sets the spPanel property (com.ibm.dse.gui.SpPanel) value. |
void |
setType(java.lang.String type)
Sets the type property (java.lang.String) value. |
Methods inherited from class javax.swing.ButtonGroup |
---|
getButtonCount, getElements, getSelection, isSelected, remove, setSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpButtonGroup()
Method Detail |
public void add(javax.swing.AbstractButton b)
b
- AbstractButtonpublic void addActionListener(java.awt.event.ActionListener l)
addActionListener
in interface DataExchanger
l
- java.awt.event.ActionEventpublic void addCoordinatedEventListener(CoordinatedEventListener newListener)
addCoordinatedEventListener
in interface DataExchanger
newListener
- CoordinatedEventListenerpublic void addDataChangedListener(DataChangedListener newListener)
addDataChangedListener
in interface DataExchanger
newListener
- DataChangedListenerpublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void executeBeanReactions(java.awt.Component spRad)
public void fireCoordinationEvent()
public void fireCoordinationEvent(DSECoordinationEvent event)
event
- DSECoordinationEventpublic void fireDataChanged()
public void fireHandleDataChanged(DataChangedEvent event)
event
- DataChangedEventpublic void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
public java.lang.String getAlternativeDataName()
getAlternativeDataName
in interface DataExchanger
setAlternativeDataName(java.lang.String)
public java.lang.String getBeansReactions()
setBeansReactions(java.lang.String)
public java.lang.String getDataDirection()
getDataDirection
in interface DataExchanger
setDataDirection(java.lang.String)
public java.lang.String getDataName()
getDataName
in interface DataExchanger
setDataName(java.lang.String)
public java.lang.String getDataToClear()
getDataToClear
in interface PanelActions
setDataToClear(java.lang.String)
public java.lang.Object getDataValue()
getDataValue
in interface DataExchanger
setDataValue(java.lang.Object)
public DSECoordinatedPanel getDSECoordinatedPanel()
getDSECoordinatedPanel
in interface PanelActions
public java.lang.String getErrorMessage()
getErrorMessage
in interface DataExchanger
public NavigationParameters getNavigationParameters()
getNavigationParameters
in interface DataExchanger
setNavigationParameters(com.ibm.dse.gui.NavigationParameters)
protected java.beans.PropertyChangeSupport getPropertyChange()
public boolean getRequired()
setRequired(boolean)
public SpPanel getSpPanel()
getSpPanel
in interface Outsider
setSpPanel(com.ibm.dse.gui.SpPanel)
public java.lang.String getType()
getType
in interface DataExchanger
setType(java.lang.String)
public boolean hasAlternativeDataName()
hasAlternativeDataName
in interface DataExchanger
public boolean isInError()
isInError
in interface DataExchanger
public boolean isKeyedValue()
isKeyedValue
in interface DataExchanger
public boolean isRequired()
isRequired
in interface DataExchanger
public void removeActionListener(java.awt.event.ActionListener l)
removeActionListener
in interface DataExchanger
l
- java.awt.event.ActionEventpublic void removeCoordinatedEventListener(CoordinatedEventListener newListener)
removeCoordinatedEventListener
in interface DataExchanger
newListener
- DataChangedListenerpublic void removeDataChangedListener(DataChangedListener newListener)
removeDataChangedListener
in interface DataExchanger
newListener
- DataChangedListenerpublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void setAlternativeDataName(java.lang.String alternativeDataName)
setAlternativeDataName
in interface DataExchanger
alternativeDataName
- The new value for the property.getAlternativeDataName()
public void setBeansReactions(java.lang.String beansReactions)
beansReactions
- The new value for the property.getBeansReactions()
public void setDataDirection(java.lang.String dataDirection)
setDataDirection
in interface DataExchanger
dataDirection
- String, The new value for the property.getDataDirection()
public void setDataName(java.lang.String dataName)
setDataName
in interface DataExchanger
dataName
- String, The new value for the property.getDataName()
public void setDataToClear(java.lang.String dataToClear)
dataToClear
- The new value for the property.getDataToClear()
public void setDataValue(java.lang.Object dataValue)
setDataValue
in interface DataExchanger
dataValue
- Object, The new value for the property.getDataValue()
public void setHelpID(java.lang.String helpID)
setHelpID
in interface DataExchanger
helpID
- String, the new value for the helpID property.public void setNavigationParameters(NavigationParameters navigationParameters)
setNavigationParameters
in interface DataExchanger
navigationParameters
- The new value for the property.getNavigationParameters()
public void setRequired(boolean required)
setRequired
in interface DataExchanger
required
- The new value for the property.getRequired()
public void setSpPanel(SpPanel spPanel)
setSpPanel
in interface Outsider
spPanel
- SpPanel, The new value for the property.getSpPanel()
public void setType(java.lang.String type)
setType
in interface DataExchanger
type
- The new value for the property.getType()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |