| Package | Description |
|---|---|
| org.jboss.forge.ui.context | |
| org.jboss.forge.ui.input | |
| org.jboss.forge.ui.util |
| Modifier and Type | Method and Description |
|---|---|
UIBuilder |
UIBuilder.add(InputComponent<?,?> input) |
void |
UIValidationContext.addValidationError(InputComponent<?,?> input,
String errorMessage) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectComponent<IMPLTYPE,VALUETYPE>
Parent interface for UISelect components
|
interface |
UIInput<VALUETYPE>
A
UIInput prompts for a single value. |
interface |
UIInputMany<VALUETYPE>
A
UIInputMany prompts for multiple values. |
interface |
UISelectMany<VALUETYPE>
A
UISelectMany should be used when the number of items to be chosen are known before rendering the component. |
interface |
UISelectOne<VALUETYPE>
A
UISelectMany should be used when the number of items to be chosen are known before rendering the component. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
UICompleter.getCompletionProposals(InputComponent<?,VALUETYPE> input,
String value)
|
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.forge.ui.hints.InputType |
InputComponents.getInputType(InputComponent<?,?> input) |
static Object |
InputComponents.getValueFor(InputComponent<?,?> component) |
static boolean |
InputComponents.hasValue(InputComponent<?,?> input)
Returns if there is a value set for this
InputComponent |
static void |
InputComponents.setValueFor(ConverterFactory converterFactory,
InputComponent<?,Object> component,
Object value)
Sets the value in the provided
InputComponent, making any necessary conversions |
static String |
InputComponents.validateRequired(InputComponent<?,?> input)
Validate if the input has a value.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.