类 Tab
java.lang.Object
com.sh.wf.module.component.Component
com.sh.wf.module.component.page.Tab
- 所有已实现的接口:
ComponentExport_I,Serializable,Cloneable
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年1月25日
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明intboolean从类继承的字段 com.sh.wf.module.component.Component
__initHidden, attrMap, authInfo, autoId, autoTriggerEvent, beginHtml, cflag, childComponentList, contextMenu, dictAttr, endHtml, eventAttr, exDataMap, h1, id, isAutoLoad, isRulePageShow, isShowComponentFlag, moduleData, pageRuleAttr, parent, parentLayout, parentTableId, pstyle, ruleLastShowHide, ruleShowHideTotal, selfAttr, selfFlag, seqType, sid, style, tagWrap, timerAttr, w1, wrapComponent, x1, y1 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getBodyDivClass(ModuleContext context, String tabPanelId) getHeadAClass(ModuleContext context, String tabPanelId) getHeadSpanClass(ModuleContext context, String tabPanelId) getId()getLabel()booleanbooleanvoidparser(ModuleParserContext context, org.jdom2.Element nodeEl) voidrefreshExpDs(ModuleContext context, int index) 动态设置数据集行号voidsetAutoHeight(boolean autoHeight) voidvoidvoidsetTabSelect(boolean tabSelect) toHtml(ModuleContext context) 头部toHtml2(ModuleContext context) 数据区toMobileHtml(ModuleContext context) 转化为移动手机端的HTML代码从类继承的方法 com.sh.wf.module.component.Component
addComponent, addRowIdAttr, autoCalWidth, beforeCheckSaveDsCol2, commonParser, createAutoId, doExport, doExportCSV, getAuthInfo, getBeginHtml, getCflag, getComponentContext, getComponentType, getDictAttr, getEndHtml, getEventAttr, getExValue, getH1, 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, setModuleData, setParent, setParentLayout, setRuleShowHidden, setShowComponentFlag, setStyle, toWrapHtml
-
字段详细资料
-
clickFunc
-
headId
-
bodyId
-
expLengthStr
-
expLength
public int expLength -
expTabId
-
expLabel
-
isCopyBlank
public boolean isCopyBlank
-
-
构造器详细资料
-
Tab
public Tab()
-
-
方法详细资料
-
toHtml
头部 -
toHtml2
数据区 -
getHeadAClass
-
getHeadSpanClass
-
getBodyDivClass
-
refreshExpDs
动态设置数据集行号- 参数:
context- ModuleContextindex- int
-
getLabel
-
setLabel
-
getId
- 指定者:
getId在接口中ComponentExport_I- 覆盖:
getId在类中Component
-
setId
-
isTabSelect
public boolean isTabSelect() -
setTabSelect
public void setTabSelect(boolean tabSelect) -
isAutoHeight
public boolean isAutoHeight() -
setAutoHeight
public void setAutoHeight(boolean autoHeight) -
toMobileHtml
从类复制的说明:Component转化为移动手机端的HTML代码- 覆盖:
toMobileHtml在类中Component- 参数:
context- ModuleContext- 返回:
- html
-
parser
-