com.sapportals.portal.pb.iviewdef
Class IviewHeightScaleType

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

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

Defines the height scale type of the iview


Field Summary
static IviewHeightScaleType PERCENT
          Iview height is in percentages
static IviewHeightScaleType PIXELS
          Iview height is in pixels
 
Method Summary
static IviewHeightScaleType 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

PIXELS

public static IviewHeightScaleType PIXELS
Iview height is in pixels

PERCENT

public static IviewHeightScaleType PERCENT
Iview height is in percentages
Method Detail

getEnumByString

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