All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>
All Known Implementing Classes:
TethysUICoreChildDialog

public interface TethysUIChildDialog extends OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>
Child Dialog.
  • Method Details

    • setTitle

      void setTitle(String pTitle)
      Set the title.
      Parameters:
      pTitle - the title
    • setContent

      void setContent(TethysUIComponent pContent)
      Set the contents.
      Parameters:
      pContent - the dialog content
    • showDialog

      void showDialog()
      Show the dialog.
    • isShowing

      boolean isShowing()
      Is the dialog showing?
      Returns:
      true/false
    • hideDialog

      void hideDialog()
      Hide the dialog.
    • closeDialog

      void closeDialog()
      Close the dialog.