com.ibm.xsp.component
Class UIInputRadio
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
com.ibm.xsp.component.UIInputEx
com.ibm.xsp.component.UIInputRadio
- All Implemented Interfaces:
- FacesAttrsObject, FacesComponent, FacesInputComponent, FacesInputFiltering, FacesOutputFiltering, FacesDojoComponent, ThemeControl, javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder
- Direct Known Subclasses:
- XspInputRadio
public class UIInputRadio
- extends UIInputEx
- implements FacesAttrsObject
Not intended to be subclassed.
Nested classes/interfaces inherited from class javax.faces.component.UIComponentBase |
javax.faces.component.UIComponentBase.AggregatedIterator, javax.faces.component.UIComponentBase.UnmodifiableIterator |
Nested classes/interfaces inherited from class javax.faces.component.UIComponent |
javax.faces.component.UIComponent.StateMap, javax.faces.component.UIComponent.StateMapEntry |
Fields inherited from class javax.faces.component.UIInput |
COMPONENT_FAMILY, COMPONENT_TYPE, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
Fields inherited from class javax.faces.component.UIComponentBase |
EMPTY_ITERATOR |
Fields inherited from class javax.faces.component.UIComponent |
_xspStateId |
Method Summary |
void |
addAttr(Attr attr)
Add an Attr, to appear as an attribute in the HTML output of this control
or object tag. |
java.util.List<Attr> |
getAttrs()
The extra attributes to be output on the base element at the root of this
control or object tag. |
static java.lang.String |
getClientGroupName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Return the group name for this radio button |
java.lang.Object |
getDefaultValue()
Return the default value of this control. |
java.lang.String |
getGroupName()
|
java.lang.String |
getSelectedValue()
|
int |
getSkipContainers()
|
java.lang.String |
getStyleKitFamily()
The styleKitFamily is basically the default themeId, to use if the
"themeId" property is not set on this control instance in the XPage
source. |
boolean |
isDefaultSelected()
|
static boolean |
isSelected(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAttrs(java.util.List<Attr> attrs)
This method is not used by the XPage generated .java file - instead the
addAttr(Attr) method is used to add attributes to the list. |
void |
setDefaultSelected(boolean defaultSelected)
|
void |
setDefaultValue(java.lang.Object defaultValue)
Set the default value for this control. |
void |
setGroupName(java.lang.String name)
|
void |
setSelectedValue(java.lang.String selectedValue)
|
void |
setSkipContainers(int skip)
|
Methods inherited from class com.ibm.xsp.component.UIInputEx |
addDojoAttribute, buildContents, getConvertedValue, getDefaultHtmlFilter, getDefaultHtmlFilterIn, getDojoAttributes, getDojoType, getHtmlFilter, getHtmlFilterIn, getHtmlFilterInName, getHtmlFilterName, getMultipleSeparator, getRendererComponent, getRequiredMessage, getValue, getValueAsList, getValueAsString, initAfterContents, initBeforeContents, isDisableClientSideValidation, isDisableModifiedFlag, isDisableValidators, isMultipleTrim, isRequired, isShowReadonlyAsDisabled, setDisableClientSideValidation, setDisableModifiedFlag, setDisableValidators, setDojoAttributes, setDojoType, setMultipleSeparator, setMultipleTrim, setRendererComponent, setRequired, setShowReadonlyAsDisabled, setValueFromString, updateModel, validateValue |
Methods inherited from class javax.faces.component.UIInput |
addValidator, addValueChangeListener, broadcast, compareValues, decode, getFamily, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, validate |
Methods inherited from class javax.faces.component.UIOutput |
getConverter, getLocalValue, setConverter |
Methods inherited from class javax.faces.component.UIComponentBase |
_xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
_xspGetStateId, _xspGetStateMap, _xspRestoreAttribute, _xspRestoreState, _xspSaveState, invokeOnComponent, isVisitable, markInitialState, setControlState, visitTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.ValueHolder |
getConverter, getLocalValue, setConverter |
RENDERER_TYPE
public static final java.lang.String RENDERER_TYPE
- See Also:
- Constant Field Values
UIInputRadio
public UIInputRadio()
getStyleKitFamily
public java.lang.String getStyleKitFamily()
- Description copied from interface:
ThemeControl
- The styleKitFamily is basically the default themeId, to use if the
"themeId" property is not set on this control instance in the XPage
source. For example, "InputField.EditBox" is used for most Edit Box
controls. See Domino/xsp/nsf/themes/webstandard.theme for more examples.
The implementation may return different values depending on the
configuration of the current control, for example the Button control
returns a different value and looks different when it is configured as a
cancel button.
- Specified by:
getStyleKitFamily
in interface ThemeControl
- Overrides:
getStyleKitFamily
in class UIInputEx
- Returns:
- a non-
null
themeId corresponding to the
configuration for this type of control in a theme file. - See Also:
ThemeControl.getStyleKitFamily()
getGroupName
public java.lang.String getGroupName()
- Returns:
- the group name
setGroupName
public void setGroupName(java.lang.String name)
- Parameters:
name
- the group name to set
getSkipContainers
public int getSkipContainers()
- Returns:
- the number of containers to skip
setSkipContainers
public void setSkipContainers(int skip)
- Parameters:
skip
- Set the number of containers to skip
isDefaultSelected
public boolean isDefaultSelected()
- Returns:
- the default checked flag
setDefaultSelected
public void setDefaultSelected(boolean defaultSelected)
- Parameters:
defaultSelected
- Set the default checked flag
setDefaultValue
public void setDefaultValue(java.lang.Object defaultValue)
- Description copied from class:
UIInputEx
Set the default value for this control.
- Overrides:
setDefaultValue
in class UIInputEx
getDefaultValue
public java.lang.Object getDefaultValue()
- Description copied from class:
UIInputEx
Return the default value of this control. This is an object, not a
String, the converter is not applied to the value, so if you need to set
an int or Date as the default value, you will need to compute the value
as the correct type, rather than typing it directly into the property in
the XPage as a String. The object should be serializable or computed, to
prevent errors when persistence is enabled.
- Overrides:
getDefaultValue
in class UIInputEx
getSelectedValue
public java.lang.String getSelectedValue()
- Returns:
- the selectedValue
setSelectedValue
public void setSelectedValue(java.lang.String selectedValue)
- Parameters:
selectedValue
- the selectedValue to set
getAttrs
public java.util.List<Attr> getAttrs()
- The extra attributes to be output on the base element at the root of this
control or object tag. This should only be used when none of the
properties in the All Properties pane correspond to the desired
attribute. This may return
null
. The addAttr(Attr)
method should be used to add an Attr.
- Specified by:
getAttrs
in interface FacesAttrsObject
addAttr
public void addAttr(Attr attr)
- Add an Attr, to appear as an attribute in the HTML output of this control
or object tag.
- Specified by:
addAttr
in interface FacesAttrsObject
- Parameters:
action
-
setAttrs
public void setAttrs(java.util.List<Attr> attrs)
- This method is not used by the XPage generated .java file - instead the
addAttr(Attr)
method is used to add attributes to the list.
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class UIInputEx
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class UIInputEx
isSelected
public static boolean isSelected(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
getClientGroupName
public static java.lang.String getClientGroupName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
- Return the group name for this radio button