Uses of Interface
org.hippoecm.frontend.plugins.yui.header.IYuiContext
-
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui
Methods in org.hippoecm.frontend.plugins.yui with parameters of type IYuiContext Modifier and Type Method Description void
AbstractYuiAjaxBehavior. addHeaderContribution(IYuiContext context)
Override this method to get access to the IYuiContextvoid
AbstractYuiBehavior. addHeaderContribution(IYuiContext context)
Override this method to get access to the IYuiContext -
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.ajax
Methods in org.hippoecm.frontend.plugins.yui.ajax with parameters of type IYuiContext Modifier and Type Method Description void
AjaxIndicatorBehavior. addHeaderContribution(IYuiContext helper)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.autocomplete
Methods in org.hippoecm.frontend.plugins.yui.autocomplete with parameters of type IYuiContext Modifier and Type Method Description void
AutoCompleteBehavior. addHeaderContribution(IYuiContext context)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.datatable
Methods in org.hippoecm.frontend.plugins.yui.datatable with parameters of type IYuiContext Modifier and Type Method Description void
DataTableBehavior. addHeaderContribution(IYuiContext context)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.datetime
Methods in org.hippoecm.frontend.plugins.yui.datetime with parameters of type IYuiContext Modifier and Type Method Description void
YuiDatePicker. addHeaderContribution(IYuiContext helper)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.dragdrop
Methods in org.hippoecm.frontend.plugins.yui.dragdrop with parameters of type IYuiContext Modifier and Type Method Description void
AbstractDragDropBehavior. addHeaderContribution(IYuiContext context)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.header
Classes in org.hippoecm.frontend.plugins.yui.header that implement IYuiContext Modifier and Type Class Description class
YuiContext
The YuiContext uses the sharedYuiHeaderCache
service for loading/caching YUI-modules and header contributions. -
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.layout
Methods in org.hippoecm.frontend.plugins.yui.layout with parameters of type IYuiContext Modifier and Type Method Description void
PageLayoutBehavior. addHeaderContribution(IYuiContext context)
void
WireframeBehavior. addHeaderContribution(IYuiContext context)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.togglebehavior
Methods in org.hippoecm.frontend.plugins.yui.togglebehavior with parameters of type IYuiContext Modifier and Type Method Description void
ToggleBehavior. addHeaderContribution(IYuiContext context)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.tree
Methods in org.hippoecm.frontend.plugins.yui.tree with parameters of type IYuiContext Modifier and Type Method Description void
TreeBehavior. addHeaderContribution(IYuiContext context)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.webapp
Methods in org.hippoecm.frontend.plugins.yui.webapp that return IYuiContext Modifier and Type Method Description IYuiContext
IYuiManager. newContext()
Create a newIYuiContext
that is backed up by a centrally managedYuiHeaderCache
IYuiContext
WebAppBehavior. newContext()
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.widget
Methods in org.hippoecm.frontend.plugins.yui.widget with parameters of type IYuiContext Modifier and Type Method Description void
WidgetBehavior. addHeaderContribution(IYuiContext context)
-
Uses of IYuiContext in org.hippoecm.frontend.plugins.yui.widget.tree
Methods in org.hippoecm.frontend.plugins.yui.widget.tree with parameters of type IYuiContext Modifier and Type Method Description void
TreeWidgetBehavior. addHeaderContribution(IYuiContext context)
-