Uses of Class
org.apache.wicket.util.string.StringValue
-
Packages that use StringValue Package Description org.apache.wicket.util.lang org.apache.wicket.util.string String utilities.org.apache.wicket.util.time Utilities for working withTime(s).org.apache.wicket.util.value This package provides casting utilities. -
-
Uses of StringValue in org.apache.wicket.util.lang
Subclasses of StringValue in org.apache.wicket.util.lang Modifier and Type Class Description classEnumeratedTypeA base class for defining enumerated types. -
Uses of StringValue in org.apache.wicket.util.string
Methods in org.apache.wicket.util.string that return StringValue Modifier and Type Method Description static StringValueStringValue. repeat(int times, char c)static StringValueStringValue. repeat(int times, String s)static StringValueStringValue. valueOf(double value)Converts the given input to an instance of StringValue.static StringValueStringValue. valueOf(double value, int places, Locale locale)Converts the given input to an instance of StringValue.static StringValueStringValue. valueOf(double value, Locale locale)Converts the given input to an instance of StringValue.static StringValueStringValue. valueOf(Object object)Converts the given input to an instance of StringValue.static StringValueStringValue. valueOf(Object object, Locale locale)Converts the given input to an instance of StringValue.static StringValueStringValue. valueOf(String string)Converts the given input to an instance of StringValue.static StringValueStringValue. valueOf(String string, Locale locale)Converts 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 StringValue Modifier and Type Method Description voidStringList. add(StringValue value)Adds a string value to this list as a string. -
Uses of StringValue in org.apache.wicket.util.time
Subclasses of StringValue in org.apache.wicket.util.time Modifier and Type Class Description static classTimeOfDay.MeridianDeprecated.Typesafe AM/PM enumeration. -
Uses of StringValue in org.apache.wicket.util.value
Methods in org.apache.wicket.util.value that return StringValue Modifier and Type Method Description StringValueCopyOnWriteValueMap. getStringValue(String key)StringValueIValueMap. getStringValue(String key)Retrieves aStringValueobject by key.StringValueValueMap. getStringValue(String key)
-