|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
javax.faces.component.UISelectOne
org.apache.myfaces.tobago.component.UISelectOne
public class UISelectOne
Field Summary | |
---|---|
static String |
COMPONENT_TYPE
|
static String |
MESSAGE_VALUE_REQUIRED
|
Fields inherited from class javax.faces.component.UISelectOne |
---|
COMPONENT_FAMILY, INVALID_MESSAGE_ID |
Fields inherited from class javax.faces.component.UIInput |
---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
Constructor Summary | |
---|---|
UISelectOne()
|
Method Summary | |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext facesContext)
|
String[] |
getMarkup()
|
Integer |
getTabIndex()
|
boolean |
isReadonly()
|
void |
restoreState(javax.faces.context.FacesContext context,
Object state)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setMarkup(String[] markup)
|
void |
setReadonly(boolean readonly)
|
void |
setTabIndex(Integer tabIndex)
|
void |
validate(javax.faces.context.FacesContext facesContext)
|
Methods inherited from class javax.faces.component.UISelectOne |
---|
getFamily, validateValue |
Methods inherited from class javax.faces.component.UIInput |
---|
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel |
Methods inherited from class javax.faces.component.UIOutput |
---|
getConverter, getLocalValue, setConverter |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, 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 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 |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String MESSAGE_VALUE_REQUIRED
Constructor Detail |
---|
public UISelectOne()
Method Detail |
---|
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIInput
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIInput
public void encodeBegin(javax.faces.context.FacesContext facesContext) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
IOException
public void validate(javax.faces.context.FacesContext facesContext)
validate
in class javax.faces.component.UIInput
public String[] getMarkup()
getMarkup
in interface SupportsMarkup
public void setMarkup(String[] markup)
setMarkup
in interface SupportsMarkup
public Integer getTabIndex()
public void setTabIndex(Integer tabIndex)
public boolean isReadonly()
public void setReadonly(boolean readonly)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |