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

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.XulPreviewRowsController
All Implemented Interfaces:
org.pentaho.ui.xul.impl.XulEventHandler, org.pentaho.ui.xul.XulEventSource

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


Constructor Summary
XulPreviewRowsController(Shell aShell, DatabaseMeta aDatabaseMeta, String aSchema, String aTable, int aLimit)
           
 
Method Summary
 void accept()
           
 String getName()
           
 String getRowCount()
           
 void init()
           
 void setRowCount(String aRowCount)
           
 
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

XulPreviewRowsController

public XulPreviewRowsController(Shell aShell,
                                DatabaseMeta aDatabaseMeta,
                                String aSchema,
                                String aTable,
                                int aLimit)
Method Detail

init

public void init()

accept

public void accept()

setRowCount

public void setRowCount(String aRowCount)

getRowCount

public String getRowCount()

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