org.wicketstuff.minis.behavior
Class AttributeAppenderPlus

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

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

Author:
David Bernard, Sebastian Thomschke
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.AttributeModifier
org.apache.wicket.AttributeModifier.ValuelessAttributeAddModel, org.apache.wicket.AttributeModifier.ValuelessAttributeRemoveModel
 
Field Summary
 
Fields inherited from class org.apache.wicket.AttributeModifier
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE
 
Constructor Summary
AttributeAppenderPlus(String attribute, org.apache.wicket.model.IModel<?> appendModel, String separator, String prefix, String suffix)
           
 
Method Summary
protected  String newValue(String currentValue, String appendValue)
          
 
Methods inherited from class org.apache.wicket.behavior.AttributeAppender
getSeparator, 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

AttributeAppenderPlus

public AttributeAppenderPlus(String attribute,
                             org.apache.wicket.model.IModel<?> appendModel,
                             String separator,
                             String prefix,
                             String suffix)
Method Detail

newValue

protected String newValue(String currentValue,
                          String appendValue)

Overrides:
newValue in class org.apache.wicket.behavior.AttributeAppender


Copyright © 2018. All rights reserved.