com.ebmwebsourcing.geasytools.widgets.core.api.input
Interface IComboBox<T>

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.ui.HasValue<T>, com.google.gwt.event.logical.shared.HasValueChangeHandlers<T>, com.google.gwt.user.client.TakesValue<T>
All Known Implementing Classes:
AbstractComboBox

public interface IComboBox<T>
extends com.google.gwt.user.client.ui.HasValue<T>


Method Summary
 void addItem(T item)
           
 void addItem(T value, java.lang.String label)
           
 void clear()
           
 void clearValue()
           
 java.util.HashMap<java.lang.String,T> getItems()
           
 
Methods inherited from interface com.google.gwt.user.client.ui.HasValue
getValue, setValue, setValue
 
Methods inherited from interface com.google.gwt.event.logical.shared.HasValueChangeHandlers
addValueChangeHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addItem

void addItem(T item)

addItem

void addItem(T value,
             java.lang.String label)

clear

void clear()

clearValue

void clearValue()

getItems

java.util.HashMap<java.lang.String,T> getItems()


Copyright © 2010-2011 Petals Link. All Rights Reserved.