|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewPerspective | |
---|---|
com.hack23.cia.model.internal.application.view.impl |
Uses of ViewPerspective in com.hack23.cia.model.internal.application.view.impl |
---|
Fields in com.hack23.cia.model.internal.application.view.impl declared as ViewPerspective | |
---|---|
protected ViewPerspective |
View.perspective
|
Fields in com.hack23.cia.model.internal.application.view.impl with type parameters of type ViewPerspective | |
---|---|
static javax.persistence.metamodel.SingularAttribute<View,ViewPerspective> |
View_.perspective
|
Methods in com.hack23.cia.model.internal.application.view.impl that return ViewPerspective | |
---|---|
static ViewPerspective |
ViewPerspective.fromValue(String v)
|
ViewPerspective |
View.getPerspective()
Gets the value of the perspective property. |
static ViewPerspective |
ViewPerspective.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ViewPerspective[] |
ViewPerspective.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.hack23.cia.model.internal.application.view.impl with parameters of type ViewPerspective | |
---|---|
void |
View.setPerspective(ViewPerspective value)
Sets the value of the perspective property. |
View |
View.withPerspective(ViewPerspective value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |