类 EventClickJavaSingleBase
java.lang.Object
com.sh.wf.module.java.JavaSingleBase
com.sh.wf.module.java.EventClickJavaSingleBase
- 所有已实现的接口:
Serializable,Cloneable
public abstract class EventClickJavaSingleBase
extends JavaSingleBase
implements Serializable, Cloneable
Description: 单击事件Java逻辑基类
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2018年11月12日
- 另请参阅:
-
字段概要
从类继承的字段 com.sh.wf.module.java.JavaSingleBase
jsMap, log4j, paramMap -
构造器概要
构造器 -
方法概要
从类继承的方法 com.sh.wf.module.java.JavaSingleBase
dc, getComponentValue, getComponentValueString, getContext, getContextValue, getDatastore, getDatastoreDouble, getDatastoreInt, getDatastoreObject, getDatastoreString, getDatastoreString, getDatastoreTimestamp, getDc, getDsInfo, getErrorMsg, getJsValue, getParam, getParam, getRequestParameterValue, getRowNo, putJsValue, setErrorMsg, setParamList, userInfo
-
构造器详细资料
-
EventClickJavaSingleBase
public EventClickJavaSingleBase()
-
-
方法详细资料
-
process
点击按钮执行逻辑(单例)- 参数:
context- ModuleContext- 返回:
- 返回值在js中接收,获取参数:context.getRequestParamValue("name") 获取dc方法:getDC()
- 抛出:
Exception- Exception
-