Uses of Enum Class
com.levigo.jadice.web.client.util.context.Context.Children
Packages that use Context.Children
-
Uses of Context.Children in com.levigo.jadice.web.client.util.context
Methods in com.levigo.jadice.web.client.util.context that return Context.ChildrenModifier and TypeMethodDescriptionstatic Context.Children
Returns the enum constant of this class with the specified name.static Context.Children[]
Context.Children.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.ChildrenModifier 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.