Forge - UI API 2.0.0.Alpha3

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

Packages that use SelectComponent
org.jboss.forge.ui.input   
org.jboss.forge.ui.util   
 

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

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

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

Methods in org.jboss.forge.ui.util with parameters of type SelectComponent
static Converter<?,String> InputComponents.getItemLabelConverter(ConverterFactory converterFactory, SelectComponent<?,?> input)
          Returns the item label converter, that is
 


Forge - UI API 2.0.0.Alpha3

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