|
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.authoring.Page
public class Page
Provides page information for the purposes of implementing a workspace navigation UI, such as tabstrip
| Field Summary | |
|---|---|
protected boolean |
canBeDeleted
|
protected String |
name
|
protected INavigationTarget |
navigationTarget
|
protected boolean |
selected
|
| Constructor Summary | |
|---|---|
Page()
|
|
| Method Summary | |
|---|---|
boolean |
canBeDeleted()
Checks if the page can be deleted |
String |
getName()
Returns the page name |
INavigationTarget |
getNavigationTarget()
Returns the page navigation target |
boolean |
isSelected()
Checks if the page is currently selected |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected INavigationTarget navigationTarget
protected boolean canBeDeleted
protected boolean selected
| Constructor Detail |
|---|
public Page()
| Method Detail |
|---|
public String getName()
public boolean canBeDeleted()
public boolean isSelected()
public INavigationTarget getNavigationTarget()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||