com.sapportals.portal.pb.iviewdef
Class IviewWidthScaleType

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

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

Defines the width scale type of the iview


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

PERCENT

public static IviewWidthScaleType PERCENT
Iview width is in percentages
Method Detail

getEnumByString

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