com.sapportals.portal.pb.iviewdef
Class IviewHeightType

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.Stringable
        |
        +--com.sapportals.portal.pb.iviewdef.IviewHeightType
All Implemented Interfaces:
IiviewDef

public class IviewHeightType
extends com.sapportals.portal.prt.util.Stringable
implements IiviewDef

Defines the height type of the iview


Field Summary
static IviewHeightType AUTOMATIC
          Iview has automatic height (content height)
static IviewHeightType FIXED
          Iview has fixed height
static IviewHeightType FULL_PAGE
          Iview has full page height
 
Method Summary
static IviewHeightType getEnumByString(java.lang.String value)
          Method getEnumByString
 
Methods inherited from class com.sapportals.portal.prt.util.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FIXED

public static IviewHeightType FIXED
Iview has fixed height

AUTOMATIC

public static IviewHeightType AUTOMATIC
Iview has automatic height (content height)

FULL_PAGE

public static IviewHeightType FULL_PAGE
Iview has full page height
Method Detail

getEnumByString

public static IviewHeightType getEnumByString(java.lang.String value)
Method getEnumByString
Parameters:
value - String
Returns:
IviewHeightType