ch.sahits.model.gui
Interface IFormCheckbox

All Superinterfaces:
IFormElement, IFormInputElement
All Known Subinterfaces:
IFormRadioButton

public interface IFormCheckbox
extends IFormInputElement

This interface defines a check box button

Since:
0.9.4
Author:
Andi Hotz

Method Summary
 boolean isChecked()
          Check if the radio button is checked
 void setChecked(boolean checked)
          Set the radio button checked
 
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

isChecked

boolean isChecked()
Check if the radio button is checked

Returns:
true if the button is checked

setChecked

void setChecked(boolean checked)
Set the radio button checked

Parameters:
checked -