|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeModifier | |
---|---|
org.apache.wicket | The core Wicket package. |
org.apache.wicket.behavior |
Uses of AttributeModifier in org.apache.wicket |
---|
Methods in org.apache.wicket that return AttributeModifier | |
---|---|
static AttributeModifier |
AttributeModifier.remove(String attributeName)
Creates a attribute modifier that removes an attribute with the specified name |
static AttributeModifier |
AttributeModifier.replace(String attributeName,
IModel<?> value)
Creates a attribute modifier that replaces the current value with the given value. |
static AttributeModifier |
AttributeModifier.replace(String attributeName,
Serializable value)
Creates a attribute modifier that replaces the current value with the given value. |
Uses of AttributeModifier in org.apache.wicket.behavior |
---|
Subclasses of AttributeModifier in org.apache.wicket.behavior | |
---|---|
class |
AttributeAppender
AttributeModifier that appends the given value, rather than replace it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |