类 HtmlClass
java.lang.Object
com.gdxsoft.easyweb.script.display.HtmlClass
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getFrame()主类javax.servlet.http.HttpServletResponsegetSkin()voidsetDebugFrames(DebugFrames debugFrames) voidsetDocument(HtmlDocument document) voidsetEwaGlobals(EwaGlobals ewaGlobals) voidsetHtmlCreator(HtmlCreator htmlCreator) voidsetItemValues(ItemValues itemValues) voidsetResponse(javax.servlet.http.HttpServletResponse response) voidvoidsetSkinFrameAll(SkinFrame skinFrameAll) voidsetSkinFrameCurrent(SkinFrame skinFrameCurrent) voidsetSkinFrames(SkinFrames skinFrames) voidsetSysParas(SysParameters sysParas) voidsetUserConfig(UserConfig userConfig) voidsetWorkflow(WfUnits workflow)
-
构造器详细资料
-
HtmlClass
public HtmlClass()
-
-
方法详细资料
-
getItem
-
getFrame
- 抛出:
Exception
-
getAction
- 抛出:
Exception
-
getSkinFrames
- 返回:
- the _SkinFrames
-
setSkinFrames
- 参数:
skinFrames- the _SkinFrames to set
-
getSkinFrameAll
- 返回:
- the _SkinFrameAll
-
setSkinFrameAll
- 参数:
skinFrameAll- the _SkinFrameAll to set
-
getSkinFrameCurrent
- 返回:
- the _SkinFrameCurrent
-
setSkinFrameCurrent
- 参数:
skinFrameCurrent- the _SkinFrameCurrent to set
-
getUserConfig
- 返回:
- the _UserConfig
-
setUserConfig
- 参数:
userConfig- the _UserConfig to set
-
getItemValues
- 返回:
- the _ItemValues
-
setItemValues
- 参数:
itemValues- the _ItemValues to set
-
getSkin
- 返回:
- the _Skin
-
setSkin
- 参数:
skin- the _Skin to set
-
getEwaGlobals
- 返回:
- the _EwaGlobals
-
setEwaGlobals
- 参数:
ewaGlobals- the _EwaGlobals to set
-
getDebugFrames
- 返回:
- the _DebugFrames
-
setDebugFrames
- 参数:
debugFrames- the _DebugFrames to set
-
getResponse
public javax.servlet.http.HttpServletResponse getResponse()- 返回:
- the _Response
-
setResponse
public void setResponse(javax.servlet.http.HttpServletResponse response) - 参数:
response- the _Response to set
-
getSysParas
- 返回:
- the _SysParas
-
setSysParas
- 参数:
sysParas- the _SysParas to set
-
getDocument
- 返回:
- the _Document
-
setDocument
- 参数:
document- the _Document to set
-
getHtmlCreator
主类- 返回:
- the _HtmlCreator
-
setHtmlCreator
- 参数:
htmlCreator- the _HtmlCreator to set
-
getWorkflow
- 返回:
- the _Workflow
-
setWorkflow
- 参数:
workflow- the _Workflow to set
-