Uses of Class
org.efaps.ui.wicket.resources.StaticHeaderContributor

Packages that use StaticHeaderContributor
org.efaps.ui.wicket.pages   
org.efaps.ui.wicket.resources   
 

Uses of StaticHeaderContributor in org.efaps.ui.wicket.pages
 

Method parameters in org.efaps.ui.wicket.pages with type arguments of type StaticHeaderContributor
protected  void AbstractMergePage.addChildStatics(java.util.Map<StaticHeaderContributor.HeaderType,java.util.List<StaticHeaderContributor>> _resources, org.apache.wicket.MarkupContainer _markupcontainer)
          recursive method to step through all ChildComponents and calls AbstractMergePage.addStaticBehaviors(Map, List) for the Behaviors of the Component.
protected  void AbstractMergePage.addStaticBehaviors(java.util.Map<StaticHeaderContributor.HeaderType,java.util.List<StaticHeaderContributor>> _resources, java.util.List<org.apache.wicket.behavior.IBehavior> _behaviors)
          This method checks for behaviors in the given List which are instances of StaticHeaderContributor and puts them in the map.
protected  java.util.List<java.lang.String> AbstractMergePage.getReferenceNameList(java.util.List<StaticHeaderContributor> _behaviors)
          This method removes the given Behaviors from the Components and ads the Names of the References to a List.
 

Uses of StaticHeaderContributor in org.efaps.ui.wicket.resources
 

Methods in org.efaps.ui.wicket.resources that return StaticHeaderContributor
static StaticHeaderContributor StaticHeaderContributor.forCss(EFapsContentReference _reference)
          Static method to get a StaticHeaderContributor for CSS that will be merged.
static StaticHeaderContributor StaticHeaderContributor.forCss(EFapsContentReference _reference, boolean _merged)
          Static method to get a StaticHeaderContributor for CSS.
static StaticHeaderContributor StaticHeaderContributor.forJavaScript(EFapsContentReference _reference)
          Static method to get a StaticHeaderContributor for JavaScript that will be merged.
static StaticHeaderContributor StaticHeaderContributor.forJavaScript(EFapsContentReference _reference, boolean _nomerge)
          * Static method to get a StaticHeaderContributor for JavaScript.
 



Copyright © 2003-2010 The eFaps Team. All Rights Reserved.