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