ch.sahits.model.gui
Interface IFormRadioButton

All Superinterfaces:
IFormCheckbox, IFormElement, IFormInputElement

public interface IFormRadioButton
extends IFormCheckbox

This interface defines a radio button element of a form

Since:
0.9.4
Author:
Andi Hotz

Method Summary
 void addTo(IFormGroup radioButtonGroup)
          Add the radio button to a group
 IFormGroup getGroup()
          Retrieve the group this radio button belongs to
 
Methods inherited from interface ch.sahits.model.gui.IFormCheckbox
isChecked, setChecked
 
Methods inherited from interface ch.sahits.model.gui.IFormInputElement
getDefaultValue, getSize, isEnabled, isVisible, setDefaultValue, setEnable, setSize, setVisible
 
Methods inherited from interface ch.sahits.model.gui.IFormElement
getId, getName, getTooltip, setId, setName, setTooltip
 

Method Detail

addTo

void addTo(IFormGroup radioButtonGroup)
Add the radio button to a group

Parameters:
radioButtonGroup - group of the button

getGroup

IFormGroup getGroup()
Retrieve the group this radio button belongs to

Returns:
group the button belongs to