org.zkoss.zk.ui.impl
Class Attributes

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

public class Attributes
extends java.lang.Object

Attributes of desktops, pages and components that are used internally.

Author:
tomyeh

Field Summary
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 indicated the number of bytes of the current file upload.
 
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 indicated the number of bytes of the current file upload. It is a non-negative long.

See Also:
Constant Field Values
Constructor Detail

Attributes

public Attributes()


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.