Package 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.wicket.AttributeModifier
AttributeModifier.MarkerValue
-
-
Field Summary
-
Fields inherited from class org.apache.wicket.AttributeModifier
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SerializablenewValue(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, canCallListener, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag, renderHead, unbind
-
-
-
-
Method Detail
-
newValue
protected Serializable newValue(String currentValue, String appendValue)
- Overrides:
newValuein classAttributeAppender
-
-