org.zkoss.zk.ui.ext.client
Interface Minimizable
- All Superinterfaces:
- Movable, Sizable
- All Known Implementing Classes:
- FileuploadDlg.ExtraCtrl, Panel.ExtraCtrl, Window.ExtraCtrl
public interface Minimizable
- extends Sizable, Movable
Implemented by the object returned by ComponentCtrl.getExtraCtrl(),
a component is minimized by the client.
- Since:
- 3.5.0
- Author:
- jumperchen
|
Method Summary |
void |
setMinimizedByClient(boolean minimized)
Sets the minimized of the component, caused by user's activity at
the client. |
setMinimizedByClient
void setMinimizedByClient(boolean minimized)
- Sets the minimized of the component, caused by user's activity at
the client.
This method is designed to be used by engine.
Don't invoke it directly. Otherwise, the client and server
might mismatch.
Copyright © 2005-2009 Potix Corporation. All Rights Reserved.