Uses of Class
com.sapportals.portal.prt.util.html.HtmlForm.FormMethod

Packages that use HtmlForm.FormMethod
com.sapportals.portal.prt.util.html   
 

Uses of HtmlForm.FormMethod in com.sapportals.portal.prt.util.html
 

Fields in com.sapportals.portal.prt.util.html declared as HtmlForm.FormMethod
protected  HtmlForm.FormMethod HtmlForm.m_method
          how to transfer the data to the program on submit.
static HtmlForm.FormMethod HtmlForm.FormMethod.GET
           
static HtmlForm.FormMethod HtmlForm.FormMethod.POST
           
 

Methods in com.sapportals.portal.prt.util.html that return HtmlForm.FormMethod
 HtmlForm.FormMethod HtmlForm.getMethod()
          Get the value of m_method.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlForm.FormMethod
 HtmlForm HtmlForm.setMethod(HtmlForm.FormMethod v)
          Set the value of m_method.