org.apache.wicket.extensions.markup.html.repeater.tree.theme
Class WindowsTheme
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.extensions.markup.html.repeater.tree.theme.WindowsTheme
- All Implemented Interfaces:
- Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable
public class WindowsTheme
- extends Behavior
- Author:
- svenmeier
- See Also:
- Serialized Form
Methods inherited from class org.apache.wicket.behavior.Behavior |
afterRender, beforeRender, bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, unbind |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsTheme
public WindowsTheme()
onComponentTag
public void onComponentTag(Component component,
ComponentTag tag)
- Description copied from class:
Behavior
- Called any time a component that has this behavior registered is rendering the component tag.
- Overrides:
onComponentTag
in class Behavior
- Parameters:
component
- the component that renders this tag currentlytag
- the tag that is rendered
renderHead
public void renderHead(Component component,
IHeaderResponse response)
- Description copied from class:
Behavior
- Render to the web response whatever the component wants to contribute to the head section.
- Specified by:
renderHead
in interface IComponentAwareHeaderContributor
- Overrides:
renderHead
in class Behavior
- Parameters:
component
- component which is contributing to the response. This parameter is here to give
the component as the context for component-awares implementing this interfaceresponse
- Response object
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.