This component is used to display
Ui text box | ||
---|---|---|
| ||
This composite component is used to display an input element on the page that provides the user prompt geographical suggestions while the |
...
address is being typed |
...
into the input box. It is accessed through the <crm:googleAddressInputText> tag |
...
and is defined in |
...
the xmlns |
...
namespace with the |
...
declaration xmlns:em="http://java.sun.com/jsf/composite/crm". |
...
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
address | true | String | null | The address to be searched. |
id | false | String | null | Unique identifier of the component. |
managedBean | false | String | null | The name of the managed bean that will be used for retrieving the component values. |
placeholder | false | String | empty | A short hint that describes the expected value of this input element. |
setGoogleAddress | true | String | null | The name of the client side callback to execute when the value of the input element has been changed. |
visible | false | Boolean | true | Controls the visibility of the component. |
Examples
JSF Page
|
Managed Bean
The following example illustrates how ...