Class PopupPanel

Direct Known Subclasses:
ChangePasswordPanel, ColorChooserPopup, ConfirmPanel, EditGroupPanel, EditUserPanel, GetTextPopup, KeyPad, MessagePopup, NewGroupPanel, NewUserPanel, ResetPasswordPanel, SelectFromListPanel, TextAreaPopup, TextFieldPopup

public class PopupPanel extends Panel
Popup Panel (or Window)
Author:
pquiring
  • Constructor Details

    • PopupPanel

      public PopupPanel(String title)
  • Method Details

    • setModal

      public void setModal(boolean state)
      Modal windows block all other windows underneath it.
    • setOnClose

      public void setOnClose(Runnable onClose)
    • html

      public String html()
      Description copied from class: Component
      Returns HTML to render component.
      Overrides:
      html in class Container
    • setVisible

      public void setVisible(boolean state)
      Overrides:
      setVisible in class Component
    • setClient

      public void setClient(WebUIClient client)
      Description copied from class: Component
      Provides the client (connection to web browser side) and init other variables.
      Overrides:
      setClient in class Container
    • setTitleBarSize

      public void setTitleBarSize(int sz)
    • setTitle

      public void setTitle(String title)
    • isPopup

      public boolean isPopup()
      Overrides:
      isPopup in class Component