multivalent.gui
public class VRadiobox extends VButton
Version: $Revision: 1.4 $ $Date: 2002/01/27 02:02:16 $
Constructor Summary | |
---|---|
VRadiobox(String name, Map<String,Object> attr, INode parent, VRadiogroup group) |
Method Summary | |
---|---|
boolean | formatNode(int width, int height, Context cx) Ensure that padding on left is large enough for checkbox. |
VRadiogroup | getRadiogroup() |
boolean | getState() |
void | invoke() Change state, then call associated VScript, if any. |
void | paintNode(Rectangle docclip, Context cx) Draw radiobox too. |
void | setRadiogroup(VRadiogroup group) |
void | setState(boolean b) |