org.zkoss.zk.ui.ext
Interface Readonly

All Known Implementing Classes:
Bandbox, Combobox, Datebox, Decimalbox, Doublebox, Doublespinner, FormatInputElement, InputElement, Intbox, Longbox, NumberInputElement, Spinner, Textbox, Timebox

public interface Readonly

Implemented with Component to indicate that a component can be set to readonly.

Since:
5.0.7
Author:
tomyeh

Method Summary
 boolean isReadonly()
          Returns whether it is readonly.
 void setReadonly(boolean readonly)
          Sets whether it is readonly.
 

Method Detail

isReadonly

boolean isReadonly()
Returns whether it is readonly.

Default: false.


setReadonly

void setReadonly(boolean readonly)
Sets whether it is readonly.



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