org.wicketstuff.minis.behavior
Class AttributeAppenderPlus
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.AttributeModifier
org.apache.wicket.behavior.AttributeAppender
org.wicketstuff.minis.behavior.AttributeAppenderPlus
- All Implemented Interfaces:
- Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable
public class AttributeAppenderPlus
- extends AttributeAppender
- Author:
- David Bernard, Sebastian Thomschke
- See Also:
- Serialized Form
| 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 |
AttributeAppenderPlus
public AttributeAppenderPlus(String attribute,
IModel<?> appendModel,
String separator,
String prefix,
String suffix)
newValue
protected String newValue(String currentValue,
String appendValue)
-
- Overrides:
newValue in class AttributeAppender
Copyright © 2014. All rights reserved.