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
-
-
Constructor Summary
Constructors Constructor Description XulPreviewRowsController(org.eclipse.swt.widgets.Shell aShell, org.pentaho.di.core.database.DatabaseMeta aDatabaseMeta, String aSchema, String aTable, int aLimit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 interfaceorg.pentaho.ui.xul.impl.XulEventHandler
- Overrides:
getName
in classorg.pentaho.ui.xul.impl.AbstractXulEventHandler
-
-