crm:selectOneMenu

Overview

The <crm:selectOneMenu> tag is used to display an element on the page that allows user to select a single item from a list.

Attributes

NameRequiredTypeDefaultDescription
additionalLabelfalseStringnullAdditional Label of the item.
classNametrueStringnullThe class name of the value of the component.

columnClasses

falseStringui-grid-col-12

Comma separated list of column style classes of the gird layout that will be used to display the component.

Column style class should be prefixed with ui-grid-col- and suffixed with the number of columns that content will take (out of 12).

For example, for two columns with the same size the columnClasses should be "ui-grid-col-6,ui-grid-col-6".

columnsfalseInteger1

Number of columns of the gird layout that will be used to display the component.

databaseNamefalseStringnullDatabase name that will be used to load the data.
displayValuetrueStringnullThe displayed value of the component in view mode.
emptyOptionLabelfalseStringkey_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.

filterfalseBooleantrueRenders an input field as a filter.
idtrueStringnullUnique identifier of the component.
isRequiredfalseBooleantrue if the data object property of the component is mandatory, otherwise false.Marks component as required.
itemLabeltrueStringnameLabel of the item in overlay.
labelKeyfalseStringnull

A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component.

managedBeantrueStringnullThe name of the Java managed bean class that will be used for retrieving the component values.
mandatoryfalseBooleanfalseMarks component as required.
modefalseStringThe mode of the managed bean.

The mode of the component. 

Allowed values are VIEW and EDIT.

onChangeFunctionfalseStringnull

Defines the function call triggered when input element loses focus and its value has been modified since gaining focus.

onCompleteScriptfalseStringnullDefines the function call triggered when on change event is completed.
optionsListtrueListnull

A collection of available items in overlay.

parametersfalseStringnull

Defines additional parameter of the function call.

processfalseString@this and the value of the refresh attributeComponent(s) to process in partial request.
readonlyfalseBooleanfalseFlag indicating that this component will prevent changes by the user.
refreshfalseString@thisComponent(s) to update with ajax.
showEmptyOptionfalseBooleantrueFlag indicating that empty item should be shown in the collection of available items.
templateTooltipfalseStringnullDescription of the item in overlay.
tipfalseStringnull

A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information.

typefalseStringnullThe type of the value of the component.
valuetrueObjectnullThe value of the component.
visiblefalseBooleantrue

Controls the visibility of the component.


Getting Started

The following example shows a select one menu component.