Uses of Interface
com.orchestranetworks.ui.perspective.Perspective
Packages that use Perspective
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing forms.
This package provides a library of user interface widgets.
A public API for user services.
-
Uses of Perspective in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return PerspectiveModifier and TypeMethodDescriptionUILabelRendererContext.getCurrentPerspective()
Returns the current perspective. -
Uses of Perspective in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form that return PerspectiveModifier and TypeMethodDescriptionUIFormContext.getCurrentPerspective()
Returns the current perspective. -
Uses of Perspective in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget that return PerspectiveModifier and TypeMethodDescriptionWidgetDisplayContext.getCurrentPerspective()
Returns the current perspective. -
Uses of Perspective in com.orchestranetworks.ui.perspective
Methods in com.orchestranetworks.ui.perspective that return PerspectiveModifier and TypeMethodDescriptionPerspectiveHandler.getAdvancedPerspective()
Returns the advanced perspective.PerspectiveHandler.getCurrentPerspective
(boolean lookupInParentSession) Returns the perspective applied in the current session, or recursively in parent if lookupInParentSession is true.PerspectiveHandler.getFavoritePerspective
(UserReference aUser) Returns the favorite perspective for a given user.PerspectiveHandler.getPerspective
(String aPerspectiveName) Returns the perspective for the given name.PerspectiveHandler.getPerspectiveToApply
(UserReference aUser) Returns the perspective to apply.PerspectiveHandler.getRecommendedPerspective
(UserReference aUser) Returns the recommended perspective for a given user.Methods in com.orchestranetworks.ui.perspective that return types with arguments of type PerspectiveModifier and TypeMethodDescriptionPerspectiveHandler.getActivatedPerspectives()
Returns all activated perspectives.PerspectiveHandler.getAllPerspectives()
Returns a list of all defined perspectives.PerspectiveHandler.getPerspectives
(Profile aProfile) Returns all activated and allowed perspectives for a given profile. -
Uses of Perspective in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return PerspectiveModifier and TypeMethodDescriptionUserServiceRequest.getCurrentPerspective()
Returns the current perspective.