Interface HasDestroy

All Known Implementing Classes:
AbstractControl, AbstractDwcControl, AbstractDwcjPanel, AbstractDwclistControl, AppPanel, BBjPanelAdapter, Button, CheckableMenuItem, CheckBox, ColorPicker, ComboBox, DateEditBox, Div, FileChooser, FontChooser, GridExWidget, HtmlContainer, HtmlEdit, ImageControl, Label, ListBox, MenuButton, MenuItem, Navigator, NumericBox, NumericBoxSpinner, OpenFileDialog, PopupMenu, PrintPreview, ProgressBar, RadioButton, ScrollBar, Slider, StringEditBox, TabControl, TextArea, TextBox, TextComboBox, TreeView

public interface HasDestroy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Destroy the control and remove it from the panel
    Returns whether or not the control is destroyed
  • Method Details

    • destroy

      void destroy()
      Destroy the control and remove it from the panel
    • isDestroyed

      Boolean isDestroyed()
      Returns whether or not the control is destroyed
      Returns:
      True if the control will is destroyed, false otherwise