Serialized Form
|
Package org.zkoss.zk.au.http |
_ctx
javax.servlet.ServletContext _ctx
_lastModified
long _lastModified
|
Package org.zkoss.zk.device |
_type
java.lang.String _type
_uamsg
java.lang.String _uamsg
_type
java.lang.String _type
|
Package org.zkoss.zk.scripting |
_lang
java.lang.String _lang
serialVersionUID: 20070326L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
_id
java.lang.String _id
_uuid
java.lang.String _uuid
_mold
java.lang.String _mold
- The mold (default: "default").
_children
java.util.List<E> _children
_annots
AnnotationMap _annots
- A map of annotations. Serializable since a component might have
its own annotations.
_evthds
EventHandlerMap _evthds
- A Map of event handler to handle events.
_visible
boolean _visible
- Whether this component is visible.
_tooltiptext
java.lang.String _tooltiptext
_width
java.lang.String _width
- The width.
_height
java.lang.String _height
- The height.
_sclass
java.lang.String _sclass
- The CSS class.
_style
java.lang.String _style
- The CSS style.
_left
java.lang.String _left
_top
java.lang.String _top
_draggable
java.lang.String _draggable
- The draggable.
_droppable
java.lang.String _droppable
- The droppable.
_zIndex
int _zIndex
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
_uri
java.lang.String _uri
_inlines
Component[] _inlines
- An array of components created by this inline macro.
It is used only if
HtmlMacroComponent.isInline()
_comp
Component _comp
|
Package org.zkoss.zk.ui.http |
_ctx
javax.servlet.ServletContext _ctx
_webman
WebManager _webman
_compress
boolean _compress
serialVersionUID: 20060706L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
|
Package org.zkoss.zk.ui.impl |
serialVersionUID: 20070416L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
_id
java.lang.String _id
_dir
java.lang.String _dir
- The current directory of this desktop.
_updateURI
java.lang.String _updateURI
- The URI to access the update engine.
_pages
java.util.Map<K,V> _pages
- Map(String id, Page page).
_nextKey
int _nextKey
- Next available key.
_uuidPrefix
java.lang.String _uuidPrefix
- A special prefix to UUID generated by this desktop.
It is used to avoid ID conflicts with other desktops in the same
session.
Since UUID is long enough plus this prefix, the chance to conlict
is almost impossible.
_bookmark
java.lang.String _bookmark
_devType
java.lang.String _devType
- The device type.
_dev
Device _dev
- The device.
_meds
org.zkoss.util.CacheMap _meds
- A map of media (String key, Media content).
_medId
int _medId
- ID used to identify what is stored in _meds.
_respSeqId
int _respSeqId
- The response sequence ID.
serialVersionUID: 20060622L
serialVersionUID: 20070413L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
_dkUri
java.lang.String _dkUri
- URI for redrawing as a desktop or part of another desktop.
_pgUri
java.lang.String _pgUri
- URI for redrawing as a desktop or part of another desktop.
_id
java.lang.String _id
_uuid
java.lang.String _uuid
_title
java.lang.String _title
_style
java.lang.String _style
_path
java.lang.String _path
_zslang
java.lang.String _zslang
_zsDeferred
java.util.List<E> _zsDeferred
- A list of deferred zscript [Component parent,
ZScript].
_roots
java.util.List<E> _roots
- A list of root components.
_funmap
javax.servlet.jsp.el.FunctionMapper _funmap
- The reason to store it is PageDefinition is not serializable.
_compdefs
ComponentDefinitionMap _compdefs
- The reason to store it is PageDefinition is not serializable.
_headers
java.lang.String _headers
- The header tags.
serialVersionUID: 20060622L
_desktops
org.zkoss.zk.ui.impl.SimpleDesktopCache.Cache _desktops
- Used to purge obsolete desktops.
_nextKey
int _nextKey
- The next available key.
|
Package org.zkoss.zk.ui.metainfo |
_annots
java.util.Map<K,V> _annots
- The annotations of properties,
(String propName, Map(String annotName, AnnotImpl)).
serialVersionUID: 20060622L
_attrs
java.util.Map<K,V> _attrs
_cond
Condition _cond
_scope
int _scope
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
_ignoreCase
boolean _ignoreCase
- Whether the element name is case-insensitive.
_compdef
ComponentDefinition _compdef
_implcls
java.lang.String _implcls
- The implemetation class (use).
_props
java.util.List<E> _props
- A list of
Property.
_evthds
EventHandlerMap _evthds
- A Map of event handler to handle events.
_annots
AnnotationMap _annots
- the annotation map. Note: it doesn't include what are defined in _compdef.
_tagnm
java.lang.String _tagnm
- The tag name for the dyanmic tag. Used only if this implements
DynamicTag
_cond
Condition _cond
- The effectiveness condition (see
ComponentInfo.isEffective(org.zkoss.zk.ui.Component)).
If null, it means effective.
_fulfill
java.lang.String _fulfill
- The fulfill condition.
Either "event" or "event:targetId".
_forEach
java.lang.String[] _forEach
- The forEach, forEachBegin and forEachEnd attribute,
which are used to evaluate this info multiple times.
serialVersionUID: 20060622L
_zscript
ZScript _zscript
_cond
Condition _cond
_evthds
java.util.Map<K,V> _evthds
- The event handler map, (String evtnm, EventHandler evthd).
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
_children
java.util.List<E> _children
- A list of
ComponentInfo and ZScript.
_langdef
LanguageDefinition _langdef
_locator
org.zkoss.util.resource.Locator _locator
_id
java.lang.String _id
_title
java.lang.String _title
_style
java.lang.String _style
_path
java.lang.String _path
- The request path.
_zslang
java.lang.String _zslang
- The zscript language.
_taglibs
java.util.List<E> _taglibs
_funmap
javax.servlet.jsp.el.FunctionMapper _funmap
_initdefs
java.util.List<E> _initdefs
_resolvdefs
java.util.List<E> _resolvdefs
- List(VariableResolverInfo).
_headerdefs
java.util.List<E> _headerdefs
- List(HeaderInfo).
_compdefs
ComponentDefinitionMap _compdefs
serialVersionUID: 20060622L
_name
java.lang.String _name
_value
java.lang.String _value
_cond
Condition _cond
_bExpr
boolean _bExpr
- Whether expression is specified.
_vars
java.util.Map<K,V> _vars
_cond
Condition _cond
_local
boolean _local
_zslang
java.lang.String _zslang
_cnt
java.lang.String _cnt
_url
java.lang.Object _url
_locator
org.zkoss.util.resource.Locator _locator
_cond
Condition _cond
_deferred
boolean _deferred
|
Package org.zkoss.zk.ui.metainfo.impl |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
_name
java.lang.String _name
_implcls
java.lang.Object _implcls
- Either String or Class.
_molds
java.util.Map<K,V> _molds
- A synchronized map of molds (String name, String moldURI.
_custAttrs
java.util.Map<K,V> _custAttrs
- A map of custom attributs (String name, String value).
_props
java.util.List<E> _props
- A list of
Property.
_macroURI
java.lang.String _macroURI
_curdir
java.lang.String _curdir
- the current directory.
_inline
boolean _inline
- inline or regular macro. Used if _macroURI is not null.
_annots
AnnotationMap _annots
|
Package org.zkoss.zk.ui.util |
serialVersionUID: 20060622L
_if
java.lang.String _if
_unless
java.lang.String _unless
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.