|
Forge - UI API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UICompleter<VALUETYPE>
| Method Summary | |
|---|---|
Iterable<String> |
getCompletionProposals(InputComponent<?,VALUETYPE> input,
String value)
Get completion proposals for the provided UIInput and un-converted partial String value. |
| Method Detail |
|---|
Iterable<String> getCompletionProposals(InputComponent<?,VALUETYPE> input,
String value)
UIInput and un-converted partial String value.
input - The UIInput currently being completed.value - The user input value requiring completion, or null, if no value yet exists. These values will undergo
conversion to fit the type required by the corresponding UIInput.
|
Forge - UI API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||