net.xoetrope.xui
Interface XRadioButtonGroup

All Known Implementing Classes:
XRadioButton, XRadioButton, XRadioButton, XRadioButton

public interface XRadioButtonGroup

Add methods for radio button support and grouping

Copyright (c) Xoetrope Ltd., 2002-2003

$Revision: 2.2 $

License: see License.txt


Method Summary
 java.lang.Object createGroup()
          Create a new checkbox group and adds this radio button that implements this interface to the new group
 java.lang.Object getRadioButtonGroup()
          Gets the group controlling the radio button that implements this interface
 void setRadioButtonGroup(java.lang.Object group)
          Set the button group to which the radio button that implements this interface belongs
 

Method Detail

createGroup

java.lang.Object createGroup()
Create a new checkbox group and adds this radio button that implements this interface to the new group

Returns:
the new group

getRadioButtonGroup

java.lang.Object getRadioButtonGroup()
Gets the group controlling the radio button that implements this interface

Returns:
the ButtonGroup

setRadioButtonGroup

void setRadioButtonGroup(java.lang.Object group)
Set the button group to which the radio button that implements this interface belongs

Parameters:
group - the group control this radio button