|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringValue | |
|---|---|
| wicket.markup | Base package for markup. |
| wicket.markup.parser | The default parsing engine of Wicket. |
| wicket.settings | |
| wicket.util.lang | Java utilities. |
| wicket.util.string | String utilities. |
| wicket.util.time | Utilities for working with time(s). |
| wicket.util.value | Casting utilities. |
| Uses of StringValue in wicket.markup |
|---|
| Methods in wicket.markup with parameters of type StringValue | |
|---|---|
void |
ComponentTag.put(java.lang.String key,
StringValue value)
|
| Uses of StringValue in wicket.markup.parser |
|---|
| Subclasses of StringValue in wicket.markup.parser | |
|---|---|
static class |
XmlTag.Type
Enumerated type for different kinds of component tags. |
| Methods in wicket.markup.parser with parameters of type StringValue | |
|---|---|
java.lang.Object |
XmlTag.put(java.lang.String key,
StringValue value)
Puts a StringValueattribute. |
| Uses of StringValue in wicket.settings |
|---|
| Subclasses of StringValue in wicket.settings | |
|---|---|
static class |
IExceptionSettings.UnexpectedExceptionDisplay
Deprecated. will be moved to IApplicationSettings in 2.0 |
static class |
IRequestCycleSettings.RenderStrategy
Enumerated type for different ways of handling the render part of requests. |
| Uses of StringValue in wicket.util.lang |
|---|
| Subclasses of StringValue in wicket.util.lang | |
|---|---|
class |
EnumeratedType
Deprecated. To be replaced by JSE 5 constructs in Wicket 2.0 |
| Uses of StringValue in wicket.util.string |
|---|
| Methods in wicket.util.string that return StringValue | |
|---|---|
static StringValue |
StringValue.repeat(int times,
char c)
|
static StringValue |
StringValue.repeat(int times,
java.lang.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,
java.util.Locale locale)
Converts the given input to an instance of StringValue. |
static StringValue |
StringValue.valueOf(double value,
java.util.Locale locale)
Converts the given input to an instance of StringValue. |
static StringValue |
StringValue.valueOf(java.lang.Object object)
Converts the given input to an instance of StringValue. |
static StringValue |
StringValue.valueOf(java.lang.Object object,
java.util.Locale locale)
Converts the given input to an instance of StringValue. |
static StringValue |
StringValue.valueOf(java.lang.String string)
Converts the given input to an instance of StringValue. |
static StringValue |
StringValue.valueOf(java.lang.String string,
java.util.Locale locale)
Converts the given input to an instance of StringValue. |
| Methods in 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 wicket.util.time |
|---|
| Subclasses of StringValue in wicket.util.time | |
|---|---|
static class |
TimeOfDay.Meridian
Typesafe AM/PM enumeration. |
| Uses of StringValue in wicket.util.value |
|---|
| Methods in wicket.util.value that return StringValue | |
|---|---|
StringValue |
ValueMap.getStringValue(java.lang.String key)
Gets a StringValue by key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||