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 TypeClassDescriptionclassA 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 StringValueStringValue.repeat(int times, char c) static StringValuestatic StringValueStringValue.valueOf(double value) Converts the given input to an instance of StringValue.static StringValueConverts the given input to an instance of StringValue.static StringValueConverts the given input to an instance of StringValue.static StringValueConverts the given input to an instance of StringValue.static StringValueConverts the given input to an instance of StringValue.static StringValueConverts the given input to an instance of StringValue.static StringValueConverts the given input to an instance of StringValue.static StringValueStringValue.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 TypeMethodDescriptionvoidStringList.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 aStringValueobject by key.ValueMap.getStringValue(String key)