org.pentaho.platform.dataaccess.datasource.wizard.controllers
Class CustomAggregateCellEditor
java.lang.Object
  
org.pentaho.ui.xul.XulEventSourceAdapter
      
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)
 
            | 
 
 
| Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter | 
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener | 
 
 
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)
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()