|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.behavior.AbstractBehavior
wicket.AttributeModifier
wicket.markup.html.BodyContainer.AppendingAttributeModifier
public static class BodyContainer.AppendingAttributeModifier
Little helper
| Field Summary |
|---|
| Fields inherited from class wicket.AttributeModifier |
|---|
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE |
| Constructor Summary | |
|---|---|
BodyContainer.AppendingAttributeModifier(java.lang.String attribute,
IModel replaceModel)
Construct. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
newValue(java.lang.String currentValue,
java.lang.String replacementValue)
Gets the value that should replace the current attribute value. |
| Methods inherited from class wicket.AttributeModifier |
|---|
detachModel, getReplaceModel, isEnabled, onComponentTag, replaceAttibuteValue, setEnabled, toString |
| Methods inherited from class wicket.behavior.AbstractBehavior |
|---|
bind, cleanup, exception, onException, onRendered, rendered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BodyContainer.AppendingAttributeModifier(java.lang.String attribute,
IModel replaceModel)
attribute - replaceModel - | Method Detail |
|---|
protected java.lang.String newValue(java.lang.String currentValue,
java.lang.String replacementValue)
AttributeModifier
newValue in class AttributeModifiercurrentValue - The current attribute value. This value might be null!replacementValue - The replacement value. This value might be null!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||