Uses of Class
com.sapportals.portal.prt.util.html.HtmlTextArea.TextAreaWrap

Packages that use HtmlTextArea.TextAreaWrap
com.sapportals.portal.prt.util.html   
 

Uses of HtmlTextArea.TextAreaWrap in com.sapportals.portal.prt.util.html
 

Fields in com.sapportals.portal.prt.util.html declared as HtmlTextArea.TextAreaWrap
protected  HtmlTextArea.TextAreaWrap HtmlTextArea.m_wrap
          How to wrap the text
static HtmlTextArea.TextAreaWrap HtmlTextArea.TextAreaWrap.TOP
           
static HtmlTextArea.TextAreaWrap HtmlTextArea.TextAreaWrap.HARD
           
static HtmlTextArea.TextAreaWrap HtmlTextArea.TextAreaWrap.OFF
           
 

Methods in com.sapportals.portal.prt.util.html that return HtmlTextArea.TextAreaWrap
 HtmlTextArea.TextAreaWrap HtmlTextArea.getWrap()
          Get the value of m_wrap.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlTextArea.TextAreaWrap
 HtmlTextArea HtmlTextArea.setWrap(HtmlTextArea.TextAreaWrap v)
          Set the value of m_wrap.