A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AAudio - Class in org.zkoss.sound
Represents an audio.
AAudio(String, byte[]) - Constructor for class org.zkoss.sound.AAudio
 
AAudio(String, InputStream) - Constructor for class org.zkoss.sound.AAudio
Creates an instance of an audio with an input stream.
AAudio(URL) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with an URL.
AAudio(File) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with a file.
AAudio(String) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with a file name.
AAudio(InputStream) - Constructor for class org.zkoss.sound.AAudio
Creates an instance of an audio with an input stream.
AbstractGroup - Class in org.zkoss.idom.impl
A semi-implemented item for group.
AbstractGroup() - Constructor for class org.zkoss.idom.impl.AbstractGroup
Constructor.
AbstractGroup.ChildArray - Class in org.zkoss.idom.impl
The array to hold children.
AbstractGroup.ChildArray() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
AbstractGroup.ElementMap - Class in org.zkoss.idom.impl
Stores a 'cached' map of child elements to speed up the access.
AbstractGroup.ElementMap() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ElementMap
 
AbstractItem - Class in org.zkoss.idom.impl
A semi-implemented item for leaf vertices.
AbstractItem() - Constructor for class org.zkoss.idom.impl.AbstractItem
Constructor.
AbstractLoader - Class in org.zkoss.util.resource
A skeletal implementation that assumes the source is either URL or File.
AbstractLoader() - Constructor for class org.zkoss.util.resource.AbstractLoader
 
AbstractTextual - Class in org.zkoss.idom.impl
Represents a textual item.
AbstractTextual(String) - Constructor for class org.zkoss.idom.impl.AbstractTextual
Constructor.
AbstractTextual() - Constructor for class org.zkoss.idom.impl.AbstractTextual
Constructor.
add(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
Registers a cleanup.
add(Object) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
add(Date, TimeZone, int, int) - Static method in class org.zkoss.util.Dates
Date Arithmetic function.
add(Object) - Method in class org.zkoss.util.FastReadArray
Adds an object.
add(Object) - Method in class org.zkoss.util.IdentityHashSet
 
add(int, Object) - Method in class org.zkoss.util.TreeArray
Deprecated.  
add(String, String) - Static method in class org.zkoss.xel.util.Evaluators
Adds an evaluator (aka., the expression factory, ExpressionFactory).
add(Element) - Static method in class org.zkoss.xel.util.Evaluators
Adds an evaluator based on the XML declaration.
addAll(Collection, Iterator) - Static method in class org.zkoss.util.CollectionsX
Adds all elements returned by the iterator to a collection.
addAll(Collection, Enumeration) - Static method in class org.zkoss.util.CollectionsX
Adds all elements returned by the enumerator to a collection.
addAll(Collection, Object[]) - Static method in class org.zkoss.util.CollectionsX
Adds all elements of an array to a collection.
addAllByOrder(Collection) - Method in class org.zkoss.util.TreeArray
Deprecated. Adds all elements by their natural ordering.
addAllByOrder(Collection, Comparator) - Method in class org.zkoss.util.TreeArray
Deprecated. Adds all elements by the specified comparator.
addByOrder(Object) - Method in class org.zkoss.util.TreeArray
Deprecated. Adds an element by its natural ordering.
addByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Deprecated. Adds an element by the specified comparator.
addClass(String, Class) - Method in class org.zkoss.xel.util.TaglibMapper
Adds the class that can be retrieved by TaglibMapper.resolveClass(java.lang.String).
addDeclaredNamespace(Namespace) - Method in class org.zkoss.idom.Element
Adds a namespace to the namespace declaration.
addEntry(ListX.Entry, Object) - Method in interface org.zkoss.util.ListX
Deprecated. Inserts the sepcified element in front of the specified entry.
addEntry(int, Object) - Method in interface org.zkoss.util.ListX
Deprecated. Inserts the specified element at the specified position in this list.
addEntry(Object) - Method in interface org.zkoss.util.ListX
Deprecated. Appends the specified element to the end of this list.
addEntry(ListX.Entry, Object) - Method in class org.zkoss.util.TreeArray
Deprecated.  
addEntry(int, Object) - Method in class org.zkoss.util.TreeArray
Deprecated.  
addEntry(Object) - Method in class org.zkoss.util.TreeArray
Deprecated.  
addFunction(String, String, Function) - Method in class org.zkoss.xel.util.TaglibMapper
Adds the function that can be retrieved by TaglibMapper.resolveFunction(java.lang.String, java.lang.String).
addToCurrentGroup(Item) - Method in class org.zkoss.idom.input.SAXHandler
Adds the item to the current group; also attach the locator.
adoptNode(Node) - Method in class org.zkoss.idom.Document
 
AImage - Class in org.zkoss.image
Represents an image.
AImage(String, byte[]) - Constructor for class org.zkoss.image.AImage
the hash code.
AImage(String, InputStream) - Constructor for class org.zkoss.image.AImage
Contructs an image with an input stream.
AImage(String) - Constructor for class org.zkoss.image.AImage
Constructs an image with a file name.
AImage(File) - Constructor for class org.zkoss.image.AImage
Constructs an image with a file.
AImage(URL) - Constructor for class org.zkoss.image.AImage
Constructs an image with an URL.
ALL - Static variable in class org.zkoss.util.logging.Log
All levels.
AMedia - Class in org.zkoss.util.media
A media object holding content such PDF, HTML, DOC or XLS content.
AMedia(String, String, String, byte[]) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and binary data.
AMedia(String, String, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and text data.
AMedia(String, String, String, InputStream) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and stream data (binary).
AMedia(String, String, String, Reader) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and reader data (textual).
AMedia(String, String, String, File, boolean) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and a file.
AMedia(String, String, String, File, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and a file.
AMedia(File, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with a file.
AMedia(String, String, String, URL, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and URL.
AMedia(URL, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with a file.
any() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns true if any element.
anyElement() - Method in class org.zkoss.idom.impl.AbstractGroup
 
anyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
Returns the index that is one of delimiters, or the length if none of delimiter is found.
appendAsHex(StringBuffer, char) - Static method in class org.zkoss.idom.Verifier
 
appendAttribute(StringBuffer, String, String) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, String, boolean) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, int) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute with a int value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, long) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, double) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, short) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute with a short value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, boolean) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
appendData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
appendEscape(StringBuffer, String, String) - Static method in class org.zkoss.lang.Strings
Deprecated. As of release 5.0.0, use Strings.escape(StringBuffer,CharSequence,String) instead.
appendStyle(StringBuffer, String, String) - Static method in class org.zkoss.xml.HTMLs
Appends a style value to the string buffer for HTML/XML (name:"val";).
argNames - Variable in class org.zkoss.lang.Classes.MethodInfo
 
argTypes - Variable in class org.zkoss.lang.Classes.MethodInfo
 
ArraysX - Class in org.zkoss.util
Utilities for handling arrays.
ArraysX() - Constructor for class org.zkoss.util.ArraysX
 
