Package org.zkoss.zul.ext
Interface TristateModel<E>
-
public interface TristateModel<E>Indicate a model that supports tristate checkbox.- Since:
- 10.0.0
- Author:
- jumperchen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTristateModel.StateStates of the tri-state selection designed to assist users in defining states effectively.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<E>getPartials()Returns the current partial selection.booleanisPartial(E item)Returns whether the item is partially selected.
-