类 ContextMenuItem
java.lang.Object
com.sh.wf.module.component.Component
com.sh.wf.module.component.page.common.ContextMenuItem
- 所有已实现的接口:
ComponentExport_I,ComponentLoad_I,Serializable,Cloneable
Description: 右键菜单项
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2017年8月3日
- 另请参阅:
-
字段概要
字段从类继承的字段 com.sh.wf.module.component.Component
__initHidden, attrMap, authInfo, autoId, autoTriggerEvent, beginHtml, cflag, childComponentList, contextMenu, dictAttr, endHtml, eventAttr, exDataMap, h1, id, idOri, isAutoLoad, isRulePageShow, isShowComponentFlag, moduleData, pageRuleAttr, parent, parentLayout, parentTableId, pstyle, ruleLastShowHide, ruleShowHideTotal, selfAttr, selfFlag, seqType, sid, style, tagWrap, timerAttr, w1, wrapComponent, x1, y1 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明callExFunc(ModuleContext context) 组件扩展执行方法,比如:在组件上执行某些操作后,再次请求后台的情况booleanbooleanisValid()voidparser(ModuleParserContext context, org.jdom2.Element nodeEl) voidparserNode(ModuleParserContext context, org.jdom2.Element nodeEl, Component component) voidsetHasChild(boolean hasChild) toHtml(ModuleContext context) 转化为HTML代码voidtoHtml(ModuleContext context, StringBuilder html, StringBuilder scriptBuilder, ContextMenu contextMenu) toLoadHtml(ModuleContext context) 控件延迟加载从类继承的方法 com.sh.wf.module.component.Component
addComponent, addRowIdAttr, autoCalWidth, beforeCheckSaveDsCol2, commonParser, createAutoId, doExport, doExportCSV, getAuthInfo, getBeginHtml, getCflag, getComponentContext, getComponentType, getDictAttr, getEndHtml, getEventAttr, getExValue, getH1, getId, getMcuuid, getModuleData, getName, getName, getParent, getParentLayout, getParentLayoutStyle, getPstyle, getRowId, getSaveDsCol2Name, getSelfAttr, getSelfFlag, getSid, getStyle, getSubCallExUrlFull, getSubLoadUrl, getW1, getWrapBegin, getWrapEnd, getX1, getY1, is__initHidden, isArrayRequestParam, isAutoLoad, isPageShow, isSeqUnique, isShowComponentFlag, isUsePosition, isVisible, notifyParserChildComponent, parserExData, processQueryParam, renderAfter, renderAfter, renderBefore, setAutoLoad, setComponentType, setExData, setId, setModuleData, setParent, setParentLayout, setRuleShowHidden, setShowComponentFlag, setStyle, toHtml2, toMobileHtml, toWrapHtml从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.sh.wf.module.component.ComponentLoad_I
getId
-
字段详细资料
-
component
-
-
构造器详细资料
-
ContextMenuItem
public ContextMenuItem()
-
-
方法详细资料
-
parserNode
-
isValid
public boolean isValid() -
toHtml
public void toHtml(ModuleContext context, StringBuilder html, StringBuilder scriptBuilder, ContextMenu contextMenu) -
getMenuName
-
getMenuId
-
isHasChild
public boolean isHasChild() -
setHasChild
public void setHasChild(boolean hasChild) -
parser
-
toHtml
从类复制的说明:Component转化为HTML代码 -
toLoadHtml
从接口复制的说明:ComponentLoad_I控件延迟加载- 指定者:
toLoadHtml在接口中ComponentLoad_I- 参数:
context- ModuleContext- 返回:
- 加载的HTML
-
callExFunc
从接口复制的说明:ComponentLoad_I组件扩展执行方法,比如:在组件上执行某些操作后,再次请求后台的情况- 指定者:
callExFunc在接口中ComponentLoad_I- 参数:
context- ModuleContext- 返回:
- 脚本
-
getSystemAttr
-