Uses of Enum Class
com.levigo.jadice.web.client.util.context.Context.Ancestors
Packages that use Context.Ancestors
-
Uses of Context.Ancestors in com.levigo.jadice.web.client.util.context
Methods in com.levigo.jadice.web.client.util.context that return Context.AncestorsModifier and TypeMethodDescriptionstatic Context.Ancestors
Returns the enum constant of this class with the specified name.static Context.Ancestors[]
Context.Ancestors.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.util.context with parameters of type Context.AncestorsModifier and TypeMethodDescriptionstatic void
ContextUtils.addNonHirarchyChild
(com.google.gwt.user.client.ui.IsWidget parentWidget, com.google.gwt.user.client.ui.IsWidget childRoot, Context.Children children, Context.Ancestors ancestors) Adds a childIsWidget
to the context of a parent widget (if it has a context).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.