Package org.zkoss.zk.ui.ext
Interface Readonly
-
public interface ReadonlyImplemented withComponentto indicate that a component can be set to readonly.- Since:
- 5.0.7
- Author:
- tomyeh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisReadonly()Returns whether it is readonly.voidsetReadonly(boolean readonly)Sets whether it is readonly.
-