net.dontdrinkandroot.wicket.behavior
Class StyleAppender

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by org.apache.wicket.AttributeModifier
          extended by org.apache.wicket.behavior.AttributeAppender
              extended by net.dontdrinkandroot.wicket.behavior.StyleAppender
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable
Direct Known Subclasses:
DisplayNoneAppender

public class StyleAppender
extends org.apache.wicket.behavior.AttributeAppender

Appends the given style to the style attribute of an element.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.wicket.AttributeModifier
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE
 
Constructor Summary
StyleAppender(org.apache.wicket.model.IModel<?> styleModel)
           
StyleAppender(java.lang.String style)
           
 
Method Summary
 
Methods inherited from class org.apache.wicket.behavior.AttributeAppender
getSeparator, newValue, setSeparator, toString
 
Methods inherited from class org.apache.wicket.AttributeModifier
append, append, detach, getAttribute, getReplaceModel, onComponentTag, prepend, prepend, remove, replace, replace, replaceAttributeValue
 
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListenerInterface, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, onRemove, renderHead, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StyleAppender

public StyleAppender(java.lang.String style)

StyleAppender

public StyleAppender(org.apache.wicket.model.IModel<?> styleModel)


Copyright © 2013 dontdrinkandroot. All Rights Reserved.