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
| 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 |
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
getEnumByString
public static IviewWidthType getEnumByString(java.lang.String value)
- Method getEnumByString
- Parameters:
value - String- Returns:
- IviewWidthType