程序包 com.sh.util.html

类 Form

所有已实现的接口:
HtmlCache

public class Form extends HtmlRender
Description: Form表单 Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
  • 字段详细资料

  • 构造器详细资料

    • Form

      public Form()
  • 方法详细资料

    • start

      public String start()
      从接口复制的说明: HtmlCache
      开始
      返回:
      String
    • draw

      public String draw()
      从接口复制的说明: HtmlCache
      绘制部分
      返回:
      String
    • end

      public String end()
      从接口复制的说明: HtmlCache
      结束
      返回:
      String
    • getMethod

      public String getMethod()
    • setMethod

      public Form setMethod(String method)
    • getAction

      public String getAction()
    • setAction

      public Form setAction(String action)
    • getEnctype

      public String getEnctype()
    • setEnctype

      public Form setEnctype(String enctype)
    • getContent

      public String getContent()
    • setContent

      public Form setContent(String content)