org.zkoss.zk.ui.impl
Class Attributes

java.lang.Object
  extended by org.zkoss.zk.ui.sys.Attributes
      extended by org.zkoss.zk.ui.impl.Attributes

public class Attributes
extends Attributes

Attributes used internally for implementation only.

Author:
tomyeh

Field Summary
static java.lang.String ECHO_DATA
          A desktop attribute used to store a map of data associated with the echo event (Events.echoEvent(java.lang.String, org.zkoss.zk.ui.Component, java.lang.String)).
static java.lang.String UPLOAD_PERCENT
          A desktop attribute to indicate the completeness percentage of the current file upload.
static java.lang.String UPLOAD_SIZE
          A desktop attribute to indicate the number of bytes of the current file upload.
 
Fields inherited from class org.zkoss.zk.ui.sys.Attributes
ACTIVATE_RETRY_DELAY, CLIENT_ROD, GAE_FIX, INJECT_URI_PREFIX, NO_CACHE, PAGE_REDRAW_CONTROL, PAGE_RENDERER, PAGE_RENDERING, PORTLET_RENDER_PATCH_CLASS, RENEW_NATIVE_SESSION, STUB_NATIVE, UUID_RECYCLE_DISABLED, ZK_SESSION
 
Constructor Summary
Attributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPLOAD_PERCENT

public static final java.lang.String UPLOAD_PERCENT
A desktop attribute to indicate the completeness percentage of the current file upload. It is an integer ranging from 0 to 99.

See Also:
Constant Field Values

UPLOAD_SIZE

public static final java.lang.String UPLOAD_SIZE
A desktop attribute to indicate the number of bytes of the current file upload. It is a non-negative long.

See Also:
Constant Field Values

ECHO_DATA

public static final java.lang.String ECHO_DATA
A desktop attribute used to store a map of data associated with the echo event (Events.echoEvent(java.lang.String, org.zkoss.zk.ui.Component, java.lang.String)).

Since:
5.0.4
See Also:
Constant Field Values
Constructor Detail

Attributes

public Attributes()


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo