| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumeratedType
A base class for defining enumerated types.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringList.add(StringValue value)
Adds a string value to this list as a string.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeOfDay.Meridian
Typesafe AM/PM enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
StringValue |
ValueMap.getStringValue(String key) |
StringValue |
IValueMap.getStringValue(String key)
Retrieves a
StringValue object by key. |
StringValue |
CopyOnWriteValueMap.getStringValue(String key) |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.