Uses of Class
com.levigo.jadice.web.client.util.context.Context
Packages that use Context
Package
Description
-
Uses of Context in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return ContextMethods in com.levigo.jadice.web.client.commands with parameters of type ContextModifier and TypeMethodDescriptionvoid
AbstractContextCommand.setContext
(Context context) Invoked by command injection. -
Uses of Context in com.levigo.jadice.web.client.search
Constructors in com.levigo.jadice.web.client.search with parameters of type ContextModifierConstructorDescriptionAdvancedSearch
(Context context) Constructs an AdvancedSearch instance with automatic PageView detection. -
Uses of Context in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return Context -
Uses of Context in com.levigo.jadice.web.client.tools.area
Constructors in com.levigo.jadice.web.client.tools.area with parameters of type Context -
Uses of Context in com.levigo.jadice.web.client.util
Methods in com.levigo.jadice.web.client.util with parameters of type Context -
Uses of Context in com.levigo.jadice.web.client.util.context
Methods in com.levigo.jadice.web.client.util.context that return ContextModifier and TypeMethodDescriptionstatic Context
Context.get
(com.google.gwt.user.client.ui.IsWidget component) Get the context for a given component by looking at the client properties.Context.getParent()
Return the parent context of this context.static Context
Context.getPrivateContext
(com.google.gwt.user.client.ui.IsWidget component) Get the context for a given component by looking at the client properties.static Context
Context.install
(com.google.gwt.user.client.ui.IsWidget owner, Context.Children ca, Context.Ancestors aa) Install a context with the given aggregation mode on the given owner.Methods in com.levigo.jadice.web.client.util.context that return types with arguments of type ContextModifier and TypeMethodDescriptionprotected Collection
<Context> Context.getChildren()
Returns the child contexts.Methods in com.levigo.jadice.web.client.util.context with parameters of type ContextModifier and TypeMethodDescriptionvoid
Context.addChildContext
(Context child) Adds the context as child context and registers itself asContextListener
.void
ContextListener.contextChanged
(Context source) Message about the changing of the context.static void
Deprecated.static boolean
ContextUtils.removeByClass
(Context context, ContextUtils.IsAssignable<? extends Object> isAssignable) Remove all non-context elements matching the given class.static boolean
ContextUtils.removeByClass
(Context context, Class<? extends Object> clazz) Remove all non-context elements matching the given class.void
Context.removeChildContext
(Context child) Removes the context from the collection of child contexts and unregisters itself asContextListener
.static void
ContextUtils.replace
(Context context, Collection<? extends Object> collection) Replaces all non-Context entries in the current context objects collection with the elements of the given collection.static <T> void
ContextUtils.replace
(Context context, Collection<? extends T> collection, ContextUtils.IsAssignable<T> isAssignable) Replaces all non-Context entries in the current context objects collection that match the givenContextUtils.IsAssignable
with the elements found in the given collection.static <T> void
ContextUtils.replace
(Context context, Collection<? extends T> collection, Class<T> clazz) Replaces all non-Context entries in the current context objects collection that match the given class with the elements found in the given collection.static <T> void
ContextUtils.replace
(Context context, T element, ContextUtils.IsAssignable<? super T> isAssignable) Replaces all non-Context entries in the current context objects collection that match the givenContextUtils.IsAssignable
with the elements found in the given collection.static <T> void
Replaces all non-Context entries in the current context objects collection that match the given class with the elements found in the given collection. -
Uses of Context in com.levigo.jadice.web.demo.basicviewer.client
Constructors in com.levigo.jadice.web.demo.basicviewer.client with parameters of type ContextModifierConstructorDescriptionCommandAPI
(Context context, Command command) Generates a new object containing a command that can beexecuted
on the given context. -
Uses of Context in com.levigo.jadice.web.demo.common.client.basicviewer
Methods in com.levigo.jadice.web.demo.common.client.basicviewer that return Context -
Uses of Context in com.levigo.jadice.web.demo.common.client.commands
Constructors in com.levigo.jadice.web.demo.common.client.commands with parameters of type Context -
Uses of Context in com.levigo.jadice.web.demo.common.client.widgets
Methods in com.levigo.jadice.web.demo.common.client.widgets with parameters of type ContextModifier and TypeMethodDescriptionstatic RegisteredAction
ActionFactory.fullscreenAction
(Context context) -
Uses of Context in com.levigo.jadice.web.demo.enterprise.client
Methods in com.levigo.jadice.web.demo.enterprise.client that return ContextModifier and TypeMethodDescriptionprotected Context
JadiceViewer.createContext()
Initializes and fills the context with the embedded viewer (to perform operations regarding the display of the document) and a reference to the context itself.JadiceDocumentViewer.getContext()
Methods in com.levigo.jadice.web.demo.enterprise.client with parameters of type ContextModifier and TypeMethodDescriptionprotected void
JadiceDocumentViewer.createContext
(Context parentContext) JadiceViewer.createDocumentViewer
(boolean autoDetectResolution, Context context) Constructors in com.levigo.jadice.web.demo.enterprise.client with parameters of type ContextModifierConstructorDescriptionJadiceDocumentViewer
(boolean autoDetectResolution, Context context) JadiceMediaViewer
(Context context)