com.sapportals.portal.pb.iviewdef
Class IviewAvailabilityMode
java.lang.Object
|
+--com.sapportals.portal.prt.util.Stringable
|
+--com.sapportals.portal.pb.iviewdef.IviewAvailabilityMode
- All Implemented Interfaces:
- IiviewDef
- public class IviewAvailabilityMode
- extends com.sapportals.portal.prt.util.Stringable
- implements IiviewDef
Defines the availability mode 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 |
MANDATORY
public static IviewAvailabilityMode MANDATORY
- Iview is visible in the page and can't be hidden.
VISIBLE
public static IviewAvailabilityMode VISIBLE
- Iview is visible in the page.
AVAILABLE
public static IviewAvailabilityMode AVAILABLE
- Iview is hidden.
getEnumByString
public static IviewAvailabilityMode getEnumByString(java.lang.String value)
- Method getEnumByString
- Parameters:
value - String- Returns:
- IviewAvailabilityMode