|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.UIXValue
org.apache.myfaces.trinidad.component.UIXEditableValue
org.apache.myfaces.trinidad.component.UIXInput
oracle.adf.view.rich.component.PartialUIXInputPopup
oracle.adf.view.rich.component.UIXInputPopup
oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues
public class RichInputComboboxListOfValues
The inputComboboxListOfValues component allows a user to open a choice list and select from a list of values, in order to populate the LOV field (and possibly other fields) on a page.
Users can either select a value from the list in the dropdown panel or click the "Search..." link at the bottom of the panel to launch the "Search and Select" dialog. The dropdown panel can be opened by clicking the dropdown icon or pressing 'ALT + down arrow'. The dialog enables users to search for specific values and select the desired value that should go into the LOV field on the base page. The choice list when opened could display various items in the following order with separators between each (if applicable).
The list of options (favorites and the full list) are displayed in a tabular format inside the drop down panel. The values for every row and column of the table is typically stamped using the outputText component.
Note: When the value is selected either from dropdown or from search and select dialog, the value gets pushed to the model irrespective of the autoSubmit property on the component.
<section name="Data_Exchange_Mechanism">
Furthermore, just like the inputListOfValues component, the inputComboBoxListOfValues components provides a mechanism to facilitate exchange of data between a base page and the drop down list and the base page and the "Search and Select" dialog. This is handled through the model (or managed bean). Data updates to any fields besides the LOV field, on the base page, is acheived through PPR. When the user selects a row in the drop down panel, the data is returned as a List of objects for the selected rows (where each object is the rowData for a selected row). Currently the dropdown panel only allows selecting a single row. The List of objects are available on the ReturnPopupEvent, that is queued after a selection is made in the dropdown panel. Developers need to implement following listener to successfully complete the data exchange between the inputComboBoxListOfValues and the dropdown panel.
Developers need to implement following three listeners to successfully complete the data exchange between the "Search and Select" dialog and the LOV field (and possibly other fields) on the base page. The "Search and Select" dialog is launched when choosing the "Search..." option in the dropdown panel and a LaunchPopupEvent is queued.
</section> <section name="Geometry_Management"> <html:ul> <html:li>This component cannot be stretched by a parent layout component.</html:li> <html:li>This component does not display any children so there are no child stretching capabilities.</html:li> </html:ul> </section>
| Type | Phases | Description |
|---|---|---|
oracle.adf.view.rich.event.LaunchPopupEvent |
Invoke Application |
LaunchPopupEvent is delivered when a user's action on an input component results in the launching of a popup dialog. For example, clicking the search icon on the inputListOfValues component or the "Search..." entry at the bottom of the drop down panel of the inputComboboxListOfValues component or tabbing-out of either of the above components with a non null value set, and autoSumit set to "true" will result in the queueing and broadcasting of LaunchPopupEvent on the input*ListOfValues component. |
oracle.adf.view.rich.event.ReturnPopupDataEvent |
Invoke Application Apply Request Values |
Deprecated, will be removed in the future release |
oracle.adf.view.rich.event.ReturnPopupEvent |
Invoke Application |
The ReturnPopupEvent is delivered after the the popup/dialog data is packaged and returned. |
javax.faces.event.ValueChangeEvent |
Process Validations Apply Request Values |
The valueChange event is delivered when the value attribute is changed. |
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing. |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.adf.view.rich.component.UIXInputPopup |
|---|
UIXInputPopup.ComboCollectionModel |
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ACCESS_KEY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
AUTO_COMPLETE_KEY |
static String |
AUTO_COMPLETE_OFF |
static String |
AUTO_COMPLETE_ON |
static org.apache.myfaces.trinidad.bean.PropertyKey |
AUTO_SUBMIT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
AUTO_TAB_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CHANGED_DESC_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CHANGED_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_ATTRIBUTES_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_COMPONENT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLUMNS_KEY |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_STYLE_KEY |
static String |
CONTEXT_FACET |
static String |
CUSTOM_ACTIONS_FACET |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CUSTOMIZATION_ID_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISABLED_KEY |
static String |
EDITABLE_ALWAYS |
static String |
EDITABLE_INHERIT |
static org.apache.myfaces.trinidad.bean.PropertyKey |
EDITABLE_KEY |
static String |
EDITABLE_ON_ACCESS |
static String |
HELP_FACET |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HELP_TOPIC_ID_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ITEMS_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAXIMUM_LENGTH_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PLACEHOLDER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
POPUP_TITLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
READ_ONLY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
RECENT_ITEMS_KEYDeprecated. |
static String |
RESULTS_TABLE_FACET |
static String |
SEARCH_CONTENT_FACET |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SEARCH_DESC_KEY |
static String |
SEARCH_DIALOG_DEFAULT |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SEARCH_DIALOG_KEY |
static String |
SEARCH_DIALOG_NONE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOW_REQUIRED_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SIMPLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
UNSECURE_KEY |
static String |
USAGE_AUTO |
static org.apache.myfaces.trinidad.bean.PropertyKey |
USAGE_KEY |
static String |
USAGE_SEARCH |
static String |
USAGE_TEXT |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VAR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VISIBLE_KEY |
| 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, REQUIRED_MESSAGE_ID, SUBMITTED_VALUE_KEY, TRINIDAD_BEAN_VALIDATION_AVAILABLE, TRINIDAD_EMPTY_VALUES_AS_NULL_PARAM_NAME, VALID_KEY, VALIDATE_EMPTY_FIELDS_PARAM_NAME, 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 |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
|
RichInputComboboxListOfValues()Construct an instance of the RichInputComboboxListOfValues. |
protected |
RichInputComboboxListOfValues(String rendererType)Construct an instance of the RichInputComboboxListOfValues. |
| Method Summary | |
|---|---|
void |
addClientBehavior(String eventName, javax.faces.component.behavior.ClientBehavior behavior) |
char |
getAccessKey()Gets a character used to gain quick access to the form element specified by the for, if set (or this component itself, if it is a "non-simple" form element). |
String |
getAutoComplete()Gets whether previous values of text fields in the form should be remembered and offered for auto completion. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
String |
getChangedDesc()Gets the text commonly used by user agents to display tooltip text on the changed indicator icon. |
Set |
getClientAttributes()Gets a set of client attribute names. |
Map<String,List<javax.faces.component.behavior.ClientBehavior>> |
getClientBehaviors() |
ClientListenerSet |
getClientListeners()Gets a set of client listeners. |
int |
getColumns()Gets the size of the text control specified by the number of characters shown. |
String |
getContentStyle()Gets the style of the content piece of the component. |
javax.faces.component.UIComponent |
getContext()Location for contextual information. |
javax.faces.component.UIComponent |
getCustomActions()Allows user to specify custom entries in the choice list (drop down panel). |
String |
getCustomizationId()Deprecated. This attribute is deprecated. This attribute will be removed in the next release. Use the 'id' attribute instead. |
String |
getDefaultEventName() |
String |
getEditable()Gets the editable look and feel to use for input components. |
Collection<String> |
getEventNames() |
String |
getFamily() |
javax.faces.component.UIComponent |
getHelp()This facet is deprecated, helpTopicId should be used for providing help. |
String |
getHelpTopicId()Gets the id used to look up a topic in a helpProvider. |
String |
getInlineStyle()Gets the CSS styles to use for this component. |
List<Object> |
getItems()Deprecated. This attribute is deprecated, and it is ignored |
String |
getLabel()Gets the label of the component. |
String |
getLabelStyle()Gets the CSS styles to use for the label of this component. |
int |
getMaximumLength()Gets the maximum number of characters per line that can be entered into the text control. |
String[] |
getPartialTriggers()Gets the IDs of the components that should trigger a partial update. |
String |
getPlaceholder()Gets Text to be displayed in the input component when a value is not present. |
String |
getPopupTitle()Gets the title of the Search and Select popup dialog. |
List<Object> |
getRecentItems()Deprecated. This attribute is deprecated, and it is ignored |
javax.faces.component.UIComponent |
getResultsTable()Table component to be used in the Search and Select dialog. |
javax.faces.component.UIComponent |
getSearchContent()Content in the Search and Select popup dialog. |
String |
getSearchDesc()Gets used to override the search description. |
String |
getSearchDialog()Gets this attribute can be used to selectively render the search link in InputComboboxListOfValues dropdown and to suppress the default "Search and Select" dialog functionality. |
String |
getShortDesc()Gets the short description of the component. |
String |
getStyleClass()Gets a CSS style class to use for this component. |
Set<String> |
getUnsecure()Gets A whitespace separated list of attributes whose values ordinarily can be set only on the server, but need to be settable on the client. |
String |
getUsage()Gets The usage attribute will set the type of the input to allow for different html types (such as search). |
String |
getVar()Gets the name of the EL variable used to reference each row inside the drop down panel. |
boolean |
isAutoSubmit()Gets an attribute which if set to TRUE on a form element, the component will automatically submit when an appropriate action takes place (a click, text change, etc.). |
boolean |
isAutoTab()Gets an attribute which if set to TRUE, tells the component to automatically tab to the next focusable, when the maxlength for the current component has been reached. |
boolean |
isChanged()Gets an attribute which if set to true, the changed indicator icon will be displayed on the component. |
boolean |
isClientComponent()Gets whether a client-side component will be generated. |
boolean |
isDisabled()Gets whether the element is disabled. |
boolean |
isReadOnly()Gets whether the control is displayed as an editable field or as an output-style text control. |
boolean |
isShowRequired()Gets whether the associated control displays a visual indication of required user input. |
boolean |
isSimple()Gets a boolean value that controls whether the component provides label support; when set to "true", the component will not display the label (these may be ignored: label, labelAndAccessKey, accessKey, showRequired, help facet) and may use simpler layout primitives. |
boolean |
isVisible()Gets the visibility of the component. |
void |
setAccessKey(char accessKey)Sets a character used to gain quick access to the form element specified by the for, if set (or this component itself, if it is a "non-simple" form element). |
void |
setAutoComplete(String autoComplete)Sets whether previous values of text fields in the form should be remembered and offered for auto completion. |
void |
setAutoSubmit(boolean autoSubmit)Sets an attribute which if set to TRUE on a form element, the component will automatically submit when an appropriate action takes place (a click, text change, etc.). |
void |
setAutoTab(boolean autoTab)Sets an attribute which if set to TRUE, tells the component to automatically tab to the next focusable, when the maxlength for the current component has been reached. |
void |
setChanged(boolean changed)Sets an attribute which if set to true, the changed indicator icon will be displayed on the component. |
void |
setChangedDesc(String changedDesc)Sets the text commonly used by user agents to display tooltip text on the changed indicator icon. |
void |
setClientAttributes(Set clientAttributes)Sets a set of client attribute names. |
void |
setClientComponent(boolean clientComponent)Sets whether a client-side component will be generated. |
void |
setClientListeners(ClientListenerSet clientListeners)Sets a set of client listeners. |
void |
setColumns(int columns)Sets the size of the text control specified by the number of characters shown. |
void |
setContentStyle(String contentStyle)Sets the style of the content piece of the component. |
void |
setContext(javax.faces.component.UIComponent contextFacet)Location for contextual information. |
void |
setCustomActions(javax.faces.component.UIComponent customActionsFacet)Allows user to specify custom entries in the choice list (drop down panel). |
void |
setCustomizationId(String customizationId)Deprecated. This attribute is deprecated. This attribute will be removed in the next release. Use the 'id' attribute instead. |
void |
setDisabled(boolean disabled)Sets whether the element is disabled. |
void |
setEditable(String editable)Sets the editable look and feel to use for input components. |
void |
setHelp(javax.faces.component.UIComponent helpFacet)This facet is deprecated, helpTopicId should be used for providing help. |
void |
setHelpTopicId(String helpTopicId)Sets the id used to look up a topic in a helpProvider. |
void |
setInlineStyle(String inlineStyle)Sets the CSS styles to use for this component. |
void |
setItems(List<Object> items)Deprecated. This attribute is deprecated, and it is ignored |
void |
setLabel(String label)Sets the label of the component. |
void |
setLabelStyle(String labelStyle)Sets the CSS styles to use for the label of this component. |
void |
setMaximumLength(int maximumLength)Sets the maximum number of characters per line that can be entered into the text control. |
void |
setPartialTriggers(String[] partialTriggers)Sets the IDs of the components that should trigger a partial update. |
void |
setPlaceholder(String placeholder)Sets Text to be displayed in the input component when a value is not present. |
void |
setPopupTitle(String popupTitle)Sets the title of the Search and Select popup dialog. |
void |
setReadOnly(boolean readOnly)Sets whether the control is displayed as an editable field or as an output-style text control. |
void |
setRecentItems(List<Object> recentItems)Deprecated. This attribute is deprecated, and it is ignored |
void |
setResultsTable(javax.faces.component.UIComponent resultsTableFacet)Table component to be used in the Search and Select dialog. |
void |
setSearchContent(javax.faces.component.UIComponent searchContentFacet)Content in the Search and Select popup dialog. |
void |
setSearchDesc(String searchDesc)Sets used to override the search description. |
void |
setSearchDialog(String searchDialog)Sets this attribute can be used to selectively render the search link in InputComboboxListOfValues dropdown and to suppress the default "Search and Select" dialog functionality. |
void |
setShortDesc(String shortDesc)Sets the short description of the component. |
void |
setShowRequired(boolean showRequired)Sets whether the associated control displays a visual indication of required user input. |
void |
setSimple(boolean simple)Sets a boolean value that controls whether the component provides label support; when set to "true", the component will not display the label (these may be ignored: label, labelAndAccessKey, accessKey, showRequired, help facet) and may use simpler layout primitives. |
void |
setStyleClass(String styleClass)Sets a CSS style class to use for this component. |
void |
setUnsecure(Set<String> unsecure)Sets A whitespace separated list of attributes whose values ordinarily can be set only on the server, but need to be settable on the client. |
void |
setUsage(String usage)Sets The usage attribute will set the type of the input to allow for different html types (such as search). |
void |
setVar(String var)Sets the name of the EL variable used to reference each row inside the drop down panel. |
void |
setVisible(boolean visible)Sets the visibility of the component. |
| Methods inherited from class oracle.adf.view.rich.component.UIXInputPopup |
|---|
broadcast, decode, encodeBegin, getRenderedFacetsAndChildren, getUniqueIdForCollectionModel, invokeOnComponent, queueEvent, satisfiesPartialTrigger, setLaunchPopupListener, setReturnPopupDataListener, setReturnPopupListener, validateValue |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXEditableValue |
|---|
addValidator, addValueChangeListener, compareValues, getConvertedValue, getRequiredMessageDetail, getRequiredMessageKey, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setImmediate, setLocalValueSet, setRequired, setRequiredMessageDetail, setSubmittedValue, setValid, setValidator, setValueChangeListener, shouldInterpretEmptyStringSubmittedValuesAsNull, shouldValidateEmptyFields, 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, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decodeChildren, decodeChildrenImpl, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
|---|
addPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView |
| 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 |
| Field Detail |
|---|
public static final String EDITABLE_INHERIT
public static final String EDITABLE_ALWAYS
public static final String EDITABLE_ON_ACCESS
public static final String USAGE_AUTO
public static final String USAGE_TEXT
public static final String USAGE_SEARCH
public static final String AUTO_COMPLETE_ON
public static final String AUTO_COMPLETE_OFF
public static final String SEARCH_DIALOG_DEFAULT
public static final String SEARCH_DIALOG_NONE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey UNSECURE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VISIBLE_KEY
@Deprecated
public static final org.apache.myfaces.trinidad.bean.PropertyKey CUSTOMIZATION_ID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_COMPONENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_ATTRIBUTES_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CHANGED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CHANGED_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AUTO_SUBMIT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ACCESS_KEY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HELP_TOPIC_ID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISABLED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey READ_ONLY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOW_REQUIRED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SIMPLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey EDITABLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PLACEHOLDER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey USAGE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AUTO_TAB_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AUTO_COMPLETE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLUMNS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAXIMUM_LENGTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey POPUP_TITLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SEARCH_DESC_KEY
@Deprecated
public static final org.apache.myfaces.trinidad.bean.PropertyKey ITEMS_KEY
@Deprecated
public static final org.apache.myfaces.trinidad.bean.PropertyKey RECENT_ITEMS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VAR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SEARCH_DIALOG_KEY
public static final String HELP_FACET
public static final String CONTEXT_FACET
public static final String SEARCH_CONTENT_FACET
public static final String CUSTOM_ACTIONS_FACET
public static final String RESULTS_TABLE_FACET
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public RichInputComboboxListOfValues()
protected RichInputComboboxListOfValues(String rendererType)
| Method Detail |
|---|
public final javax.faces.component.UIComponent getHelp()
public final void setHelp(javax.faces.component.UIComponent helpFacet)
public final javax.faces.component.UIComponent getContext()
public final void setContext(javax.faces.component.UIComponent contextFacet)
public final javax.faces.component.UIComponent getSearchContent()
public final void setSearchContent(javax.faces.component.UIComponent searchContentFacet)
public final javax.faces.component.UIComponent getCustomActions()
public final void setCustomActions(javax.faces.component.UIComponent customActionsFacet)
public final javax.faces.component.UIComponent getResultsTable()
public final void setResultsTable(javax.faces.component.UIComponent resultsTableFacet)
public final String getInlineStyle()
public final void setInlineStyle(String inlineStyle)
inlineStyle - the new inlineStyle valuepublic final String getStyleClass()
public final void setStyleClass(String styleClass)
styleClass - the new styleClass valuepublic final String getShortDesc()
For components with images, the shortDesc is often used to render an HTML alt attribute for the image. Please see the accessibility guidelines section for correct alt text usage of the shortDesc attribute.
shortDesc is also commonly used to render an HTML title attribute, which is used by user agents to display tooltip help text. In this case the behavior for the tooltip is controlled by the user agent, e.g. Firefox 2 truncates long tooltips. For form components, the shortDesc is displayed in a note window. For components that support the helpTopicId attribute and are not using the shortDesc as image alt text, it is recommended that helpTopicId is used instead of shortDesc as it is more flexible and provides more accessible descriptive text than the use of the title attribute.
public final void setShortDesc(String shortDesc)
For components with images, the shortDesc is often used to render an HTML alt attribute for the image. Please see the accessibility guidelines section for correct alt text usage of the shortDesc attribute.
shortDesc is also commonly used to render an HTML title attribute, which is used by user agents to display tooltip help text. In this case the behavior for the tooltip is controlled by the user agent, e.g. Firefox 2 truncates long tooltips. For form components, the shortDesc is displayed in a note window. For components that support the helpTopicId attribute and are not using the shortDesc as image alt text, it is recommended that helpTopicId is used instead of shortDesc as it is more flexible and provides more accessible descriptive text than the use of the title attribute.
shortDesc - the new shortDesc valuepublic final Set<String> getUnsecure()
public final void setUnsecure(Set<String> unsecure)
unsecure - the new unsecure valuepublic final boolean isVisible()
public final void setVisible(boolean visible)
visible - the new visible value
@Deprecated
public final String getCustomizationId()
@Deprecated
public final void setCustomizationId(String customizationId)
customizationId - the new customizationId valuepublic final boolean isClientComponent()
public final void setClientComponent(boolean clientComponent)
clientComponent - the new clientComponent valuepublic final Set getClientAttributes()
public final void setClientAttributes(Set clientAttributes)
clientAttributes - the new clientAttributes valuepublic final String[] getPartialTriggers()
public final void setPartialTriggers(String[] partialTriggers)
partialTriggers - the new partialTriggers valuepublic final ClientListenerSet getClientListeners()
public final void setClientListeners(ClientListenerSet clientListeners)
clientListeners - the new clientListeners valuepublic final boolean isChanged()
public final void setChanged(boolean changed)
changed - the new changed valuepublic final String getChangedDesc()
public final void setChangedDesc(String changedDesc)
changedDesc - the new changedDesc valuepublic final boolean isAutoSubmit()
public final void setAutoSubmit(boolean autoSubmit)
autoSubmit - the new autoSubmit valuepublic final char getAccessKey()
for, if set (or this component itself, if it is a "non-simple" form element). If the same access key appears in multiple locations in the same page of output, the rendering user agent will cycle among the elements accessed by the similar keys.
This attribute is sometimes referred to as the "mnemonic".
Note that the accessKey is triggered by browser-specific and platform-specific modifier keys. It even has browser-specific meaning. For example, Internet Explorer will set focus when you press Alt+<accessKey>. Firefox sets focus on some operating systems when you press Alt+Shift+<accessKey>. Firefox on other operating systems sets focus when you press Control+<accessKey>. Refer to your browser's documentation for how it treats access keys.
public final void setAccessKey(char accessKey)
for, if set (or this component itself, if it is a "non-simple" form element). If the same access key appears in multiple locations in the same page of output, the rendering user agent will cycle among the elements accessed by the similar keys.
This attribute is sometimes referred to as the "mnemonic".
Note that the accessKey is triggered by browser-specific and platform-specific modifier keys. It even has browser-specific meaning. For example, Internet Explorer will set focus when you press Alt+<accessKey>. Firefox sets focus on some operating systems when you press Alt+Shift+<accessKey>. Firefox on other operating systems sets focus when you press Control+<accessKey>. Refer to your browser's documentation for how it treats access keys.
accessKey - the new accessKey valuepublic final String getContentStyle()
public final void setContentStyle(String contentStyle)
contentStyle - the new contentStyle valuepublic final String getHelpTopicId()
public final void setHelpTopicId(String helpTopicId)
helpTopicId - the new helpTopicId valuepublic final boolean isDisabled()
public final void setDisabled(boolean disabled)
disabled - the new disabled valuepublic final String getLabel()
public final void setLabel(String label)
label - the new label valuepublic final String getLabelStyle()
public final void setLabelStyle(String labelStyle)
labelStyle - the new labelStyle valuepublic final boolean isReadOnly()
public final void setReadOnly(boolean readOnly)
readOnly - the new readOnly valuepublic final boolean isShowRequired()
public final void setShowRequired(boolean showRequired)
showRequired - the new showRequired valuepublic final boolean isSimple()
public final void setSimple(boolean simple)
simple - the new simple valuepublic final String getEditable()
public final void setEditable(String editable)
editable - the new editable valuepublic final String getPlaceholder()
public final void setPlaceholder(String placeholder)
placeholder - the new placeholder valuepublic final String getUsage()
public final void setUsage(String usage)
usage - the new usage valuepublic final boolean isAutoTab()
public final void setAutoTab(boolean autoTab)
autoTab - the new autoTab valuepublic final String getAutoComplete()
public final void setAutoComplete(String autoComplete)
autoComplete - the new autoComplete valuepublic final int getColumns()
public final void setColumns(int columns)
columns - the new columns valuepublic final int getMaximumLength()
public final void setMaximumLength(int maximumLength)
maximumLength - the new maximumLength valuepublic final String getPopupTitle()
public final void setPopupTitle(String popupTitle)
popupTitle - the new popupTitle valuepublic final String getSearchDesc()
public final void setSearchDesc(String searchDesc)
searchDesc - the new searchDesc value
@Deprecated
public final List<Object> getItems()
@Deprecated
public final void setItems(List<Object> items)
items - the new items value
@Deprecated
public final List<Object> getRecentItems()
@Deprecated
public final void setRecentItems(List<Object> recentItems)
recentItems - the new recentItems valuepublic final String getVar()
public final void setVar(String var)
var - the new var valuepublic final String getSearchDialog()
public final void setSearchDialog(String searchDialog)
searchDialog - the new searchDialog valuepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolderpublic Map<String,List<javax.faces.component.behavior.ClientBehavior>> getClientBehaviors()
getClientBehaviors in interface javax.faces.component.behavior.ClientBehaviorHoldergetClientBehaviors in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void addClientBehavior(String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolderaddClientBehavior in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic String getFamily()
getFamily in class PartialUIXInputPopupprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class UIXInputPopup
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.