|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.module.extension.ViewOption.LaunchMode
public static final class ViewOption.LaunchMode
Contains constants that define how to launch the target of a tray option
| Field Summary | |
|---|---|
static ViewOption.LaunchMode |
IN_PLACE
Launch target in place |
static ViewOption.LaunchMode |
NEW_WINDOW
Launch target in a new window |
| Constructor Summary | |
|---|---|
protected |
ViewOption.LaunchMode(String value)
Constructs a new LaunchMode |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
static ViewOption.LaunchMode |
valueOf(String value)
Converts the specified string value to the LaunchMode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ViewOption.LaunchMode IN_PLACE
public static final ViewOption.LaunchMode NEW_WINDOW
| Constructor Detail |
|---|
protected ViewOption.LaunchMode(String value)
LaunchMode
value - string value, which can be later converted by the toString() method| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static ViewOption.LaunchMode valueOf(String value)
value - the string value of a LaunchMode
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||