Interface UIAware

All Known Implementing Classes:
BSHAction, Dispose, Exit, Redirect

public interface UIAware
Implemented by UI components that need access to the parent UI controller.
Since:
1.4.7
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setUI(UI ui, org.jdom2.Element config)
    Configures this UI-aware component.
  • Method Details

    • setUI

      void setUI(UI ui, org.jdom2.Element config)
      Configures this UI-aware component.
      Parameters:
      ui - the UI context
      config - the XML configuration element