Package org.dwcj.interfaces
Interface Enableable
- All Known Implementing Classes:
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 Enableable
Interface that facilitates implementation of behavior which
determines whether or not a control can be
disabled after being rendered to the page
-
Method Summary
Modifier and TypeMethodDescriptionsetEnabled(Boolean enabled) Set whether the control is to be enabled
-
Method Details
-
isEnabled
Boolean isEnabled()- Returns:
- if control is enabled (=true) or disabled (=false)
-
setEnabled
Set whether the control is to be enabled- Parameters:
enabled-- Returns:
- the control itself
-