org.xulfaces.component.input
Class SelectOneRadioComponent

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by javax.faces.component.UISelectOne
                      extended by org.xulfaces.component.XULSelectOne
                          extended by org.xulfaces.component.input.SelectOneRadioComponent
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, MultiActionSource, SmoothlyUpdateable

public class SelectOneRadioComponent
extends XULSelectOne
implements SmoothlyUpdateable

Version:
$Id: SelectOneRadioComponent.java,v 1.5 2007/04/29 16:06:17 kito31 Exp $
Author:
kito31

Field Summary
 
Fields inherited from class javax.faces.component.UISelectOne
COMPONENT_FAMILY, COMPONENT_TYPE, INVALID_MESSAGE_ID
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Constructor Summary
SelectOneRadioComponent()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.Boolean getFocused()
           
 java.lang.String getPreference()
           
 java.lang.String getRenderKitId()
           
 java.lang.Integer getTabindex()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setFocused(java.lang.Boolean value)
           
 void setPreference(java.lang.String value)
           
 void setTabindex(java.lang.Integer value)
           
 
Methods inherited from class org.xulfaces.component.XULSelectOne
addActionListener, broadcast, encodeBegin, encodeEnd, getAction, getActionListener, getActionListeners, getAlign, getAllowevents, getAllownegativeassertions, getAnnotatedAttributes, getCoalesceduplicatearcs, getCollapsed, getContainer, getContainment, getContext, getContextmenu, getDatasources, getDir, getDisabled, getEmpty, getEqualsize, getFlags, getFlex, getHeight, getHidden, getInsertafter, getInsertbefore, getLeft, getMaxheight, getMaxwidth, getMenu, getMethodBinding, getMinheight, getMinwidth, getMousethrough, getObserves, getOnblur, getOnclick, getOncommand, getOncommandupdate, getOncontextmenu, getOndblclick, getOndragdrop, getOndragenter, getOndragexit, getOndraggesture, getOndragover, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnunderflow, getOrdinal, getOrient, getPack, getPersist, getPopup, getPosition, getPreferenceeditable, getRef, getRemoveelement, getSortDirection, getSortResource, getSortResource2, getStatustext, getStyle, getStyleClass, getTemplate, getTooltip, getTooltiptext, getTop, getUpdateSmoothly, getUri, getWaitcursor, getWidth, isAJAXRequest, isImmediate, mustEncode, needsUpdate, queueEvent, removeActionListener, setAction, setActionListener, setAlign, setAllowevents, setAllownegativeassertions, setCoalesceduplicatearcs, setCollapsed, setContainer, setContainment, setContext, setContextmenu, setDatasources, setDir, setDisabled, setEmpty, setEqualsize, setFlags, setFlex, setHeight, setHidden, setImmediate, setInsertafter, setInsertbefore, setLeft, setMaxheight, setMaxwidth, setMenu, setMethodBinding, setMinheight, setMinwidth, setMousethrough, setObserves, setOnblur, setOnclick, setOncommand, setOncommandupdate, setOncontextmenu, setOndblclick, setOndragdrop, setOndragenter, setOndragexit, setOndraggesture, setOndragover, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnunderflow, setOrdinal, setOrient, setPack, setPersist, setPopup, setPosition, setPreferenceeditable, setRef, setRemoveelement, setSortDirection, setSortResource, setSortResource2, setStatustext, setStyle, setStyleClass, setTemplate, setTooltip, setTooltiptext, setTop, setUpdateSmoothly, setUri, setWaitcursor, setWidth
 
Methods inherited from class javax.faces.component.UISelectOne
validateValue
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, compareValues, decode, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, encodeAll, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getContainerClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xulfaces.SmoothlyUpdateable
needsUpdate
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter
 

Constructor Detail

SelectOneRadioComponent

public SelectOneRadioComponent()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class XULSelectOne

getRenderKitId

public java.lang.String getRenderKitId()
Overrides:
getRenderKitId in class XULSelectOne

getFocused

public java.lang.Boolean getFocused()

setFocused

public void setFocused(java.lang.Boolean value)

getPreference

public java.lang.String getPreference()

setPreference

public void setPreference(java.lang.String value)

getTabindex

public java.lang.Integer getTabindex()

setTabindex

public void setTabindex(java.lang.Integer value)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class XULSelectOne

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 XULSelectOne


Copyright © 2007 null. All Rights Reserved.