Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean |
from | false | false | java.lang.String | Point A |
id | false | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
locateAddress | false | false | java.lang.String | This attribute tells to the map to get the direction if set to true. |
rendered | false | false | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
textualDivId | false | false | java.lang.String | This attribute reference the id of the panelGroup, that displays the textual direction. (e.g.) <ice:GMap> <ice:GDirection textualDivId="textDiv" ...../> </ice:GMap> <ice:panelGroup id="textDiv"/> |
to | false | false | java.lang.String | Point B |