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 Operation
OperationQueue. element()
Get an operation from queue, doesn't remove it.Operation
OperationQueue. 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 void
OperationQueue. put(Operation op)
Put an operation to queue
-