类 EventInfo

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

public class EventInfo extends Object implements Cloneable, Serializable

Description: 事件信息

Title:首亨软件 - TSS/CRM等

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

    • EventInfo

      public EventInfo(String type)
  • 方法详细资料

    • loadEvent

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

      public void renderHtml(ModuleContext context, StringBuilder script, String id, String selector, String fullSelector)
    • getType

      public String getType()
    • getContent

      public String getContent()
    • isValidEvent

      public boolean isValidEvent()
    • getParserContent

      public String getParserContent(ModuleContext context)
    • isSelf

      public boolean isSelf()
    • setSelf

      public void setSelf(boolean isSelf)
    • getJavaAttr

      public JavaAttr getJavaAttr()
    • isElParser

      public boolean isElParser()
    • getErc

      public EventRefreshComponent getErc()