public class Attributes extends Attributes
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFERRED_PROPERTIES
A component attribute used to store a map of properties (
Property )
which have deferred expressions. |
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 |
PAGE_CREATED
An execution attribute used to store whether the page has been created.
|
static java.lang.String |
UPLOAD_MAX_SIZE
A component attribute used to indicate the max-size of file upload.
|
static java.lang.String |
UPLOAD_NATIVE
A component attribute used to indicate uploaded file(s) as binary.
|
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.
|
ACTIVATE_RETRY_ABORT, ACTIVATE_RETRY_DELAY, CLIENT_ROD, CLIENT_SCRIPT_ERROR_LISTENER_CLASS, 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 and Description |
---|
Attributes() |
public static final java.lang.String UPLOAD_PERCENT
public static final java.lang.String UPLOAD_SIZE
public static final java.lang.String UPLOAD_MAX_SIZE
public static final java.lang.String UPLOAD_NATIVE
public static final java.lang.String ECHO_DATA
Events.echoEvent(java.lang.String, org.zkoss.zk.ui.Component, java.lang.String)
).public static final java.lang.String DEFERRED_PROPERTIES
Property
)
which have deferred expressions.public static final java.lang.String PAGE_CREATED
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.