com.tensegrity.wpalo.client.ui.mvc.viewbrowser.importer
Class AccountComboBox

java.lang.Object
  extended by com.tensegrity.wpalo.client.ui.mvc.viewbrowser.importer.AccountComboBox

public class AccountComboBox
extends java.lang.Object

AccountComboBox TODO DOCUMENT ME

Version:
$Id: AccountComboBox.java,v 1.3 2010/02/12 13:49:50 PhilippBouillon Exp $

Field Summary
protected  ILocalConstants constants
           
protected  ILocalMessages messages
           
 
Constructor Summary
AccountComboBox(java.lang.String title, java.lang.String inTextTitle)
           
 
Method Summary
 void addSelectionChangedListener(com.extjs.gxt.ui.client.event.SelectionChangedListener<XObjectModel> listener)
           
 com.extjs.gxt.ui.client.widget.form.ComboBox<XObjectModel> getComboBox()
           
 com.tensegrity.palo.gwt.core.client.models.account.XAccount getSelection()
           
 void setInput(com.tensegrity.palo.gwt.core.client.models.account.XAccount[] xAccounts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected final transient ILocalConstants constants

messages

protected final transient ILocalMessages messages
Constructor Detail

AccountComboBox

public AccountComboBox(java.lang.String title,
                       java.lang.String inTextTitle)
Method Detail

getComboBox

public final com.extjs.gxt.ui.client.widget.form.ComboBox<XObjectModel> getComboBox()

getSelection

public final com.tensegrity.palo.gwt.core.client.models.account.XAccount getSelection()

setInput

public final void setInput(com.tensegrity.palo.gwt.core.client.models.account.XAccount[] xAccounts)

addSelectionChangedListener

public final void addSelectionChangedListener(com.extjs.gxt.ui.client.event.SelectionChangedListener<XObjectModel> listener)