This component is used to display a combination of two select elements on the page.
It is accessed through the <crm:selectOneMenuNextToSelectOneMenu> tag and is defined in the xmlns namespace with the declaration xmlns:em="http://java.sun.com/jsf/composite/crm".
is used to choose a single item from a list.
Attributes
Name | Required | Type | Default | Description | additionalLabel | falseString | 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-6,ui-grid-col-126 | Comma separated list of column style classes of the gird layout that will be used to display the component. | |||||
columns | false | Integer | 12 | Number of columns of the gird layout that will be used to display the component. databaseName | |||||
id | false | String | null | Unique identifier of the component. | |||||
labelKey | false | String | null | Database name that will be used to load the data. | displayValue A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component. | ||||
leftClassName | false | String | null | The class name of the value of the left select one menu. | |||||
leftDisplayValue | false | String | null | The displayed value of the component left select one menu in view mode. | |||||
emptyOptionLabelleftEmptyOptionLabel | 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 of the left select one menu. filter | |||||
leftItemLabel | false | String | name | Label item in overlay for the left select one menu. | |||||
leftItemValue | false | BooleanString | true | Renders an input field as a filter. | idnull | Value item in overlay for the left select one menu. | |||
leftOnChangeFunction | 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 Defines the function call triggered when left select one menu loses focus and its value has been modified since gaining focus. | |||||||||
leftOptionsList | false | List | null | A collection of available items in overlay for the left select one menu. | |||||
leftprocess | false | String | @this and the value of the refresh attribute | Component(s) to process in partial request for the left select one menu. | |||||
leftReadonly | false | Boolean | false | Flag indicating that the left select one menu will prevent changes by the user. | |||||
leftRefresh | false | String | name | Label of the item in overlay. | itemValuenull | Component(s) to update with ajax for the left select one menu. | |||
leftType | false | String | null | Value The type of the value of the item in overlay left select one menu. | |||||
labelKeyleftValue | false | StringObject | nullA | valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component.The value of the left select one menu | |||||
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. | |||||
onChangeFunctionrightClassName | false | String | null | Defines the function call triggered when input element loses focus and its value has been modified since gaining focus. | onCompleteScriptThe class name of the value of the right select one menu. | ||||
rightDisplayValue | false | String | null | Defines the function call triggered when on change event is completed. | optionsListThe displayed value of the right select one menu in view mode. | ||||
rightEmptyOptionLabel | false | ListString | null | A key_select | A valid key defined in translation properties file. Its translation through the glossary will be added as empty item in the collection of available items of the right select one menu. | ||||
rightItemLabel | false | String | name | Label of the item in overlay for the right select one menu.parameters | |||||
rightItemValue | false | String | null | Value of the item in overlay for the right select one menu. | |||||
rightOnChangeFunction | false | String | null | Defines additional parameter of the function call . processtriggered when right select one menu loses focus and its value has been modified since gaining focus. | |||||
rightOptionsList | false | List | null | A collection of available items in overlay for the right select one menu. | |||||
rightprocess | false | String | @this and the value of the refresh attribute | Component(s) to process in partial request for the right select one menu. | |||||
readonlyrightReadonly | false | Boolean | false | Flag indicating that this component the right select one menu will prevent changes by the user. | |||||
refreshrightRefresh | false | String | @thisnull | Component(s) to update with ajax for the right select one menu. | |||||
showEmptyOptionrightType | false | BooleanString | true | Flag indicating that empty item should be shown in the collection of available items. | templateTooltipnull | The type of the value of the right select one menu. | |||
rightValue | false | StringObject | null | Description The value of the item in overlay.right select one menu | |||||
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
|