| java.lang.Object uk.org.ponder.rsf.components.UIComponent uk.org.ponder.rsf.components.UIBound uk.org.ponder.rsf.components.UIBoundBoolean
UIBoundBoolean | public class UIBoundBoolean extends UIBound (Code) | | Component holding a single boolean value, which will peer with a component
such as a checkbox or radio button.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public boolean | getValue() | public static UIBoundBoolean | make(UIContainer parent, String ID, String binding, Boolean initvalue) | public static UIBoundBoolean | make(UIBranchContainer parent, String ID, String binding, boolean initvalue) | public static UIBoundBoolean | make(UIContainer parent, String ID, String binding) | public static UIBoundBoolean | make(UIContainer parent, String ID, Boolean initvalue) | public static UIBoundBoolean | make(UIContainer parent, String ID, boolean initvalue) | public static UIBoundBoolean | make(UIContainer parent, String ID) | public void | setValue(boolean value) |
UIBoundBoolean | public UIBoundBoolean()(Code) | | |
getValue | public boolean getValue()(Code) | | |
setValue | public void setValue(boolean value)(Code) | | |
|
|