Class f_imageRadioButton
Object
f_object
f_eventTarget
f_component
f_imageButton
f_imageCheckButton
f_imageRadioButton
- All Implemented Interfaces:
- Element, fa_aria, fa_borderType, fa_clientData, fa_disabled, fa_eventTarget, fa_groupName, fa_images, fa_immediate, fa_readOnly, fa_required, fa_selected, fa_serializable, fa_tabIndex, fa_value, HTMLElement, Node
public class f_imageRadioButton
- extends f_imageCheckButton
- implements fa_required, fa_groupName
class f_imageRadioButton
| Methods inherited from class f_component |
f_findComponent, f_findSiblingComponent, f_getAccessKey, f_getBackgroundColor, f_getDocument, f_getForegroundColor, f_getHeight, f_getHelpMessage, f_getHelpURL, f_getHiddenMode, f_getId, f_getParent, f_getToolTipText, f_getVisible, f_getWidth, f_getX, f_getY, f_isVisible, f_setBackgroundColor, f_setFocus, f_setForegroundColor, f_setHeight, f_setHelpMessage, f_setHelpURL, f_setHiddenMode, f_setToolTipText, f_setVisible, f_setWidth, f_setX, f_setY, f_show, toString |
f_listAllInGroup
public f_imageRadioButton[] f_listAllInGroup()
- List all buttons of same group.
f_getSelectedInGroup
public f_imageRadioButton f_getSelectedInGroup()
- Returns the selected button of the same group of this button.
f_getGroupName
public String f_getGroupName()
- Returns the group name of the button
f_setValue
public boolean f_setValue(Object value)
- Returns the value associated to the input component.
- Overrides:
f_setValue in class f_imageCheckButton
- Parameters:
value -
- Returns:
- If value is recognized.
f_getValue
public Object f_getValue()
- Returns the value associated to the input component.
- Overrides:
f_getValue in class f_imageCheckButton
- Returns:
- The value associated.
f_setSelected
public void f_setSelected(boolean set)
- Set selected state.
- Parameters:
set -