attachLocator(Item) - Method in class org.zkoss.idom.input.SAXHandler
Attaches the locator to the item.
attr(String, Object) - Static method in class org.zkoss.xel.fn.XmlFns
Generates an attribute for HTML/XML.
Attributable - Interface in org.zkoss.idom
Represents a class that has attributes.
Attribute - Class in org.zkoss.idom
The iDOM attribute.
Attribute(String, String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute(Namespace, String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute(String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute() - Constructor for class org.zkoss.idom.Attribute
Constructor.
attributeDecl(String, String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
Audio - Interface in org.zkoss.sound
Represents an audio.

B

B_GET - Static variable in class org.zkoss.lang.Classes
Search the get method; not imply B_METHODONLY.
B_METHOD_ONLY - Static variable in class org.zkoss.lang.Classes
Only search for methods; excluding fields.
B_PUBLIC_ONLY - Static variable in class org.zkoss.lang.Classes
Only search for public methods or fields.
B_SET - Static variable in class org.zkoss.lang.Classes
Search the set method; not imply B_METHODONLY.
BAR0_STRING - Static variable in class org.zkoss.lang.Objects
The horizontal bar 0 (i.e., .........).
BAR1_STRING - Static variable in class org.zkoss.lang.Objects
The horizontal bar 1 (i.e., ---------).
BAR2_STRING - Static variable in class org.zkoss.lang.Objects
The horizontal bar 2 (i.e., =========).
beginOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the specified date and TimeZone.
beginOfMonth() - Static method in class org.zkoss.util.Dates
Return the beginning date of this month.
beginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
beginOfYear() - Static method in class org.zkoss.util.Dates
Return the beginning date of this year.
beginOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
BigDecimals - Class in org.zkoss.math
Utilities and constants of big decimals.
BigDecimals() - Constructor for class org.zkoss.math.BigDecimals
 
BigIntegers - Class in org.zkoss.math
BigInteger utilities.
BigIntegers() - Constructor for class org.zkoss.math.BigIntegers
 
Binable - Interface in org.zkoss.idom
Represent a class that allows any type of objects, not just String.
Binary - Class in org.zkoss.idom
The binary item.
Binary(String) - Constructor for class org.zkoss.idom.Binary
Constructor.
Binary(Object) - Constructor for class org.zkoss.idom.Binary
Constructor.
Binary() - Constructor for class org.zkoss.idom.Binary
Constructor.
BLACK - Static variable in class org.zkoss.util.TreeArray
Deprecated.  
build(File) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a file.
build(InputStream) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a input stream.
build(InputSource) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a input source.
build(String) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a URI string.
build(URL) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a URL.
build(Reader) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a Reader.

C

Cache - Interface in org.zkoss.util
Represents a cache.
cacheable - Variable in class org.zkoss.util.resource.Loader.Resource
Whether the resource shall be cached in ResourceCache.
CacheMap - Class in org.zkoss.util
The cache map.
CacheMap(int, int) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map with the specified max size and lifetime.
CacheMap() - Constructor for class org.zkoss.util.CacheMap
Constructs a cachemap by using LinkedHashMap internally.
CacheMap(int) - Constructor for class org.zkoss.util.CacheMap
Constructs a cachemap by using LinkedHashMap internally.
CacheMap(int, float) - Constructor for class org.zkoss.util.CacheMap
Constructs a cachemap by using LinkedHashMap internally.
CacheMap.Value - Class in org.zkoss.util
The class to hold key/value.
cancel() - Method in class org.zkoss.util.ScalableTimer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class org.zkoss.util.ScalableTimerTask
Cancels this timer task.
canExpunge(CacheMap.Value) - Method in class org.zkoss.util.CacheMap
Tests whether certain value is OK to expunge.
cat(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Catenates two strings.
cat3(String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Catenates three strings.
cat4(String, String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Catenates four strings.
cat5(String, String, String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Catenates four strings.
CData - Class in org.zkoss.idom
The iDOM CDATA.
CData(String) - Constructor for class org.zkoss.idom.CData
Constructor.
CData() - Constructor for class org.zkoss.idom.CData
Constructor.
cease() - Method in class org.zkoss.io.FileWatchdog
Stops the thread.
characters(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
CheckableTreeArray - Class in org.zkoss.util
Deprecated. As of release 5.0.8, it is not used and no longer maintained. The checkable TreeArray. It extends TreeArray such that deriving classes could add validation when an element is added, removed or set. It is also useful to maintain the modification flag.
CheckableTreeArray() - Constructor for class org.zkoss.util.CheckableTreeArray
Deprecated.  
CheckableTreeArray(Collection) - Constructor for class org.zkoss.util.CheckableTreeArray
Deprecated.  
CheckableTreeArray.CkEntry - Class in org.zkoss.util
Deprecated.  
CheckableTreeArray.CkEntry(Object) - Constructor for class org.zkoss.util.CheckableTreeArray.CkEntry
Deprecated.  
checkAttributeName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an attribute's name is valid.
checkCData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a CDATA is valid.
checkCharacterData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a text is valid.
checkCommentData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a comment data is valid.
checkElementName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an element's name is valid.
checkNamespacePrefix(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether the prefix of a namespace is valid.
checkNamespaceURI(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether the URI of a namespace is valid.
checkNotOrphan(ListX.Entry) - Method in class org.zkoss.util.TreeArray
Deprecated. Converts and checks whether it is not orphan
checkPITarget(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a processing instruction target is valid.
checkRange(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
checkRangePlus(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
Checksums - Class in org.zkoss.util
Checksum relevant utilities.
Checksums() - Constructor for class org.zkoss.util.Checksums
 
checkText(String) - Method in class org.zkoss.idom.Binary
 
checkText(String) - Method in class org.zkoss.idom.CData
 
checkText(String) - Method in class org.zkoss.idom.Comment
 
checkText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
Checks whether the text is valid.
checkVersion(Document, URL) - Static method in class org.zkoss.idom.util.IDOMs
Returnss whether the loaded document's version is correct.
checkXMLName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a name is valid.
CLASS_NOT_COMPATIABLE - Static variable in interface org.zkoss.mesg.MCommon
 
Classes - Class in org.zkoss.lang
Utilities to handle java.lang.Class
Classes() - Constructor for class org.zkoss.lang.Classes
 
Classes.MethodInfo - Class in org.zkoss.lang
The method info class used for Classes.parseMethod(String signature).
Classes.MethodInfo(String, String, String[], String[], String) - Constructor for class org.zkoss.lang.Classes.MethodInfo
 
ClassLocator - Class in org.zkoss.util.resource
The locator searches the current thread's context class loader, and then this class's class loader.
ClassLocator() - Constructor for class org.zkoss.util.resource.ClassLocator
 
ClassLocator.Resource - Class in org.zkoss.util.resource
An item of the list returned by ClassLocator.getDependentXMLResources(java.lang.String, java.lang.String, java.lang.String).
cleanup() - Static method in class org.zkoss.util.Cleanups
Invokes all cleanups registered with Cleanups.add(org.zkoss.util.Cleanups.Cleanup).
cleanup() - Method in interface org.zkoss.util.Cleanups.Cleanup
Cleanups the thread local variables.
Cleanups - Class in org.zkoss.util
Utilities to clean up resources when the application is stopping.
Cleanups() - Constructor for class org.zkoss.util.Cleanups
 
Cleanups.Cleanup - Interface in org.zkoss.util
The interface to implement for each cleanup.
clear() - Method in interface org.zkoss.util.Cache
Clears all objects being cached.
clear() - Method in class org.zkoss.util.CacheMap
 
clear() - Method in class org.zkoss.util.CheckableTreeArray
Deprecated.  
clear() - Method in class org.zkoss.util.IdentityHashSet
 
clear() - Method in class org.zkoss.util.MultiCache
 
clear() - Method in class org.zkoss.util.resource.ResourceCache
It is OK to clear up all cached resources if you don't want to cache it.
clear() - Method in class org.zkoss.util.ThreadLocalCache
 
clear() - Method in class org.zkoss.util.TreeArray
Deprecated. Clears the whole list.
clear() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated. Called by TreeArray.clear to do clear recursively.
clearModified(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
Deprecated. As of release 5.0.8, it does nothing.
clearModified(boolean) - Method in interface org.zkoss.idom.Item
Deprecated. As of release 5.0.8, it does nothing.
clone() - Method in class org.zkoss.idom.Attribute
 
clone() - Method in class org.zkoss.idom.Element
 
clone() - Method in class org.zkoss.idom.impl.AbstractGroup
 
clone(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
Deprecated. As of release 5.0.8, replaced with AbstractItem.clone().
clone() - Method in class org.zkoss.idom.impl.AbstractItem
Clones this object (a deep cloning not including contents contained in Textual nodes).
clone(boolean) - Method in interface org.zkoss.idom.Item
Deprecated. As of release 5.0.8, replaced with Item.clone().
clone() - Method in interface org.zkoss.idom.Item
Clones this item.
clone() - Method in class org.zkoss.idom.Namespace
 
clone(Object) - Static method in class org.zkoss.lang.Objects
Clones the specified object.
clone() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
clone(Object) - Static method in class org.zkoss.util.ArraysX
Clones an array.
clone() - Method in class org.zkoss.util.CacheMap
To make sure that it is in the acess order.
clone() - Method in class org.zkoss.util.CacheMap.Value
 
clone() - Method in class org.zkoss.util.FastReadArray
 
clone() - Method in class org.zkoss.util.IdentityHashSet
 
clone() - Method in class org.zkoss.util.MultiCache
 
clone() - Method in class org.zkoss.util.TreeArray
Deprecated.  
clone() - Method in class org.zkoss.xel.util.TaglibMapper
 
cloneNode(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
 
close(InputStream) - Static method in class org.zkoss.io.Files
Close an input stream without throwing an exception.
close(Reader) - Static method in class org.zkoss.io.Files
Close a reader without throwing an exception.
close(OutputStream) - Static method in class org.zkoss.io.Files
Close an output stream without throwing an exception.
close(Writer) - Static method in class org.zkoss.io.Files
Close a writer without throwing an exception.
close() - Method in class org.zkoss.io.NullReader
 
close() - Method in class org.zkoss.io.NullWriter
 
close() - Method in class org.zkoss.io.RepeatableInputStream
Closes the current access, and the next call of RepeatableInputStream.close() re-opens the buffered input stream.
close() - Method in class org.zkoss.io.RepeatableReader
Closes the current access, and the next call of RepeatableReader.read(char[], int, int) re-opens the buffered reader.
close() - Method in class org.zkoss.io.WriterOutputStream
 
coalesce(boolean) - Method in interface org.zkoss.idom.Group
Coalesces children if they are siblings with the same type instances of Textual, Textual.isCoalesceable returns true.
coalesce(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
coerce(Class, Object) - Static method in class org.zkoss.lang.Classes
Converts an object to the specified class.
coerce(Class, Object, boolean) - Static method in class org.zkoss.lang.Classes
Converts to the specified type.
CollectionsX - Class in org.zkoss.util
The collection related utilities.
CollectionsX() - Constructor for class org.zkoss.util.CollectionsX
 
CollectionsX.ArrayCollection - Class in org.zkoss.util
An readonly collection on top of an array.
CollectionsX.ArrayCollection(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayCollection
 
CollectionsX.ArrayEnumeration - Class in org.zkoss.util
An enumeration on top of an array.
CollectionsX.ArrayEnumeration(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayEnumeration
 
CollectionsX.ArrayIterator - Class in org.zkoss.util
An iterator on top of an array.
CollectionsX.ArrayIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayIterator
 
CollectionsX.ArrayList - Class in org.zkoss.util
An readonly list on top of an array.
CollectionsX.ArrayList(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayList
 
CollectionsX.ArrayListIterator - Class in org.zkoss.util
 
CollectionsX.ArrayListIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
CollectionsX.ArrayListIterator(Object[], int) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
CollectionsX.CollectionEnumeration - Class in org.zkoss.util
An enumeration on top of a collection or iterator.
CollectionsX.CollectionEnumeration(Collection) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionsX.CollectionEnumeration(Iterator) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionsX.EnumerationIterator - Class in org.zkoss.util
An iterator that iterates thru an Enumeration.
CollectionsX.EnumerationIterator(Enumeration) - Constructor for class org.zkoss.util.CollectionsX.EnumerationIterator
 
CollectionsX.OneCollection - Class in org.zkoss.util
A collection that contains only one element.
CollectionsX.OneCollection(Object) - Constructor for class org.zkoss.util.CollectionsX.OneCollection
 
CollectionsX.OneEnumeration - Class in org.zkoss.util
An enumeration that enumerates one element.
CollectionsX.OneEnumeration(Object) - Constructor for class org.zkoss.util.CollectionsX.OneEnumeration
 
CollectionsX.OneIterator - Class in org.zkoss.util
An iterator that iterates one element.
CollectionsX.OneIterator(Object) - Constructor for class org.zkoss.util.CollectionsX.OneIterator
 
color - Variable in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
combine(Collection, Collection) - Static method in class org.zkoss.util.DualCollection
Returns a collection by combining two collections.
combine(FunctionMapper, FunctionMapper) - Static method in class org.zkoss.xel.util.DualFunctionMapper
Returns a function mapper by combining two function mappers.
Comment - Class in org.zkoss.idom
The iDOM Comment.
Comment(String) - Constructor for class org.zkoss.idom.Comment
Constructor.
Comment() - Constructor for class org.zkoss.idom.Comment
Constructor.
comment(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
CommonException - Exception in org.zkoss.lang
The most fundamental non-runtime exception of Potix classes.
CommonException(String, Throwable) - Constructor for exception org.zkoss.lang.CommonException
Constructs an CommonException by specifying message directly.
CommonException(String) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException() - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.CommonException
Constructs an CommonException by use of an error code.
CommonException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object[]) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int) - Constructor for exception org.zkoss.lang.CommonException
 
CommonFns - Class in org.zkoss.xel.fn
Common functions used with EL.
CommonFns() - Constructor for class org.zkoss.xel.fn.CommonFns
 
comodifiableIterator(Collection) - Static method in class org.zkoss.util.CollectionsX
Returns an iterator that allows the caller to modify the collection directly (in addition to Iterator.remove()).
Comparables - Class in org.zkoss.lang
Utilities regarding Comparable type objects.
Comparables() - Constructor for class org.zkoss.lang.Comparables
 
compare(Object, Object) - Method in class org.zkoss.util.IdentityComparator
 
compareDocumentPosition(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
compareTo(MutableInteger) - Method in class org.zkoss.lang.MutableInteger
Compares two MutableInteger objects numerically.
compareTo(Object) - Method in class org.zkoss.lang.MutableInteger
Compares two MutableInteger objects numerically.
compareVersion(int[], int[]) - Static method in class org.zkoss.util.Utils
Compares two version.
concat(Object, Object) - Static method in class org.zkoss.util.ArraysX
Concat the two specified array.
configure(Properties) - Method in class org.zkoss.util.logging.LogService
Configures based the properties.
configure(File) - Method in class org.zkoss.util.logging.LogService
Configures based the properties stored in a file.
configure(String) - Method in class org.zkoss.util.logging.LogService
Configures based the properties stored in a file.
configureAndWatch(File, long) - Method in class org.zkoss.util.logging.LogService
Periodically checks whether a file is modified, and configures based the properties stored in the file, if any modifications.
ContainerFactory - Interface in org.zkoss.json.parser
Container factory for creating containers for JSON object and JSON array.
contains(Object) - Method in class org.zkoss.util.IdentityHashSet
 
containsKey(Object) - Method in interface org.zkoss.util.Cache
Returns whether the specified key is stored.
containsKey(Object) - Method in class org.zkoss.util.CacheMap
 
containsKey(Object) - Method in class org.zkoss.util.FilterMap
 
containsKey(Object) - Method in class org.zkoss.util.MultiCache
 
containsKey(Object) - Method in class org.zkoss.util.ThreadLocalCache
 
containsMethod(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Tests whether a class contains the specified method.
containsValue(Object) - Method in class org.zkoss.util.CacheMap
 
ContentLoader - Class in org.zkoss.util.resource
A Loader that loads the resource by use URL.getContent() if the source is URL, or loads into a String if the source is a File (and assumging UTF-8).
ContentLoader() - Constructor for class org.zkoss.util.resource.ContentLoader
 
ContentTypes - Class in org.zkoss.util.media
Utilities relevant to content types.
ContentTypes() - Constructor for class org.zkoss.util.media.ContentTypes
 
copy(Writer, Reader) - Static method in class org.zkoss.io.Files
Copies a reader into a writer.
copy(OutputStream, InputStream) - Static method in class org.zkoss.io.Files
Copies an input stream to a output stream.
copy(File, Reader, String) - Static method in class org.zkoss.io.Files
Copies a reader into a file (the original content, if any, are erased).
copy(File, InputStream) - Static method in class org.zkoss.io.Files
Copies an input stream into a file (the original content, if any, are erased).
copy(File, File, int) - Static method in class org.zkoss.io.Files
Copies a file or a directory into another.
copyTo(Map) - Method in class org.zkoss.util.ThreadLocalCache
Puts all object cached in the current thread to the specifed map.
correctFieldName(String) - Static method in class org.zkoss.lang.Classes
Corrects a string to a valid Java name.
correctSeparator(String) - Static method in class org.zkoss.io.Files
Corrects the separator from '/' to the system dependent one.
CP_OVERWRITE - Static variable in class org.zkoss.io.Files
Overwrites the destination file.
CP_PRESERVE - Static variable in class org.zkoss.io.Files
Preserves the last modified time and other attributes if possible.
CP_SKIP_SVN - Static variable in class org.zkoss.io.Files
Skips the SVN related files.
CP_UPDATE - Static variable in class org.zkoss.io.Files
Copy only when the source is newer or when the destination is missing.
creatArrayContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
 
createAttribute(String) - Method in class org.zkoss.idom.Document
 
createAttributeNS(String, String) - Method in class org.zkoss.idom.Document
 
createCDATASection(String) - Method in class org.zkoss.idom.Document
 
createComment(String) - Method in class org.zkoss.idom.Document
 
createDocument(String, String, DocumentType) - Method in class org.zkoss.idom.impl.DOMImplementation
 
createDocumentFragment() - Method in class org.zkoss.idom.Document
 
createDocumentType(String, String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
createElement(String) - Method in class org.zkoss.idom.Document
 
createElementNS(String, String) - Method in class org.zkoss.idom.Document
 
createEntityReference(String) - Method in class org.zkoss.idom.Document
 
createObjectContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
 
createProcessingInstruction(String, String) - Method in class org.zkoss.idom.Document
 
createTextNode(String) - Method in class org.zkoss.idom.Document
 

D

D - Class in org.zkoss.lang
Debugging utilities.
D() - Constructor for class org.zkoss.lang.D
 
d2j(Date) - Static method in class org.zkoss.json.JSONs
Marshalls a Date object to a string, such that it can be add to JSONArray or JSONObject (aka., json-ize).
DateFormatInfo - Interface in org.zkoss.text
The format infomation for date/time.
DateFormats - Class in org.zkoss.text
DateFormat relevant utilities.
DateFormats() - Constructor for class org.zkoss.text.DateFormats
 
Dates - Class in org.zkoss.util
Utilities for java.util.Date
Dates() - Constructor for class org.zkoss.util.Dates
 
dayMonthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the day of month of a date.
DEBUG - Static variable in class org.zkoss.util.logging.Log
The DEBUG level.
debug(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug message and a throwable object.
debug(String) - Method in class org.zkoss.util.logging.Log
Logs a debug message.
debug(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the debug message, and a throwable object.
debug(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the debug message.
debug(Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug throwable object.
debug(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug message and a throwable object by giving message code.
debug(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug message and a throwable object by giving message code.
debug(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a debug message and a throwable object by giving message code.
debug(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs a debug message by giving message code.
debug(int, Object) - Method in class org.zkoss.util.logging.Log
Logs a debug message by giving message code.
debug(int) - Method in class org.zkoss.util.logging.Log
Logs a debug message by giving message code.
debugable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.DEBUG level is loggable.
decSize() - Method in class org.zkoss.util.TreeArray
Deprecated.  
DEFAULT_LIFETIME - Static variable in interface org.zkoss.util.Cache
The default minimal lifetime, unit=milliseconds.
DEFAULT_MAX_SIZE - Static variable in interface org.zkoss.util.Cache
The default maximal allowed size.
DefaultIDOMFactory - Class in org.zkoss.idom.input
The default iDOM factory.
DefaultIDOMFactory() - Constructor for class org.zkoss.idom.input.DefaultIDOMFactory
Constructor.
defaultResolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
The default entity resolver.
delete(TreeArray.RbEntry) - Method in class org.zkoss.util.CheckableTreeArray
Deprecated.  
delete(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
delete(TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
Deprecated. All remove methods are done thru this method.
deleteAll(File) - Static method in class org.zkoss.io.Files
Deletes all files under the specified path.
deleteData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
detach() - Method in class org.zkoss.idom.Attribute
Detach the attribute from its owner, if any.
detach() - Method in class org.zkoss.idom.impl.AbstractItem
 
detach() - Method in interface org.zkoss.idom.Item
Detach this item from its parent.
detachChildren() - Method in interface org.zkoss.idom.Group
Detaches all children and returns them in a list.
detachChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
 
DocType - Class in org.zkoss.idom
The iDOM DocType.
DocType(String, String, String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String, String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType() - Constructor for class org.zkoss.idom.DocType
Constructor.
Document - Class in org.zkoss.idom
Represents Document which is also W3C/DOM's document, ie, org.w3c.dom.Document.
Document(Element, DocType) - Constructor for class org.zkoss.idom.Document
Constructor.
Document(Element) - Constructor for class org.zkoss.idom.Document
Constructor.
Document() - Constructor for class org.zkoss.idom.Document
Constructor.
document - Variable in class org.zkoss.util.resource.ClassLocator.Resource
The content of the resource.
Document.ChildArray - Class in org.zkoss.idom
 
Document.ChildArray() - Constructor for class org.zkoss.idom.Document.ChildArray
 
DOMException - Exception in org.zkoss.idom
Denotes an operation is not supported.
DOMException(short) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, String) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, Locator) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, String, Locator) - Constructor for exception org.zkoss.idom.DOMException
 
DOMImplementation - Class in org.zkoss.idom.impl
The iDOM's implementation of DOMImplementation.
DOMImplementation() - Constructor for class org.zkoss.idom.impl.DOMImplementation
 
DRIVE_SEPARATOR_CHAR - Static variable in class org.zkoss.io.Files
The separator representing the drive in a path.
DualCollection - Class in org.zkoss.util
A combination of two collections into a collection.
DualCollection(Collection, Collection) - Constructor for class org.zkoss.util.DualCollection
Constructor.
DualFunctionMapper - Class in org.zkoss.xel.util
Combine two function mappers into one function mapper.
DualFunctionMapper(FunctionMapper, FunctionMapper) - Constructor for class org.zkoss.xel.util.DualFunctionMapper
Constructor.
dummy(Object) - Static method in class org.zkoss.lang.Threads
A dummy function that is used to avoid compiler from optimizing statments around it.
DUMMY_EXPRESSION - Static variable in class org.zkoss.xel.Expressions
An dummy expression that does nothing.
dumpTree(Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to System.out.
dumpTree(PrintStream, Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to the specified stream.
dumpTree(PrintWriter, Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to the specified writer.
duplicate(Object, int, int) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified array.
duplicate(Object) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified array.
DYNAMIC_READER - Static variable in class org.zkoss.util.media.AMedia
Used if you want to implement a meida whose reader is created dynamically each time AMedia.getReaderData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.sound.AAudio
Used if you want to implement a meida whose input stream is created dynamically each time AAudio.getStreamData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.util.media.AMedia
Used if you want to implement a meida whose input stream is created dynamically each time AMedia.getStreamData() is called.

E

eat(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an exception as an warning message about being eaten (rather than thrown).
eat(Throwable) - Method in class org.zkoss.util.logging.Log
Logs an exception as an warning message about being eaten (rather than thrown).
eatQuot(String) - Static method in class org.zkoss.xel.fn.StringFns
Eliminates single and double quotations to avoid JavaScript injection.
Element - Class in org.zkoss.idom
The iDOM element.
Element(String, String) - Constructor for class org.zkoss.idom.Element
Constructor.
Element(Namespace, String) - Constructor for class org.zkoss.idom.Element
Constructor.
Element(String) - Constructor for class org.zkoss.idom.Element
Constructor without a namespace (i.e., Namespace.NO_NAMESPACE).
Element() - Constructor for class org.zkoss.idom.Element
Constructor.
element - Variable in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
Element.AttrArray - Class in org.zkoss.idom
 
Element.AttrArray() - Constructor for class org.zkoss.idom.Element.AttrArray
 
Element.AttrMap - Class in org.zkoss.idom
 
Element.AttrMap() - Constructor for class org.zkoss.idom.Element.AttrMap
 
elementDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ELFactory - Class in org.zkoss.xel.el
An implementation based on ZK Commons EL (zcommons-el.jar: org.zkforge.apache.commons.el.ExpressionEvaluatorImpl).
ELFactory() - Constructor for class org.zkoss.xel.el.ELFactory
 
EMPTY_ENUMERATION - Static variable in class org.zkoss.util.CollectionsX
Empty enumeration.
EMPTY_ITERATOR - Static variable in class org.zkoss.util.CollectionsX
Empty iterator.
EMPTY_MAPPER - Static variable in class org.zkoss.xel.Expressions
An empty function mapper, i.e., it has no function defined at all.
EMPTY_NODELIST - Static variable in class org.zkoss.xml.Nodes
The empty node list.
EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
EMPTY_RESOLVER - Static variable in class org.zkoss.xel.Expressions
An empty variable resolver, i.e., it has no variable defined at all.
EmptyNamedNodeMap - Class in org.zkoss.idom.impl
An empty NamedNodeMap.
EmptyNamedNodeMap() - Constructor for class org.zkoss.idom.impl.EmptyNamedNodeMap
 
enableOutputDocType(boolean) - Method in class org.zkoss.idom.transform.Transformer
Sets whether to output the doc type.
encode(RenderedImage) - Method in interface org.zkoss.image.encoder.ImageEncoder
Encodes an AWT image into a byte array in a particular format.
encode(RenderedImage) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
encode(RenderedImage) - Method in class org.zkoss.image.encoder.PNGEncoder
 
encode(String, RenderedImage, float, boolean) - Static method in class org.zkoss.image.Images
Encodes an AWT image into a ZK image (in PNG, JPEG or other format).
encode(String, RenderedImage) - Static method in class org.zkoss.image.Images
Encodes an AWT image into a ZK image.
encode(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
Returns an encoded string buffer, faster and shorter than Integer.toHexString.
encode(StringBuffer, long) - Static method in class org.zkoss.lang.Strings
Returns an encoded string buffer, faster and shorter than Long.toHexString.
encode(int) - Static method in class org.zkoss.lang.Strings
Returns an encoded string, faster and shorter than Long.toHexString.
encode(long) - Static method in class org.zkoss.lang.Strings
Returns an encoded string, faster and shorter than Long.toHexString.
encode(String) - Method in interface org.zkoss.net.URLEncoder
Deprecated. Translates a string into x-www-form-urlencoded format.
encode(String) - Static method in class org.zkoss.net.URLs
Deprecated. As of release 5.0.5, for simple ZK core. Translates a string into x-www-form-urlencoded format.

By default, java.net.URLEncoder.encode(s, "UTF-8") is used to translate the string. However, you can customize the translation by implementing the URLEncoder interface, and and specify the class in the library property called org.zkoss.net.URLEncoder.

encodeAttribute(String) - Static method in class org.zkoss.xml.XMLs
Encodes a value such that it could be used as XML attribute.
encodeText(String) - Static method in class org.zkoss.xml.XMLs
Encodes a value such that it could be enclosed by a XML elemnt.
encodeText(StringBuffer, String) - Static method in class org.zkoss.xml.XMLs
Encodes a value and appends it to a string buffer, such that it could be enclosed by a XML elemnt.
encodeText(StringBuffer, String, int, int) - Static method in class org.zkoss.xml.XMLs
Encodes a value of the specified range, and appends it to a string buffer, such that it could be enclosed by a XML elemnt.
endCDATA() - Method in class org.zkoss.idom.input.SAXHandler
 
endDocument() - Method in class org.zkoss.idom.input.SAXHandler
 
endDTD() - Method in class org.zkoss.idom.input.SAXHandler
 
endElement(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
endEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
 
endOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the last millisecond date of the specified date and TimeZone.
endOfMonth() - Static method in class org.zkoss.util.Dates
Return the ending date of this month.
endOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
endOfYear() - Static method in class org.zkoss.util.Dates
Return the ending date of this year.
endOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
endPrefixMapping(String) - Method in class org.zkoss.idom.input.SAXHandler
 
endsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Tests if this string ends with the specified suffix.
EntityReference - Class in org.zkoss.idom
The iDOM entity reference.
EntityReference(String) - Constructor for class org.zkoss.idom.EntityReference
Constructor.
EntityReference() - Constructor for class org.zkoss.idom.EntityReference
Constructor.
entryIterator(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
entryIterator() - Method in class org.zkoss.util.TreeArray
Deprecated.  
entrySet() - Method in class org.zkoss.util.CacheMap
 
entrySet() - Method in class org.zkoss.util.FilterMap
 
equals(Object) - Method in class org.zkoss.idom.impl.AbstractItem
Overriding this method is prohibited.
equals(Object) - Method in class org.zkoss.idom.Namespace
Note: equals() is based on URI only.
equals(Object) - Method in class org.zkoss.lang.MutableInteger
 
equals(Object, Object) - Static method in class org.zkoss.lang.Objects
Tests whether two objects are equals.
equals(Object) - Method in class org.zkoss.lang.reflect.SerializableMethod
 
equals(Object) - Method in class org.zkoss.util.CacheMap
 
equals(Object) - Method in class org.zkoss.util.FastReadArray
 
equals(Object) - Method in class org.zkoss.util.FilterMap
 
equals(Object) - Method in class org.zkoss.util.logging.Log
 
equals(Object) - Method in class org.zkoss.util.Pair
 
equals(Object) - Method in class org.zkoss.util.resource.ClassLocator
 
equals(Object) - Method in class org.zkoss.xel.taglib.Taglib
 
equals(Object) - Method in class org.zkoss.xel.util.TaglibMapper
 
equalsAll(Namespace) - Method in class org.zkoss.idom.Namespace
Tests whether two namespace are the same in both prefix and namespace URI.
error(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
ERROR - Static variable in class org.zkoss.util.logging.Log
The ERROR level.
error(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error message and a throwable object.
error(String) - Method in class org.zkoss.util.logging.Log
Logs an error message.
error(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the error message, and a throwable object.
error(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the error message.
error(Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error throwable object.
error(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error message and a throwable object by giving message code.
error(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error message and a throwable object by giving message code.
error(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an error message and a throwable object by giving message code.
error(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs an error message by giving message code.
error(int, Object) - Method in class org.zkoss.util.logging.Log
Logs an error message by giving message code.
error(int) - Method in class org.zkoss.util.logging.Log
Logs an error message by giving message code.
ERROR_UNEXPECTED_CHAR - Static variable in exception org.zkoss.json.parser.ParseException
 
ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.zkoss.json.parser.ParseException
 
ERROR_UNEXPECTED_TOKEN - Static variable in exception org.zkoss.json.parser.ParseException
 
errorable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.ERROR level is loggable.
escape(String, String) - Static method in class org.zkoss.lang.Strings
Escapes (aka, quote) the special characters with backslash.
escape(StringBuffer, CharSequence, String) - Static method in class org.zkoss.lang.Strings
Escapes (aka.
ESCAPE_JAVASCRIPT - Static variable in class org.zkoss.lang.Strings
Used with Strings.escape(java.lang.String, java.lang.String) to escape a string in JavaScript.
escapeXML(String) - Static method in class org.zkoss.xml.XMLs
Encodes a string that special characters are quoted to be compatible with HTML/XML.
escapeXML(char) - Static method in class org.zkoss.xml.XMLs
Enscapes a character into a string if it is a special XML character, returns null if not a special character.
evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
 
evaluate(XelContext) - Method in interface org.zkoss.xel.Expression
Evaluates an expression that was previously prepared.
evaluate(XelContext, String, Class) - Method in interface org.zkoss.xel.ExpressionFactory
Evaluates an expression.
evaluate(XelContext, String, Class) - Static method in class org.zkoss.xel.Expressions
Evaluates an expression.
Evaluators - Class in org.zkoss.xel.util
It mapps a name with an evaluator implementation.
Exceptions - Class in org.zkoss.lang
Utilities for Exceptions.
Exceptions() - Constructor for class org.zkoss.lang.Exceptions
 
exec() - Method in class org.zkoss.util.ScalableTimerTask
The action to be performed by this timer task.
exists(String) - Static method in class org.zkoss.xel.util.Evaluators
Tests whether the evaluator (aka., the expression factory) for the specified evaluator name exists.
existsByThread(String) - Static method in class org.zkoss.lang.Classes
Returns whether the specified class exists for the current thread's context class loader.
Expectable - Interface in org.zkoss.lang
A specifial interface to denote an exception is expectable -- it means the exception is not caused by programming error.
EXPECTING_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
Expression - Interface in org.zkoss.xel
Represent a prepared (aka., compiled) expression.
ExpressionFactory - Interface in org.zkoss.xel
Used to prepare expressions (Expression).
Expressions - Class in org.zkoss.xel
Utilities to use XEL.
Expressions() - Constructor for class org.zkoss.xel.Expressions
 
expunge() - Method in class org.zkoss.util.CacheMap
Enforces to expunge items that exceeds the maximal allowed number or lifetime.
EXPUNGE_CONTINUE - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(org.zkoss.util.CacheMap.Value) to denote the searching of the next mapping shall continue.
EXPUNGE_NO - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(org.zkoss.util.CacheMap.Value) to denote it shall not be expunged.
EXPUNGE_STOP - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(org.zkoss.util.CacheMap.Value) to denote the searching of the next mapping shall stop.
EXPUNGE_YES - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(org.zkoss.util.CacheMap.Value) to denote it shall be expunged.
externalEntityDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 

F

FacadeInvoker - Class in org.zkoss.lang.reflect
The facade invocation handler.
FacadeInvoker(Object) - Constructor for class org.zkoss.lang.reflect.FacadeInvoker
 
FacadeList - Class in org.zkoss.xml
The java List which is a facade of a NodeList.
FacadeList(NodeList) - Constructor for class org.zkoss.xml.FacadeList
Constructor.
FacadeNodeList - Class in org.zkoss.xml
The NodeList which is a facade of another java List.
FacadeNodeList(List) - Constructor for class org.zkoss.xml.FacadeNodeList
Constructor.
FAILED_TO_LOAD - Static variable in interface org.zkoss.mesg.MCommon
 
FastReadArray - Class in org.zkoss.util
An array of objects that are fast to read but a bit slower to add and remove.
FastReadArray() - Constructor for class org.zkoss.util.FastReadArray
Constructs an array of Object.
FastReadArray(Class) - Constructor for class org.zkoss.util.FastReadArray
Constructs an array of the specified class.
fatalError(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
FEATURE_CLASS - Static variable in interface org.zkoss.xel.ExpressionFactory
Used with ExpressionFactory.isSupported(int) to know whether the factory supports FunctionMapper.resolveClass(java.lang.String)
FEATURE_FUNCTION - Static variable in interface org.zkoss.xel.ExpressionFactory
Used with ExpressionFactory.isSupported(int) to know whether the factory supports FunctionMapper.resolveFunction(java.lang.String, java.lang.String)
Fields - Class in org.zkoss.lang.reflect
Utilities to access fields.
Fields() - Constructor for class org.zkoss.lang.reflect.Fields
 
file - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
FILE_DUPLICATE - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_LOADED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND_IGNORED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_OPENING - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_READ_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_REMOVE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_WRITE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
filename - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
 
FileReader - Class in org.zkoss.io
Convenience class for reading character files.
FileReader(String, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the name of the file to read from.
FileReader(File, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the File instance to read from.
FileReader(FileDescriptor, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the FileDescriptor to read from.
Files - Class in org.zkoss.io
File related utilities.
Files() - Constructor for class org.zkoss.io.Files
 
FileWatchdog - Class in org.zkoss.io
File modification monitor thread.
FileWatchdog(File, long, FileWatchdog.Callback) - Constructor for class org.zkoss.io.FileWatchdog
Constructor.
FileWatchdog(String, long, FileWatchdog.Callback) - Constructor for class org.zkoss.io.FileWatchdog
Constructor.
FileWatchdog.Callback - Interface in org.zkoss.io
The interface to implement when using a FileWatchdog.
FileWriter - Class in org.zkoss.io
Convenience class for writing character files.
FileWriter(String, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a file name.
FileWriter(String, String, boolean) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
FileWriter(File, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(File, String, boolean) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(FileDescriptor, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object associated with a file descriptor.
filter(Object, Object) - Method in interface org.zkoss.util.FilterMap.Filter
Called to filter a value.
FilterMap - Class in org.zkoss.util
A map that allows the value to be evaluated before returning (so called filtering).
FilterMap(Map, FilterMap.Filter) - Constructor for class org.zkoss.util.FilterMap
 
FilterMap.Filter - Interface in org.zkoss.util
Filters the given value (to evaluate when the value is retrieved).
finalize() - Method in class org.zkoss.io.RepeatableInputStream
 
finalize() - Method in class org.zkoss.io.RepeatableReader
 
FIND_BY_PREFIX - Static variable in interface org.zkoss.idom.Item
Indicates the namespace argument is a prefix rather than URI.
FIND_BY_REGEX - Static variable in interface org.zkoss.idom.Item
Indicates the searching is based on regular expression (upon the name argument).
FIND_BY_TAGNAME - Static variable in interface org.zkoss.idom.Item
Indicates the name argument is a tag name rather than local name.
FIND_IGNORE_CASE - Static variable in interface org.zkoss.idom.Item
Indicates the searching is case insensitive.
FIND_RECURSIVE - Static variable in interface org.zkoss.idom.Item
Indicates the searching looks for all descendants.
findCause(Throwable, Class) - Static method in class org.zkoss.lang.Exceptions
Finds the causes of an exception, ex, to see whether any of them is the givinge type.
findElement(List, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the first element whose sub-element called "name" has the same content as the name argument, or null if not found.
FINE_NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
Represents our fine number precision.
FINE_NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
Represents our fine number scale.
FINER - Static variable in class org.zkoss.util.logging.Log
The FINER level.
finer(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer message and a throwable object.
finer(String) - Method in class org.zkoss.util.logging.Log
Logs a finer message.
finer(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the finer message, and a throwable object.
finer(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the finer message.
finer(Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer throwable object.
finer(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer message and a throwable object by giving message code.
finer(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer message and a throwable object by giving message code.
finer(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a finer message and a throwable object by giving message code.
finer(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs a finer message by giving message code.
finer(int, Object) - Method in class org.zkoss.util.logging.Log
Logs a finer message by giving message code.
finer(int) - Method in class org.zkoss.util.logging.Log
Logs a finer message by giving message code.
finerable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.FINER level is loggable.
first() - Method in class org.zkoss.util.TreeArray
Deprecated. Returns the first node.
firstRightAncestor() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated. Gets the first parent at the right of the specified entry.
firtLeftAncestor() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated. Gets the first ancestor at the left of the specified entry.
flush() - Method in class org.zkoss.io.NullWriter
 
flush() - Method in class org.zkoss.io.WriterOutputStream
 
format(Element) - Static method in class org.zkoss.idom.util.IDOMs
Formats the specified element for better readability by adding white spaces.
format(Object) - Method in interface org.zkoss.mesg.Messages.Formatter
Formats the specified object into a string.
format(Date, boolean) - Static method in class org.zkoss.text.DateFormats
Formats a Date object based on the current Locale and the default date format (DateFormat.DEFAULT.
format(String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
format(String, Object[]) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of Locales.getCurrent().
format(StringBuffer, String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer.
format(StringBuffer, String, Object[]) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer and Locales.getCurrent().
formatByName(String, Map, Locale) - Static method in class org.zkoss.text.MessageFormats
Formats a pattern by substituting names, enclosing with {}, with values found in the giving map.
formatByName(String, Map) - Static method in class org.zkoss.text.MessageFormats
Formats a pattern by substituting names with values found in the giving map, by use of Locales.getCurrent().
formatStackTrace(Throwable, String) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and returns the result.
formatStackTrace(StringBuffer, Throwable, String) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and appends it to the specified string buffer.
formatStackTrace(StringBuffer, Throwable, String, int) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and appends it to the specified string buffer, but only display at most maxcnt lines.
forNameByThread(String) - Static method in class org.zkoss.lang.Classes
Returns the Class object of the specified class name, using the current thread's context class loader.
Function - Interface in org.zkoss.xel
Represents a XEL function.
FunctionMapper - Interface in org.zkoss.xel
Used to customize the way to map between the XEL function names and the Function methods.
FusionInvoker - Class in org.zkoss.lang.reflect
The fusion invocation handler.
FusionInvoker(Object[]) - Constructor for class org.zkoss.lang.reflect.FusionInvoker
Use FusionInvoker.newInstance(Object[]) instead.

G

get(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Get the element with name.
get(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Returns the value of the specified public field or public method in the object.
get(int) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the specified code without formating arugments.
get(int, Object) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the locale of current user with ONE format-argument.
get(int, Object[]) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the locale of current user.
get(int, Object[], Locale) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the specified code.
get(Object) - Method in interface org.zkoss.util.Cache
Returns the object of the specified key, or null if not found.
get(Object) - Method in class org.zkoss.util.CacheMap
 
get(int) - Method in class org.zkoss.util.CollectionsX.ArrayList
 
get(Object) - Method in class org.zkoss.util.FilterMap
 
get(Object) - Method in class org.zkoss.util.MultiCache
 
get(Object) - Method in class org.zkoss.util.resource.ResourceCache
Returns the resource, or null if not found.
get(Object) - Method in class org.zkoss.util.ThreadLocalCache
 
get(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
get(int) - Method in class org.zkoss.xml.FacadeList
 
getAccessibleObject(Class, String, Class[], int) - Static method in class org.zkoss.lang.Classes
Gets the specified accessible object, either a method or a field, by searching the specified name.
getAccessTime() - Method in class org.zkoss.util.CacheMap.Value
Returns the last access time.
getAll(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Get a readonly list of all elements with name.
getAllInterfaces(Class) - Static method in class org.zkoss.lang.Classes
Returns all interfaces that are implemented by the specified class.
getAnyField(Class, String) - Static method in class org.zkoss.lang.Classes
Gets the specified field by searching all fields including any access control and any base class.
getAnyMethod(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Gets the specified method by searching all methods including any access control and any base class.
getAttribute(String) - Method in class org.zkoss.idom.Element
 
getAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
getAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
getAttribute(String) - Method in interface org.zkoss.xel.XelContext
Returns the value of the specified attribute, or null if not available.
getAttributeIndex(int, String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the index of the first attribute that matches the specified criteria.
getAttributeIndex(int, String) - Method in interface org.zkoss.idom.Attributable
Gets the index of the attribute with the giving local name.
getAttributeIndex(int, String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeIndex(int, String) - Method in class org.zkoss.idom.Element
 
getAttributeItem(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the first attribute that matches the specified criteria.
getAttributeItem(String) - Method in interface org.zkoss.idom.Attributable
Gets the attribute with the tag name.
getAttributeItem(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeItem(String) - Method in class org.zkoss.idom.Element
 
getAttributeItems() - Method in interface org.zkoss.idom.Attributable
Returns all attributes of this object.
getAttributeItems() - Method in class org.zkoss.idom.Element
 
getAttributeNode(String) - Method in class org.zkoss.idom.Element
 
getAttributeNodeNS(String, String) - Method in class org.zkoss.idom.Element
 
getAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
getAttributes(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets a list of attributes of the specified criteria.
getAttributes(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributes() - Method in class org.zkoss.idom.Element
 
getAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
 
getAttributes() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getAttributes() - Method in class org.zkoss.xel.util.XelContextProxy
 
getAttributes() - Method in interface org.zkoss.xel.XelContext
Returns all attributes
getAttributeValue(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the value of the first attribute that matches the giving criteria, or null if not found.
getAttributeValue(String) - Method in interface org.zkoss.idom.Attributable
Returns the value of the attribute of the specified tag name, or null if not specified.
getAttributeValue(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeValue(String) - Method in class org.zkoss.idom.Element
 
getAvatar() - Method in interface org.zkoss.util.media.Photo
Returns the avatar (icon) of this object.
getBaseURI() - Method in class org.zkoss.idom.impl.AbstractItem
 
getBriefStackTrace(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the first few lines of the stack trace.
getBundle(String, Locale, Locator, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and locator.
getBundle(String, Locale, Locator) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and locator.
getBundle(String, Locale, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and the default locator, Locators.getDefault().
getBundle(String, Locale) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and the default locator, Locators.getDefault().
getByCompound(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Returnst the value of the specfied public field or public method of the object.
getByFallback(Collection, Locale) - Static method in class org.zkoss.util.Locales
Returns any occurence of the specified Locale or any its fallback in the value collection, or null if not found.
getByOrder(Object) - Method in class org.zkoss.util.TreeArray
Deprecated. Gets an element by its natural ordering.
getByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Deprecated. Gets an element by its natural ordering.
getByteData() - Method in class org.zkoss.image.AImage
 
getByteData() - Method in class org.zkoss.sound.AAudio
 
getByteData() - Method in class org.zkoss.util.media.AMedia
 
getByteData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in byte array.
getByteData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the cause of the given throwable.
getCharset() - Method in interface org.zkoss.util.resource.LabelLocator2
Returns the encoding charset, or null if it is the same as the system default.
getCheckPeriod() - Method in class org.zkoss.util.resource.ResourceCache
Returns how often to check (unit=milliseconds).
getChecksum(String, String) - Static method in class org.zkoss.util.Checksums
Returns the checksum character of the specified val.
getChecksum(StringBuffer, String) - Static method in class org.zkoss.util.Checksums
Returns the checksum character of the specified val.
getChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
 
getChildren() - Method in interface org.zkoss.idom.Group
Gets all children.
getChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getClassNames() - Method in interface org.zkoss.xel.FunctionMapper
Returns a readonly collection of the logic names of the class (never null).
getClassNames() - Method in class org.zkoss.xel.util.DualFunctionMapper
 
getClassNames() - Method in class org.zkoss.xel.util.SimpleMapper
 
getClassNames() - Method in class org.zkoss.xel.util.TaglibMapper
 
getCloseMethod(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
getCloseMethodBySubclass(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Like Classes.getCloseMethod(java.lang.Class, java.lang.String, java.lang.Class[]) to get a 'close' method, but it look for subclass of the arguement (instead of superclass).
getCloseMethods(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Returns all close methods that match the specified condition, or a zero-length array if none is found.
getCloseMethodsBySubclass(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Like Classes.getCloseMethods(java.lang.Class, java.lang.String, java.lang.Class[]) to get all 'close' methods, but it look for subclass of the arguement (instead of superclass).
getCode() - Method in exception org.zkoss.lang.CommonException
 
getCode() - Method in exception org.zkoss.lang.SystemException
 
getCode() - Method in interface org.zkoss.mesg.Messageable
Gets the message code.
getColumnNumber() - Method in class org.zkoss.idom.util.SimpleLocator
 
getConfigDirectory() - Static method in class org.zkoss.io.Files
Returns the conf directory.
getContent() - Method in class org.zkoss.idom.Element
Gets the content of this element.
getContent(String) - Method in class org.zkoss.idom.Element
Returns the content of the child element with the giving path, or null if the content is null or the child element doesn't exist.
getContentType() - Method in class org.zkoss.image.AImage
 
getContentType() - Method in class org.zkoss.sound.AAudio
 
getContentType() - Method in class org.zkoss.util.media.AMedia
 
getContentType(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns the content type of the specified format, such as "html" and "pdf", or null if not found (or format is null).
getContentType() - Method in interface org.zkoss.util.media.Media
Returns the content type, e.g., "image/jpeg", or null if not available.
getContentType() - Method in class org.zkoss.util.media.RepeatableMedia
 
getCurrent() - Static method in class org.zkoss.util.Locales
Returns the current locale; never null.
getCurrent() - Static method in class org.zkoss.util.TimeZones
Returns the current time zone; never null.
getData() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getData() - Method in class org.zkoss.idom.ProcessingInstruction
 
getDateFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the date format of the given style and locale, or null if the default one shall be used.
getDateFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current date format; never null.
getDateTimeFormat(int, int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the date/time format of the given style and locale, or null if the default one shall be used.
getDateTimeFormat(int, int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current date/time format; never null.
getDeclaredNamespaces() - Method in class org.zkoss.idom.Element
Returns namespace declared on this element.
getDefault() - Static method in class org.zkoss.util.resource.Locators
Returns the default resource locator which is an instance of ClassLocator.
getDefaultURL(String) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the URL associated with the specified taglib URI, or null if not found.
getDefaultValue(Class) - Static method in class org.zkoss.lang.Primitives
Returns the default value of a primitive class, or null if it is not a primitive class.
getDependentXMLResources(String, String, String) - Method in class org.zkoss.util.resource.ClassLocator
Returns a list of resources (ClassLocator.Resource) after resolving the dependence.
getDirectory() - Method in class org.zkoss.util.resource.ClassLocator
Always returns null.
getDirectory() - Method in interface org.zkoss.util.resource.Locator
Returns the directory used to resolve the relative path, or null if relative path is not allowed.
getDocType() - Method in class org.zkoss.idom.Document
Gets the document type.
getDoctype() - Method in class org.zkoss.idom.Document
 
getDocument() - Method in class org.zkoss.idom.Attribute
Gets the document that owns this attribute.
getDocument() - Method in class org.zkoss.idom.impl.AbstractItem
 
getDocument() - Method in class org.zkoss.idom.input.SAXHandler
Gets the document being created.
getDocument() - Method in interface org.zkoss.idom.Item
Gets the document that owns this item.
getDocumentElement() - Method in class org.zkoss.idom.Document
 
getDocumentURI() - Method in class org.zkoss.idom.Document
 
getDomConfig() - Method in class org.zkoss.idom.Document
 
getElement(String, String, int) - Method in interface org.zkoss.idom.Group
Gets the first Element-type child that matches the giving criteria.
getElement(String) - Method in interface org.zkoss.idom.Group
Gets the first Element-type child with the tag name.
getElement(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElement(String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElement() - Method in interface org.zkoss.util.ListX.Entry
Deprecated. Gets the element stored in the entry.
getElement() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated. Override it if you want to something when an element is retrieved.
getElementById(String) - Method in class org.zkoss.idom.Document
 
getElementIndex(int, String, String, int) - Method in interface org.zkoss.idom.Group
Gets the index of the Element-type first child that match the specified criteria.
getElementIndex(int, String) - Method in interface org.zkoss.idom.Group
Gets the index of the first Element-type child with the specified name.
getElementIndex(int, String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementIndex(int, String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementNames() - Method in interface org.zkoss.idom.Group
Returns a readonly set of names of element children.
getElementNames() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String, String, int) - Method in interface org.zkoss.idom.Group
Gets a readonly list of Element-type children that match the giving criteria.
getElements(String) - Method in interface org.zkoss.idom.Group
Gets a readonly list of children with the tag name.
getElements() - Method in interface org.zkoss.idom.Group
Returns a cloned copy of all element childrens
getElements() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementsByTagName(String) - Method in class org.zkoss.idom.Document
Gets elements that matches the tag name.
getElementsByTagName(String) - Method in class org.zkoss.idom.Element
 
getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Document
Gets elements that matches the tag name and namespace.
getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Element
 
getElementValue(String, String, int, boolean) - Method in interface org.zkoss.idom.Group
Gets the value of the first Element-type child that matches the giving criteria, with a trimming option.
getElementValue(String, boolean) - Method in interface org.zkoss.idom.Group
Gets the text of the first Element-type child with the tag name, with a trimming option.
getElementValue(String, String, int, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementValue(String, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getEncoderClass(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
Returns the class of the image encoder for the specified format, or null if not specified yet.
getEntities() - Method in class org.zkoss.idom.DocType
 
getEntityResolver() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the org.xml.sax.EntityResolver.
getEntityResolver() - Method in class org.zkoss.idom.input.SAXHandler
Gets the org.xml.sax.EntityResolver.
getEntry(int) - Method in interface org.zkoss.util.ListX
Deprecated. Gets the entry of the specified index, rather than the element added by List.add.
getEntry(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
getErrorHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the org.xml.sax.ErrorHandler.
getErrorHandler() - Method in class org.zkoss.idom.input.SAXHandler
Gets the org.xml.sax.ErrorHandler.
getErrorListener() - Method in class org.zkoss.idom.transform.Transformer
Get the error event handler in effect for the transformation.
getErrorType() - Method in exception org.zkoss.json.parser.ParseException
 
getEvaluatorClass(String) - Static method in class org.zkoss.xel.util.Evaluators
Returns the implementation for the specified evaluator name.
getExpressionFactoryClass() - Static method in class org.zkoss.xel.Expressions
Returns the implementation of the expression factory that is used by the whole system, or null to use the system default.
getExtraMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the extra message, or null if no extra.
getFeature(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
getField(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Deprecated. As of release 3.0.6, replaced with Fields.getByCompound(java.lang.Object, java.lang.String).
getFirstChild() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getFirstChild() - Method in class org.zkoss.idom.impl.AbstractItem
 
getFirstElement(Group) - Static method in class org.zkoss.idom.util.IDOMs
Returns the first child element, or null if no child element at all.
getFormat() - Method in class org.zkoss.image.AImage
 
getFormat() - Method in class org.zkoss.sound.AAudio
 
getFormat() - Method in class org.zkoss.util.media.AMedia
 
getFormat(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns the format of the specified content type, or null if not found.
getFormat() - Method in interface org.zkoss.util.media.Media
Returns the format name, e.g., "jpeg", or null if not available.
getFormat() - Method in class org.zkoss.util.media.RepeatableMedia
 
getFormatter() - Static method in class org.zkoss.mesg.Messages
Returns the formatter used by Messages.get(int, Object[], Locale), or null if not set.
getFunctionMapper(List, Map, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a list of Taglib and imports, or null if nothing is loaded.
getFunctionMapper(Collection, Map, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a collection of Taglib and imports, or null if nothing is loaded.
getFunctionMapper(List, Map, List, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a list of Taglib, imports and functions, or null if nothing is loaded.
getFunctionMapper(Collection, Map, Collection, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a collection of Taglib, imports and functions, or null if nothing is loaded.
getFunctionMapper(List, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a list of Taglib, or null if nothin is loaded.
getFunctionMapper(Collection, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Retursn the function mapper representing a collection of Taglib, or null if nothin is loaded.
getFunctionMapper() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getFunctionMapper() - Method in class org.zkoss.xel.util.XelContextProxy
 
getFunctionMapper() - Method in interface org.zkoss.xel.XelContext
Returns the function mapper, or null if not available.
getHeight() - Method in class org.zkoss.image.AImage
Returns the height.
getHeight() - Method in interface org.zkoss.image.Image
Returns the height.
getIDOMFactory() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the iDOM factory.
getIDOMFactory() - Method in class org.zkoss.idom.input.SAXHandler
Gets the iDOM factory.
getImplementation() - Method in class org.zkoss.idom.Document
 
getInputEncoding() - Method in class org.zkoss.idom.Document
 
getInstance(InputStream) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream that can be read repeatedly, or null if the given input stream is null.
getInstance(File) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of a file that can be read repeatedly.
getInstance(String) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of a file that can be read repeatedly.
getInstance(URL) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of the resource of the given URL that can be read repeatedly.
getInstance(Reader) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader that can be read repeatedly, or null if the given reader is null.
getInstance(File, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file that can be read repeatedly.
getInstance(File) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
getInstance(String, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file that can be read repeatedly.
getInstance(String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
getInstance(URL, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read the resource of the specified URL.
getInstance(URL) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read the resource of the specified URL, encoded in UTF-8.
getInstance(Media) - Static method in class org.zkoss.util.media.RepeatableMedia
Returns a repeatable media with a repeatable input stream or reader, or null if the given media is null.
getInternalSubset() - Method in class org.zkoss.idom.DocType
Gets the data for the internal subset.
getIntProperty(String, int) - Static method in class org.zkoss.lang.Library
Parses the property value to an integer.
getLabel(String) - Method in class org.zkoss.util.resource.impl.LabelLoader
Returns the label of the specified key for the current locale, or null if not found.
getLabel(Locale, String) - Method in class org.zkoss.util.resource.impl.LabelLoader
Returns the label of the specified key for the specified locale, or null if not found.
getLabel(String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current Locale, or null if no found.
getLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getLabel(String, String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current Locale, or the default value if no found.
getLabel(String, String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or the default value if not found.
getLabel(String) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the label or message of the specified key.
getLabel(String, Object[]) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getLastChild() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getLastChild() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLastModified(Object) - Method in class org.zkoss.util.resource.AbstractLoader
 
getLastModified(Object) - Method in interface org.zkoss.util.resource.Loader
Returns the last modified time, or -1 if reload is required or not exists.
getLength() - Method in class org.zkoss.idom.Element.AttrMap
 
getLength() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getLength() - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getLength() - Method in class org.zkoss.xml.FacadeNodeList
 
getLevel() - Method in class org.zkoss.util.logging.Log
Retruns the logging level.
getLevel(String) - Static method in class org.zkoss.util.logging.Log
Return the logging level of the specified string.
getLifetime() - Method in interface org.zkoss.util.Cache
Returns the minimal lifetime, unit=milliseconds.
getLifetime() - Method in class org.zkoss.util.CacheMap
Gets the minimal lifetime, unit=milliseconds.
getLifetime() - Method in class org.zkoss.util.MultiCache
 
getLifetime() - Method in class org.zkoss.util.ThreadLocalCache
 
getLineNumber() - Method in class org.zkoss.idom.util.SimpleLocator
 
getLoader() - Method in class org.zkoss.util.resource.ResourceCache
Returns the loader.
getLocale(String, char) - Static method in class org.zkoss.util.Locales
Converts a string that consists of language, country and variant to a locale.
getLocale(String) - Static method in class org.zkoss.util.Locales
Converts a string that consists of language, country and variant to a locale.
getLocale(Locale) - Static method in class org.zkoss.util.Locales
Converts a Locale to one of them being used before.
getLocale() - Method in class org.zkoss.util.resource.PropertyBundle
Returns the locale of the bundle, or null if it is the default.
getLocalFormatInfo() - Static method in class org.zkoss.text.DateFormats
Returns the info of date/time format for the current thread, or null if not set.
getLocalName() - Method in class org.zkoss.idom.Attribute
 
getLocalName() - Method in class org.zkoss.idom.Element
 
getLocalName() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLocalName() - Method in interface org.zkoss.idom.Namespaceable
Gets the local name of this item.
getLocator() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLocator() - Method in interface org.zkoss.idom.Item
Gets the locator of this item.
getMajorVersion() - Static method in class org.zkoss.lang.JVMs
Returns the major version.
getMaxSize() - Method in interface org.zkoss.util.Cache
Returns the maximal allowed size.
getMaxSize() - Method in class org.zkoss.util.CacheMap
Gets the maximal allowed size.
getMaxSize() - Method in class org.zkoss.util.MultiCache
 
getMaxSize() - Method in class org.zkoss.util.ThreadLocalCache
Returns the maximal allowed size.
getMaxTimerSize() - Method in class org.zkoss.util.ScalableTimer
Returns the maximal allowed number of timers (Timer) are used in this instance.
getMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns a message of the exception.
getMessage(int, Object[]) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception's getMessage method.
getMessage(int, Object) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception with one format-argument.
getMessage(int) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception without format-argument.
getMethod() - Method in class org.zkoss.lang.reflect.SerializableMethod
Returns the method being encapsulated.
getMethodByObject(Class, String, Object[]) - Static method in class org.zkoss.lang.Classes
Gets one of the close method by specifying the arguments, rather than the argument types.
getMethodBySignature(Class, String, Collection) - Static method in class org.zkoss.lang.Classes
Gets the method based on the signature.
getMethodInPublic(Class, String, Class[]) - Static method in class org.zkoss.lang.Classes
Gets the method that is declared in a public class/interface.
getMinorVersion() - Static method in class org.zkoss.lang.JVMs
Returns the minor version.
getName() - Method in class org.zkoss.idom.Attribute
 
getName() - Method in class org.zkoss.idom.Binary
 
getName() - Method in class org.zkoss.idom.CData
 
getName() - Method in class org.zkoss.idom.Comment
 
getName() - Method in class org.zkoss.idom.DocType
Gets the element name being constrained.
getName() - Method in class org.zkoss.idom.Document
 
getName() - Method in class org.zkoss.idom.Element
Gets the tag name of the element -- the name with prefix.
getName() - Method in class org.zkoss.idom.EntityReference
 
getName() - Method in interface org.zkoss.idom.Item
Gets the name of the item.
getName() - Method in class org.zkoss.idom.ProcessingInstruction
 
getName() - Method in class org.zkoss.idom.Text
 
getName() - Method in class org.zkoss.image.AImage
 
getName() - Method in class org.zkoss.sound.AAudio
 
getName() - Method in class org.zkoss.util.logging.Log
Returns the name of this logger.
getName() - Method in class org.zkoss.util.media.AMedia
 
getName() - Method in interface org.zkoss.util.media.Media
Returns the name (usually filename) of this media, or null if not available.
getName() - Method in class org.zkoss.util.media.RepeatableMedia
 
getNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
 
getNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
 
getNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getNamespace() - Method in class org.zkoss.idom.Attribute
 
getNamespace(String) - Method in class org.zkoss.idom.Element
Returns the Namespace in scope on this element for the given prefix (this involves searching up the tree, so the results depend on the current location of the element), or null if not found.
getNamespace() - Method in class org.zkoss.idom.Element
 
getNamespace() - Method in interface org.zkoss.idom.Namespaceable
Gets the namespace.
getNamespaceURI() - Method in class org.zkoss.idom.Attribute
 
getNamespaceURI() - Method in class org.zkoss.idom.Element
 
getNamespaceURI() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNextSibling() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNodeName() - Method in class org.zkoss.idom.Binary
 
getNodeName() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNodeType() - Method in class org.zkoss.idom.Attribute
 
getNodeType() - Method in class org.zkoss.idom.Binary
 
getNodeType() - Method in class org.zkoss.idom.CData
 
getNodeType() - Method in class org.zkoss.idom.Comment
 
getNodeType() - Method in class org.zkoss.idom.DocType
 
getNodeType() - Method in class org.zkoss.idom.Document
 
getNodeType() - Method in class org.zkoss.idom.Element
 
getNodeType() - Method in class org.zkoss.idom.EntityReference
 
getNodeType() - Method in class org.zkoss.idom.ProcessingInstruction
 
getNodeType() - Method in class org.zkoss.idom.Text
 
getNodeValue() - Method in class org.zkoss.idom.Element
Always null.
getNodeValue() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNotation(String) - Static method in class org.zkoss.lang.Primitives
Returns the notation of a primitive class, or ((char)0) if it is not a primitive class.
getNotations() - Method in class org.zkoss.idom.DocType
 
getOrigin() - Method in class org.zkoss.io.PrintWriterX
Returns the original writer.
getOrigin() - Method in class org.zkoss.util.FilterMap
Returns the original map being filtered.
getOutputProperties() - Method in class org.zkoss.idom.transform.Transformer
Get a copy of the output properties for the transformation.
getOutputProperty(String) - Method in class org.zkoss.idom.transform.Transformer
Get an output property that is in effect for the transformation.
getOwner() - Method in class org.zkoss.idom.Attribute
Gets the item that owns this attribute.
getOwnerDocument() - Method in class org.zkoss.idom.Attribute
 
getOwnerDocument() - Method in class org.zkoss.idom.impl.AbstractItem
 
getOwnerElement() - Method in class org.zkoss.idom.Attribute
 
getParameterTypes() - Method in interface org.zkoss.xel.Function
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParameterTypes() - Method in class org.zkoss.xel.util.MethodFunction
 
getParent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParent() - Method in interface org.zkoss.idom.Item
Gets the parent item.
getParent() - Method in class org.zkoss.xel.util.SimpleMapper
Returns the parent mapper, or null if no parent.
getParent() - Method in class org.zkoss.xel.util.SimpleResolver
Returns the parent, or null if no parent at all.
getParentNode() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParser() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the sax parser.
getPhoto() - Method in interface org.zkoss.util.media.Photo
Returns the photo of this object.
getPosition() - Method in class org.zkoss.json.parser.JSONParser
 
getPosition() - Method in exception org.zkoss.json.parser.ParseException
 
getPrefix() - Method in class org.zkoss.idom.Attribute
 
getPrefix() - Method in class org.zkoss.idom.Element
 
getPrefix() - Method in class org.zkoss.idom.impl.AbstractItem
 
getPrefix() - Method in class org.zkoss.idom.Namespace
Gets the prefix mapped to this Namespace.
getPrefix() - Method in class org.zkoss.xel.taglib.Taglib
Returns the prefix.
getPreviousSibling() - Method in class org.zkoss.idom.impl.AbstractItem
 
getProperties() - Method in class org.zkoss.util.resource.PropertyBundle
Returns a map of all properties, (String key , String value).
getProperty(String) - Static method in class org.zkoss.lang.Library
Returns the library property indicated by the specified key.
getProperty(String, String) - Static method in class org.zkoss.lang.Library
Returns the library property indicated by the specified key.
getProperty(String) - Method in class org.zkoss.util.resource.PropertyBundle
Returns the property for the given key from this resource bundle or one of its parents.
getPublicId() - Method in class org.zkoss.idom.DocType
Gets the public ID of an externally referenced DTD, or an empty String if none is referenced.
getPublicId() - Method in class org.zkoss.idom.util.SimpleLocator
 
getQuality() - Method in interface org.zkoss.image.encoder.ImageEncoder
Return the quality of the image encoding.
getQuality() - Method in class org.zkoss.image.encoder.JPEGEncoder
Returns the quality of the image encoding.
getQuality() - Method in class org.zkoss.image.encoder.PNGEncoder
Always return 1.0 since no quality degrade.
getRbEntry(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
getReaderData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getReaderData() - Method in class org.zkoss.sound.AAudio
Not supported.
getReaderData() - Method in class org.zkoss.util.media.AMedia
Returns the reader of this media to retrieve the data.
getReaderData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in Reader.
getReaderData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getRealCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unveils the real cause.
getRequiredAttributeValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required attribute value.
getRequiredElement(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required element.
getRequiredElementValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required element value.
getRequiredLabel(String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current locale.
getRequiredLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getResource(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResource(String) - Method in interface org.zkoss.util.resource.Locator
Finds the resource with the given name.
getResourceAsStream(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResourceAsStream(String) - Method in interface org.zkoss.util.resource.Locator
Returns an input stream for reading the specified resource.
getResources(String) - Method in class org.zkoss.util.resource.ClassLocator
Returns an enumeration of resources.
getReturnType() - Method in interface org.zkoss.xel.Function
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReturnType() - Method in class org.zkoss.xel.util.MethodFunction
 
getRootElement() - Method in class org.zkoss.idom.Document
Gets the root element.
getSchemaTypeInfo() - Method in class org.zkoss.idom.Attribute
 
getSchemaTypeInfo() - Method in class org.zkoss.idom.Element
 
getSegmentedLabels() - Method in class org.zkoss.util.resource.impl.LabelLoader
Returns a map of segmented labels for the current locale (never null).
getSegmentedLabels(Locale) - Method in class org.zkoss.util.resource.impl.LabelLoader
Returns a map of segmented labels for the specified locale (never null).
getSegmentedLabels() - Static method in class org.zkoss.util.resource.Labels
Returns the label or a map of labels associated with the key.
getSpecial(String) - Static method in class org.zkoss.idom.Namespace
Returns the special namespace if prefix is special, or null if not.
getSpecified() - Method in class org.zkoss.idom.Attribute
 
getStreamData() - Method in class org.zkoss.image.AImage
An input stream on top of AImage.getByteData().
getStreamData() - Method in class org.zkoss.sound.AAudio
Returns the data in the input stream.
getStreamData() - Method in class org.zkoss.util.media.AMedia
Returns the input stream of this media.
getStreamData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in InputStream.
getStreamData() - Method in class org.zkoss.util.media.RepeatableMedia
Returs the repeatable input stream, if the original input stream is not null.
getStrictErrorChecking() - Method in class org.zkoss.idom.Document
 
getStringData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getStringData() - Method in class org.zkoss.sound.AAudio
Always throws IllegalStateException.
getStringData() - Method in class org.zkoss.util.media.AMedia
 
getStringData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in string.
getStringData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getSubstyleIndex(String, String) - Static method in class org.zkoss.xml.HTMLs
Returns the position of the specified substyle, or -1 if not found.
getSubstyleValue(String, int) - Static method in class org.zkoss.xml.HTMLs
Returns the value starting at the specified index (never null).
getSubversion(String, int) - Static method in class org.zkoss.util.Utils
Returns a portion of the specified version in an integer, or 0 if no such portion exists.
getSuperClasses(Class, Class[]) - Static method in class org.zkoss.lang.Classes
Searches thru each element of the specified array of classes, and returns classes that are super-classes (or equal) of the sepcified class.
getSystemId() - Method in class org.zkoss.idom.DocType
Gets the system ID of an externally referenced DTD, or an empty String if none is referenced.
getSystemId() - Method in class org.zkoss.idom.util.SimpleLocator
 
getTagName() - Method in class org.zkoss.idom.Attribute
 
getTagName() - Method in class org.zkoss.idom.Element
 
getTagName() - Method in interface org.zkoss.idom.Namespaceable
Gets the tag name of this item.
getTarget() - Method in class org.zkoss.idom.ProcessingInstruction
 
getText() - Method in class org.zkoss.idom.Attribute
 
getText() - Method in class org.zkoss.idom.Binary
Gets the text representation of the value.
getText() - Method in class org.zkoss.idom.Element
Returns the concatenation of Textual children; never null.
getText(boolean) - Method in class org.zkoss.idom.Element
Returns the concatenation of Textual children; never null.
getText() - Method in class org.zkoss.idom.impl.AbstractItem
 
getText() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getText() - Method in interface org.zkoss.idom.Item
Gets the text of this item, or null if it is neither Textual nor Element.
getText() - Method in class org.zkoss.idom.ProcessingInstruction
 
getTextContent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getTextContent() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getTextRelevantStyle(String) - Static method in class org.zkoss.xml.HTMLs
Retrieves text relevant CSS styles.
getThreadLocal() - Static method in class org.zkoss.util.Locales
Returns the locale defined by Locales.setThreadLocal(java.util.Locale).
getThreadLocal() - Static method in class org.zkoss.util.TimeZones
Returns the time zone defined by TimeZones.setThreadLocal(java.util.TimeZone).
getThreshold() - Method in class org.zkoss.util.ScalableTimer
Returns the threshold, i.e., the allowed number of tasks to be scheduled for a timer, before starting a new timer.
getTimeFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the time format of the given style and locale, or null if the default one shall be used.
getTimeFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current time format; never null.
getTimeZone(int) - Static method in class org.zkoss.util.TimeZones
Returns the time by specifying the offset in minutes.
getTimezoneOffset(TimeZone, Date) - Static method in class org.zkoss.util.Dates
Returns the timezone offset.
getTopGroup() - Method in class org.zkoss.idom.input.SAXHandler
Returns the top group, or null if not available.
getTopmostInterface(Class, Class) - Static method in class org.zkoss.lang.Classes
Gets the topmost interface of the specified class or interface that implements or extends the specified interface.
getTransformer() - Method in class org.zkoss.idom.transform.Transformer
Returns the JAXP transformer encapsulated by this object.
getType(int) - Static method in class org.zkoss.mesg.Messages
Gets the message type of the specified code.
getUnexpectedObject() - Method in exception org.zkoss.json.parser.ParseException
 
getURI() - Method in class org.zkoss.idom.Namespace
Gets the namespace URI for this Namespace.
getURI() - Method in class org.zkoss.xel.taglib.Taglib
Returns the uri.
getUserData(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getValue() - Method in class org.zkoss.idom.Attribute
Gets the value of this attribute.
getValue() - Method in interface org.zkoss.idom.Binable
Gets the value of a item that accepts any type as its value.
getValue() - Method in class org.zkoss.idom.Binary
 
getValue() - Method in class org.zkoss.util.CacheMap.Value
Returns the value.
getVariableResolver() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getVariableResolver() - Method in class org.zkoss.xel.util.XelContextProxy
 
getVariableResolver() - Method in interface org.zkoss.xel.XelContext
Returns the variable resolver, or null if not available.
getWholeText() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getWidth() - Method in class org.zkoss.image.AImage
Returns the width.
getWidth() - Method in interface org.zkoss.image.Image
Returns the width.
getWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
Returns the value without trying to expunge first.
getX() - Method in class org.zkoss.util.Pair
Returns the first value of the pair.
getXmlEncoding() - Method in class org.zkoss.idom.Document
 
getXmlStandalone() - Method in class org.zkoss.idom.Document
 
getXmlVersion() - Method in class org.zkoss.idom.Document
 
getY() - Method in class org.zkoss.util.Pair
Returns the second value of the pair.
Group - Interface in org.zkoss.idom
Represents an item might have children.

H

hasAttribute(String) - Method in class org.zkoss.idom.Element
 
hasAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
hasAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
hasAttribute(String) - Method in interface org.zkoss.xel.XelContext
Returns if the attribute is available.
hasAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
hasAttributes() - Method in class org.zkoss.idom.Element
 
hasAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
 
hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
 
hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
 
hasContent(String) - Method in class org.zkoss.idom.Element
Tests whether the child element with the giving path exists.
hasFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
hashCode() - Method in class org.zkoss.idom.impl.AbstractItem
Overriding this method is prohibited.
hashCode() - Method in class org.zkoss.idom.Namespace
Note: hashCode() is based on URI only.
hashCode() - Method in class org.zkoss.lang.MutableInteger
 
hashCode(boolean[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of boolean.
hashCode(byte[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of bytes.
hashCode(byte[], int) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of bytes up to the specified length.
hashCode(char[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(short[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(int[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(long[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(Object) - Static method in class org.zkoss.lang.Objects
Returns the object's hash code, or zero if null.
hashCode() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
hashCode() - Method in class org.zkoss.util.CacheMap
 
hashCode() - Method in class org.zkoss.util.FastReadArray
 
hashCode() - Method in class org.zkoss.util.FilterMap
 
hashCode() - Method in class org.zkoss.util.logging.Log
 
hashCode() - Method in class org.zkoss.util.Pair
 
hashCode() - Method in class org.zkoss.util.resource.ClassLocator
 
hashCode() - Method in class org.zkoss.util.TreeArray
Deprecated.  
hashCode() - Method in class org.zkoss.xel.taglib.Taglib
 
hashCode() - Method in class org.zkoss.xel.util.TaglibMapper
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
 
hasNext() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
hasNext() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
hasNext() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
hasPrevious() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
HTMLs - Class in org.zkoss.xml
Utilities for HTML attributes and styles.
HTMLs() - Constructor for class org.zkoss.xml.HTMLs
 

I

IdentityComparator - Class in org.zkoss.util
The comparator uses == and System.identifyHashCode to compare two objects.
IdentityComparator() - Constructor for class org.zkoss.util.IdentityComparator
 
IdentityHashSet - Class in org.zkoss.util
Like java.util.InternalHashMap, it uses == and System.identityHashCode for doing HashSet.
IdentityHashSet() - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new, empty set; the backing IdentityHashMap instance has default capacity (32).
IdentityHashSet(Collection) - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new set containing the elements in the specified collection.
IdentityHashSet(int) - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new, empty set with the specified expected maximum size.
IDOMFactory - Interface in org.zkoss.idom.input
A dom factory.
IDOMs - Class in org.zkoss.idom.util
The iDOM relevant utilities.
IDOMs() - Constructor for class org.zkoss.idom.util.IDOMs
 
ignorableWhitespace(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
ILLEGAL_CHAR - Static variable in interface org.zkoss.mesg.MCommon
 
IllegalSyntaxException - Exception in org.zkoss.util
Represents a syntax error.
IllegalSyntaxException(String, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(String) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException() - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object[]) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
Image - Interface in org.zkoss.image
Represents an image.
ImageEncoder - Interface in org.zkoss.image.encoder
Represents an image encoder used to encode an AWT image into a particular format, such as PNG.
ImageEncoders - Class in org.zkoss.image.encoder
The factory of the image encodes.
ImageEncoders() - Constructor for class org.zkoss.image.encoder.ImageEncoders
 
Images - Class in org.zkoss.image
Utilities to handle images.
Images() - Constructor for class org.zkoss.image.Images
 
importNode(Node, boolean) - Method in class org.zkoss.idom.Document
 
incSize() - Method in class org.zkoss.util.TreeArray
Deprecated.  
indexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
Returns the index of the give character in the given string buffer, or -1 if not found.
indexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the index of the given element.
indexOfEntry(ListX.Entry) - Method in interface org.zkoss.util.ListX
Deprecated. Gets the index of the specified entry.
indexOfEntry(TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
Deprecated.  
indexOfEntry(ListX.Entry) - Method in class org.zkoss.util.TreeArray
Deprecated.  
indexOfUnderline(String, int) - Static method in class org.zkoss.util.Locales
Returns the index of '_' preceding the country part, starting from j.
indexOfUnderline(String) - Static method in class org.zkoss.util.Locales
Returns the index of '_' preceding the country part.
indexOutOfBounds(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
INFO - Static variable in class org.zkoss.util.logging.Log
The INFO level.
info(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info message and a throwable object.
info(String) - Method in class org.zkoss.util.logging.Log
Logs an info message.
info(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the info message, and a throwable object.
info(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the info message.
info(Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info throwable object.
info(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info message and a throwable object by giving message code.
info(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info message and a throwable object by giving message code.
info(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an info message and a throwable object by giving message code.
info(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs an info message by giving message code.
info(int, Object) - Method in class org.zkoss.util.logging.Log
Logs an info message by giving message code.
info(int) - Method in class org.zkoss.util.logging.Log
Logs an info message by giving message code.
infoable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.INFO level is loggable.
init(String, Class) - Static method in class org.zkoss.util.logging.LogService
Initializes the logging service.
inMemory() - Method in class org.zkoss.image.AImage
 
inMemory() - Method in class org.zkoss.sound.AAudio
 
inMemory() - Method in class org.zkoss.util.media.AMedia
 
inMemory() - Method in interface org.zkoss.util.media.Media
Returns whether the data is cached in memory (in form of byte[] or String).
inMemory() - Method in class org.zkoss.util.media.RepeatableMedia
 
insert(TreeArray.RbEntry, TreeArray.RbEntry) - Method in class org.zkoss.util.CheckableTreeArray
Deprecated.  
insert(int, TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
Deprecated.  
insert(TreeArray.RbEntry, TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
Deprecated. All add methods are done thru this method.
insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
insertData(int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
Integers - Class in org.zkoss.lang
Integer utilities.
Integers() - Constructor for class org.zkoss.lang.Integers
 
internalEntityDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
intValue() - Method in class org.zkoss.lang.MutableInteger
Returns the value of this MutableInteger as an int.
InvalidValueException - Exception in org.zkoss.util
Denotes an invalid value is passed to a setter method.
InvalidValueException(String, Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(String) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException() - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Object, Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Object[]) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Object) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int, Throwable) - Constructor for exception org.zkoss.util.InvalidValueException
 
InvalidValueException(int) - Constructor for exception org.zkoss.util.InvalidValueException
 
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FacadeInvoker
 
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FusionInvoker
 
invoke(Object, Object[]) - Method in interface org.zkoss.xel.Function
Invokes this method with the specified arguments.
invoke(Object, Object[]) - Method in class org.zkoss.xel.util.MethodFunction
 
isAttribute(String) - Static method in class org.zkoss.lang.Classes
Tests if a method name is an attribute, i.e., prefixing with is, get or set.
isAttributeModificationAware() - Method in interface org.zkoss.idom.Attributable
Deprecated. As of release 5.0.8, it always returns false.
isAttributeModificationAware() - Method in class org.zkoss.idom.Element
Deprecated. As of release 5.0.8, it always returns false.
isBeginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Whether the given date in the specified TimeZone is the first day of that month.
isBinary() - Method in class org.zkoss.image.AImage
 
isBinary() - Method in class org.zkoss.sound.AAudio
 
isBinary() - Method in class org.zkoss.util.media.AMedia
 
isBinary(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns whether the content type is binary.
isBinary() - Method in interface org.zkoss.util.media.Media
Returns whether the format of tis content is binary or text-based.
isBinary() - Method in class org.zkoss.util.media.RepeatableMedia
 
isBlank(String) - Static method in class org.zkoss.lang.Strings
Returns true if the string is null or empty or pure blank.
isCoalesceable() - Method in class org.zkoss.idom.impl.AbstractTextual
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
isCoalesceable() - Method in class org.zkoss.idom.Text
Always returns true to denote it allows to be coalesced with its siblings with the same type (class).
isCoalesceable() - Method in interface org.zkoss.idom.Textual
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
isCoalescing() - Method in class org.zkoss.idom.input.SAXBuilder
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
isCoalescing() - Method in class org.zkoss.idom.input.SAXHandler
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
isDefaultNamespace(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
isElementContentWhitespace() - Method in class org.zkoss.idom.impl.AbstractTextual
 
isEmpty(String) - Static method in class org.zkoss.lang.Strings
Returns true if the string is null or empty.
isEmpty() - Method in class org.zkoss.util.CacheMap
Gets the last accessed time, in system millisecs.
isEmpty() - Method in class org.zkoss.util.FastReadArray
Returns if it is empty.
isEmpty() - Method in class org.zkoss.util.IdentityHashSet
 
isEmpty() - Method in class org.zkoss.util.ThreadLocalCache
Returns whether the cache for the current thread is empty.
isEmptyWithoutExpunge() - Method in class org.zkoss.util.CacheMap
Returns whether it is empty without trying to expunge first.
isEncodingAlpha() - Method in interface org.zkoss.image.encoder.ImageEncoder
Returns whether to encode the alpha transparency.
isEncodingAlpha() - Method in class org.zkoss.image.encoder.JPEGEncoder
 
isEncodingAlpha() - Method in class org.zkoss.image.encoder.PNGEncoder
 
isEndOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Whether the given date in the specified TimeZone is the last day of that month.
isEqualNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether to expand entity reference nodes.
isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXHandler
Tests whether to expand entity reference nodes.
isHierarchy() - Static method in class org.zkoss.util.logging.Log
Returns whether the loggers support hierarchy.
isId() - Method in class org.zkoss.idom.Attribute
 
isIgnoringComments() - Method in class org.zkoss.idom.input.SAXBuilder
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringComments() - Method in class org.zkoss.idom.input.SAXHandler
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether to ignore whitespaces in element content.
isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXHandler
Tests whether to ignore whitespaces in element content.
isInited(String) - Static method in class org.zkoss.util.logging.LogService
Returns whether the logging service is started, i.e., whether LogService.init(java.lang.String, java.lang.Class) is invoked.
isInstance(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Tests whehter an object, o, is an instance of a class, c.
isIntersected(Set, Set) - Static method in class org.zkoss.util.CollectionsX
Tests whether two sets has any intersection.
isJava5() - Static method in class org.zkoss.lang.JVMs
Returns whether JVM is 5.0 or above.
isJava6() - Static method in class org.zkoss.lang.JVMs
Returns whether JVM is 6.0 or above.
isModified() - Method in class org.zkoss.idom.impl.AbstractItem
Deprecated. As of release 5.0.8, it always returns false.
isModified() - Method in interface org.zkoss.idom.Item
Deprecated. As of release 5.0.8, it always returns false.
isNamespaceAware() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether or not this parser is configured to understand namespaces.
isNumeric(Class, boolean) - Static method in class org.zkoss.lang.Classes
Checks whether the specified class is a numeric class.
isOrphan() - Method in interface org.zkoss.util.ListX.Entry
Deprecated. Tests whether an entry is an orphan -- being removed from a list.
isOrphan() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
isOrphanTag(String) - Static method in class org.zkoss.xml.HTMLs
Returns whether the specified tag is an 'orphan' tag.
isPartOfParentText() - Method in class org.zkoss.idom.Comment
Returns false to denote it is not part of parent's text,
isPartOfParentText() - Method in class org.zkoss.idom.impl.AbstractTextual
Returns true if this text object is part of the parent's text.
isPartOfParentText() - Method in interface org.zkoss.idom.Textual
Returns true if this textual object is part of the parent's text.
isPrimitive(String) - Static method in class org.zkoss.lang.Primitives
Tests whether a class name is a primitive class, e.g., int and void.
isPrimitiveWrapper(Class) - Static method in class org.zkoss.lang.Classes
Check whether the specified class is a primitive or a primitive wrapper.
isReadonly() - Method in class org.zkoss.idom.impl.AbstractItem
Deprecated. As of release 5.0.8, it always returns false.
isReadonly() - Method in interface org.zkoss.idom.Item
Deprecated. As of release 5.0.8, it always returns false.
isRootElement() - Method in class org.zkoss.idom.Element
Tests whether this element is the root element of the owning document.
isRounded(Date, int) - Static method in class org.zkoss.util.Dates
Tests whether a date is rounded.
isSameNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
isSupported(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
 
isSupported(int) - Method in class org.zkoss.xel.el.ELFactory
 
isSupported(int) - Method in interface org.zkoss.xel.ExpressionFactory
Returns whether an feature is supported.
isValidating() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether or not this parser is configured to validate XML documents.
isXMLCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is valid.
isXMLCombiningChar(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a combining character according to production 87 of the XML 1.0 specification.
isXMLDigit(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a digit according to production 88 of the XML 1.0 specification.
isXMLExtender(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is an extender according to production 88 of the XML 1.0 specification.
isXMLLetter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a letter.
isXMLLetterOrDigit(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a letter or digit.
isXMLNameCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character can be part of a name.
isXMLNameStartCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character can be the first character of a name.
item(int) - Method in class org.zkoss.idom.Element.AttrMap
 
item(int) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
Item - Interface in org.zkoss.idom
Represents an item (aka., node) of a iDOM tree.
item(int) - Method in class org.zkoss.xml.FacadeNodeList
 
iterator() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
 
iterator(Object) - Static method in class org.zkoss.util.CollectionsX
Based on the given collection type of Object, return an iterator.
iterator() - Method in class org.zkoss.util.CollectionsX.OneCollection
 
iterator() - Method in class org.zkoss.util.DualCollection
 
iterator() - Method in class org.zkoss.util.IdentityHashSet
 
iterator() - Method in class org.zkoss.util.TreeArray
Deprecated.  

J

j2d(String) - Static method in class org.zkoss.json.JSONs
Unmarshalls a string to a date.
join(Object[], String) - Static method in class org.zkoss.xel.fn.StringFns
Joins an array of string.
joinAndInterrupt(Thread, int) - Static method in class org.zkoss.lang.Threads
Waits a thread to die (and interrupt once a while)
JPEGEncoder - Class in org.zkoss.image.encoder
The encoder for encoding an image into the JPEG format
JPEGEncoder() - Constructor for class org.zkoss.image.encoder.JPEGEncoder
 
JSONArray - Class in org.zkoss.json
A JSON array.
JSONArray() - Constructor for class org.zkoss.json.JSONArray
 
JSONAware - Interface in org.zkoss.json
Beans that support customized output of JSON text shall implement this interface.
JSONObject - Class in org.zkoss.json
A JSON object.
JSONObject() - Constructor for class org.zkoss.json.JSONObject
 
JSONParser - Class in org.zkoss.json.parser
Parser for JSON text.
JSONParser() - Constructor for class org.zkoss.json.parser.JSONParser
 
JSONs - Class in org.zkoss.json
Utilities to json-ize objects that JSON is not aware, such as Date.
JSONs() - Constructor for class org.zkoss.json.JSONs
 
JSONValue - Class in org.zkoss.json
Utilities to encode and decode data in JSON format.
JSONValue() - Constructor for class org.zkoss.json.JSONValue
 
JVMs - Class in org.zkoss.lang
Utilities of Java Virtual Machine.

K

keySet() - Method in class org.zkoss.util.CacheMap
 
klass - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
 

L

LabelLoader - Class in org.zkoss.util.resource.impl
The label loader (implementation only).
LabelLoader() - Constructor for class org.zkoss.util.resource.impl.LabelLoader
 
LabelLocator - Interface in org.zkoss.util.resource
A locater used to locate extra resource for Labels.
LabelLocator2 - Interface in org.zkoss.util.resource
A locater used to locate extra resource for Labels into an input stream.
Labels - Class in org.zkoss.util.resource
Utilities to access labels.
lastAnyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
The backward version of Strings.anyOf(java.lang.String, java.lang.String, int).
lastIndexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
Returns the last index of the give character in the given string buffer, or -1 if not found.
lastIndexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the last index of the given element.
left - Variable in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
leftMost() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated. Gets the leftmost leaf of the specified subtree.
leftNum - Variable in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
length(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the length of an array, string, collection or map.
Library - Class in org.zkoss.lang
Represent the scope of ZK libraries.
listIterator(int) - Method in class org.zkoss.util.NotableLinkedList
 
listIterator(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
ListX - Interface in org.zkoss.util
Deprecated. As of release 5.0.8, it is not used and no longer maintained. The extended list interface. It provides methods to access the entry of each node in the list.

Any class implementing this interface guarantees the binding between the entry and the element never changes even after removed.

ListX.Entry - Interface in org.zkoss.util
Deprecated. Represents the entry of each node in the list.
load(Map, InputStream, String, boolean) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
load(Map, InputStream, String) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
load(Map, InputStream, boolean) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
load(Map, InputStream) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
load(Object) - Method in class org.zkoss.util.resource.ContentLoader
 
load(Object) - Method in interface org.zkoss.util.resource.Loader
Loads the resource.
load(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions and imports defined in the specified URL.
load(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions and imports defined in the specified DOM.
load(String, URL) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(Taglib, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(String, String, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(String, Element) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from DOM.
Loader - Interface in org.zkoss.util.resource
A loader that could load a resource to another format.
Loader.Resource - Class in org.zkoss.util.resource
Represents the more information about an object loaded by Loader.load(java.lang.Object).
Loader.Resource(Object, boolean) - Constructor for class org.zkoss.util.resource.Loader.Resource
 
loadFunctions(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions defined in the specified URL.
loadFunctions(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions defined in the specified DOM.
locale - Variable in class org.zkoss.util.resource.Locators.StreamLocation
 
locale - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
Locales - Class in org.zkoss.util
The locale relevant utilities.
Locales() - Constructor for class org.zkoss.util.Locales
 
localizedYearOfDate(Date, Locale, TimeZone) - Static method in class org.zkoss.util.Dates
Get the year of a date in the specified locale.
locate(String) - Static method in class org.zkoss.io.Files
Locates a file based o the current Locale.
locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator
Returns URL containing the labels for the specified locale, or null if not available.
locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator2
Returns the input stream containing the label for the specified locale, or null if not available.
locate(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
Locates the filename based on the locale.
locateAsStream(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
Locates the input stream based on the locale, and returns the info of StreamLocation.
Locator - Interface in org.zkoss.util.resource
A locator that is able to locate a resource.
Locator - Interface in org.zkoss.xml
The interface represents the source locator.
Locators - Class in org.zkoss.util.resource
Utilities to load and locate resources.
Locators() - Constructor for class org.zkoss.util.resource.Locators
 
Locators.StreamLocation - Class in org.zkoss.util.resource
the location information.
Locators.StreamLocation(InputStream, Locale) - Constructor for class org.zkoss.util.resource.Locators.StreamLocation
 
Locators.URLLocation - Class in org.zkoss.util.resource
the location information.
Locators.URLLocation(URL, String, Locale) - Constructor for class org.zkoss.util.resource.Locators.URLLocation
 
Log - Class in org.zkoss.util.logging
The logger.
Log(String) - Constructor for class org.zkoss.util.logging.Log
The constructor.
log(Level, String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a message and a throwable object at the giving level.
log(Level, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs any object and a throwable object at the giving level.
log(Level, int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs a message and a throwable object at the giving level by giving a message code and multiple format arguments.
log(Level, int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a message and a throwable object at the giving level by giving a message code and ONE format argument.
log(Level, int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a message and a throwable object at the giving level by giving a message code and NO format argument.
logio - Static variable in class org.zkoss.io.Serializables
The logger called org.zkoss.io.serializable used to log serialization information.
LogService - Class in org.zkoss.util.logging
The log service which is used to monitor i3-log.conf.
LogService(String) - Constructor for class org.zkoss.util.logging.LogService
Constructor.
LogService.WatchdogCallback - Class in org.zkoss.util.logging
 
Longs - Class in org.zkoss.lang
Long relevant utilities.
Longs() - Constructor for class org.zkoss.lang.Longs
 
lookup(Class) - Static method in class org.zkoss.util.logging.Log
Gets the logger based on the class.
lookup(String) - Static method in class org.zkoss.util.logging.Log
Gets the logger based on the giving name.
lookup(Package) - Static method in class org.zkoss.util.logging.Log
Gets the logger based on the package.
lookupNamespaceURI(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
lookupPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
 

M

Maps - Class in org.zkoss.util
Utilities for process Map.
Maps() - Constructor for class org.zkoss.util.Maps
 
match(Namespaceable, String, String, Pattern, int) - Static method in class org.zkoss.idom.impl.AbstractItem
Tests whether a namespaceable item matches the criteria.
max(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
Given two comparables, return the maximum of the two.
MCommon - Interface in org.zkoss.mesg
 
Media - Interface in org.zkoss.util.media
Represents any multi-medai, such as a voice, a pdf file, an excel file, an image and so on.
merge(Date, Date, TimeZone) - Static method in class org.zkoss.util.Dates
merge the date part and time part of two specified dates into a date.
MESSAGE_CODE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
MESSAGE_ID - Static variable in interface org.zkoss.mesg.MCommon
 
Messageable - Interface in org.zkoss.mesg
Denotes an object that contains a message by use of an integer, called code.
MessageConst - Interface in org.zkoss.mesg
Defines the constants of message codes.
MessageConst.Aide - Class in org.zkoss.mesg
Used to handle the mapping of a message code to a filename.
MessageConst.Aide() - Constructor for class org.zkoss.mesg.MessageConst.Aide
 
MessageConst.BundleInfo - Class in org.zkoss.mesg
The info of each message bundle.
MessageFormats - Class in org.zkoss.text
The message formatting relevant utilities.
MessageFormats() - Constructor for class org.zkoss.text.MessageFormats
 
MessageFormats.NameInfo - Class in org.zkoss.text
The name info returned by MessageFormats.parseByName(java.lang.String)).
Messages - Class in org.zkoss.mesg
The message manager.
Messages() - Constructor for class org.zkoss.mesg.Messages
 
Messages.Formatter - Interface in org.zkoss.mesg
The formatter used by Messages.get(int, Object[], Locale) to format the specified object.
method - Variable in class org.zkoss.lang.Classes.MethodInfo
 
MethodFunction - Class in org.zkoss.xel.util
A XEL function based on java.lang.reflect.Method.
MethodFunction(Method) - Constructor for class org.zkoss.xel.util.MethodFunction
 
min(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
Given two comparables, return the minimum of the two.
MINUS_ONE - Static variable in class org.zkoss.math.BigDecimals
Represents -1 in big decimal.
ModificationException - Exception in org.zkoss.util
Denotes a modification fails.
ModificationException(String, Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(String) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException() - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Object, Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Object[]) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Object) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int, Throwable) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException(int) - Constructor for exception org.zkoss.util.ModificationException
 
ModificationException.Aide - Class in org.zkoss.util
Utilities.
ModificationException.Aide() - Constructor for class org.zkoss.util.ModificationException.Aide
 
monthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the month of a date.
monthOfDatePlus1(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the month of a date.
MultiCache - Class in org.zkoss.util
A CacheMap-based cache.
MultiCache() - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with 17 inital caches.
MultiCache(int, int, int) - Constructor for class org.zkoss.util.MultiCache
Constucts a multi cache with the specified number of internal caches, the max size and the lifetime.
MultiCache(int) - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with the specified number of internal caches.
MultiCache(int, int) - Constructor for class org.zkoss.util.MultiCache
Deprecated. As of release 5.0.0, replaced with MultiCache.MultiCache(int)
MutableInteger - Class in org.zkoss.lang
Represents an interger that can be modified.
MutableInteger(int) - Constructor for class org.zkoss.lang.MutableInteger
 

N

names() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns a readonly set of names of all elements.
names - Variable in class org.zkoss.text.MessageFormats.NameInfo
The name of relative position.
Namespace - Class in org.zkoss.idom
Represents the namespace.
Namespace(String, String) - Constructor for class org.zkoss.idom.Namespace
Contructor.
Namespaceable - Interface in org.zkoss.idom
Represents a class that supports namespace.
new_(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class.
new_(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and argument.
new_(Object, Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and two arguments.
new_(Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and two arguments.
newAttrArray() - Method in class org.zkoss.idom.Element
Creates an empty list of attributes.
newAttribute(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newAttribute(Namespace, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newAttribute(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Attribute without namespace.
newAttribute(Namespace, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Attribute with namespace.
newCData(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newCData(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a CData.
newChildren() - Method in class org.zkoss.idom.Document
 
newChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
Creates a list to hold child vertices.
newComment(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newComment(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Comment.
newDocType(String, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newDocType(String, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a DocType.
newDocument(Element, DocType) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newDocument(Element, DocType) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Document.
newElement(Namespace, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newElement(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newElement(Namespace, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Element with a namespace.
newElement(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Element without namespace.
newEntityRef(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newEntityRef(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Entityref.
newEntry(Object) - Method in class org.zkoss.util.CheckableTreeArray
Deprecated.  
newEntry(Object) - Method in class org.zkoss.util.TreeArray
Deprecated. Creates an instance of RbEntry.
newExpressionFactory() - Static method in class org.zkoss.xel.Expressions
Instantiates an instance of ExpressionFactory.
newExpressionFactory(Class) - Static method in class org.zkoss.xel.Expressions
Instantiates an instance of ExpressionFactory.
newHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Creates a Sax Handler.
newInstance(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
Instantiates and returns the image encoder for the specified format.
newInstance(Class, Class[], Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class with the specified arguments and argument types.
newInstance(Class, Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class with the specified argument.
newInstance(String, Class[], Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class name with the specified arguments.
newInstance(Object, Class[], ClassLoader) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
Creates an object that implements the giving interfaces by wrapping a giving object, traget.
newInstance(Object, Class[]) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
Creates an object that implements the giving interfaces by wrapping a giving object, traget.
newInstance(Object, Object) - Static method in class org.zkoss.lang.reflect.FusionInvoker
Use for only two object, see FusionInvoker.newInstance(Object[]).
newInstance(Object[]) - Static method in class org.zkoss.lang.reflect.FusionInvoker
Creates an object that contains the all interfaces by wrapping giving object, targets.
newInstanceByThread(String, Class[], Object[]) - Static method in class org.zkoss.lang.Classes
Creates and initializes a new instance of the specified class name with the specified arguments, by use of Classes.forNameByThread(java.lang.String).
newInstanceByThread(String) - Static method in class org.zkoss.lang.Classes
Creates and initializes a new instance of the specified class name with default constructor, by use of Classes.forNameByThread(java.lang.String).
newProcessingInstruction(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newProcessingInstruction(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a processing instruction.
newQueue() - Method in class org.zkoss.util.CacheMap
Creates the reference queue.
newText(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newText(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Text.
next - Variable in class org.zkoss.lang.Strings.Result
The next index.
next() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
next() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
next() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
next() - Method in interface org.zkoss.util.ListX.Entry
Deprecated.  
next() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
nextElement() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
 
nextElement() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
 
nextElement() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
 
nextEntry() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
nextHashCode(int, int) - Static method in class org.zkoss.lang.Objects
Returns the next hash value by giving the previous one and a new one.
nextIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
nextSeparator(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next seperator index in the src string.
nextSeparator(String, int, char[], boolean, boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next seperator index in the src string.
nextToken(String, int, char[]) - Static method in class org.zkoss.lang.Strings
Returns the next token with unescape.
nextToken(String, int, char[], boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next token with additional options.
nextToken(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next token with additional options.
nextWhitespace(CharSequence, int) - Static method in class org.zkoss.lang.Strings
Returns the next whitespace.
NO_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The Namespace for when not in a namespace
Nodes - Class in org.zkoss.xml
Node related utilities.
Nodes() - Constructor for class org.zkoss.xml.Nodes
 
normalize() - Method in class org.zkoss.idom.impl.AbstractItem
 
normalize(String, String) - Static method in class org.zkoss.io.Files
Normalizes the catenation of two paths.
normalize(String) - Static method in class org.zkoss.io.Files
Normalizes the specified path.
normalizeDocument() - Method in class org.zkoss.idom.Document
 
NOT_A_FILE - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
NotableLinkedList - Class in org.zkoss.util
Linked list implementation of the List interface that provides the callback methods such as NotableLinkedList.onAdd(java.lang.Object, java.lang.Object), NotableLinkedList.onSet(java.lang.Object, java.lang.Object) and NotableLinkedList.onRemove(java.lang.Object).
NotableLinkedList() - Constructor for class org.zkoss.util.NotableLinkedList
 
notationDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
now(int) - Static method in class org.zkoss.util.Dates
Returns the current time but rounding to the specified precision of milliseconds.
now() - Static method in class org.zkoss.util.Dates
Returns the current time without rounding.
NULL_CHARACTER - Static variable in class org.zkoss.lang.Objects
The null character.
NULL_CODE - Static variable in interface org.zkoss.mesg.MessageConst
Denotes a non-existent code.
NullInputStream - Class in org.zkoss.io
An input stream that returns nothing, aka, an empty input stream.
NullInputStream() - Constructor for class org.zkoss.io.NullInputStream
 
NullReader - Class in org.zkoss.io
A reader that returns nothing, aka, an empty reader.
NullReader() - Constructor for class org.zkoss.io.NullReader
 
NullWriter - Class in org.zkoss.io
A writer that drops all output.
NullWriter() - Constructor for class org.zkoss.io.NullWriter
 
NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
Represents our number precision.
NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
Represents our number scale.

O

Objects - Class in org.zkoss.lang
Utilities related to the Object class.
Objects() - Constructor for class org.zkoss.lang.Objects
 
OFF - Static variable in class org.zkoss.lang.D
Denotes whether the debugging is OFF.
OFF - Static variable in class org.zkoss.util.logging.Log
The OFF level used to turn of the logging.
ON - Static variable in class org.zkoss.lang.D
Denotes whether the debugging is ON.
onAdd(Object, Object) - Method in class org.zkoss.idom.Document.ChildArray
 
onAdd(Object, Object) - Method in class org.zkoss.idom.Element.AttrArray
 
onAdd(Object, Object) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onAdd(Object, Object) - Method in class org.zkoss.util.CheckableTreeArray
Deprecated. Called each time an new element is about being added into the array.
onAdd(Object, Object) - Method in class org.zkoss.util.NotableLinkedList
Called each time an new element is about being added into the array.
ONE - Static variable in class org.zkoss.math.BigDecimals
Represents 1 in big decimal.
onExpunge(CacheMap.Value) - Method in class org.zkoss.util.CacheMap
Called when a pair of key and value having been expunged.
onModified(File) - Method in interface org.zkoss.io.FileWatchdog.Callback
Callbacks when the file is modified.
onModified(File) - Method in class org.zkoss.util.logging.LogService.WatchdogCallback
 
onRemove(Object) - Method in class org.zkoss.idom.Document.ChildArray
 
onRemove(Object) - Method in class org.zkoss.idom.Element.AttrArray
 
onRemove(Object) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onRemove(Object) - Method in class org.zkoss.util.CheckableTreeArray
Deprecated. Called each time an element is about being removed from the array.
onRemove(Object) - Method in class org.zkoss.util.NotableLinkedList
Called each time an element is about being removed from the array.
onSet(Object, Object) - Method in class org.zkoss.idom.Document.ChildArray
 
onSet(Object, Object) - Method in class org.zkoss.idom.Element.AttrArray
 
onSet(Object, Object) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onSet(Object, Object) - Method in class org.zkoss.util.CheckableTreeArray
Deprecated. Called each time an element is about being assigned into the array and replace an existence one (by ListIterator.set).
onSet(Object, Object) - Method in class org.zkoss.util.NotableLinkedList
Called each time an element is about being assigned into the array and replace an existence one (by ListIterator.set).
OperationException - Exception in org.zkoss.lang
The expectable system exception denoting user's operation errors.
OperationException(String, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(String) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException() - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object[]) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int) - Constructor for exception org.zkoss.lang.OperationException
 
org.zkoss - package org.zkoss
Potix Component Library
org.zkoss.idom - package org.zkoss.idom
The iDOM representation of XML DOM tree.
org.zkoss.idom.impl - package org.zkoss.idom.impl
Implementation of iDOM.
org.zkoss.idom.input - package org.zkoss.idom.input
SAX builder and factory for iDOM.
org.zkoss.idom.transform - package org.zkoss.idom.transform
XSL Transformer for iDOM.
org.zkoss.idom.util - package org.zkoss.idom.util
Utilities that simplifies the use of iDOM.
org.zkoss.image - package org.zkoss.image
Image classes and interfaces.
org.zkoss.image.encoder - package org.zkoss.image.encoder
Classes used to encode images.
org.zkoss.io - package org.zkoss.io
File and stream I/O utilities.
org.zkoss.json - package org.zkoss.json
JSON is a lightweight data-interchange format.
org.zkoss.json.parser - package org.zkoss.json.parser
The parser used to implement JSON
org.zkoss.lang - package org.zkoss.lang
The most fundamental Java utilities relevant.
org.zkoss.lang.reflect - package org.zkoss.lang.reflect
Utilities for Java reflection.
org.zkoss.math - package org.zkoss.math
Mathematic utilities, such as BigDecimal and BigInteger.
org.zkoss.mesg - package org.zkoss.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.net - package org.zkoss.net
Network Utilities
org.zkoss.sound - package org.zkoss.sound
Sound classes and interfaces.
org.zkoss.text - package org.zkoss.text
Utilities for formatting numbers, dates and others.
org.zkoss.util - package org.zkoss.util
Utilities for handling data structures.
org.zkoss.util.logging - package org.zkoss.util.logging
Logging utilities.
org.zkoss.util.media - package org.zkoss.util.media
Media classes, interfaces and utilities.
org.zkoss.util.resource - package org.zkoss.util.resource
Resources and their locators and loaders.
org.zkoss.util.resource.impl - package org.zkoss.util.resource.impl
Implementation of resources and their locators and loaders.
org.zkoss.xel - package org.zkoss.xel
XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL.
org.zkoss.xel.el - package org.zkoss.xel.el
This implementation is based on zcommons-EL.
org.zkoss.xel.fn - package org.zkoss.xel.fn
A collections of functions used in XEL expressions (for TLD only).
org.zkoss.xel.taglib - package org.zkoss.xel.taglib
Utilities to access taglibs, aka., the TLD files.
org.zkoss.xel.util - package org.zkoss.xel.util
Utilties of XEL expressions.
org.zkoss.xml - package org.zkoss.xml
Utilities for handling XML and HTML.
orphan - Variable in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  

P

Pair - Class in org.zkoss.util
A pair of keys.
Pair(Object, Object) - Constructor for class org.zkoss.util.Pair
 
Pair() - Constructor for class org.zkoss.util.Pair
 
parent - Variable in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
parse(Reader) - Static method in class org.zkoss.json.JSONValue
Parse (aka., decode) JSON text into java object from the input source.
parse(String) - Static method in class org.zkoss.json.JSONValue
Parse (aka., decode) JSON text into java object from the string.
parse(String) - Method in class org.zkoss.json.parser.JSONParser
 
parse(String, ContainerFactory) - Method in class org.zkoss.json.parser.JSONParser
 
parse(Reader) - Method in class org.zkoss.json.parser.JSONParser
 
parse(Reader, ContainerFactory) - Method in class org.zkoss.json.parser.JSONParser
Parse JSON text into java object from the input source.
parse(String, boolean) - Static method in class org.zkoss.text.DateFormats
Parses a string, that is formatted by DateFormats.format(java.util.Date, boolean), to a date.
parse(String) - Static method in class org.zkoss.text.DateFormats
Deprecated. As of release 5.0.5, replaced with DateFormats.parse(String, boolean). Unlike DateFormats.parse(String, boolean), it detects the format by searching the existence of colon. However, it is not safe so DateFormats.parse(String, boolean) shall be used.
parse(Collection, String, char) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Collection, String, char, boolean) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Collection, String, char, boolean, boolean) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Map, String, char, char) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map, String, char, char, boolean) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map, String, char, char, boolean, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parse a string into a map.
parseByName(String) - Static method in class org.zkoss.text.MessageFormats
Parses a pattern and converts it to the format of java.text.MessageFormat.
parseData() - Method in class org.zkoss.idom.ProcessingInstruction
Returns the parsed data in the form of Map (never null).
ParseException - Exception in org.zkoss.json.parser
ParseException explains why and where the error occurs in source JSON text.
ParseException(int) - Constructor for exception org.zkoss.json.parser.ParseException
 
ParseException(int, Object) - Constructor for exception org.zkoss.json.parser.ParseException
 
ParseException(int, int, Object) - Constructor for exception org.zkoss.json.parser.ParseException
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
 
parseExpression(XelContext, String, Class) - Method in interface org.zkoss.xel.ExpressionFactory
Prepares (aka., compiles) an expression.
parseMethod(String) - Static method in class org.zkoss.lang.Classes
Gets the method information from a signature.
parseParams(Element, String, String, String) - Static method in class org.zkoss.idom.util.IDOMs
Parses a tree of parameter elements into a map.
parseToMap(Map, String) - Static method in class org.zkoss.idom.ProcessingInstruction
Parses the raw data into a map.
parseVersion(String) - Static method in class org.zkoss.util.Utils
Parses the specified version into an array of integer.
PATH_SEPARATOR_CHAR - Static variable in class org.zkoss.lang.Objects
The path seperator character that is used to construct a path.
PATH_SEPARATOR_STRING - Static variable in class org.zkoss.lang.Objects
The path seperator string that is used to construct a path.
pattern - Variable in class org.zkoss.text.MessageFormats.NameInfo
The pattern in the format of java.text.MessageFormat.
pause(int) - Static method in class org.zkoss.lang.Threads
Deprecated. As of release 3.0.0, replaced by Threads.sleep(int)
Photo - Interface in org.zkoss.util.media
Represents an object is associated with images.
PNGEncoder - Class in org.zkoss.image.encoder
The encoder for encoding an image into the PNG format
PNGEncoder() - Constructor for class org.zkoss.image.encoder.PNGEncoder
 
popGroup() - Method in class org.zkoss.idom.input.SAXHandler
Pops out the current group, and the one under it becomes the new current group.
PotentialDeadLockException - Exception in org.zkoss.lang
Denote a potential dead lock might occur.
PotentialDeadLockException(String, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(String) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException() - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object[]) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
previous() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
previous() - Method in interface org.zkoss.util.ListX.Entry
Deprecated.  
previous() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
previousDate(Date) - Static method in class org.zkoss.util.Dates
Given a date, return the previouse date of the given date (24 hrs before).
previousEntry() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
previousIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
Primitives - Class in org.zkoss.lang
Utilities regarding primitive type and its wrapper class.
Primitives() - Constructor for class org.zkoss.lang.Primitives
 
PrintWriterX - Class in org.zkoss.io
Print formatted representations of objects to a text-output stream.
PrintWriterX(Writer) - Constructor for class org.zkoss.io.PrintWriterX
 
PrintWriterX(Writer, boolean) - Constructor for class org.zkoss.io.PrintWriterX
 
PrintWriterX(OutputStream) - Constructor for class org.zkoss.io.PrintWriterX
 
PrintWriterX(OutputStream, boolean) - Constructor for class org.zkoss.io.PrintWriterX
 
processingInstruction(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ProcessingInstruction - Class in org.zkoss.idom
The iDOM processing instruction.
ProcessingInstruction(String, String) - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessingInstruction(String, Map) - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessingInstruction() - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
PropertyBundle - Class in org.zkoss.util.resource
The property bundle.
PropertyBundle(String, Locale, Locator, boolean) - Constructor for class org.zkoss.util.resource.PropertyBundle
Constructor.
pushGroup(Group) - Method in class org.zkoss.idom.input.SAXHandler
Adds a new group to the current group as a child, and pushes the new group to be the new current group.
put(Element, Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Put an element into the map.
put(Object, Object) - Method in interface org.zkoss.util.Cache
Stores an object to the cache.
put(Object, Object) - Method in class org.zkoss.util.CacheMap
 
put(String, String) - Static method in class org.zkoss.util.media.ContentTypes
Adds additional binding of the format and content type.
put(Object, Object) - Method in class org.zkoss.util.MultiCache
 
put(Object, Object) - Method in class org.zkoss.util.resource.ResourceCache
Don't use it.
put(Object, Object) - Method in class org.zkoss.util.ThreadLocalCache
 
putAll(Map) - Method in class org.zkoss.util.CacheMap
 

Q

QUOTE_UNMATCHED - Static variable in interface org.zkoss.mesg.MCommon
 

R

read() - Method in class org.zkoss.io.NullInputStream
 
read(char[], int, int) - Method in class org.zkoss.io.NullReader
 
read() - Method in class org.zkoss.io.RepeatableInputStream
 
read(char[], int, int) - Method in class org.zkoss.io.RepeatableReader
 
readAll(InputStream) - Static method in class org.zkoss.io.Files
Returns all bytes in the input stream, never null (but its length might zero).
readAll(Reader) - Static method in class org.zkoss.io.Files
Returns all characters in the reader, never null (but its length might zero).
realCause(Throwable) - Method in class org.zkoss.util.logging.Log
Logs only the real cause of the specified exception.
realCause(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs only the real cause of the specified exception with an extra message as an error message.
realCauseBriefly(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs only the first few lines of the real cause as an error message.
realCauseBriefly(Throwable) - Method in class org.zkoss.util.logging.Log
Lo only the first few lines of the real cause as an error message.
RED - Static variable in class org.zkoss.util.TreeArray
Deprecated.  
register(Class, String) - Static method in class org.zkoss.mesg.MessageConst.Aide
Registers a message filename, and returns an identifier to represent it.
register(LabelLocator) - Method in class org.zkoss.util.resource.impl.LabelLoader
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
register(LabelLocator2) - Method in class org.zkoss.util.resource.impl.LabelLoader
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
register(LabelLocator) - Static method in class org.zkoss.util.resource.Labels
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
register(LabelLocator2) - Static method in class org.zkoss.util.resource.Labels
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
remove(Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Remove e from the map.
remove(Object) - Method in interface org.zkoss.util.Cache
Removes an object from the cache.
remove(Object) - Method in class org.zkoss.util.CacheMap
 
remove(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
Un-registers a cleanup.
remove() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
remove() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
remove() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
remove(Object) - Method in class org.zkoss.util.FastReadArray
Removes an object.
remove(Object) - Method in class org.zkoss.util.IdentityHashSet
 
remove(Object) - Method in class org.zkoss.util.MultiCache
 
remove(Object) - Method in class org.zkoss.util.resource.ResourceCache
It is OK to remove the resource if you don't want to cache it.
remove(Object) - Method in class org.zkoss.util.ThreadLocalCache
 
remove(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
removeAttribute(String) - Method in class org.zkoss.idom.Element
 
removeAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
removeAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
removeAttribute(String) - Method in interface org.zkoss.xel.XelContext
Removes the attribute.
removeAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
removeAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
removeBy(Comparable, boolean) - Method in class org.zkoss.util.FastReadArray
Removes the object(s) that matches the specified condition.
removeByOrder(Object) - Method in class org.zkoss.util.TreeArray
Deprecated. Removes an element by its natural ordering.
removeByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Deprecated. Removes an element by the specified comparator.
removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
removeContent(String) - Method in class org.zkoss.idom.Element
Removes the content of the child element with the giving path, and the child element itself if no other child.
removeEntry(ListX.Entry) - Method in interface org.zkoss.util.ListX
Deprecated. Remove the entry from the list.
removeEntry(int) - Method in interface org.zkoss.util.ListX
Deprecated. Remove the entry at the specified location from the list.
removeEntry(ListX.Entry) - Method in class org.zkoss.util.TreeArray
Deprecated.  
removeEntry(int) - Method in class org.zkoss.util.TreeArray
Deprecated.  
removeNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
 
removeNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
removeNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
 
removeNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
renameNode(Node, String, String) - Method in class org.zkoss.idom.Document
 
Repeatable - Interface in org.zkoss.io
Used to decorate java.io.InputStream or java.io.Reader to denote that it can be read repeatedly.
RepeatableInputStream - Class in org.zkoss.io
RepeatableInputStream adds functionality to another input stream, the ability to read repeatedly.
RepeatableMedia - Class in org.zkoss.util.media
RepeatableMedia adds functionality to another media, the ability to read repeatedly.
RepeatableReader - Class in org.zkoss.io
RepeatableReader adds functionality to another reader, the ability to read repeatedly.
replace(String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Replaces all occurrances of 'from' in 'src' with 'to'
replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
replaceData(int, int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
replaceWholeText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
reset() - Method in class org.zkoss.json.parser.JSONParser
Reset the parser to the initial state without resetting the underlying reader.
reset(Reader) - Method in class org.zkoss.json.parser.JSONParser
Reset the parser to the initial state with a new character reader.
reset() - Method in class org.zkoss.util.resource.impl.LabelLoader
Resets all cached labels and next call to LabelLoader.getLabel(java.lang.String) will cause re-loading the Locale-dependent labels.
reset() - Static method in class org.zkoss.util.resource.Labels
Resets all cached labels and next call to Labels.getLabel(String) will cause re-loading the Locale dependent files.
resize(Object, int) - Static method in class org.zkoss.util.ArraysX
Resizes the specified array.
resolveClass(String) - Method in interface org.zkoss.xel.FunctionMapper
Resolves a class with the specified logic name, or null if not found.
resolveClass(String) - Method in class org.zkoss.xel.util.DualFunctionMapper
 
resolveClass(String) - Method in class org.zkoss.xel.util.SimpleMapper
 
resolveClass(String) - Method in class org.zkoss.xel.util.TaglibMapper
 
resolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
resolveFunction(String, String) - Method in interface org.zkoss.xel.FunctionMapper
Resolves a function Function with the specified name and prefix.
resolveFunction(String, String) - Method in class org.zkoss.xel.util.DualFunctionMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.util.SimpleMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.util.TaglibMapper
 
resolveVariable(XelContext, VariableResolver, Object, Object) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the the specified context and variable resolver.
resolveVariable(XelContext, Object, Object) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the specified context.
resolveVariable(VariableResolver, String) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the specified resolver.
resolveVariable(String) - Method in class org.zkoss.xel.util.SimpleResolver
 
resolveVariable(String) - Method in interface org.zkoss.xel.VariableResolver
Resolves the specified variable.
resolveVariable(XelContext, Object, Object) - Method in interface org.zkoss.xel.VariableResolverX
Resolves the the given variable on the given base object.
resource - Variable in class org.zkoss.util.resource.Loader.Resource
The real resource that shall be returned by ResourceCache.get(java.lang.Object).
ResourceCache - Class in org.zkoss.util.resource
Used to cache resouces.
ResourceCache(Loader) - Constructor for class org.zkoss.util.resource.ResourceCache
Constructor.
ResourceCache(Loader, int) - Constructor for class org.zkoss.util.resource.ResourceCache
Constructor.
returnType - Variable in class org.zkoss.lang.Classes.MethodInfo
The return type (class name), or null if no specified.
right - Variable in class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
rightMost() - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated. Gets the rightmost leaf of the specified subtree.
round(Date, int) - Static method in class org.zkoss.util.Dates
Truncates date to the nearest precision milliseconds.
round(long, int) - Static method in class org.zkoss.util.Dates
Rounds a date represented in long to the specified precision of milliseconds.
RoundingModes - Class in org.zkoss.math
Utilities to handle the rounding mode.
run() - Method in class org.zkoss.io.FileWatchdog
 
run() - Method in class org.zkoss.util.ScalableTimerTask
Invokes ScalableTimerTask.exec().

S

S_END - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_ARRAY - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_ERROR - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_FINISHED_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_OBJECT - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_PAIR_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
 
S_INIT - Static variable in class org.zkoss.json.parser.JSONParser
 
S_PASSED_PAIR_KEY - Static variable in class org.zkoss.json.parser.JSONParser
 
SAXBuilder - Class in org.zkoss.idom.input
The builder based on SAX parsers.
SAXBuilder(SAXParser) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor which reuses a parser.
SAXBuilder(boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor that creates the parser on-the-fly.
SAXBuilder(boolean, boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor that creates the parser on-the-fly, that accepts an additional option, smartIgnore.
SAXHandler - Class in org.zkoss.idom.input
The SAX Hanlder.
SAXHandler(IDOMFactory) - Constructor for class org.zkoss.idom.input.SAXHandler
Constructor.
SAXHandler() - Constructor for class org.zkoss.idom.input.SAXHandler
Constructor.
ScalableTimer - Class in org.zkoss.util
A facility for threads to schedule tasks for future execution in a background thread.
ScalableTimer(int, int) - Constructor for class org.zkoss.util.ScalableTimer
Creates a scalable timer.
ScalableTimerTask - Class in org.zkoss.util
A task that can be scheduled for one-time execution by a scalable timer (ScalableTimer.
ScalableTimerTask() - Constructor for class org.zkoss.util.ScalableTimerTask
 
schedule(ScalableTimerTask, long) - Method in class org.zkoss.util.ScalableTimer
Schedules the specified task for execution after the specified delay.
schedule(ScalableTimerTask, Date) - Method in class org.zkoss.util.ScalableTimer
Schedules the specified task for execution at the specified time.
search(Object) - Method in class org.zkoss.util.TreeArray
Deprecated. Searches an element by its natural ordering.
search(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Deprecated. Searches an element by the specified comparator.
separator - Variable in class org.zkoss.lang.Strings.Result
The separator found.
SEPARATOR_CHAR - Static variable in class org.zkoss.lang.Objects
A separator char that is from the Unicode reserved area.
SEPARATOR_CHAR2 - Static variable in class org.zkoss.lang.Objects
The second separator char that is from the Unicode reserved area.
SEPARATOR_STRING - Static variable in class org.zkoss.lang.Objects
A separator char that is from the Unicode reserved area.
SerializableMethod - Class in org.zkoss.lang.reflect
A wrapper of java.lang.reflect.Method to make it serializable.
SerializableMethod(Method) - Constructor for class org.zkoss.lang.reflect.SerializableMethod
 
Serializables - Class in org.zkoss.io
Utilities to handle java.io.Serializable.
SERVICE_INIT_OK - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_INIT_TWICE_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_STOP_OK - Static variable in interface org.zkoss.mesg.MCommon
 
set(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public filed or public method in the object.
set(Object) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
set(int, Object) - Method in class org.zkoss.util.TreeArray
Deprecated.  
setAccessible(AccessibleObject, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Changes the accessibility without throwing any exception.
setAttribute(Attribute) - Method in interface org.zkoss.idom.Attributable
Adds the giving attribute.
setAttribute(Attribute) - Method in class org.zkoss.idom.Element
 
setAttribute(String, String) - Method in class org.zkoss.idom.Element
 
setAttribute(String, Object) - Method in class org.zkoss.xel.util.SimpleXelContext
 
setAttribute(String, Object) - Method in class org.zkoss.xel.util.XelContextProxy
 
setAttribute(String, Object) - Method in interface org.zkoss.xel.XelContext
Sets the value of the specified attribute
setAttributeModificationAware(boolean) - Method in interface org.zkoss.idom.Attributable
Deprecated. As of release 5.0.8, it does nothing.
setAttributeModificationAware(boolean) - Method in class org.zkoss.idom.Element
Deprecated. As of release 5.0.8, it always returns false.
setAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
setAttributeNodeNS(Attr) - Method in class org.zkoss.idom.Element
 
setAttributeNS(String, String, String) - Method in class org.zkoss.idom.Element
 
setAttributeValue(String, String) - Method in interface org.zkoss.idom.Attributable
Sets the value of the attribute with the giving tag name.
setAttributeValue(String, String) - Method in class org.zkoss.idom.Element
 
setAvatar(Image) - Method in interface org.zkoss.util.media.Photo
Sets the avator (icon) of this object.
setByCompound(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public field or public method in the object.
setByCompound(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specfied public field or public method in the object, without converting the specified val.
setCheckPeriod(int) - Method in class org.zkoss.util.resource.ResourceCache
Sets how often to check (unit=milliseconds).
setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
setContent(Object) - Method in class org.zkoss.idom.Element
Sets the content of this element.
setContent(String, Object) - Method in class org.zkoss.idom.Element
Sets the content of the child element with the giving path.
setContents(Collection, Object) - Static method in class org.zkoss.idom.util.IDOMs
Set the contents of elements.
setDaemon(Thread, boolean) - Static method in class org.zkoss.lang.Threads
Sets the priority without throwing any exception but log warning.
setData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
setData(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setData(Map) - Method in class org.zkoss.idom.ProcessingInstruction
Sets the raw data with a data map.
setDocType(DocType) - Method in class org.zkoss.idom.Document
Sets the document type.
setDocumentLocator(Locator) - Method in class org.zkoss.idom.input.SAXHandler
 
setDocumentURI(String) - Method in class org.zkoss.idom.Document
 
setElement(Object) - Method in class org.zkoss.util.CheckableTreeArray.CkEntry
Deprecated.  
setElement(Object) - Method in interface org.zkoss.util.ListX.Entry
Deprecated. Sets the entry to store the specified element.
setElement(Object) - Method in class org.zkoss.util.TreeArray.RbEntry
Deprecated. Override it if you want to do something when an element is set.
setEncoderClass(String, Class) - Static method in class org.zkoss.image.encoder.ImageEncoders
Sets the class of the image encoder for the specified format.
setEncodingAlpha(boolean) - Method in interface org.zkoss.image.encoder.ImageEncoder
Sets whether to encode the alpha transparency.
setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.PNGEncoder
 
setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXHandler
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML docu-ment to be parsed.
setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXHandler
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorListener(ErrorListener) - Method in class org.zkoss.idom.transform.Transformer
Set the error event listener in effect for the transformation.
setErrorType(int) - Method in exception org.zkoss.json.parser.ParseException
 
setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Sets whether to expand entities during parsing.
setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Sets whether to expand entities during parsing.
setExpressionFactoryClass(Class) - Static method in class org.zkoss.xel.Expressions
Sets the implementation of the expression factory that shall be used by the whole system, or null to use the system default.
setField(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
Deprecated. As of release 3.0.6, replaced with Fields.setByCompound(Object, String, Object, boolean).
setField(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Deprecated. As of release 3.0.6, replaced with Fields.setByCompound(Object, String, Object, boolean).
setFormatter(Messages.Formatter) - Static method in class org.zkoss.mesg.Messages
Sets the formatter used by Messages.get(int, Object[], Locale).
setFunctionMapper(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleXelContext
Sets the function mapper, or null if not available.
setHierarchy(boolean) - Static method in class org.zkoss.util.logging.Log
Sets whether to support the hierarchical loggers.
setIdAttribute(String, boolean) - Method in class org.zkoss.idom.Element
 
setIdAttributeNode(Attr, boolean) - Method in class org.zkoss.idom.Element
 
setIdAttributeNS(String, String, boolean) - Method in class org.zkoss.idom.Element
 
setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXBuilder
Sets the iDOM factory.
setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXHandler
Sets the iDOM factory.
setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies that the parser produced by this code will ignore comments.
setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Sets whether the parser should eliminate whitespace in element content.
setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Sets whether the parser should elminate whitespace in element content.
setInternalSubset(String) - Method in class org.zkoss.idom.DocType
Sets the data for the internal subset.
setLevel(Level) - Method in class org.zkoss.util.logging.Log
Sets the logging level.
setLevel(String) - Method in class org.zkoss.util.logging.Log
Sets the logging level.
setLifetime(int) - Method in interface org.zkoss.util.Cache
Sets the minimal lifetime.
setLifetime(int) - Method in class org.zkoss.util.CacheMap
Sets the minimal lifetime.
setLifetime(int) - Method in class org.zkoss.util.MultiCache
 
setLifetime(int) - Method in class org.zkoss.util.ThreadLocalCache
 
setLocalFormatInfo(DateFormatInfo) - Static method in class org.zkoss.text.DateFormats
Sets the info of date/time format for the current thread.
setLocalName(String) - Method in class org.zkoss.idom.Attribute
Sets the local name of this attribute.
setLocalName(String) - Method in class org.zkoss.idom.Element
 
setLocalName(String) - Method in interface org.zkoss.idom.Namespaceable
Sets the local name of this item.
setLocator(Locator) - Method in class org.zkoss.idom.impl.AbstractItem
 
setLocator(Locator) - Method in interface org.zkoss.idom.Item
Sets the locator of this item.
setMaxSize(int) - Method in interface org.zkoss.util.Cache
Sets the maximal allowed size.
setMaxSize(int) - Method in class org.zkoss.util.CacheMap
Sets the maximal allowed size.
setMaxSize(int) - Method in class org.zkoss.util.MultiCache
 
setMaxSize(int) - Method in class org.zkoss.util.ThreadLocalCache
 
setModified() - Method in class org.zkoss.idom.impl.AbstractItem
Deprecated. As of release 5.0.8, it does nothing.
setModified() - Method in interface org.zkoss.idom.Item
Deprecated. As of release 5.0.8, it always returns false.
setName(String) - Method in class org.zkoss.idom.Attribute
 
setName(String) - Method in class org.zkoss.idom.DocType
 
setName(String) - Method in class org.zkoss.idom.Element
Sets the tag name of the element.
setName(String) - Method in class org.zkoss.idom.EntityReference
 
setName(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setName(String) - Method in interface org.zkoss.idom.Item
Sets the name of the item.
setName(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setNamedItem(Node) - Method in class org.zkoss.idom.Element.AttrMap
 
setNamedItem(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
setNamedItemNS(Node) - Method in class org.zkoss.idom.Element.AttrMap
 
setNamedItemNS(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
setNamespace(String, String) - Method in class org.zkoss.idom.Attribute
Sets the namespace.
setNamespace(Namespace) - Method in class org.zkoss.idom.Attribute
Sets the namespace.
setNamespace(Namespace) - Method in class org.zkoss.idom.Element
Sets the namespace.
setNamespace(String, String) - Method in class org.zkoss.idom.Element
Sets the namespace.
setNamespace(Namespace) - Method in interface org.zkoss.idom.Namespaceable
Sets the namespace.
setNodeValue(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setOutputProperties(Properties) - Method in class org.zkoss.idom.transform.Transformer
Set the output properties for the transformation.
setOutputProperty(String, String) - Method in class org.zkoss.idom.transform.Transformer
Set an output property that will be in effect for the transformation.
setOwner(Item) - Method in class org.zkoss.idom.Attribute
Sets the item that owns this attribute.
setParent(Item) - Method in class org.zkoss.idom.Attribute
 
setParent(Group) - Method in class org.zkoss.idom.impl.AbstractItem
 
setParent(Group) - Method in interface org.zkoss.idom.Item
Sets the parent item.
setParent(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleMapper
Sets the parent mapper.
setParent(VariableResolver) - Method in class org.zkoss.xel.util.SimpleResolver
Sets the parent.
setPhoto(Image) - Method in interface org.zkoss.util.media.Photo
Sets the photo of this object.
setPosition(int) - Method in exception org.zkoss.json.parser.ParseException
 
setPrefix(String) - Method in class org.zkoss.idom.Attribute
Sets the namespace prefix of this attribute.
setPrefix(String) - Method in class org.zkoss.idom.Element
 
setPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setPriority(Thread, int) - Static method in class org.zkoss.lang.Threads
Sets the priority without throwing any exception but log warning.
setProperty(String, String) - Static method in class org.zkoss.lang.Library
Sets the libary property indicated by the specified key.
setPublicId(String) - Method in class org.zkoss.idom.DocType
Sets the public ID of an externally referenced DTD, or an empty String if none is referenced.
setQuality(float) - Method in interface org.zkoss.image.encoder.ImageEncoder
Sets the quality of the image encoding.
setQuality(float) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
setQuality(float) - Method in class org.zkoss.image.encoder.PNGEncoder
 
setReadonly(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
Deprecated. As of release 5.0.8, it does nothing.
setReadonly(boolean) - Method in interface org.zkoss.idom.Item
Deprecated. As of release 5.0.8, it does nothing.
setRootElement(Element) - Method in class org.zkoss.idom.Document
Sets the root element.
setStrictErrorChecking(boolean) - Method in class org.zkoss.idom.Document
 
setSystemId(String) - Method in class org.zkoss.idom.DocType
Sets the system ID of an externally referenced DTD, or an empty String if none is referenced.
setTagName(String) - Method in class org.zkoss.idom.Attribute
Sets the tag name.
setTagName(String) - Method in class org.zkoss.idom.Element
 
setTagName(String) - Method in interface org.zkoss.idom.Namespaceable
Sets the tag name of this item.
setTarget(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setText(String) - Method in class org.zkoss.idom.Attribute
 
setText(String) - Method in class org.zkoss.idom.Binary
 
setText(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
setText(String) - Method in interface org.zkoss.idom.Item
Sets the text of this item.
setText(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setTextContent(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setThreadLocal(Locale) - Static method in class org.zkoss.util.Locales
Sets the locale for the current thread only.
setThreadLocal(TimeZone) - Static method in class org.zkoss.util.TimeZones
Sets the time-zone for the current thread only.
setUnexpectedObject(Object) - Method in exception org.zkoss.json.parser.ParseException
 
setUserData(String, Object, UserDataHandler) - Method in class org.zkoss.idom.impl.AbstractItem
 
setValue(String) - Method in class org.zkoss.idom.Attribute
Sets the value of this attribute.
setValue(Object) - Method in interface org.zkoss.idom.Binable
Sets the value of a item that accepts any type as its value.
setValue(Object) - Method in class org.zkoss.idom.Binary
 
setValue(int) - Method in class org.zkoss.lang.MutableInteger
Sets the value of this MutableInteger.
setVariableResolver(VariableResolver) - Method in class org.zkoss.util.resource.impl.LabelLoader
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Static method in class org.zkoss.util.resource.Labels
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Method in class org.zkoss.xel.util.SimpleXelContext
Sete the variable resovler, or null if not available.
setXmlStandalone(boolean) - Method in class org.zkoss.idom.Document
 
setXmlVersion(String) - Method in class org.zkoss.idom.Document
 
shallCheck(Object, long) - Method in class org.zkoss.util.resource.AbstractLoader
 
shallCheck(Object, long) - Method in interface org.zkoss.util.resource.Loader
Returns whether to call Loader.getLastModified(java.lang.Object).
shallExpunge() - Method in class org.zkoss.util.CacheMap
Returns whether it is time to expunge.
shrink(Object, int, int) - Static method in class org.zkoss.util.ArraysX
Shrink the specified array.
SimpleLocator - Class in org.zkoss.idom.util
The locator implementation.
SimpleLocator(Locator) - Constructor for class org.zkoss.idom.util.SimpleLocator
Constructor with another locator.
SimpleLocator(SourceLocator) - Constructor for class org.zkoss.idom.util.SimpleLocator
Constructor with another locator.
SimpleLocator(int, int, String, String) - Constructor for class org.zkoss.idom.util.SimpleLocator
Constructor.
SimpleMapper - Class in org.zkoss.xel.util
A simmple function mapper.
SimpleMapper() - Constructor for class org.zkoss.xel.util.SimpleMapper
 
SimpleMapper(FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleMapper
 
SimpleResolver - Class in org.zkoss.xel.util
A simple resolver that retrieve variable from a map.
SimpleResolver() - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver.
SimpleResolver(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with a parent.
SimpleResolver(VariableResolver, Map) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with a parent and an object map.
SimpleResolver(Map) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with an object map.
SimpleXelContext - Class in org.zkoss.xel.util
A simple implementation of XelContext.
SimpleXelContext(VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXelContext(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXelContext() - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
size() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns the number of elements.
size() - Method in class org.zkoss.util.CacheMap
 
size() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
 
size() - Method in class org.zkoss.util.CollectionsX.ArrayList
 
size() - Method in class org.zkoss.util.CollectionsX.OneCollection
 
size() - Method in class org.zkoss.util.DualCollection
 
size() - Method in class org.zkoss.util.FastReadArray
Returns the size.
size() - Method in class org.zkoss.util.IdentityHashSet
 
size() - Method in class org.zkoss.util.NotableLinkedList
 
size() - Method in class org.zkoss.util.TreeArray
Deprecated.  
size() - Method in class org.zkoss.xml.FacadeList
 
sizeWithoutExpunge() - Method in class org.zkoss.util.CacheMap
Returns the size without trying to expunge first.
SKIPS - Static variable in class org.zkoss.util.Checksums
The default skips.
skipWhitespaces(CharSequence, int) - Static method in class org.zkoss.lang.Strings
Returns the next index after skipping whitespaces.
skipWhitespacesBackward(CharSequence, int) - Static method in class org.zkoss.lang.Strings
The backward version of Strings.skipWhitespaces(java.lang.CharSequence, int).
sleep(int) - Static method in class org.zkoss.lang.Threads
Put the current thread to sleep for a while.
smartRead(ObjectInputStream, Map) - Static method in class org.zkoss.io.Serializables
Reads serializable entries back (serialized by Serializables.smartWrite(ObjectOutputStream,Map)).
smartRead(ObjectInputStream, Collection) - Static method in class org.zkoss.io.Serializables
Reads serializable elements back (serialized by Serializables.smartWrite(ObjectOutputStream,Collection))
smartWrite(ObjectOutputStream, Map) - Static method in class org.zkoss.io.Serializables
Writes only serializable entries of the specified map.
smartWrite(ObjectOutputStream, Collection) - Static method in class org.zkoss.io.Serializables
Writes only serializable elements of the specified collection.
smartWrite(ObjectOutputStream, Object[]) - Static method in class org.zkoss.io.Serializables
Writes only serializable elements of the specified array.
smartWrite(ObjectOutputStream, Object) - Static method in class org.zkoss.io.Serializables
Writes the given value only if it is serializable.
sort() - Method in class org.zkoss.util.TreeArray
Deprecated. Sorts all elements ascendingly by the natural ordering.
sort(Comparator) - Method in class org.zkoss.util.TreeArray
Deprecated. Sorts all elements ascendingly by the specified comparator.
split(int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
split(int) - Method in interface org.zkoss.idom.Textual
Splits at the specified offset into two Textual objects.
split(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Splits a string.
splitText(int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
start() - Method in class org.zkoss.io.FileWatchdog
 
startCDATA() - Method in class org.zkoss.idom.input.SAXHandler
 
startDocument() - Method in class org.zkoss.idom.input.SAXHandler
 
startDTD(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
startElement(String, String, String, Attributes) - Method in class org.zkoss.idom.input.SAXHandler
 
startEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
 
startPrefixMapping(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
startsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Tests if this string starts with the specified prefix.
stop(String) - Static method in class org.zkoss.util.logging.LogService
Stops the logging service
stop() - Method in class org.zkoss.util.logging.LogService
Stops the service.
stream - Variable in class org.zkoss.util.resource.Locators.StreamLocation
 
StringFns - Class in org.zkoss.xel.fn
Functions to manipulate strings in EL.
StringFns() - Constructor for class org.zkoss.xel.fn.StringFns
 
Strings - Class in org.zkoss.lang
String utilties and constants
Strings() - Constructor for class org.zkoss.lang.Strings
 
Strings.Result - Class in org.zkoss.lang
The result of Strings.substring(java.lang.String, int, char).
Strings.Result(int, String, char) - Constructor for class org.zkoss.lang.Strings.Result
 
Strings.Result(int, char) - Constructor for class org.zkoss.lang.Strings.Result
 
substring(String, int, char) - Static method in class org.zkoss.lang.Strings
Returns the substring from the from index up to the until character or end-of-string.
substring(String, int, char, boolean) - Static method in class org.zkoss.lang.Strings
Returns the substring from the from index up to the until character or end-of-string.
substring(String, int, int) - Static method in class org.zkoss.xel.fn.StringFns
Returns a new string that is a substring of this string.
substringData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
subtract(Date, TimeZone, int, Date) - Static method in class org.zkoss.util.Dates
Date Arithmetic function (date2 - date1).
SystemException - Exception in org.zkoss.lang
Indicates a system exception.
SystemException(String, Throwable) - Constructor for exception org.zkoss.lang.SystemException
Constructs a SystemException by specifying message directly.
SystemException(String) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException() - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.SystemException
Constructs an SystemException by use of an error code.
SystemException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object[]) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException.Aide - Class in org.zkoss.lang
Utilities.
SystemException.Aide() - Constructor for class org.zkoss.lang.SystemException.Aide
 

T

Taglib - Class in org.zkoss.xel.taglib
Represents a taglib.
Taglib(String, String) - Constructor for class org.zkoss.xel.taglib.Taglib
 
TaglibMapper - Class in org.zkoss.xel.util
A function mapper that is capable to load function and class definitions from taglib.
TaglibMapper() - Constructor for class org.zkoss.xel.util.TaglibMapper
 
Taglibs - Class in org.zkoss.xel.taglib
Utilities to handle taglib.
Taglibs() - Constructor for class org.zkoss.xel.taglib.Taglibs
 
tagNameOf(String) - Method in class org.zkoss.idom.Namespace
Gets the tag name of the giving local name.
testCurrent(String, String) - Static method in class org.zkoss.util.Locales
Returns whether the current locale (Locales.getCurrent()) belongs to the specified language and/or country.
Text - Class in org.zkoss.idom
The iDOM Text.
Text(String) - Constructor for class org.zkoss.idom.Text
Constructor.
Text() - Constructor for class org.zkoss.idom.Text
Constructor.
Textual - Interface in org.zkoss.idom
Represents an object that is mainly for storing "text".
THE - Static variable in class org.zkoss.idom.impl.DOMImplementation
DOM implementation singleton.
THE - Static variable in class org.zkoss.idom.impl.EmptyNamedNodeMap
The ONLY instance of EmptyNamedNodeMap.
ThreadLocalCache - Class in org.zkoss.util
A cache that resides on the thread local memory.
ThreadLocalCache(int, int) - Constructor for class org.zkoss.util.ThreadLocalCache
Constucts a thread-local cache with the specified max size and the lifetime.
ThreadLocalCache() - Constructor for class org.zkoss.util.ThreadLocalCache
Constructs a thread-local cache with the default setting: max size=128 and lifetime=30minutes.
Threads - Class in org.zkoss.lang
Thread relevant utilities.
Threads() - Constructor for class org.zkoss.lang.Threads
 
throwsEx - Variable in class org.zkoss.lang.Classes.MethodInfo
 
TimeZones - Class in org.zkoss.util
Utilities to access time-zone.
TimeZones() - Constructor for class org.zkoss.util.TimeZones
 
toArray(Collection, int, int) - Static method in class org.zkoss.util.CollectionsX
Returns the specified range of the specified collection into a new array.
toArray() - Method in class org.zkoss.util.FastReadArray
Returns the array (never null).
toAttributeName(String) - Static method in class org.zkoss.lang.Classes
Converts a method name to an attribute name by removing the prefix is, get or set, or null if it doesn't start with is, get or set.
toBigDecimal(double, int, int) - Static method in class org.zkoss.math.BigDecimals
Converts a double to a big decimal with a scale.
toBigDecimal(double, int) - Static method in class org.zkoss.math.BigDecimals
Converts a double to a big decimal with a scale.
toBigDecimal(int, int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale.
toBigDecimal(long, int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale.
toBigDecimal(int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale without.
toBigDecimal(long) - Static method in class org.zkoss.math.BigDecimals
Converts a long to a big decimal with a scale without.
toBigDecimal(short) - Static method in class org.zkoss.math.BigDecimals
Converts a short to a big decimal with a scale without.
toBigDecimal(byte) - Static method in class org.zkoss.math.BigDecimals
Converts a byte to a big decimal with a scale without.
toBigDecimal(Integer) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale without.
toBigDecimal(Long) - Static method in class org.zkoss.math.BigDecimals
Converts a long to a big decimal with a scale without.
toBigDecimal(Short) - Static method in class org.zkoss.math.BigDecimals
Converts a short to a big decimal with a scale without.
toBigDecimal(Byte) - Static method in class org.zkoss.math.BigDecimals
Converts a byte to a big decimal with a scale without.
toBigInteger(int) - Static method in class org.zkoss.math.BigIntegers
Converts an integer to a big integer.
toBigInteger(long) - Static method in class org.zkoss.math.BigIntegers
Converts a long to a big integer.
toBigInteger(short) - Static method in class org.zkoss.math.BigIntegers
Converts a short to a big integer.
toBigInteger(byte) - Static method in class org.zkoss.math.BigIntegers
Converts a byte to a big integer.
toBigInteger(Integer) - Static method in class org.zkoss.math.BigIntegers
Converts an integer to a big integer.
toBigInteger(Long) - Static method in class org.zkoss.math.BigIntegers
Converts a long to a big integer.
toBigInteger(Short) - Static method in class org.zkoss.math.BigIntegers
Converts a short to a big integer.
toBigInteger(Byte) - Static method in class org.zkoss.math.BigIntegers
Converts a byte to a big integer.
toBoolean(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a boolean.
toByteArray(int) - Static method in class org.zkoss.lang.Objects
Converts an integer to a big-endian byte array.
toByteArray(long) - Static method in class org.zkoss.lang.Objects
Converts a long to a big-endian byte array.
toByteArray(short) - Static method in class org.zkoss.lang.Objects
Converts a short to a big-endian byte array.
toByteArray(byte) - Static method in class org.zkoss.lang.Objects
Converts a byte to a big-endian byte array.
toChar(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to an character.
toCharArray(Object) - Static method in class org.zkoss.lang.Objects
Converts any object to a character array.
toClass(String) - Static method in class org.zkoss.lang.Primitives
Converts a primitive from name to the class, or null if it is not a primitive class.
toContents(Object) - Static method in class org.zkoss.idom.util.IDOMs
Converts elements to their contents if the giving object is an element or an array or a collection of elements.
today() - Static method in class org.zkoss.util.Dates
Returns today by setting time to 0:0:0.
toDecimal(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a (big) decimal.
toHexString(byte[]) - Static method in class org.zkoss.util.ArraysX
Returns the hex String representation of a byte array without prefix 0x.
toImageIcon() - Method in class org.zkoss.image.AImage
Converts to an image icon.
toImageIcon() - Method in interface org.zkoss.image.Image
Converts to an image icon.
toInt(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to an integer.
toInternalForm(String) - Static method in class org.zkoss.lang.Classes
Change class name to internal form (e.g.
toJSONString(List) - Static method in class org.zkoss.json.JSONArray
Convert a list to JSON text.
toJSONString(Object[]) - Static method in class org.zkoss.json.JSONArray
Convert an object array to JSON text.
toJSONString(int[]) - Static method in class org.zkoss.json.JSONArray
Convert an integer array to JSON text.
toJSONString(long[]) - Static method in class org.zkoss.json.JSONArray
Convert a long array to JSON text.
toJSONString(short[]) - Static method in class org.zkoss.json.JSONArray
Convert a short array to JSON text.
toJSONString(float[]) - Static method in class org.zkoss.json.JSONArray
Convert a float array to JSON text.
toJSONString(double[]) - Static method in class org.zkoss.json.JSONArray
Convert a double array to JSON text.
toJSONString(byte[]) - Static method in class org.zkoss.json.JSONArray
Convert a byte array to JSON text.
toJSONString(boolean[]) - Static method in class org.zkoss.json.JSONArray
Convert a boolean array to JSON text.
toJSONString(char[]) - Static method in class org.zkoss.json.JSONArray
Convert a char array to JSON text.
toJSONString() - Method in class org.zkoss.json.JSONArray
Encodes this object to a JSON string.
toJSONString() - Method in interface org.zkoss.json.JSONAware
 
toJSONString(Map) - Static method in class org.zkoss.json.JSONObject
Convert (aka., encode) a map to JSON text.
toJSONString() - Method in class org.zkoss.json.JSONObject
Encodes this object to a JSON string.
toJSONString(Object) - Static method in class org.zkoss.json.JSONValue
Convert (aka., encode) an object to JSON text.
toJSONString(int) - Static method in class org.zkoss.json.JSONValue
Converts an integer to JSON text
toJSONString(long) - Static method in class org.zkoss.json.JSONValue
Converts a long to JSON text
toJSONString(short) - Static method in class org.zkoss.json.JSONValue
Converts a short to JSON text
toJSONString(double) - Static method in class org.zkoss.json.JSONValue
Converts a double to JSON text
toJSONString(float) - Static method in class org.zkoss.json.JSONValue
Converts a float to JSON text
toJSONString(byte) - Static method in class org.zkoss.json.JSONValue
Converts a byte to JSON text
toJSONString(boolean) - Static method in class org.zkoss.json.JSONValue
Converts a boolean to JSON text
toJSONString(char) - Static method in class org.zkoss.json.JSONValue
Converts a char to JSON text
token - Variable in class org.zkoss.lang.Strings.Result
The converted string.
toLowerCase(String) - Static method in class org.zkoss.xel.fn.StringFns
Converts all of the characters in this String to upper case using the rules of the current Locale.
toMethod() - Method in interface org.zkoss.xel.Function
Converts this function to a method, or null if unable to convert.
toMethod() - Method in class org.zkoss.xel.util.MethodFunction
 
toMethodName(String, String) - Static method in class org.zkoss.lang.Classes
Convert an attribute name, returned by toAttributeName, to a method name.
toNumber(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a number.
toOctalString(byte[], String) - Static method in class org.zkoss.util.ArraysX
Returns the octal String representation of a byte array with optional prefix.
toPlainString(BigDecimal) - Static method in class org.zkoss.math.BigDecimals
Returns a string representation of this BigDecimal without an exponent field.
toPrimitive(Boolean) - Static method in class org.zkoss.lang.Primitives
Convert Boolean object to primitive boolean.
toPrimitive(Byte) - Static method in class org.zkoss.lang.Primitives
Convert Byte object to primitive byte.
toPrimitive(Character) - Static method in class org.zkoss.lang.Primitives
Convert Character object to primitive char.
toPrimitive(Double) - Static method in class org.zkoss.lang.Primitives
Convert Double object to primitive double.
toPrimitive(Float) - Static method in class org.zkoss.lang.Primitives
Convert Float object to primitive float.
toPrimitive(Integer) - Static method in class org.zkoss.lang.Primitives
Convert Integer object to primitive int.
toPrimitive(Long) - Static method in class org.zkoss.lang.Primitives
Convert Long object to primitive long.
toPrimitive(Short) - Static method in class org.zkoss.lang.Primitives
Convert Short object to primitive short.
toPrimitive(Class) - Static method in class org.zkoss.lang.Primitives
Returns the primitive class of the giving wrapper class, or null if it is not a wrapper class.
toReadable(long, String) - Static method in class org.zkoss.util.Checksums
Returns a readable string plus a checksum.
toReadableChar(int, String) - Static method in class org.zkoss.util.Checksums
Returns the character of the specified val by skiping skips.
toString() - Method in class org.zkoss.idom.Attribute
 
toString() - Method in class org.zkoss.idom.Binary
Gets the textual representation for debug.
toString() - Method in class org.zkoss.idom.DocType
 
toString() - Method in class org.zkoss.idom.Document
 
toString() - Method in class org.zkoss.idom.Element
 
toString() - Method in class org.zkoss.idom.EntityReference
 
toString() - Method in class org.zkoss.idom.impl.AbstractTextual
Gets the textual representation for debug.
toString() - Method in class org.zkoss.idom.Namespace
 
toString() - Method in class org.zkoss.idom.ProcessingInstruction
 
toString(Document) - Static method in class org.zkoss.idom.util.IDOMs
Transforms a document to a string.
toString(Locator) - Static method in class org.zkoss.idom.util.SimpleLocator
 
toString() - Method in class org.zkoss.idom.util.SimpleLocator
 
toString() - Method in class org.zkoss.json.JSONArray
Encodes this object to a JSON string.
toString() - Method in class org.zkoss.json.JSONObject
Encodes this object to a JSON string.
toString(String, Object) - Static method in class org.zkoss.json.JSONObject
 
toString() - Method in exception org.zkoss.json.parser.ParseException
 
toString() - Method in class org.zkoss.lang.MutableInteger
 
toString(Object) - Static method in class org.zkoss.lang.Objects
Converts any object to a string.
toString() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
toString() - Method in class org.zkoss.lang.Strings.Result
 
toString(int) - Static method in class org.zkoss.math.RoundingModes
Returns the name of the rounding mode.
toString() - Method in class org.zkoss.mesg.MessageConst.BundleInfo
 
toString(Object[]) - Static method in class org.zkoss.util.ArraysX
Converts an array to a readable string (for debugging purpose).
toString(int[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of int to a readable string (for debugging purpose).
toString(long[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of long to a readable string (for debugging purpose).
toString(short[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of short to a readable string (for debugging purpose).
toString(byte[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of byte to a readable string (for debugging purpose).
toString(char[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of char to a readable string (for debugging purpose).
toString(boolean[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of boolean to a readable string (for debugging purpose).
toString(float[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of float to a readable string (for debugging purpose).
toString(double[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of char to a readable string (for debugging purpose).
toString() - Method in class org.zkoss.util.CacheMap
 
toString() - Method in class org.zkoss.util.CacheMap.Value
 
toString() - Method in class org.zkoss.util.FastReadArray
 
toString() - Method in class org.zkoss.util.FilterMap
 
toString() - Method in class org.zkoss.util.logging.Log
 
toString(Map, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to a string.
toString() - Method in class org.zkoss.util.media.AMedia
 
toString() - Method in class org.zkoss.util.Pair
 
toString() - Method in class org.zkoss.util.resource.ClassLocator.Resource
 
toString() - Method in class org.zkoss.util.resource.Locators.StreamLocation
 
toString() - Method in class org.zkoss.util.resource.Locators.URLLocation
 
toString(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a string.
toString() - Method in class org.zkoss.xel.taglib.Taglib
 
toStringBuffer(StringBuffer, Map, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to string and append to a string buffer.
toStringByScale(int, int) - Static method in class org.zkoss.lang.Integers
urns a String object representing the specified integer, with the (at-least) specified digits.
toStringByScale(long, int) - Static method in class org.zkoss.lang.Longs
urns a String object representing the specified integer, with the (at-least) specified digits.
toUpperCase(String) - Static method in class org.zkoss.xel.fn.StringFns
Converts all of the characters in this String to upper case using the rules of the current Locale.
toWrapper(boolean) - Static method in class org.zkoss.lang.Primitives
Convert primitive boolean to Boolean.
toWrapper(byte) - Static method in class org.zkoss.lang.Primitives
Convert primitive byte to Byte.
toWrapper(char) - Static method in class org.zkoss.lang.Primitives
Convert primitive char to Character.
toWrapper(double) - Static method in class org.zkoss.lang.Primitives
Convert primitive double to Double.
toWrapper(float) - Static method in class org.zkoss.lang.Primitives
Convert primitive float to Float.
toWrapper(int) - Static method in class org.zkoss.lang.Primitives
Convert primitive int to Integer.
toWrapper(long) - Static method in class org.zkoss.lang.Primitives
Convert primitive long to Long.
toWrapper(short) - Static method in class org.zkoss.lang.Primitives
Convert primitive short to Short.
toWrapper(Class) - Static method in class org.zkoss.lang.Primitives
Returns the wrapper class of a primitive class, or null if it is not a primitive class.
toXMLName(String) - Static method in class org.zkoss.xml.XMLs
Converting a name to a valid XML name.
transform(Source, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from a source to a result.
transform(Document, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from an iDOM document to a result.
transform(Element, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from an iDOM element to a result.
transform(Source) - Method in class org.zkoss.idom.transform.Transformer
Trasforms a source and returns the transformed result as an iDOM Document.
transform(Document) - Method in class org.zkoss.idom.transform.Transformer
Trasforms an iDOM document and returns the transformed result as another iDOM Document.
transform(Element) - Method in class org.zkoss.idom.transform.Transformer
Trasforms an iDOM element and returns the transformed result as another iDOM Document.
Transformer - Class in org.zkoss.idom.transform
Transforms an iDOM Document.
Transformer() - Constructor for class org.zkoss.idom.transform.Transformer
Transfomer constructor without stylesheet.
Transformer(Source) - Constructor for class org.zkoss.idom.transform.Transformer
Constructs a transformer with a stylesheet in form of Source.
TreeArray - Class in org.zkoss.util
Deprecated. As of release 5.0.8, it is not used and no longer maintained. Red-black tree based array implementation of List interface. Unlike LinkedList, the random access by index is as fast as log(n). Unlike ArrayList, the insertion is as fast as log(n). It is a great compromise between random and sequential access.

In additions, it extends the features by also implementing ListX.

The deriving class might override newEntry if it also extends RbEntry; override insert(RbEntry, RbEntry) for adding element; override delete(RbEntry) for removing element; clear() for clearing the whole list.

Also, RbEntry.setElement might be overridden if the deriving class wants to do something when the set method is called.

The iterator method is designed such that next() will proceed correctly even if getElement() throws an exception.

The original algorithm is invented by Henri Chen.

TreeArray() - Constructor for class org.zkoss.util.TreeArray
Deprecated.  
TreeArray(Collection) - Constructor for class org.zkoss.util.TreeArray
Deprecated. Constructor with a collection.
TreeArray.RbEntry - Class in org.zkoss.util
Deprecated. Caller shall use AbstractList.Entry instead of RbEntry for better portability.
TreeArray.RbEntry(Object) - Constructor for class org.zkoss.util.TreeArray.RbEntry
Deprecated.  
trim(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
Trims the string buffer by removing the leading and trailing whitespaces.
trim(String) - Static method in class org.zkoss.xel.fn.StringFns
Returns a copy of the string, with leading and trailing whitespace omitted.
twoMonthShort() - Static method in class org.zkoss.util.Dates
Return the ending date of this year.
twoMonthShort(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the two month int.

U

UID - Static variable in class org.zkoss.Version
The version UID used to identify the resources.
unescape(String) - Static method in class org.zkoss.lang.Strings
Un-escape the quoted string.
UNEXPECTED_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
UNKNOWN - Static variable in class org.zkoss.lang.Objects
Denotes unknown.
UNKNOWN_EXCEPTION - Static variable in interface org.zkoss.mesg.MCommon
 
unlock() - Method in class org.zkoss.util.WaitLock
Unlocks any other threads blocked by WaitLock.waitUntilUnlock(int).
unparsedEntityDecl(String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
unwrap(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unwraps an exception if the enclosing one is InvocationTargetException or UndeclaredThrowableException.
url - Variable in class org.zkoss.util.resource.ClassLocator.Resource
The URL of the resource.
url - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
URLEncoder - Interface in org.zkoss.net
Deprecated. As of release 5.0.5, for simple ZK core. A plugin to allow developer to customize the encoding of URL.

By default, java.net.URLEncoder.encode(s, "UTF-8") is used. If it is not what you want, you can customize it by implementing this interface and specify it in the library property called org.zkoss.net.URLEncoder.

URLReader - Class in org.zkoss.io
Convenience class for reading character files.
URLReader(URL, String) - Constructor for class org.zkoss.io.URLReader
Creates a new FileReader, given the resource URL to read from.
URLs - Class in org.zkoss.net
Utilities to handle URL.
URLs() - Constructor for class org.zkoss.net.URLs
 
Utils - Class in org.zkoss.util
Generic utilities.
Utils() - Constructor for class org.zkoss.util.Utils
 

V

value - Variable in class org.zkoss.lang.MutableInteger
The value of ths mutable integer.
valueOf(String) - Static method in class org.zkoss.math.RoundingModes
Returns the rounding mode of the specified name.
valueOf(Node) - Static method in class org.zkoss.xml.Nodes
Get the text value of a node.
values() - Method in class org.zkoss.util.CacheMap
 
VariableResolver - Interface in org.zkoss.xel
Used to customize the way an Expression resolves variable references at evaluation time.
VariableResolverX - Interface in org.zkoss.xel
An extension of VariableResolver to have more control to resolve the variables.
Verifier - Class in org.zkoss.idom
The verifier to verify W3C/DOM related constraints.
Version - Class in org.zkoss
The version info of the Potix Common Library.
Version() - Constructor for class org.zkoss.Version
 

W

WaitLock - Class in org.zkoss.util
A simple lock used to implement load-on-deman mechanism.
WaitLock() - Constructor for class org.zkoss.util.WaitLock
Once created, it is default to be locked.
waitUntilUnlock(int) - Method in class org.zkoss.util.WaitLock
Waits this lock to unlock.
warning(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
Warning - Interface in org.zkoss.lang
Represents an exception is a warning rather than error.
WARNING - Static variable in class org.zkoss.util.logging.Log
The WARNING level.
warning(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning message and a throwable object.
warning(String) - Method in class org.zkoss.util.logging.Log
Logs a warning message.
warning(Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the warning message, and a throwable object.
warning(Object) - Method in class org.zkoss.util.logging.Log
Logs an object, whose toString returns the warning message.
warning(Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning throwable object.
warning(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning message and a throwable object by giving message code.
warning(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning message and a throwable object by giving message code.
warning(int, Throwable) - Method in class org.zkoss.util.logging.Log
Logs a warning message and a throwable object by giving message code.
warning(int, Object[]) - Method in class org.zkoss.util.logging.Log
Logs a warning message by giving message code.
warning(int, Object) - Method in class org.zkoss.util.logging.Log
Logs a warning message by giving message code.
warning(int) - Method in class org.zkoss.util.logging.Log
Logs a warning message by giving message code.
warningable() - Method in class org.zkoss.util.logging.Log
Tests whether the Log.WARNING level is loggable.
warningBriefly(String, Throwable) - Method in class org.zkoss.util.logging.Log
Logs only the first few lines of the real cause as an warning message.
warningBriefly(Throwable) - Method in class org.zkoss.util.logging.Log
Lo only the first few lines of the real cause.
WarningException - Exception in org.zkoss.lang
The warning exception.
WarningException(String, Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Object[]) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Object) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int, Throwable) - Constructor for exception org.zkoss.lang.WarningException
 
WarningException(int) - Constructor for exception org.zkoss.lang.WarningException
 
wrap(Throwable, Class) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class.
wrap(Throwable, Class, String) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class plus a message.
wrap(Throwable, Class, int, Object[]) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class plus a message.
wrap(Throwable, Class, int, Object) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class plus a message.
wrap(Throwable, Class, int) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the sepecified class plus a message.
wrap(Throwable) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable, String) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable, int) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
wrap(Throwable) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable, String) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable, int) - Static method in class org.zkoss.util.ModificationException.Aide
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
wrap(Throwable) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, String) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
write(Writer, StringBuffer) - Static method in class org.zkoss.io.Files
Writes the specified string buffer to the specified writer.
write(char[], int, int) - Method in class org.zkoss.io.NullWriter
 
write(byte[]) - Method in class org.zkoss.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.zkoss.io.WriterOutputStream
 
write(int) - Method in class org.zkoss.io.WriterOutputStream
 
WriterOutputStream - Class in org.zkoss.io
An output stream that is on top of a writer.
WriterOutputStream(Writer, String) - Constructor for class org.zkoss.io.WriterOutputStream
Constructs an out stream with the specified encoding.
WriterOutputStream(Writer) - Constructor for class org.zkoss.io.WriterOutputStream
Constructs an output stream assuming UTF-8 encoding.

X

x - Variable in class org.zkoss.util.Pair
The first key.
XelContext - Interface in org.zkoss.xel
Context information for XEL evalution.
XelContextProxy - Class in org.zkoss.xel.util
A proxy to replace the variable resolver of a given XEL context.
XelContextProxy(XelContext, VariableResolver) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces the variable resolver with the specified one, but the function mapper not changed.
XelContextProxy(XelContext, FunctionMapper) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces the function mapper with the specified one, but the variable resolver not changed.
XelContextProxy(XelContext, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces both variable resolver and function mapper.
XelException - Exception in org.zkoss.xel
Represents a XEL exception.
XelException(String, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(String) - Constructor for exception org.zkoss.xel.XelException
 
XelException(Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException() - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object[], Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object[]) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int) - Constructor for exception org.zkoss.xel.XelException
 
XelException.Aide - Class in org.zkoss.xel
Utilities.
XelException.Aide() - Constructor for class org.zkoss.xel.XelException.Aide
 
XML_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
XML_ELEMENT_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
XML_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The xml namespace.
XmlFns - Class in org.zkoss.xel.fn
Functions to manipulate XML/HTML for EL.
XmlFns() - Constructor for class org.zkoss.xel.fn.XmlFns
 
XMLNS_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The xmlns namespace.
XMLs - Class in org.zkoss.xml
The XML relevant utilities.
XMLs() - Constructor for class org.zkoss.xml.XMLs
 

Y

y - Variable in class org.zkoss.util.Pair
The second key.
yearOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the year of a date.

Z

ZERO - Static variable in class org.zkoss.lang.Integers
The zero.
ZERO - Static variable in class org.zkoss.lang.Longs
The zero.
ZERO - Static variable in class org.zkoss.math.BigDecimals
Represents 0 in big decimal.
ZERO - Static variable in class org.zkoss.math.BigIntegers
Represents 0 in big integer.
ZERO_BIG_DECIMAL - Static variable in class org.zkoss.lang.Objects
Represents 0 in big decimal.
ZERO_BIG_INTEGER - Static variable in class org.zkoss.lang.Objects
Represents 0 in big integer.
ZERO_BYTE - Static variable in class org.zkoss.lang.Objects
The zero integer.
ZERO_DOUBLE - Static variable in class org.zkoss.lang.Objects
The zero double.
ZERO_FLOAT - Static variable in class org.zkoss.lang.Objects
The zero float.
ZERO_INTEGER - Static variable in class org.zkoss.lang.Objects
The zero integer.
ZERO_LONG - Static variable in class org.zkoss.lang.Objects
The zero long.
ZERO_SHORT - Static variable in class org.zkoss.lang.Objects
The zero short.

_

_addNamespaces - Variable in class org.zkoss.idom.Element
Additional namespaces.
_attrs - Variable in class org.zkoss.idom.Element
The attributes.
_children - Variable in class org.zkoss.idom.impl.AbstractGroup
The list of the children.
_clses - Variable in class org.zkoss.xel.util.TaglibMapper
Map(String name, Class cls).
_code - Variable in exception org.zkoss.lang.CommonException
 
_code - Variable in exception org.zkoss.lang.SystemException
 
_colno - Variable in class org.zkoss.idom.util.SimpleLocator
 
_declNamespaces - Variable in class org.zkoss.idom.input.SAXHandler
The namespaces in between startPrefixMapping and endPrefixMapping.
_doc - Variable in class org.zkoss.idom.input.SAXHandler
The Document being created.
_factory - Variable in class org.zkoss.idom.input.SAXHandler
The iDOM factory.
_hashCode - Variable in class org.zkoss.util.TreeArray
Deprecated.  
_inCData - Variable in class org.zkoss.idom.input.SAXHandler
Indicator of whether we are in a CDATA.
_inDTD - Variable in class org.zkoss.idom.input.SAXHandler
Indicator of whether we are in a DTD.
_intSubset - Variable in class org.zkoss.idom.DocType
The internal subset of the DOCTYPE
_isdata - Variable in class org.zkoss.util.media.AMedia
The input stream, AMedia.getStreamData()
_list - Variable in class org.zkoss.xml.FacadeNodeList
The java List to facade.
_lname - Variable in class org.zkoss.idom.Attribute
The local name.
_lname - Variable in class org.zkoss.idom.Element
The local name.
_lnno - Variable in class org.zkoss.idom.util.SimpleLocator
 
_loader - Variable in class org.zkoss.util.resource.ResourceCache
The loader.
_loc - Variable in exception org.zkoss.idom.DOMException
 
_loc - Variable in class org.zkoss.idom.input.SAXHandler
Locator.
_mtds - Variable in class org.zkoss.xel.util.TaglibMapper
Map(String prefix+":"+name, Function func).
_name - Variable in class org.zkoss.idom.DocType
The element being constrained
_name - Variable in class org.zkoss.idom.EntityReference
The name.
_nlist - Variable in class org.zkoss.xml.FacadeList
The node list to facade.
_ns - Variable in class org.zkoss.idom.Attribute
The namespace.
_ns - Variable in class org.zkoss.idom.Element
The namespace.
_owner - Variable in class org.zkoss.idom.Attribute
The owner item.
_pubId - Variable in class org.zkoss.idom.DocType
The public ID of the DOCTYPE
_pubId - Variable in class org.zkoss.idom.util.SimpleLocator
 
_rawData - Variable in class org.zkoss.idom.ProcessingInstruction
The raw data.
_rddata - Variable in class org.zkoss.util.media.AMedia
The input stream, AMedia.getReaderData()
_root - Variable in class org.zkoss.util.logging.LogService
The name of the root logger that this logging service is monitoring.
_root - Variable in class org.zkoss.util.TreeArray
Deprecated.  
_size - Variable in class org.zkoss.util.TreeArray
Deprecated.  
_stack - Variable in class org.zkoss.idom.input.SAXHandler
The Group stack.
_sysId - Variable in class org.zkoss.idom.DocType
The system ID of the DOCTYPE
_sysId - Variable in class org.zkoss.idom.util.SimpleLocator
 
_target - Variable in class org.zkoss.idom.ProcessingInstruction
The target.
_text - Variable in class org.zkoss.idom.impl.AbstractTextual
The text.
_value - Variable in class org.zkoss.idom.Attribute
The value.
_vars - Variable in class org.zkoss.xel.util.SimpleResolver
The variable maps.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright © 2011. All Rights Reserved.