public interface IlvIMapAttributes
This class is used in two situations:
IlvIMapDefinition
Modifier and Type | Method and Description |
---|---|
String |
getALT()
Returns the
ALT attribute. |
String |
getExtraAttributes()
Returns extra attributes.
|
String |
getHREF()
Returns the
HREF attribute. |
String |
getTarget()
Returns the
TARGET attribute. |
String |
getTitle()
Returns the
TITLE attribute. |
String getHREF()
HREF
attribute.String getTitle()
TITLE
attribute.String getTarget()
TARGET
attribute.String getALT()
ALT
attribute.String getExtraAttributes()
onMouseOut
, onMouseOver
, ...).
The returned string must be compliant with the expected attributes
format. For example:
onMouseOver="script code ..." onMouseOut="script code ..."
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.