SelectOneMenuNextToSelectOneMenu This component is used to display a combination of two select elements on the page.
The component itself It is accessed accessed through the <crm:selectOneMenuNextToSelectOneMenu> tag and is and is defined in the xmlns namespace with the declaration xmlns:em="http://java.sun.com/jsf/composite/crm".
...
Name | Required | Type | Default | Description |
---|---|---|---|---|
additionalLabel | false | String | null | Additional Label of the item. |
className | false | String | null | The class name of the value of the component. |
columnClasses | false | String | ui-grid-col-12 | Comma separated list of column style classes of the gird layout that will be used to display the component. |
columns | false | Integer | 1 | Number of columns of the gird layout that will be used to display the component. |
databaseName | false | String | null | Database name that will be used to load the data. |
displayValue | false | String | null | The displayed value of the component in view mode. |
emptyOptionLabel | false | String | key_select | A valid key defined in translation properties file. Its translation through the glossary will be added as the empty item in the collection of available items. |
filter | false | Boolean | true | Renders an input field as a filter. |
id | false | String | null | Unique identifier of the component. |
isRequired | false | Boolean | true if the data object property of the component is mandatory, otherwise false. | Marks component as required. |
itemLabel | false | String | name | Label of the item in overlay. |
itemValue | false | String | null | Value of the item in overlay. |
labelKey | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component. |
managedBean | true | String | null | The name of the managed bean that will be used for retrieving the component values. |
mandatory | false | Boolean | false | Marks component as required. |
mode | false | String | The mode of the managed bean. | The mode of the component. Allowed values are VIEW and EDIT. |
onChangeFunction | false | String | null | Defines the function call triggered when input element loses focus and its value has been modified since gaining focus. |
onCompleteScript | false | String | null | Defines the function call triggered when on change event is completed. |
optionsList | false | List | null | A collection of available items in overlay. |
parameters | false | String | null | Defines additional parameter of the function call. |
process | false | String | @this and the value of the refresh attribute | Component(s) to process in partial request. |
readonly | false | Boolean | false | Flag indicating that this component will prevent changes by the user. |
refresh | false | String | @this | Component(s) to update with ajax. |
showEmptyOption | false | Boolean | true | Flag indicating that empty item should be shown in the collection of available items. |
templateTooltip | false | String | null | Description of the item in overlay. |
tip | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information. |
type | false | String | null | The type of the value of the component. |
value | false | Object | null | The value of the component. |
visible | false | Boolean | true | Controls the visibility of the component. |
Examples
JSF Page
|
Managed Bean
|