org.smallmind.wicket.behavior
Class CssBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.smallmind.wicket.behavior.CssBehavior
- All Implemented Interfaces:
- Serializable, org.apache.wicket.IClusterable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor
public class CssBehavior
- extends org.apache.wicket.behavior.Behavior
- See Also:
- Serialized Form
|
Method Summary |
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.html.IHeaderResponse response)
|
| Methods inherited from class org.apache.wicket.behavior.Behavior |
afterRender, beforeRender, bind, canCallListenerInterface, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, unbind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CssBehavior
public CssBehavior()
CssBehavior
public CssBehavior(Properties cssProperties)
CssBehavior
public CssBehavior(String fileName)
CssBehavior
public CssBehavior(String fileName,
Properties cssProperties)
CssBehavior
public CssBehavior(Class scopeClass)
CssBehavior
public CssBehavior(Class scopeClass,
Properties cssProperties)
CssBehavior
public CssBehavior(Class scopeClass,
String fileName,
Properties cssProperties)
renderHead
public void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.html.IHeaderResponse response)
- Specified by:
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributor- Overrides:
renderHead in class org.apache.wicket.behavior.Behavior
Copyright © 2012. All Rights Reserved.