| Modifier and Type | Required Element and Description |
|---|---|
String[] |
components
Define all component id's which belongs to perspective.
|
String |
id
The perspective id.
|
String |
name
The perspective name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
active
The active state at start time.
|
String |
localeID
Represents the Locale ID. see: http://www.oracle.com/technetwork/java/javase/locales-137662.html
|
String |
resourceBundleLocation
Represents the location of your resource bundle file.
|
String |
viewLocation
Represents the location (URI) of the declarative UI.
|
public abstract String name
public abstract String id
public abstract String[] components
public abstract boolean active
public abstract String viewLocation
public abstract String resourceBundleLocation
public abstract String localeID
Copyright © 2014. All rights reserved.