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

Packages that use HtmlInput.InputType
com.sapportals.portal.prt.util.html   
 

Uses of HtmlInput.InputType in com.sapportals.portal.prt.util.html
 

Fields in com.sapportals.portal.prt.util.html declared as HtmlInput.InputType
protected  HtmlInput.InputType HtmlInput.m_type
          The type of the input.
static HtmlInput.InputType HtmlInput.InputType.TEXT
           
static HtmlInput.InputType HtmlInput.InputType.CHECKBOX
           
static HtmlInput.InputType HtmlInput.InputType.RADIO
           
static HtmlInput.InputType HtmlInput.InputType.PASSWORD
           
static HtmlInput.InputType HtmlInput.InputType.HIDDEN
           
static HtmlInput.InputType HtmlInput.InputType.SUBMIT
           
static HtmlInput.InputType HtmlInput.InputType.RESET
           
static HtmlInput.InputType HtmlInput.InputType.BUTTON
           
static HtmlInput.InputType HtmlInput.InputType.FILE
           
static HtmlInput.InputType HtmlInput.InputType.IMAGE
           
 

Methods in com.sapportals.portal.prt.util.html that return HtmlInput.InputType
 HtmlInput.InputType HtmlInput.getType()
          Get the value of m_type.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlInput.InputType
 void HtmlInput.setType(HtmlInput.InputType v)
          Set the value of m_type.