org.zkoss.zk.ui.ext
Interface Disable

All Known Implementing Classes:
A, Bandbox, Button, Checkbox, Combobox, Combobutton, Comboitem, Datebox, Decimalbox, Doublebox, Doublespinner, Fileupload, Fileupload, FormatInputElement, InputElement, Intbox, Longbox, Menuitem, MessageboxDlg.Button, NumberInputElement, Radio, Spinner, Textbox, Timebox, Toolbarbutton, Treeitem

public interface Disable

Implemented with Component to indicate that a component can be disabled.

Author:
tomyeh since 5.0.0

Method Summary
 boolean isDisabled()
          Returns whether it is disabled.
 void setDisabled(boolean disabled)
          Sets whether it is disabled.
 

Method Detail

isDisabled

boolean isDisabled()
Returns whether it is disabled.

Default: false.


setDisabled

void setDisabled(boolean disabled)
Sets whether it is disabled.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo