|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StaticHeaderContributor.HeaderType | |
|---|---|
| org.efaps.ui.wicket.pages | |
| org.efaps.ui.wicket.resources | |
| Uses of StaticHeaderContributor.HeaderType in org.efaps.ui.wicket.pages |
|---|
| Method parameters in org.efaps.ui.wicket.pages with type arguments of type StaticHeaderContributor.HeaderType | |
|---|---|
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. |
| Uses of StaticHeaderContributor.HeaderType in org.efaps.ui.wicket.resources |
|---|
| Methods in org.efaps.ui.wicket.resources that return StaticHeaderContributor.HeaderType | |
|---|---|
StaticHeaderContributor.HeaderType |
StaticHeaderContributor.getHeaderType()
This is the getter method for the instance variable StaticHeaderContributor.headerType. |
static StaticHeaderContributor.HeaderType |
StaticHeaderContributor.HeaderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StaticHeaderContributor.HeaderType[] |
StaticHeaderContributor.HeaderType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.efaps.ui.wicket.resources with parameters of type StaticHeaderContributor.HeaderType | |
|---|---|
void |
StaticHeaderContributor.setHeaderType(StaticHeaderContributor.HeaderType _headerType)
This is the setter method for the instance variable StaticHeaderContributor.headerType. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||