Uses of Class
org.apache.wicket.util.string.StringValue
Packages that use StringValue
Package
Description
String utilities.
This package provides casting utilities.
-
Uses of StringValue in org.apache.wicket.util.lang
Subclasses of StringValue in org.apache.wicket.util.langModifier and TypeClassDescriptionclass
A base class for defining enumerated types. -
Uses of StringValue in org.apache.wicket.util.string
Methods in org.apache.wicket.util.string that return StringValueModifier and TypeMethodDescriptionstatic StringValue
StringValue.repeat
(int times, char c) static StringValue
static StringValue
StringValue.valueOf
(double value) Converts the given input to an instance of StringValue.static StringValue
Converts the given input to an instance of StringValue.static StringValue
Converts the given input to an instance of StringValue.static StringValue
Converts the given input to an instance of StringValue.static StringValue
Converts the given input to an instance of StringValue.static StringValue
Converts the given input to an instance of StringValue.static StringValue
Converts the given input to an instance of StringValue.static StringValue
StringValue.valueOf
(AppendingStringBuffer buffer) Converts the given input to an instance of StringValue.Methods in org.apache.wicket.util.string with parameters of type StringValueModifier and TypeMethodDescriptionvoid
StringList.add
(StringValue value) Adds a string value to this list as a string. -
Uses of StringValue in org.apache.wicket.util.value
Methods in org.apache.wicket.util.value that return StringValueModifier and TypeMethodDescriptionCopyOnWriteValueMap.getStringValue
(String key) IValueMap.getStringValue
(String key) Retrieves aStringValue
object by key.ValueMap.getStringValue
(String key)