Interface IHideablePanel

All Known Subinterfaces:
ILazyHideablePanel
All Known Implementing Classes:
AbstractCompositeViewControl, AbstractCompositeViewModalDialog, AttachmentsList, AttachmentsPanel, BaseHideablePanel, ExportTableButton, LazyHideablePanel, ModalDialog, ModelessDialog, OverlayPanel, PeoplePickerDialog, PeopleSearchBar, PeopleSwapBox, PersonCalendarDialog, PersonProfileDialog, PrincipalPickerModalDialog, ProgressBar, ProgressDialog, ResourcePickerModalDialog, SearchBar, ToggleMenus.SecondLevelPanel

public interface IHideablePanel
Component that can be toggled between hidden and visible.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True if initially visible.
    void
    setVisible(boolean visible)
    True if initially visible.
  • Method Details

    • isVisible

      boolean isVisible()
      True if initially visible.
    • setVisible

      void setVisible(boolean visible)
      True if initially visible.