com.tensegrity.wpalo.client.ui.mvc.cubeview
Class AliasComboBox

java.lang.Object
  extended by com.tensegrity.wpalo.client.ui.mvc.cubeview.AliasComboBox

public class AliasComboBox
extends java.lang.Object

AliasComboBox TODO DOCUMENT ME

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

Field Summary
protected static ILocalConstants constants
           
 
Constructor Summary
AliasComboBox()
           
 
Method Summary
 com.extjs.gxt.ui.client.widget.form.ComboBox<XObjectModel> getComboBox()
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XAlias getSelection()
           
 void reset()
           
 void selectAlias(com.tensegrity.palo.gwt.core.client.models.cubeviews.XAlias alias)
           
 void setInput(com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy hierarchy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected static final transient ILocalConstants constants
Constructor Detail

AliasComboBox

public AliasComboBox()
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.cubeviews.XAlias getSelection()

setInput

public final void setInput(com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy hierarchy)

reset

public final void reset()

selectAlias

public final void selectAlias(com.tensegrity.palo.gwt.core.client.models.cubeviews.XAlias alias)