public interface IPSPanelLogic extends IPSPanelObject, IPSAppViewLogic
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getCodeName()
获取代码标识
|
java.lang.String |
getEventArg()
获取事件参数
|
java.lang.String |
getEventArg2()
获取事件参数2
|
java.lang.String |
getEventNames()
获取事件名称
|
java.lang.String |
getLogicName()
获取逻辑名称
|
java.lang.String |
getLogicTrigger()
获取逻辑触发
返回值参考
PSModelEnums.PanelLogicType |
java.lang.String |
getLogicType()
获取触发逻辑类型
返回值参考
net.ibizsys.model.PSModelEnums.ControlLogicType |
IPSAppDataEntity |
getPSAppDataEntity()
获取应用实体对象
|
IPSAppDataEntity |
getPSAppDataEntityMust()
获取应用实体对象,不存在时抛出异常
|
IPSAppDEUILogic |
getPSAppDEUILogic()
获取应用实体界面逻辑
|
IPSAppDEUILogic |
getPSAppDEUILogicMust()
获取应用实体界面逻辑,不存在时抛出异常
|
IPSAppUILogic |
getPSAppUILogic()
获取应用预置界面逻辑
|
IPSAppUILogic |
getPSAppUILogicMust()
获取应用预置界面逻辑,不存在时抛出异常
|
int |
getTimer()
获取定时间隔(ms)
|
getAttrName, getItemName, getLogicParam, getLogicParam2, getOwner, getPSAppDEUIAction, getPSAppDEUIActionMust, getPSAppViewEngine, getPSAppViewEngineMust, getPSAppViewLogic, getPSAppViewLogicMust, getPSAppViewUIAction, getPSAppViewUIActionMust, getPSSysPFPlugin, getPSSysPFPluginMust, getPSViewCtrlName, getScriptCode, isBuiltinLogicgetDynaModelFilePath, getMemo, getName, getPSDynaModel, getPSDynaModelMust, getUserCat, getUserTag, getUserTag2, getUserTag3, getUserTag4getId, getObjectNode, getParentPSModelObject, getParentPSModelObject, getParentPSModelObject, getPSModelObjectjava.lang.String getCodeName()
getCodeName 在接口中 IPSModelObjectjava.lang.String getEventArg()
getEventArg 在接口中 IPSAppViewLogicjava.lang.String getEventArg2()
getEventArg2 在接口中 IPSAppViewLogicjava.lang.String getEventNames()
getEventNames 在接口中 IPSAppViewLogicjava.lang.String getLogicName()
getLogicName 在接口中 IPSObjectjava.lang.String getLogicTrigger()
getLogicTrigger 在接口中 IPSAppViewLogicjava.lang.String getLogicType()
返回值参考 net.ibizsys.model.PSModelEnums.ControlLogicType
getLogicType 在接口中 IPSAppViewLogicIPSAppDEUILogic getPSAppDEUILogic()
getPSAppDEUILogic 在接口中 IPSAppViewLogicIPSAppDEUILogic getPSAppDEUILogicMust()
getPSAppDEUILogicMust 在接口中 IPSAppViewLogicIPSAppDataEntity getPSAppDataEntity()
getPSAppDataEntity 在接口中 IPSAppViewLogicIPSAppDataEntity getPSAppDataEntityMust()
getPSAppDataEntityMust 在接口中 IPSAppViewLogicIPSAppUILogic getPSAppUILogic()
getPSAppUILogic 在接口中 IPSAppViewLogicIPSAppUILogic getPSAppUILogicMust()
getPSAppUILogicMust 在接口中 IPSAppViewLogicint getTimer()
getTimer 在接口中 IPSAppViewLogic