类 EventAttr

java.lang.Object
com.sh.wf.module.component.page.common.EventAttr
所有已实现的接口:
Serializable, Cloneable

public class EventAttr extends Object implements Cloneable, Serializable

Description: 事件属性

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年2月14日
另请参阅:
  • 字段详细资料

    • eventList

      public List<EventInfo> eventList
    • hasClickEvent

      public boolean hasClickEvent
  • 构造器详细资料

    • EventAttr

      public EventAttr()
  • 方法详细资料

    • loadEvent

      public void loadEvent(org.jdom2.Element nodeEl, Component component)
    • getEventInfoByType

      public EventInfo getEventInfoByType(String type)
      根据类型获取事件信息对象
      参数:
      type - 事件类型
      返回:
      EventInfo
    • renderHtml

      public void renderHtml(ModuleContext context, StringBuilder html, String id, String selector, String fullSelector)
      转化为页面需要的代码
      参数:
      context - 上下文信息
      html - html
      id - 添加事件的组件ID,不能为空
      selector - 组件选择
      fullSelector - 容器选择