Package org.dwcj.interfaces
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 TypeMethodDescriptionvoiddestroy()Destroy the control and remove it from the panelReturns 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
-