类 ImageMapArea
java.lang.Object
com.sh.wf.module.component.page.common.ImageMapArea
- 所有已实现的接口:
Serializable,Cloneable
Description: 图片热区
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2020年2月19日
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanisValid()voidparserNode(org.jdom2.Element nodeEl, Component component) voidtoHtml(ModuleContext context, StringBuilder html, String func, String imgId, String mapId) https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/area https://blog.csdn.net/qq_38719039/article/details/81984699?
-
字段详细资料
-
component
-
-
构造器详细资料
-
ImageMapArea
public ImageMapArea()
-
-
方法详细资料
-
parserNode
-
isValid
public boolean isValid() -
toHtml
public void toHtml(ModuleContext context, StringBuilder html, String func, String imgId, String mapId) https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/area https://blog.csdn.net/qq_38719039/article/details/81984699?utm_source=distribute.pc_relevant.none-task- 参数:
context- ModuleContexthtml- html代码func- 自定义函数名imgId- Img标签编号mapId- map编号
-