Package org.zkoss.zk.au.out
Class AuSyncErrorbox
- java.lang.Object
-
- org.zkoss.zk.au.AuResponse
-
- org.zkoss.zk.au.out.AuSyncErrorbox
-
public class AuSyncErrorbox extends AuResponse
A response to ask the client to sync errorboxes in the desktop- Since:
- 8.5.2
- Author:
- klyve
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zk.au.AuResponse
AuResponse.JSONComponent, AuResponse.JSONDate
-
-
Field Summary
-
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
-
-
Constructor Summary
Constructors Constructor Description AuSyncErrorbox()A constructor for asking the client to sync the position all the errorboxes to its widget.AuSyncErrorbox(Component comp)A constructor for asking the client to sync position of a widget and its the errorbox.
-
Method Summary
-
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
-
-
-
-
Constructor Detail
-
AuSyncErrorbox
public AuSyncErrorbox()
A constructor for asking the client to sync the position all the errorboxes to its widget.- Since:
- 8.5.2
-
AuSyncErrorbox
public AuSyncErrorbox(Component comp)
A constructor for asking the client to sync position of a widget and its the errorbox.- Parameters:
comp- a component which is errorbox position would be sync.- Since:
- 8.5.2
-
-