Forge - UI API 2.0.0.Alpha3

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

Type Parameters:
VALUETYPE -
All Superinterfaces:
Faceted<HintsFacet>, HasCompleter<UIInputMany<VALUETYPE>,VALUETYPE>, InputComponent<UIInputMany<VALUETYPE>,VALUETYPE>, ManyValued<UIInputMany<VALUETYPE>,VALUETYPE>

public interface UIInputMany<VALUETYPE>
extends InputComponent<UIInputMany<VALUETYPE>,VALUETYPE>, ManyValued<UIInputMany<VALUETYPE>,VALUETYPE>, HasCompleter<UIInputMany<VALUETYPE>,VALUETYPE>

A UIInputMany prompts for multiple values. A UICompleter should be set when N items are provided to select from, and no specific limit or pre-defined list is known.

When prompting for a single value is required, see UIInput.

Author:
George Gastaldi

Method Summary
 
Methods inherited from interface org.jboss.forge.ui.input.InputComponent
getLabel, getName, getRequiredMessage, getValueConverter, getValueType, isEnabled, isRequired, setEnabled, setEnabled, setLabel, setRequired, setRequired, setRequiredMessage, setValueConverter
 
Methods inherited from interface org.jboss.forge.facets.Faceted
getFacet, getFacets, getFacets, hasAllFacets, hasAllFacets, hasFacet, install, supports, uninstall
 
Methods inherited from interface org.jboss.forge.ui.input.ManyValued
getValue, setDefaultValue, setDefaultValue, setValue
 
Methods inherited from interface org.jboss.forge.ui.input.HasCompleter
getCompleter, setCompleter
 


Forge - UI API 2.0.0.Alpha3

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