Uses of Interface
org.zkoss.zkex.zul.impl.Operation
-
Packages that use Operation Package Description org.zkoss.zkex.zul.impl -
-
Uses of Operation in org.zkoss.zkex.zul.impl
Methods in org.zkoss.zkex.zul.impl that return Operation Modifier and Type Method Description OperationOperationQueue. element()Get an operation from queue, doesn't remove it.OperationOperationQueue. next()Get an operation from queue, and then remove it.Methods in org.zkoss.zkex.zul.impl with parameters of type Operation Modifier and Type Method Description voidOperationQueue. put(Operation op)Put an operation to queue
-