| Interface | Description |
|---|---|
| HasCompleter<IMPL,VALUETYPE> |
Provides a
UICompleter object |
| InputComponent<IMPLTYPE,VALUETYPE> |
This is the parent interface of all inputs.
|
| InputComponentFactory |
Allows creation of input components without injection
|
| InputComponentInjectionEnricher |
Enriches an injected
InputComponent |
| 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> |
Adds an auto-complete behavior on fields
|
| UIInput<VALUETYPE> |
A
UIInput prompts for a single value. |
| UIInputMany<VALUETYPE> |
A
UIInputMany prompts for multiple values. |
| UIPrompt |
Used when an addon needs to prompt for ad-hoc user input
|
| UISelectMany<VALUETYPE> |
A
UISelectMany should be used when the number of items to be chosen are known before rendering the component. |
| UISelectOne<VALUETYPE> |
A
UISelectOne should be used when the number of items to be chosen are known before rendering the component. |
| ValueChangeListener |
Listen for value change events
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.