|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IValueMap | |
|---|---|
| org.apache.wicket.markup | Base package for markup. |
| org.apache.wicket.markup.html.form | HTML Forms and form components. |
| org.apache.wicket.markup.parser | The default parsing engine of Wicket. |
| org.apache.wicket.util.value | This package provides casting utilities. |
| Uses of IValueMap in org.apache.wicket.markup |
|---|
| Fields in org.apache.wicket.markup declared as IValueMap | |
|---|---|
static IValueMap |
TagUtils.ATTRIBUTES_SEPARATORS
A map that keeps the separators which should be used for the different HTML element attributes. |
| Methods in org.apache.wicket.markup that return IValueMap | |
|---|---|
IValueMap |
ComponentTag.getAttributes()
|
| Uses of IValueMap in org.apache.wicket.markup.html.form |
|---|
| Methods in org.apache.wicket.markup.html.form that return IValueMap | |
|---|---|
protected IValueMap |
RadioChoice.getAdditionalAttributes(int index,
T choice)
You may subclass this method to provide additional attributes to the <input .. |
| Uses of IValueMap in org.apache.wicket.markup.parser |
|---|
| Methods in org.apache.wicket.markup.parser that return IValueMap | |
|---|---|
IValueMap |
XmlTag.getAttributes()
Gets a hashmap of this tag's attributes. |
| Uses of IValueMap in org.apache.wicket.util.value |
|---|
| Classes in org.apache.wicket.util.value that implement IValueMap | |
|---|---|
class |
AttributeMap
ValueMap for attributes. |
class |
CopyOnWriteValueMap
An implementation of IValueMap that makes a copy when a caller tries to change an
immutable Map. |
class |
ValueMap
A IValueMap implementation that holds values, parses Strings, and
exposes a variety of convenience methods. |
| Methods in org.apache.wicket.util.value that return IValueMap | |
|---|---|
IValueMap |
CopyOnWriteValueMap.makeImmutable()
|
IValueMap |
ValueMap.makeImmutable()
|
IValueMap |
IValueMap.makeImmutable()
Makes this IValueMap immutable by changing the underlying map representation to
a Collections.unmodifiableMap. |
| Constructors in org.apache.wicket.util.value with parameters of type IValueMap | |
|---|---|
CopyOnWriteValueMap(IValueMap wrapped)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||