org.pentaho.platform.dataaccess.datasource.wizard.controllers
Class CustomAggregateCellEditor

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.platform.dataaccess.datasource.wizard.controllers.CustomAggregateCellEditor
All Implemented Interfaces:
org.pentaho.ui.xul.util.TreeCellEditor, org.pentaho.ui.xul.XulEventSource

public class CustomAggregateCellEditor
extends org.pentaho.ui.xul.XulEventSourceAdapter
implements org.pentaho.ui.xul.util.TreeCellEditor


Constructor Summary
CustomAggregateCellEditor(org.pentaho.ui.xul.containers.XulDialog dialog, DatasourceMessages datasourceMessages, org.pentaho.ui.xul.dom.Document document, org.pentaho.ui.xul.binding.BindingFactory bf)
           
 
Method Summary
 Object getValue()
           
 void hide()
           
 void notifyListeners()
           
 void setCheckboxChanged()
           
 void setValue(Object val)
           
 void show(int row, int col, Object boundObj, String columnBinding, org.pentaho.ui.xul.util.TreeCellEditorCallback callback)
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAggregateCellEditor

public CustomAggregateCellEditor(org.pentaho.ui.xul.containers.XulDialog dialog,
                                 DatasourceMessages datasourceMessages,
                                 org.pentaho.ui.xul.dom.Document document,
                                 org.pentaho.ui.xul.binding.BindingFactory bf)
Method Detail

getValue

public Object getValue()
Specified by:
getValue in interface org.pentaho.ui.xul.util.TreeCellEditor

hide

public void hide()
Specified by:
hide in interface org.pentaho.ui.xul.util.TreeCellEditor

setCheckboxChanged

public void setCheckboxChanged()

setValue

public void setValue(Object val)
Specified by:
setValue in interface org.pentaho.ui.xul.util.TreeCellEditor

show

public void show(int row,
                 int col,
                 Object boundObj,
                 String columnBinding,
                 org.pentaho.ui.xul.util.TreeCellEditorCallback callback)
Specified by:
show in interface org.pentaho.ui.xul.util.TreeCellEditor

notifyListeners

public void notifyListeners()