类 CanvasLayout
java.lang.Object
com.sh.wf.module.component.Component
com.sh.wf.module.component.LayoutBase
com.sh.wf.module.component.CanvasLayout
- 所有已实现的接口:
ComponentExport_I,ParserThisExp_I,Serializable,Cloneable
Description: 自由布局
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2020年3月17日
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String从类继承的字段 com.sh.wf.module.component.LayoutBase
dataPanelFlag, isDataPanel从类继承的字段 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 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明doublevoidnotifyParserChildComponent(ModuleParserContext context, Component childComponent, org.jdom2.Element nodeEl) 通过你级组件解析子组件特殊内容,比如:画布组件voidparser(ModuleParserContext context, org.jdom2.Element nodeEl) parserThisValue(ModuleContext context, String thisExpStr) 解析当前对象的this表达式toHtml(ModuleContext context) 转化为HTML代码toMobileHtml(ModuleContext context) 转化为移动手机端的HTML代码从类继承的方法 com.sh.wf.module.component.LayoutBase
checkAndAddStyleClass, getDataPanelFlag, toSlotHtml从类继承的方法 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, parserExData, processQueryParam, renderAfter, renderAfter, renderBefore, setAutoLoad, setComponentType, setExData, setId, setModuleData, setParent, setParentLayout, setRuleShowHidden, setShowComponentFlag, setStyle, toHtml2, toWrapHtml
-
字段详细资料
-
构造器详细资料
-
CanvasLayout
public CanvasLayout()
-
-
方法详细资料
-
toHtml
从类复制的说明:Component转化为HTML代码 -
toMobileHtml
从类复制的说明:Component转化为移动手机端的HTML代码- 覆盖:
toMobileHtml在类中Component- 参数:
context- ModuleContext- 返回:
- html
-
getLayoutTextAlign
- 指定者:
getLayoutTextAlign在类中LayoutBase
-
checkY
-
parserThisValue
从接口复制的说明:ParserThisExp_I解析当前对象的this表达式- 指定者:
parserThisValue在接口中ParserThisExp_I- 参数:
context- 上下文thisExpStr- 表达式,如:[this.col],则此值为col- 返回:
- 表达式值
-
parser
-
notifyParserChildComponent
public void notifyParserChildComponent(ModuleParserContext context, Component childComponent, org.jdom2.Element nodeEl) 从类复制的说明:Component通过你级组件解析子组件特殊内容,比如:画布组件- 覆盖:
notifyParserChildComponent在类中Component
-