Class AthenaHandler

java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.ui.xul.impl.AbstractXulEventHandler
org.pentaho.ui.database.event.athena.AthenaHandler
All Implemented Interfaces:
DbInfoHandler, org.pentaho.ui.xul.impl.XulEventHandler, org.pentaho.ui.xul.XulEventSource

public class AthenaHandler extends org.pentaho.ui.xul.impl.AbstractXulEventHandler implements DbInfoHandler
Data Handler for Athena-specific elements
  • Field Summary

    Fields inherited from class org.pentaho.ui.xul.impl.AbstractXulEventHandler

    document, name, xulDomContainer

    Fields inherited from class org.pentaho.ui.xul.XulEventSourceAdapter

    changeSupport
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    loadConnectionSpecificInfo(org.pentaho.di.core.database.DatabaseMeta meta)
    meta -> ui
    void
    saveConnectionSpecificInfo(org.pentaho.di.core.database.DatabaseMeta meta)
    ui -> meta
    void
     
    void
    setXulDomContainer(org.pentaho.ui.xul.XulDomContainer xulDomContainer)
     

    Methods inherited from class org.pentaho.ui.xul.impl.AbstractXulEventHandler

    bind, bind, getData, getName, getXulDomContainer, setData, setName

    Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter

    addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AthenaHandler

      public AthenaHandler()
  • Method Details

    • setXulDomContainer

      public void setXulDomContainer(org.pentaho.ui.xul.XulDomContainer xulDomContainer)
      Specified by:
      setXulDomContainer in interface org.pentaho.ui.xul.impl.XulEventHandler
      Overrides:
      setXulDomContainer in class org.pentaho.ui.xul.impl.AbstractXulEventHandler
    • getInfoHandler

      public DbInfoHandler getInfoHandler()
    • selectAuth

      public void selectAuth()
    • loadConnectionSpecificInfo

      public void loadConnectionSpecificInfo(org.pentaho.di.core.database.DatabaseMeta meta)
      meta -> ui
      Specified by:
      loadConnectionSpecificInfo in interface DbInfoHandler
    • saveConnectionSpecificInfo

      public void saveConnectionSpecificInfo(org.pentaho.di.core.database.DatabaseMeta meta)
      ui -> meta
      Specified by:
      saveConnectionSpecificInfo in interface DbInfoHandler