|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Cropper
Implemented by the object returned by ComponentCtrl.getExtraCtrl()
if not all of the children of a component are available at the client.
In other word, the component support 'cropping'.
Example: only children of the active page of ZUL's grid are available
at the client, if it is in the paging mold.
ZK Update Engine detects this interface and then ignores any update to components that don't have counterpart at the client.
| Method Summary | |
|---|---|
java.util.Set |
getAvailableAtClient()
Returns a set of child components that are available at the client, or null if ALL available. |
boolean |
isCropper()
Returns whether it is a cropper, i.e., cropping is applied. |
| Method Detail |
|---|
boolean isCropper()
If isCropper() returns false, getAvailableAtClient() must return null.
In other words, the result of returning false is the same as not declaring
with Cropper.
java.util.Set getAvailableAtClient()
Note: for better performance, it is better to return null if all children are available at the client.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||