Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Ui text box
typeinfo

This composite component is used to display 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".

...

Attributes

NameRequiredTypeDefaultDescription

columnClasses

falseStringui-grid-col-6,ui-grid-col-6

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

columnsfalseInteger2

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

idfalseStringnullUnique identifier of the component.
labelKeyfalseStringnull

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

leftClassNamefalseStringnullThe class name of the value of the left select one menu.
leftDisplayValuefalseStringnullThe displayed value of the left select one menu in view mode.
leftEmptyOptionLabelfalseStringkey_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 left select one menu.

leftItemLabelfalseStringnameLabel item in overlay for the left select one menu.
leftItemValuefalseStringnullValue item in overlay for the left select one menu.
leftOnChangeFunctionfalseStringnull

Defines the function call triggered when left select one menu loses focus and its value has been modified since gaining focus.

leftOptionsListfalseListnull

A collection of available items in overlay for the left select one menu.

leftprocessfalseString@this and the value of the refresh attributeComponent(s) to process in partial request for the left select one menu.
leftReadonlyfalseBooleanfalseFlag indicating that the left select one menu will prevent changes by the user.
leftRefreshfalseStringnullComponent(s) to update with ajax for the left select one menu.
leftTypefalseStringnullThe type of the value of the left select one menu.
leftValuefalseObjectnullThe value of the left select one menu
managedBeantrueStringnullThe name of the managed bean 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.
rightClassNamefalseStringnullThe class name of the value of the right select one menu.
rightDisplayValuefalseStringnullThe displayed value of the right select one menu in view mode.
rightEmptyOptionLabelfalseStringkey_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.

rightItemLabelfalseStringnameLabel of the item in overlay for the right select one menu.
rightItemValuefalseStringnullValue of the item in overlay for the right select one menu.
rightOnChangeFunctionfalseStringnull

Defines the function call triggered when right select one menu loses focus and its value has been modified since gaining focus.

rightOptionsListfalseListnull

A collection of available items in overlay for the right select one menu.

rightprocessfalseString@this and the value of the refresh attributeComponent(s) to process in partial request for the right select one menu.
rightReadonlyfalseBooleanfalseFlag indicating that the right select one menu will prevent changes by the user.
rightRefreshfalseStringnullComponent(s) to update with ajax for the right select one menu.
rightTypefalseStringnullThe type of the value of the right select one menu.
rightValuefalseObjectnullThe value of the right select one menu
tipfalseStringnull

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

visiblefalseBooleantrue

Controls the visibility of the component.


Examples

 JSF Page

 

 

 

 

 

 

Managed Bean

 

...

The following example illustrates how ...