Uses of Class
org.apache.wicket.behavior.AttributeAppender

Packages that use AttributeAppender
org.apache.wicket The core Wicket package. 
org.apache.wicket.behavior   
 

Uses of AttributeAppender in org.apache.wicket
 

Methods in org.apache.wicket that return AttributeAppender
static AttributeAppender AttributeModifier.append(java.lang.String attributeName, IModel<?> value)
          Creates a attribute modifier that appends the current value with the given value using a default space character (' ') separator.
static AttributeAppender AttributeModifier.append(java.lang.String attributeName, java.io.Serializable value)
          Creates a attribute modifier that appends the current value with the given value using a default space character (' ') separator.
static AttributeAppender AttributeModifier.prepend(java.lang.String attributeName, IModel<?> value)
          Creates a attribute modifier that prepends the current value with the given value using a default space character (' ') separator.
static AttributeAppender AttributeModifier.prepend(java.lang.String attributeName, java.io.Serializable value)
          Creates a attribute modifier that prepends the current value with the given value using a default space character (' ') separator.
 

Uses of AttributeAppender in org.apache.wicket.behavior
 

Methods in org.apache.wicket.behavior that return AttributeAppender
 AttributeAppender AttributeAppender.setSeparator(java.lang.String separator)
          Sets the separator used by attribute appenders and prependers.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.