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

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

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

Methods in com.sapportals.portal.prt.util.html that return HtmlForm
 HtmlForm HtmlForm.setAction(java.lang.String v)
          Set the value of m_action.
 HtmlForm HtmlForm.setMethod(HtmlForm.FormMethod v)
          Set the value of m_method.
 HtmlForm HtmlForm.setName(java.lang.String v)
          Set the value of m_name.
 HtmlForm HtmlForm.setTarget(java.lang.String v)
          Set the value of m_target.
 HtmlForm HtmlForm.setOnSubmit(java.lang.String v)
          Set the value of m_onSubmit.
 HtmlForm HtmlForm.setOnReset(java.lang.String v)
          Set the value of m_onReset.