| Interface | Description |
|---|---|
| HasCompleter<IMPL,VALUETYPE> |
Provides a
UICompleter object |
| InputComponent<IMPLTYPE,VALUETYPE> |
This is the parent interface of all inputs.
|
| ManyValued<IMPL,VALUETYPE> |
UI components implementing this interface hold multiple values
|
| SelectComponent<IMPLTYPE,VALUETYPE> |
Parent interface for UISelect components
|
| SingleValued<IMPL,VALUETYPE> |
UI components implementing this interface hold a single value
|
| UICompleter<VALUETYPE> | |
| UIInput<VALUETYPE> |
A
UIInput prompts for a single value. |
| UIInputMany<VALUETYPE> |
A
UIInputMany prompts for multiple values. |
| UISelectMany<VALUETYPE> |
A
UISelectMany should be used when the number of items to be chosen are known before rendering the component. |
| UISelectOne<VALUETYPE> |
A
UISelectMany should be used when the number of items to be chosen are known before rendering the component. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.