Skip to end of banner
Go to start of banner

GoogleAddressInputText

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

GoogleAddressInputText component is used to display an input element on the page that provides the user prompt geographical suggestions while the input is being typed an address into the input box.

The component itself 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

NameRequiredTypeDefaultDescription
addresstrueStringnullThe address to be searched.
idfalseStringnullUnique identifier of the component.
managedBeanfalseStringnullThe name of the managed bean that will be used for retrieving the component values.
placeholderfalseStringemptyA short hint that describes the expected value of this input element.
setGoogleAddresstrueStringnullThe name of the client side callback to execute when the value of the input element has been changed.
visiblefalseBooleantrueControls the visibility of the component.


Examples

 JSF Page

 

 

 

 

 

 

Managed Bean

 

 

 


  • No labels