com :: sun :: star :: form :: component :: service RadioButton
- Description
- is a radio button extended by the required properties for HTML.
Radio buttons are grouped like in HTML if they have the same name.
If they are grouped, they act like an automatic radio button;
if you check one of the group, all the other radio buttons of the
same group are unchecked.
Properties' Summary
|
DefaultState |
specifies the default value for the button.
|
RefValue |
contains a reference value which is used for submission in a HTML
form, if the radiobutton is checked.
|
Properties' Details
|
- DefaultState
-  
short DefaultState;
- Description
- specifies the default value for the button.
In a group of radio buttons only one button should be checked
by default.
|
- RefValue
-  
string RefValue;
- Description
- contains a reference value which is used for submission in a HTML
form, if the radiobutton is checked.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.