类 EventAttr
java.lang.Object
com.sh.wf.module.component.page.common.EventAttr
- 所有已实现的接口:
Serializable,Cloneable
Description: 事件属性
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年2月14日
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getEventInfoByType(String type) 根据类型获取事件信息对象voidvoidrenderHtml(ModuleContext context, StringBuilder html, String id, String selector, String fullSelector) 转化为页面需要的代码
-
字段详细资料
-
eventList
-
hasClickEvent
public boolean hasClickEvent
-
-
构造器详细资料
-
EventAttr
public EventAttr()
-
-
方法详细资料
-
loadEvent
-
getEventInfoByType
根据类型获取事件信息对象- 参数:
type- 事件类型- 返回:
- EventInfo
-
renderHtml
public void renderHtml(ModuleContext context, StringBuilder html, String id, String selector, String fullSelector) 转化为页面需要的代码- 参数:
context- 上下文信息html- htmlid- 添加事件的组件ID,不能为空selector- 组件选择fullSelector- 容器选择
-