| com.sun.rave.web.ui.component.SelectorBase com.sun.rave.web.ui.component.Selector com.sun.rave.web.ui.component.RbCbSelectorBase
All known Subclasses: com.sun.rave.web.ui.component.RbCbSelector,
RbCbSelectorBase | abstract public class RbCbSelectorBase extends com.sun.rave.web.ui.component.Selector (Code) | | This renderer meta-data is not mapped one to one with a component.
A renderer of this name does exist as the super class of the
RadioButton and Checkbox renderers.
Auto-generated component class.
Do NOT modify; all changes
will be lost!
|
RbCbSelectorBase | public RbCbSelectorBase()(Code) | | Construct a new RbCbSelectorBase .
|
getFamily | public String getFamily()(Code) | | Return the identifier of the component family to which this
component belongs. This identifier, in conjunction with the value
of the rendererType property, may be used to select
the appropriate
Renderer for this component instance.
|
getImageURL | public String getImageURL()(Code) | |
A context relative path of an image to be displayed with
the control. If you want to be able to specify attributes
for the image, specify an image facet instead
of the imageURL attribute.
|
getName | public String getName()(Code) | |
Identifies the control as participating as part
of a group. The RadioButton and Checkbox
classes determine the behavior of the group,
that are assigned the same value to the name
property. The value of this property must be unique for components
in the group, within the scope of the Form
parent component containing the grouped components.
|
getSelected | public Object getSelected()(Code) | | The object that represents the selections made from the
available options. If multiple selections are allowed, this
must be bound to ArrayList, an Object array, or an array of
primitives.
|
getSelectedValue | public Object getSelectedValue()(Code) | |
The value of the component when it is selected. The value of this
property is assigned to the selected property when
the component is selected. The component is selected
when the selected property is equal to this value.
This attribute can be bound to a String , or
Object value.
If this property is not assigned a value, the component behaves
as a boolean component. A boolean component
is selected when the selected property is equal to a
true Boolean instance.
If a boolean component is not selected, the selected
property value is a false Boolean instance.
|
getValueBinding | public ValueBinding getValueBinding(String name)(Code) | | Return the ValueBinding stored for the
specified name (if any), respecting any property aliases.
Parameters: name - Name of value binding to retrieve |
restoreState | public void restoreState(FacesContext _context, Object _state)(Code) | | Restore the state of this component.
|
saveState | public Object saveState(FacesContext _context)(Code) | | Save the state of this component.
|
setImageURL | public void setImageURL(String imageURL)(Code) | |
A context relative path of an image to be displayed with
the control. If you want to be able to specify attributes
for the image, specify an image facet instead
of the imageURL attribute.
See Also: RbCbSelectorBase.getImageURL() |
setName | public void setName(String name)(Code) | |
Identifies the control as participating as part
of a group. The RadioButton and Checkbox
classes determine the behavior of the group,
that are assigned the same value to the name
property. The value of this property must be unique for components
in the group, within the scope of the Form
parent component containing the grouped components.
See Also: RbCbSelectorBase.getName() |
setSelected | public void setSelected(Object selected)(Code) | | The object that represents the selections made from the
available options. If multiple selections are allowed, this
must be bound to ArrayList, an Object array, or an array of
primitives.
See Also: RbCbSelectorBase.getSelected() |
setSelectedValue | public void setSelectedValue(Object selectedValue)(Code) | |
The value of the component when it is selected. The value of this
property is assigned to the selected property when
the component is selected. The component is selected
when the selected property is equal to this value.
This attribute can be bound to a String , or
Object value.
If this property is not assigned a value, the component behaves
as a boolean component. A boolean component
is selected when the selected property is equal to a
true Boolean instance.
If a boolean component is not selected, the selected
property value is a false Boolean instance.
See Also: RbCbSelectorBase.getSelectedValue() |
setValueBinding | public void setValueBinding(String name, ValueBinding binding)(Code) | | Set the ValueBinding stored for the
specified name (if any), respecting any property
aliases.
Parameters: name - Name of value binding to set Parameters: binding - ValueBinding to set, or null to remove |
|
|