}
public boolean disableClientUpdate(boolean disable) {
final UiEngine uieng =
_page != null ? getAttachedUiEngine(): getCurrentUiEngine();
return uieng != null && uieng.disableClientUpdate(this, disable);
}
//-- in the redrawing phase --//
/** Redraws this component and all its decendants.
* <p>Default: It uses {@link JsContentRenderer} to render all information