| Methods in org.apache.wicket that return AttributeModifier |
static AttributeModifier |
AttributeModifier.remove(java.lang.String attributeName)
Creates a attribute modifier that removes an attribute with the specified name |
static AttributeModifier |
AttributeModifier.replace(java.lang.String attributeName,
IModel<?> value)
Creates a attribute modifier that replaces the current value with the given value. |
static AttributeModifier |
AttributeModifier.replace(java.lang.String attributeName,
java.io.Serializable value)
Creates a attribute modifier that replaces the current value with the given value. |