public interface ICustomizeImageMapDataHintBox
A typical use of the interface is as follows :
public CustomizeImageMap implements ICustomizeImageMapDataHintBox {
Modifier and Type | Method and Description |
---|---|
java.lang.String |
customizeHintBox(java.lang.String str)
return modified data hint box value
|