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

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

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

Fields in com.sapportals.portal.prt.util.html declared as HtmlIFrame.IFrameAlign
protected  HtmlIFrame.IFrameAlign HtmlIFrame.m_align
          Alignments of frame content
static HtmlIFrame.IFrameAlign HtmlIFrame.IFrameAlign.TOP
           
static HtmlIFrame.IFrameAlign HtmlIFrame.IFrameAlign.BOTTOM
           
static HtmlIFrame.IFrameAlign HtmlIFrame.IFrameAlign.MIDDLE
           
static HtmlIFrame.IFrameAlign HtmlIFrame.IFrameAlign.CENTER
           
static HtmlIFrame.IFrameAlign HtmlIFrame.IFrameAlign.BASELINE
           
 

Methods in com.sapportals.portal.prt.util.html that return HtmlIFrame.IFrameAlign
 HtmlIFrame.IFrameAlign HtmlIFrame.getAlign()
          Get the value of m_align.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlIFrame.IFrameAlign
 HtmlIFrame HtmlIFrame.setAlign(HtmlIFrame.IFrameAlign v)
          Set the value of m_align.