Versions Compared

Key

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

AutocompleteWithIcon composite  component is used to display an input element with icon on the page that provides the user prompt suggestions while the input is being typed into the input box.

...

NameRequiredTypeDefaultDescription
classNamefalseStringnullThe class name of the value of the component

columnClasses

falseStringui-grid-col-12Comma separated list of column style classes of the gird layout that will be used to display the component.
completeMethodfalseBooleanfalseThe name of the client side method to provide suggestions.
columnsfalseInteger1Number of columns of the gird layout that will be used to display the component.
dropdownfalseBooleanfalseEnables dropdown mode when set true.
filterfalseBooleannullRenders an input field as a filter
forceSelectionfalseBooleantrueWhen enabled, autoComplete only accepts input from the selection list.
iconfalseStringnullIcon of the button as a css class.
idfalseStringnullUnique identifier of the component.
itemLabelfalseStringnullLabel of the suggestion item.
labelKeyfalseStringnull

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

managedBeanfalseStringnullThe name of the managed bean that will be used for retrieving the component values.
maxResultsfalseInteger20Maximum number of results to be displayed.
minQueryLengthfalseInteger1Number of characters to be typed before starting to query.
modefalseStringThe mode of the managed bean.The mode of the component. Allowed values are VIEW and EDIT.
multiplefalseBooleanfalse

Flag indicating that multiple selection is enabled or not.

 

onChangeFunctionfalseStringnull

The name of the client side callback to execute Defines the function call triggered when input element loses focus and its value has been modified since gaining focus.

parametersfalseStringnullThe parameter Defines the parameter of the client side callbackfunction call.
placeholderfalseStringkey_type_to_search

A valid key defined in translation properties file. Its translation through the glossary will be used as a short hint that describes the expected value of this input element.

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.
tipfalseStringnullA valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information.
valuefalseObjectnullThe value of the component.
visiblefalseBooleantrueControls the visibility of the component.


Examples

 JSF Page

 

 

 

 

 

 

Managed Bean