接口 IFrame

所有已知实现类:
FrameCombine, FrameComplex, FrameFrame, FrameGrid, FrameList, FrameLogic, FrameMenu, FrameMultiGrid, FrameReport, FrameTree

public interface IFrame
  • 方法详细资料

    • getHiddenFields

      com.gdxsoft.easyweb.utils.msnet.MTable getHiddenFields()
      需要隐藏的字段集合
      返回:
      the _HiddenFields
    • setHiddenFields

      void setHiddenFields(com.gdxsoft.easyweb.utils.msnet.MTable hiddenFields)
      需要隐藏的字段集合
      参数:
      hiddenFields - the 需要隐藏的字段集合 to set
    • createJsonJs

      String createJsonJs()
    • createaXmlData

      String createaXmlData() throws Exception
      抛出:
      Exception
    • getHtmlClass

      HtmlClass getHtmlClass()
    • setHtmlClass

      void setHtmlClass(HtmlClass htmlClass)
    • getPageSplit

      PageSplit getPageSplit()
      获取ListFrame分页
      Get the listFrame page split
      返回:
      the page split
    • createJsonContent

      String createJsonContent() throws Exception
      生成页面的JSON数据
      Create the JSON String
      返回:
      the JSON String
      抛出:
      Exception
    • getWorkFlowButJson

      String getWorkFlowButJson()
      获取工作流的json表达式
      Get the workflow json
      返回:
      the WorkFlowBut
    • createJsonFrame

      String createJsonFrame() throws Exception
      配置文件的对象的 JSON表达式(在FrameBase中生成)
      JSON expression of the configuration item (generated in FrameBase)
      返回:
      the JSON expression
      抛出:
      Exception
    • createJsFrameXml

      void createJsFrameXml() throws Exception
      item描述XML字符串
      抛出:
      Exception
    • createJsFrameMenu

      void createJsFrameMenu() throws Exception
      生成菜单的Js表达式
      抛出:
      Exception
    • createJsFramePage

      void createJsFramePage() throws Exception
      页面Js初始化
      抛出:
      Exception
    • createContent

      void createContent() throws Exception
      仅生成内容HTML
      抛出:
      Exception
    • createCss

      void createCss() throws Exception
      生成CSS内容
      抛出:
      Exception
    • createJsTop

      void createJsTop()
      生成头部Js
    • createJsBottom

      void createJsBottom()
      生成底部Js
    • createSkinBottom

      void createSkinBottom() throws Exception
      生成主底部
      抛出:
      Exception
    • createSkinTop

      void createSkinTop() throws Exception
      生成主头部
      抛出:
      Exception
    • createHtml

      void createHtml() throws Exception
      生成Frame全部HTML
      抛出:
      Exception
    • createFrameHeader

      String createFrameHeader() throws Exception
      生成Frame页头
      返回:
      Frame页头
      抛出:
      Exception
    • createFrameContent

      void createFrameContent() throws Exception
      生成Frame内容
      抛出:
      Exception
    • createItemHtmls

      String createItemHtmls() throws Exception
      生成页面的所有元素
      返回:
      所有元素
      抛出:
      Exception
    • createFrameFooter

      void createFrameFooter() throws Exception
      生成Frame页脚
      抛出:
      Exception
    • getItemParentHtmls

      HashMap<String,String> getItemParentHtmls()
      返回:
      the _ItemParentHtmls
    • setItemParentHtmls

      void setItemParentHtmls(HashMap<String,String> itemParentHtmls)
      参数:
      itemParentHtmls - the _ItemParentHtmls to set
    • createSelectReload

      String createSelectReload() throws Exception
      抛出:
      Exception