Uses of Class
org.apache.wicket.behavior.AttributeAppender
-
Packages that use AttributeAppender Package Description org.apache.wicket The core Wicket package.org.apache.wicket.behavior -
-
Uses of AttributeAppender in org.apache.wicket
Subclasses of AttributeAppender in org.apache.wicket Modifier and Type Class Description classClassAttributeModifierAn AttributeModifier specialized in managing the CSS class attributeclassStyleAttributeModifierAn AttributeModifier specialized in managing the CSS style attributeMethods in org.apache.wicket that return AttributeAppender Modifier and Type Method Description static AttributeAppenderAttributeModifier. append(java.lang.String attributeName, java.io.Serializable value)Creates a attribute modifier that appends the current value with the givenvalueusing a default space character (' ') separator.static AttributeAppenderAttributeModifier. append(java.lang.String attributeName, IModel<?> value)Creates a attribute modifier that appends the current value with the givenvalueusing a default space character (' ') separator.static AttributeAppenderAttributeModifier. prepend(java.lang.String attributeName, java.io.Serializable value)Creates a attribute modifier that prepends the current value with the givenvalueusing a default space character (' ') separator.static AttributeAppenderAttributeModifier. prepend(java.lang.String attributeName, IModel<?> value)Creates a attribute modifier that prepends the current value with the givenvalueusing a default space character (' ') separator. -
Uses of AttributeAppender in org.apache.wicket.behavior
Methods in org.apache.wicket.behavior that return AttributeAppender Modifier and Type Method Description AttributeAppenderAttributeAppender. setSeparator(java.lang.String separator)Sets the separator used by attribute appenders and prependers.
-