com.sapportals.portal.pb.iviewdef
Class IviewWidthType

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

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

Defines the width type of the iview


Field Summary
static IviewWidthType AUTOMATIC
          Iview has automatic width (content width)
static IviewWidthType FIXED
          Iview has fixed width
static IviewWidthType FULL_PAGE
          Iview has full page width
 
Method Summary
static IviewWidthType 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 IviewWidthType FIXED
Iview has fixed width

AUTOMATIC

public static IviewWidthType AUTOMATIC
Iview has automatic width (content width)

FULL_PAGE

public static IviewWidthType FULL_PAGE
Iview has full page width
Method Detail

getEnumByString

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