|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.vc.views.View
public final class View
The view represents a type of branching mechanism for versioned data. Versions assigned to views are valid only in the context of the view (or in its downstream views, provided there have been no versions assigned to them). Once assigned to a View, the version becomes view-dependent; and all future versions must also be assigned to views. A version participating in a view can be "branched" into any downstream (child) views, but can not be branched into any of its parent views.
Use the newView static factory method(s), not the View
constructor, to construct instances of this class. Instances must be
constructed using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
NAME
Label for the attribute; The name of the View. |
| Method Summary | |
|---|---|
String |
getIdentity()
Returns the name of this view. |
String |
getName()
Gets the value of the attribute: NAME. |
protected void |
initialize(String viewName)
Supports initialization, following construction of an instance. |
static View |
newView(String viewName)
Factory method for creating views. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Method Detail |
|---|
public String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoException
public static View newView(String viewName)
throws WTException
viewName -
WTExceptionLoadViews,
LoadView
protected void initialize(String viewName)
throws WTException
viewName -
WTExceptionpublic String getIdentity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||