Forge - UI API 2.0.0.Alpha3

Uses of Interface
org.jboss.forge.ui.input.InputComponent

Packages that use InputComponent
org.jboss.forge.ui.context   
org.jboss.forge.ui.input   
org.jboss.forge.ui.util   
 

Uses of InputComponent in org.jboss.forge.ui.context
 

Methods in org.jboss.forge.ui.context with parameters of type InputComponent
 UIBuilder UIBuilder.add(InputComponent<?,?> input)
           
 void UIValidationContext.addValidationError(InputComponent<?,?> input, String errorMessage)
           
 

Uses of InputComponent in org.jboss.forge.ui.input
 

Subinterfaces of InputComponent in org.jboss.forge.ui.input
 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.
 

Methods in org.jboss.forge.ui.input with parameters of type InputComponent
 Iterable<String> UICompleter.getCompletionProposals(InputComponent<?,VALUETYPE> input, String value)
          Get completion proposals for the provided UIInput and un-converted partial String value.
 

Uses of InputComponent in org.jboss.forge.ui.util
 

Methods in org.jboss.forge.ui.util with parameters of type InputComponent
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.
 


Forge - UI API 2.0.0.Alpha3

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