com.sapportals.portal.prt.util.html
Class HtmlInput.InputType

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.Stringable
        |
        +--com.sapportals.portal.prt.util.html.HtmlInput.InputType
Enclosing class:
HtmlInput

public static class HtmlInput.InputType
extends Stringable


Field Summary
static HtmlInput.InputType BUTTON
           
static HtmlInput.InputType CHECKBOX
           
static HtmlInput.InputType FILE
           
static HtmlInput.InputType HIDDEN
           
static HtmlInput.InputType IMAGE
           
static HtmlInput.InputType PASSWORD
           
static HtmlInput.InputType RADIO
           
static HtmlInput.InputType RESET
           
static HtmlInput.InputType SUBMIT
           
static HtmlInput.InputType TEXT
           
 
Methods inherited from class com.sapportals.portal.prt.util.html.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEXT

public static final HtmlInput.InputType TEXT

CHECKBOX

public static final HtmlInput.InputType CHECKBOX

RADIO

public static final HtmlInput.InputType RADIO

PASSWORD

public static final HtmlInput.InputType PASSWORD

HIDDEN

public static final HtmlInput.InputType HIDDEN

SUBMIT

public static final HtmlInput.InputType SUBMIT

RESET

public static final HtmlInput.InputType RESET

BUTTON

public static final HtmlInput.InputType BUTTON

FILE

public static final HtmlInput.InputType FILE

IMAGE

public static final HtmlInput.InputType IMAGE