Interface IWorkpageDispatcher

All Superinterfaces:
IDispatcher, Map<String,Object>, Serializable
All Known Implementing Classes:
CCTDDispatcher, WorkpageDispatcher

public interface IWorkpageDispatcher extends IDispatcher, Serializable
Dispatcher that is used within the workplace management. For each workpage that is started a workpage dispatcher is created.
  • Method Details

    • setWorkpage

      void setWorkpage(IWorkpage workpage)
      Internally used.
    • getWorkpageContainer

      IWorkpageContainer getWorkpageContainer()
    • getWorkpage

      IWorkpage getWorkpage()
      The workpage that is associated with this dispatcher.
    • getStatusbar

      Statusbar getStatusbar()
      The statusbar that is associated with this workpage.
    • isOpenedAsPopup

      boolean isOpenedAsPopup()
      Tells if the current content of the workpage is isolated into a modeless popup by the workpage container.