Module org.apache.wicket.request
Interface IIndexedParameters
- All Known Implementing Classes:
PageParameters
public interface IIndexedParameters
Container for parameters that are identified by their index
- Author:
- igor
-
Method Details
-
set
Sets the indexed parameter on given index- Parameters:
index
- The position of the parameterobject
- The parameter at this position- Returns:
- this instance, for chaining
-
get
- Parameters:
index
- The position of the parameter- Returns:
- indexed parameter on given index
-
remove
Removes indexed parameter on given index- Parameters:
index
- The position of the parameter- Returns:
- this instance, for chaining
-
clearIndexed
Removes all indexed parameters.- Returns:
- this instance, for chaining
-