org.ujorm.wicket
Class CssAppender

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 org.ujorm.wicket.CssAppender
All Implemented Interfaces:
Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

public final class CssAppender
extends org.apache.wicket.behavior.AttributeAppender

CSS Appender

Author:
Pavel Ponec
See Also:
Serialized Form

Field Summary
static String CSS_CLASS
          CSS class
 
Fields inherited from class org.apache.wicket.AttributeModifier
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE
 
Constructor Summary
CssAppender(String cssClass)
           
 
Method Summary
 String getCssClass()
          Returns a CSS class
static CssAppender of(String cssName)
          The CssAppender factory
 
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
 

Field Detail

CSS_CLASS

public static String CSS_CLASS
CSS class

Constructor Detail

CssAppender

public CssAppender(String cssClass)
Method Detail

getCssClass

public String getCssClass()
Returns a CSS class


of

public static CssAppender of(String cssName)
The CssAppender factory



Copyright © 2015. All Rights Reserved.