Class XulPreviewRowsController
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.ui.xul.impl.AbstractXulEventHandler
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
-
Field Summary
Fields inherited from class org.pentaho.ui.xul.impl.AbstractXulEventHandler
document, name, xulDomContainerFields inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
changeSupport -
Constructor Summary
ConstructorsConstructorDescriptionXulPreviewRowsController(org.eclipse.swt.widgets.Shell aShell, org.pentaho.di.core.database.DatabaseMeta aDatabaseMeta, String aSchema, String aTable, int aLimit) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept()getName()voidinit()voidsetRowCount(String aRowCount) Methods inherited from class org.pentaho.ui.xul.impl.AbstractXulEventHandler
bind, bind, getData, getXulDomContainer, setData, setName, setXulDomContainerMethods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
XulPreviewRowsController
-
-
Method Details
-
init
public void init() -
accept
public void accept() -
setRowCount
-
getRowCount
-
getName
- Specified by:
getNamein interfaceorg.pentaho.ui.xul.impl.XulEventHandler- Overrides:
getNamein classorg.pentaho.ui.xul.impl.AbstractXulEventHandler
-