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

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

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

Methods in com.sapportals.portal.prt.util.html that return HtmlIFrame
 HtmlIFrame HtmlIFrame.setSrc(java.lang.String v)
          Set the value of m_src.
 HtmlIFrame HtmlIFrame.setName(java.lang.String v)
          Set the value of m_name.
 HtmlIFrame HtmlIFrame.setScrolling(java.lang.String v)
          Set the value of m_scrolling.
 HtmlIFrame HtmlIFrame.setFrameBorder(int v)
          Set the value of m_frameBorder.
 HtmlIFrame HtmlIFrame.setWidth(java.lang.String v)
          Set the value of m_width.
 HtmlIFrame HtmlIFrame.setHeight(java.lang.String v)
          Set the value of m_height.
 HtmlIFrame HtmlIFrame.setHSpace(java.lang.String v)
          Set the value of m_hSpace.
 HtmlIFrame HtmlIFrame.setVSpace(java.lang.String v)
          Set the value of m_vSpace.
 HtmlIFrame HtmlIFrame.setAlign(HtmlIFrame.IFrameAlign v)
          Set the value of m_align.