Package org.zkoss.zk.ui.ext
Interface Disable
-
public interface DisableImplemented withComponentto indicate that a component can be disabled.- Author:
- tomyeh since 5.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDisabled()Returns whether it is disabled.voidsetDisabled(boolean disabled)Sets whether it is disabled.
-