| Interface | Description |
|---|---|
| HasFocus |
Interface to an object that can have focus.
|
| HasValue |
Interface to access and change the value of an object.
|
| Class | Description |
|---|---|
| AbstractInput |
Abstract input control to collect data from the user.
|
| ChoiceInput |
A concrete input control that allows the user to choose one of the available options.
|
| InputFactory |
Creates input controls for specific data types.
|
| TextInput |
A concrete input control used to collect text from the user.
|
Copyright © 2004–2015 XWiki. All rights reserved.