|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.vc.views.ViewHelper
public final class ViewHelper
This standard helper for ViewService has helper methods and accesses
API functionality via ViewHelper.service.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static ViewService |
service
Supported API: true |
| Method Summary | |
|---|---|
static void |
assignToView(ViewManageable version,
View view)
Assigns the view to a version. |
static View |
getView(ViewManageable version)
Returns the view the version is assigned to. |
static String |
getViewName(ViewManageable version)
Returns the name of the view this object is assigned to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ViewService service
| Method Detail |
|---|
public static String getViewName(ViewManageable version)
version -
public static View getView(ViewManageable version)
version -
public static void assignToView(ViewManageable version,
View view)
throws ViewException
version - The ViewManageable version to assign to a view.view - The view to assign the version to.
ViewException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||