|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.tc.webdynpro.progmodel.repository.enums.WDViewLifespanEnumInfo
Enumeration for view lifecycle control values.
Type Classification:
Applications can call methods on this class. Applications must not extend this class or create instances of it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static WDViewLifespanEnumInfo |
FRAMEWORK_CONTROLLED
A view instance is created like for WHEN_VISIBLE and deleted on a
point in time decided by the Web Dynpro framework (but not before it would
be deleted in case of WHEN_VISIBLE. |
static WDViewLifespanEnumInfo |
WHEN_VISIBLE
A view instance is created when it gets part of the view assembly and is deleted, if it is no longer part of the view assembly. |
| Constructor Summary | |
protected |
WDViewLifespanEnumInfo(String value)
Deprecated. This constructor is not part of the API! |
| Method Summary | |
static Enumeration |
enumerate()
Returns an enumeration of the legal values of this enerumeration type. |
String |
toString()
Returns the string representation for this enumeration value. |
static WDViewLifespanEnumInfo |
valueOf(String string)
Returns the enumeration value corresponding to the given string representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final WDViewLifespanEnumInfo FRAMEWORK_CONTROLLED
WHEN_VISIBLE and deleted on a
point in time decided by the Web Dynpro framework (but not before it would
be deleted in case of WHEN_VISIBLE.
public static final WDViewLifespanEnumInfo WHEN_VISIBLE
| Constructor Detail |
protected WDViewLifespanEnumInfo(String value)
| Method Detail |
public static Enumeration enumerate()
public String toString()
public static WDViewLifespanEnumInfo valueOf(String string)
string - string representation of an enumeration value
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||