|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StringValue in org.apache.wicket.authorization |
|---|
| Subclasses of StringValue in org.apache.wicket.authorization | |
|---|---|
class |
Action
A class for constructing singleton constants that represent a given component action that needs to be authorized. |
| Uses of StringValue in org.apache.wicket.examples.library |
|---|
| Subclasses of StringValue in org.apache.wicket.examples.library | |
|---|---|
static class |
Book.WritingStyle
Typesafe enumeration for writing styles |
| Uses of StringValue in org.apache.wicket.extensions.ajax.markup.html.modal |
|---|
| Subclasses of StringValue in org.apache.wicket.extensions.ajax.markup.html.modal | |
|---|---|
static class |
ModalWindow.MaskType
Mask is the element behind the window, that prevents user from interacting the rest of page. |
| Uses of StringValue in org.apache.wicket.extensions.markup.html.tree.table |
|---|
| Subclasses of StringValue in org.apache.wicket.extensions.markup.html.tree.table | |
|---|---|
static class |
ColumnLocation.Alignment
Alignment of the column. |
static class |
ColumnLocation.Unit
Units. |
| Uses of StringValue in org.apache.wicket.markup |
|---|
| Methods in org.apache.wicket.markup with parameters of type StringValue | |
|---|---|
void |
ComponentTag.put(String key,
StringValue value)
|
| Uses of StringValue in org.apache.wicket.markup.html.tree |
|---|
| Subclasses of StringValue in org.apache.wicket.markup.html.tree | |
|---|---|
class |
LinkType
The type of junction links and node selection links. |
| Uses of StringValue in org.apache.wicket.markup.parser |
|---|
| Methods in org.apache.wicket.markup.parser with parameters of type StringValue | |
|---|---|
Object |
XmlTag.put(String key,
StringValue value)
Puts a StringValueattribute. |
| Uses of StringValue in org.apache.wicket.mock |
|---|
| Methods in org.apache.wicket.mock that return StringValue | |
|---|---|
StringValue |
MockRequestParameters.getParameterValue(String name)
|
| Methods in org.apache.wicket.mock that return types with arguments of type StringValue | |
|---|---|
List<StringValue> |
MockRequestParameters.getParameterValues(String name)
|
| Method parameters in org.apache.wicket.mock with type arguments of type StringValue | |
|---|---|
void |
MockRequestParameters.setParameterValues(String name,
List<StringValue> values)
|
| Uses of StringValue in org.apache.wicket.protocol.http.servlet |
|---|
| Methods in org.apache.wicket.protocol.http.servlet that return types with arguments of type StringValue | |
|---|---|
protected Map<String,List<StringValue>> |
ServletWebRequest.generatePostParameters()
|
protected Map<String,List<StringValue>> |
MultipartServletWebRequestImpl.generatePostParameters()
|
| Uses of StringValue in org.apache.wicket.request |
|---|
| Methods in org.apache.wicket.request that return StringValue | |
|---|---|
StringValue |
IRequestParameters.getParameterValue(String name)
Returns single value for parameter with specified name. |
StringValue |
Url.getQueryParameterValue(String name)
Returns the value of first query parameter with specified name. |
| Methods in org.apache.wicket.request that return types with arguments of type StringValue | |
|---|---|
List<StringValue> |
IRequestParameters.getParameterValues(String name)
Returns list of values for parameter with specified name. |
| Method parameters in org.apache.wicket.request with type arguments of type StringValue | |
|---|---|
void |
IWritableRequestParameters.setParameterValues(String key,
List<StringValue> values)
Sets the values for given parameter. |
| Uses of StringValue in org.apache.wicket.request.mapper.mount |
|---|
| Methods in org.apache.wicket.request.mapper.mount that return StringValue | |
|---|---|
StringValue |
MountParameters.getValue(String parameterName)
|
| Methods in org.apache.wicket.request.mapper.mount with parameters of type StringValue | |
|---|---|
void |
MountParameters.setValue(String parameterName,
StringValue value)
Sets new placeholder name/pair |
| Uses of StringValue in org.apache.wicket.request.mapper.parameter |
|---|
| Methods in org.apache.wicket.request.mapper.parameter that return StringValue | |
|---|---|
StringValue |
IIndexedParameters.get(int index)
|
StringValue |
PageParameters.get(int index)
|
StringValue |
INamedParameters.get(String name)
Returns parameter value of named parameter with given name |
StringValue |
PageParameters.get(String name)
|
| Methods in org.apache.wicket.request.mapper.parameter that return types with arguments of type StringValue | |
|---|---|
List<StringValue> |
INamedParameters.getValues(String name)
Return list of all values for named parameter with given name |
List<StringValue> |
PageParameters.getValues(String name)
|
| Uses of StringValue in org.apache.wicket.request.parameter |
|---|
| Methods in org.apache.wicket.request.parameter that return StringValue | |
|---|---|
StringValue |
EmptyRequestParameters.getParameterValue(String name)
|
StringValue |
UrlRequestParametersAdapter.getParameterValue(String name)
|
StringValue |
CombinedRequestParametersAdapter.getParameterValue(String name)
|
| Methods in org.apache.wicket.request.parameter that return types with arguments of type StringValue | |
|---|---|
List<StringValue> |
EmptyRequestParameters.getParameterValues(String name)
|
List<StringValue> |
UrlRequestParametersAdapter.getParameterValues(String name)
|
List<StringValue> |
CombinedRequestParametersAdapter.getParameterValues(String name)
|
| Uses of StringValue in org.apache.wicket.settings |
|---|
| Subclasses of StringValue in org.apache.wicket.settings | |
|---|---|
static class |
IExceptionSettings.UnexpectedExceptionDisplay
Enumerated type for different ways of displaying unexpected exceptions. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||