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

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.Stringable
        |
        +--com.sapportals.portal.prt.util.html.HtmlIFrame.IFrameAlign
Enclosing class:
HtmlIFrame

public static class HtmlIFrame.IFrameAlign
extends Stringable


Field Summary
static HtmlIFrame.IFrameAlign BASELINE
           
static HtmlIFrame.IFrameAlign BOTTOM
           
static HtmlIFrame.IFrameAlign CENTER
           
static HtmlIFrame.IFrameAlign MIDDLE
           
static HtmlIFrame.IFrameAlign TOP
           
 
Methods inherited from class com.sapportals.portal.prt.util.html.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOP

public static final HtmlIFrame.IFrameAlign TOP

BOTTOM

public static final HtmlIFrame.IFrameAlign BOTTOM

MIDDLE

public static final HtmlIFrame.IFrameAlign MIDDLE

CENTER

public static final HtmlIFrame.IFrameAlign CENTER

BASELINE

public static final HtmlIFrame.IFrameAlign BASELINE