Constant Field Values

com.webfirmframework.*

  • com.webfirmframework.wffweb.server.page.BrowserPage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "wffInstanceId"
  • com.webfirmframework.wffweb.server.page.Task
    Modifier and Type
    Constant Field
    Value
    public static final boolean
    true
  • com.webfirmframework.wffweb.tag.html.attribute.global.Dir
    Modifier and Type
    Constant Field
    Value
    public static final String
    "auto"
    public static final String
    "ltr"
    public static final String
    "rtl"
  • com.webfirmframework.wffweb.tag.html.attribute.global.Popover
    Modifier and Type
    Constant Field
    Value
    public static final String
    "auto"
    public static final String
    "hint"
    public static final String
    "manual"
  • com.webfirmframework.wffweb.tag.html.html5.attribute.global.Draggable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "auto"
  • com.webfirmframework.wffweb.tag.html.html5.attribute.global.Dropzone
    Modifier and Type
    Constant Field
    Value
    public static final String
    "copy"
    public static final String
    "link"
    public static final String
    "move"
  • com.webfirmframework.wffweb.tag.html.html5.attribute.global.InputMode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "decimal"
    public static final String
    "email"
    public static final String
    "none"
    public static final String
    "numeric"
    public static final String
    "search"
    public static final String
    "tel"
    public static final String
    "text"
    public static final String
    "url"