Attributes |
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The id of this component |
apiVersion | false | true | java.lang.String | Indicates the version of Google JavaScript Maps API to be used |
style | false | true | java.lang.String | The div style |
width | false | false | java.lang.String | The desired width in pixels of the component. Another way to set the size of the component is to use the style attribute. This value overrides values set with the style attribute. |
height | false | false | java.lang.String | The desired height in pixels of the component. Another way to set the size of the component is to use the style attribute. This value overrides values set with the style attribute. |
binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. If this attribute is set, the tag does not create the component itself but retrieves it from the bean property. This attribute must be a value binding. |
diagrammer | false | true | java.lang.String | The binding to an IlvDiagrammer instance. |
servletClass | false | true | java.lang.String | The servlet class |
servlet | false | true | java.lang.String | The servlet that will generate the image. This property could be a URL to the servlet or the fully qualified servlet class name. |
styleClass | false | true | java.lang.String | Space-separated list of CSS style classe(s) to be applied when this element is rendered. |
lat | false | true | java.lang.String | The map center latitude in decimal degrees. Note that if this attribute is not set, the Google Maps component will be centered to the diagrammer center |
controls | false | true | java.lang.String | The comma separated list of Google Maps control classes. The default value is "GMapTypeControl,GScaleControl,GSmallMapControl,GOverviewMapControl". See google maps API for more details. |
nodeMovable | false | true | java.lang.String | Indicates whether the nodes can be moved interactively |
key | false | true | java.lang.String | The Google Maps application key. If you do not set this parameter, you need to import Google Maps API script yourself. |
lon | false | true | java.lang.String | The map center longitude in decimal degrees. Note that if this attribute is not set, the Google Maps component will be centered to the diagrammer center |
level | true | true | java.lang.String | The Google Maps initial zoom level |
data | false | true | java.lang.String | The data to display: ivl background, idpr project, xml file, IlvDiagrammerDataSource instance, id of a datasource component. |
partialTriggers | false | false | java.lang.String | This attribute is meaningful only when the component is used inside an Apache MyFaces Trinidad application. The IDs of the components that should trigger a partial update. This component will listen on the trigger components. If one of the trigger components receives an event that will cause it to update in some way, this component will request to be updated too. Separate multiple triggers with a space. Trigger identifiers are relative to the source component for non-NamingContainer components and relative to the parent component for NamingContainer components. Identifiers must account for NamingContainers. You can use a single colon to start the search from the root, or use multiple colons to move up through the NamingContainer. For example, for a non-NamingContainer component, "::" will search from the parent naming container, ":::" will search from the grandparent naming container, etc. For a NamingContainer component, "::" will search from the parent component's parent naming container. ":::" will search from the parent component's grandparent naming container. |