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