Uses of Class
org.apache.wicket.util.string.StringValue

Packages that use StringValue
org.apache.wicket.util.lang   
org.apache.wicket.util.string String utilities. 
org.apache.wicket.util.time Utilities for working with Time(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
 class EnumeratedType
          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 StringValue
static StringValue StringValue.repeat(int times, char c)
           
static StringValue StringValue.repeat(int times, String s)
           
static StringValue StringValue.valueOf(AppendingStringBuffer buffer)
          Converts the given input to an instance of StringValue.
static StringValue StringValue.valueOf(double value)
          Converts the given input to an instance of StringValue.
static StringValue StringValue.valueOf(double value, int places, Locale locale)
          Converts the given input to an instance of StringValue.
static StringValue StringValue.valueOf(double value, Locale locale)
          Converts the given input to an instance of StringValue.
static StringValue StringValue.valueOf(Object object)
          Converts the given input to an instance of StringValue.
static StringValue StringValue.valueOf(Object object, Locale locale)
          Converts the given input to an instance of StringValue.
static StringValue StringValue.valueOf(String string)
          Converts the given input to an instance of StringValue.
static StringValue StringValue.valueOf(String string, Locale locale)
          Converts the given input to an instance of StringValue.
 

Methods in org.apache.wicket.util.string with parameters of type StringValue
 void StringList.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
static class TimeOfDay.Meridian
          Typesafe AM/PM enumeration.
 

Uses of StringValue in org.apache.wicket.util.value
 

Methods in org.apache.wicket.util.value that return StringValue
 StringValue CopyOnWriteValueMap.getStringValue(String key)
           
 StringValue ValueMap.getStringValue(String key)
           
 StringValue IValueMap.getStringValue(String key)
          Retrieves a StringValue object by key.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.