Class TransHistoryDelegate

  • All Implemented Interfaces:
    org.pentaho.ui.xul.impl.XulEventHandler

    public class TransHistoryDelegate
    extends SpoonDelegate
    implements org.pentaho.ui.xul.impl.XulEventHandler
    • Constructor Detail

      • TransHistoryDelegate

        public TransHistoryDelegate​(Spoon spoon,
                                    TransGraph transGraph)
        Parameters:
        spoon - Spoon instance
        transGraph - TransGraph instance
    • Method Detail

      • addTransHistory

        public void addTransHistory()
      • clearLogTable

        public void clearLogTable()
        Public for XUL.
      • replayHistory

        public void replayHistory()
        Public for XUL.
      • refreshHistory

        public void refreshHistory()
        Public for XUL.
      • getTransHistoryTab

        public org.eclipse.swt.custom.CTabItem getTransHistoryTab()
        Returns:
        the transHistoryTab
      • getData

        public Object getData()
        Specified by:
        getData in interface org.pentaho.ui.xul.impl.XulEventHandler
      • getName

        public String getName()
        Specified by:
        getName in interface org.pentaho.ui.xul.impl.XulEventHandler
      • getXulDomContainer

        public org.pentaho.ui.xul.XulDomContainer getXulDomContainer()
        Specified by:
        getXulDomContainer in interface org.pentaho.ui.xul.impl.XulEventHandler
      • setData

        public void setData​(Object data)
        Specified by:
        setData in interface org.pentaho.ui.xul.impl.XulEventHandler
      • setName

        public void setName​(String name)
        Specified by:
        setName in interface org.pentaho.ui.xul.impl.XulEventHandler
      • setXulDomContainer

        public void setXulDomContainer​(org.pentaho.ui.xul.XulDomContainer xulDomContainer)
        Specified by:
        setXulDomContainer in interface org.pentaho.ui.xul.impl.XulEventHandler
      • fetchNextBatch

        public void fetchNextBatch()
        XUL event: fetches next x records for current log table.
      • fetchAll

        public void fetchAll()
        XUL event: loads all load records for current log table.