org.pentaho.di.ui.core.database.dialog
Class XulStepFieldsController

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.ui.xul.impl.AbstractXulEventHandler
          extended by org.pentaho.di.ui.core.database.dialog.XulStepFieldsController
All Implemented Interfaces:
org.pentaho.ui.xul.impl.XulEventHandler, org.pentaho.ui.xul.XulEventSource

public class XulStepFieldsController
extends org.pentaho.ui.xul.impl.AbstractXulEventHandler


Constructor Summary
XulStepFieldsController(Shell aShell, DatabaseMeta aDatabaseMeta, String schemaTableCombo, RowMetaInterface anInput)
           
 
Method Summary
 void cancelDialog()
           
 void editOriginStep()
           
 String getName()
           
 String getSelectedStep()
           
 boolean getShowAcceptButton()
           
 void init()
           
 void setShowAcceptButton(boolean isVisible)
           
 
Methods inherited from class org.pentaho.ui.xul.impl.AbstractXulEventHandler
bind, bind, getData, getXulDomContainer, setData, setName, setXulDomContainer
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XulStepFieldsController

public XulStepFieldsController(Shell aShell,
                               DatabaseMeta aDatabaseMeta,
                               String schemaTableCombo,
                               RowMetaInterface anInput)
Method Detail

init

public void init()

cancelDialog

public void cancelDialog()

setShowAcceptButton

public void setShowAcceptButton(boolean isVisible)

getShowAcceptButton

public boolean getShowAcceptButton()

editOriginStep

public void editOriginStep()

getSelectedStep

public String getSelectedStep()

getName

public String getName()
Specified by:
getName in interface org.pentaho.ui.xul.impl.XulEventHandler
Overrides:
getName in class org.pentaho.ui.xul.impl.AbstractXulEventHandler