Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.flex.dynamic.factories
Class FlexRichSelectOneChoice

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by org.apache.myfaces.trinidad.component.UIXValue
                  extended by org.apache.myfaces.trinidad.component.UIXEditableValue
                      extended by org.apache.myfaces.trinidad.component.UIXSelectOne
                          extended by oracle.adf.view.rich.component.rich.input.RichSelectOneChoice
                              extended by oracle.apps.fnd.applcore.flex.dynamic.factories.FlexRichSelectOneChoice
All Implemented Interfaces:
javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class FlexRichSelectOneChoice
extends oracle.adf.view.rich.component.rich.input.RichSelectOneChoice


Field Summary
 
Fields inherited from class oracle.adf.view.rich.component.rich.input.RichSelectOneChoice
ACCESS_KEY_KEY, AUTO_SUBMIT_KEY, CHANGED_DESC_KEY, CHANGED_KEY, CLIENT_ATTRIBUTES_KEY, CLIENT_COMPONENT_KEY, CLIENT_LISTENERS_KEY, COMPONENT_FAMILY, COMPONENT_TYPE, CONTENT_STYLE_KEY, CONTEXT_FACET, CUSTOMIZATION_ID_KEY, DISABLED_KEY, EDITABLE_ALWAYS, EDITABLE_INHERIT, EDITABLE_KEY, EDITABLE_ON_ACCESS, HELP_FACET, HELP_TOPIC_ID_KEY, INLINE_STYLE_KEY, LABEL_KEY, MODE_COMPACT, MODE_DEFAULT, MODE_KEY, PARTIAL_TRIGGERS_KEY, READ_ONLY_KEY, SHORT_DESC_KEY, SHOW_REQUIRED_KEY, SIMPLE_KEY, STYLE_CLASS_KEY, TYPE, UNSECURE_KEY, UNSELECTED_LABEL_KEY, VALUE_PASS_THRU_KEY, VISIBLE_KEY
 
Fields inherited from class org.apache.myfaces.trinidad.component.UIXSelectOne
REQUIRED_MESSAGE_ID
 
Fields inherited from class org.apache.myfaces.trinidad.component.UIXEditableValue
CONVERSION_MESSAGE_ID, IMMEDIATE_KEY, LOCAL_VALUE_SET_KEY, REQUIRED_KEY, REQUIRED_MESSAGE_DETAIL_KEY, SUBMITTED_VALUE_KEY, VALID_KEY, VALIDATOR_KEY, VALIDATORS_KEY, VALUE_CHANGE_LISTENER_KEY
 
Fields inherited from class org.apache.myfaces.trinidad.component.UIXValue
CONVERTER_KEY, VALUE_KEY
 
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
FlexRichSelectOneChoice()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context)
           
 void encodeBegin(javax.faces.context.FacesContext context)
           
 boolean invokeOnComponent(javax.faces.context.FacesContext context, java.lang.String clientId, javax.faces.component.ContextCallback callback)
           
 void refreshBinding(javax.faces.context.FacesContext context)
           
 
Methods inherited from class oracle.adf.view.rich.component.rich.input.RichSelectOneChoice
getAccessKey, getBeanType, getChangedDesc, getClientAttributes, getClientListeners, getContentStyle, getContext, getCustomizationId, getEditable, getFamily, getHelp, getHelpTopicId, getInlineStyle, getLabel, getMode, getPartialTriggers, getShortDesc, getStyleClass, getUnsecure, getUnselectedLabel, isAutoSubmit, isChanged, isClientComponent, isDisabled, isReadOnly, isShowRequired, isSimple, isValuePassThru, isVisible, setAccessKey, setAutoSubmit, setChanged, setChangedDesc, setClientAttributes, setClientComponent, setClientListeners, setContentStyle, setContext, setCustomizationId, setDisabled, setEditable, setHelp, setHelpTopicId, setInlineStyle, setLabel, setMode, setPartialTriggers, setReadOnly, setShortDesc, setShowRequired, setSimple, setStyleClass, setUnsecure, setUnselectedLabel, setValuePassThru, setVisible
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXSelectOne
getRequiredMessageKey, validateValue
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXEditableValue
addValidator, addValueChangeListener, broadcast, compareValues, getConvertedValue, getRequiredMessageDetail, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setImmediate, setLocalValueSet, setRequired, setRequiredMessageDetail, setSubmittedValue, setValid, setValidator, setValueChangeListener, updateModel, validate
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXValue
getConverter, getLocalValue, getValue, setConverter, setValue
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decodeChildren, decodeChildrenImpl, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent
addPartialTarget, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter, setValue
 

Constructor Detail

FlexRichSelectOneChoice

public FlexRichSelectOneChoice()
Method Detail

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
Overrides:
encodeBegin in class org.apache.myfaces.trinidad.component.UIXComponentBase
Throws:
java.io.IOException

decode

public void decode(javax.faces.context.FacesContext context)
Overrides:
decode in class org.apache.myfaces.trinidad.component.UIXComponentBase

invokeOnComponent

public boolean invokeOnComponent(javax.faces.context.FacesContext context,
                                 java.lang.String clientId,
                                 javax.faces.component.ContextCallback callback)
                          throws javax.faces.FacesException
Overrides:
invokeOnComponent in class org.apache.myfaces.trinidad.component.UIXComponentBase
Throws:
javax.faces.FacesException

refreshBinding

public void refreshBinding(javax.faces.context.FacesContext context)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.