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

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

public class SubsetComboBox
extends java.lang.Object

SubsetComboBox TODO DOCUMENT ME

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

Field Summary
protected static ILocalConstants constants
           
 
Constructor Summary
SubsetComboBox()
           
 
Method Summary
 com.extjs.gxt.ui.client.widget.form.ComboBox<XObjectModel> getComboBox()
           
 com.tensegrity.palo.gwt.core.client.models.subsets.XSubset getSelection()
           
 void reset()
           
 void selectSubset(com.tensegrity.palo.gwt.core.client.models.subsets.XSubset subset)
           
 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

SubsetComboBox

public SubsetComboBox()
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.subsets.XSubset getSelection()

setInput

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

reset

public final void reset()

selectSubset

public final void selectSubset(com.tensegrity.palo.gwt.core.client.models.subsets.XSubset subset)