public interface IIndexedParameters
| Modifier and Type | Method and Description |
|---|---|
IIndexedParameters |
clearIndexed()
Removes all indexed parameters.
|
org.apache.wicket.util.string.StringValue |
get(int index) |
IIndexedParameters |
remove(int index)
Removes indexed parameter on given index
|
IIndexedParameters |
set(int index,
Object object)
Sets the indexed parameter on given index
|
IIndexedParameters set(int index, Object object)
index - The position of the parameterobject - The parameter at this positionorg.apache.wicket.util.string.StringValue get(int index)
index - The position of the parameterIIndexedParameters remove(int index)
index - The position of the parameterIIndexedParameters clearIndexed()
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.