Forge - UI API 2.0.0.Alpha3

org.jboss.forge.ui.input
Interface UICompleter<VALUETYPE>


public interface UICompleter<VALUETYPE>

Author:
Lincoln Baxter, III

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

getCompletionProposals

Iterable<String> getCompletionProposals(InputComponent<?,VALUETYPE> input,
                                        String value)
Get completion proposals for the provided UIInput and un-converted partial String value.

Parameters:
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

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.