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
 
AAudio(File) - Constructor for class org.zkoss.sound.AAudio
 
AAudio(String) - Constructor for class org.zkoss.sound.AAudio
 
AAudio(InputStream) - Constructor for class org.zkoss.sound.AAudio
 
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(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.IdentityHashSet
 
add(int, Object) - Method in class org.zkoss.util.TreeArray
 
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
Adds all elements by their natural ordering.
addAllByOrder(Collection, Comparator) - Method in class org.zkoss.util.TreeArray
Adds all elements by the specified comparator.
addByOrder(Object) - Method in class org.zkoss.util.TreeArray
Adds an element by its natural ordering.
addByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
Adds an element by the specified comparator.
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
Inserts the sepcified element in front of the specified entry.
addEntry(int, Object) - Method in interface org.zkoss.util.ListX
Inserts the specified element at the specified position in this list.
addEntry(Object) - Method in interface org.zkoss.util.ListX
Appends the specified element to the end of this list.
addEntry(ListX.Entry, Object) - Method in class org.zkoss.util.TreeArray
 
addEntry(int, Object) - Method in class org.zkoss.util.TreeArray
 
addEntry(Object) - Method in class org.zkoss.util.TreeArray
 
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
 
AImage(String) - Constructor for class org.zkoss.image.AImage
 
AImage(File) - Constructor for class org.zkoss.image.AImage
 
AImage(URL) - Constructor for class org.zkoss.image.AImage
 
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).
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, int) - Static method in class org.zkoss.xml.HTMLs
Appends an attribute 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
Escapes (aka. quote) the special characters with backslash and appends it the specified string buffer.
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.
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
 
AttributesMap - Class in org.zkoss.el.impl
A sketetal implementation for Map to wrap something with enumeration of attributes, which must be String.
AttributesMap() - Constructor for class org.zkoss.el.impl.AttributesMap
 
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
 
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

CacheMap - Class in org.zkoss.util
The cache map.
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.
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.el.fn.StringFns
Catenates two strings.
cat3(String, String, String) - Static method in class org.zkoss.el.fn.StringFns
Catenates three strings.
cat4(String, String, String, String) - Static method in class org.zkoss.el.fn.StringFns
Catenates four strings.
cat5(String, String, String, String, String) - Static method in class org.zkoss.el.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
The checkable TreeArray.
CheckableTreeArray() - Constructor for class org.zkoss.util.CheckableTreeArray
 
CheckableTreeArray(Collection) - Constructor for class org.zkoss.util.CheckableTreeArray
 
CheckableTreeArray.CkEntry - Class in org.zkoss.util
 
CheckableTreeArray.CkEntry(Object) - Constructor for class org.zkoss.util.CheckableTreeArray.CkEntry
 
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
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
 
checkRangePlus(int) - Method in class org.zkoss.util.TreeArray
 
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.
checkWritable() - Method in class org.zkoss.idom.impl.AbstractItem
Checks whether this item is writable (ie, isReady).
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
 
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).
clear() - Method in class org.zkoss.util.CacheMap
 
clear() - Method in class org.zkoss.util.CheckableTreeArray
 
clear() - Method in class org.zkoss.util.IdentityHashSet
 
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.TreeArray
Clears the whole list.
clear() - Method in class org.zkoss.util.TreeArray.RbEntry
Called by TreeArray.clear to do clear recursively.
clearModified(boolean) - Method in class org.zkoss.idom.Element
Clear the modification flag.
clearModified(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
clearModified(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
 
clearModified(boolean) - Method in interface org.zkoss.idom.Item
Clears the modification flag of this item and all its children if includingDescendant is true.
clone(boolean) - Method in class org.zkoss.idom.Attribute
 
clone(boolean) - Method in class org.zkoss.idom.Element
 
clone(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
clone(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
 
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
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.IdentityHashSet
 
clone() - Method in class org.zkoss.util.TreeArray
 
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() - Method in class org.zkoss.io.NullReader
 
close() - Method in class org.zkoss.io.NullWriter
 
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
 
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.el.fn
Functions used with EL.
CommonFns() - Constructor for class org.zkoss.el.fn.CommonFns
 
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.
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.
contains(Object) - Method in class org.zkoss.util.IdentityHashSet
 
containsKey(Object) - Method in class org.zkoss.el.impl.StringKeysMap
 
containsKey(Object) - Method in class org.zkoss.util.CacheMap
 
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.
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_UPDATE - Static variable in class org.zkoss.io.Files
Copy only when the source is newer or when the destination is missing.
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
 
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
 
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
 
DEFAULT_LIFETIME - Static variable in class org.zkoss.util.CacheMap
The default minimal lifetime, unit=milliseconds.
DEFAULT_MAXSIZE - Static variable in class org.zkoss.util.CacheMap
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
 
delete(int) - Method in class org.zkoss.util.TreeArray
 
delete(TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
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.
dummy(Object) - Static method in class org.zkoss.lang.Threads
A dummy function that is used to avoid compiler from optimizing statments around it.
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).
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
 
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
 
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.el.FunctionMappers
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_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
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(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.
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.
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
 
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
 
entryIterator() - Method in class org.zkoss.util.TreeArray
 
entrySet() - Method in class org.zkoss.el.impl.AttributesMap
 
entrySet() - Method in class org.zkoss.util.CacheMap
 
equals(Object) - Method in class org.zkoss.el.Taglib
 
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.logging.Log
 
equals(Object) - Method in class org.zkoss.util.Pair
 
equals(Object) - Method in class org.zkoss.util.resource.ClassLocator
 
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.
escape(String, String) - Static method in class org.zkoss.lang.Strings
Escapes (aka, quote) the special characters with backslash.
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.
Evals - Class in org.zkoss.el
Utilities to wrap the real implementation of Expression Language evaluators.
Evals() - Constructor for class org.zkoss.el.Evals
 
evaluate(String, Class, VariableResolver, FunctionMapper) - Static method in class org.zkoss.el.Evals
Evaluates the expression with the specified resolver and mapper, and the expected class is Object.class.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.zkoss.el.EvaluatorImpl
 
evaluate(VariableResolver) - Method in class org.zkoss.xel.Expression
Evaluates an expression that was previously prepared.
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.zkoss.xel.ExpressionEvaluator
Evaluates an expression.
EvaluatorImpl - Class in org.zkoss.el
The evaluator that implements ExpressionEvaluator.
EvaluatorImpl() - Constructor for class org.zkoss.el.EvaluatorImpl
 
Exceptions - Class in org.zkoss.lang
Utilities for Exceptions.
Exceptions() - Constructor for class org.zkoss.lang.Exceptions
 
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
 
EXPECTING_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
Expression - Class in org.zkoss.xel
The abstract class for a prepared expression.
Expression() - Constructor for class org.zkoss.xel.Expression
 
ExpressionEvaluator - Class in org.zkoss.xel
The abstract base class for an expression-language evaluator.
ExpressionEvaluator() - Constructor for class org.zkoss.xel.ExpressionEvaluator
 
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.
fatalError(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
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_DUPLICATE - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_LOADED - 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 - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND_IGNORED - 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_OPENING - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_READ_FAILED - 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_REMOVE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_WRITE_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
 
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.
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
Returns the first node.
firstRightAncestor() - Method in class org.zkoss.util.TreeArray.RbEntry
Gets the first parent at the right of the specified entry.
firtLeftAncestor() - Method in class org.zkoss.util.TreeArray.RbEntry
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.
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.
FunctionMappers - Class in org.zkoss.el
Utilities for handling FunctionMapper.

G

get(Object) - Method in class org.zkoss.el.impl.StringKeysMap
 
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
 
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 class org.zkoss.util.CacheMap
 
get(int) - Method in class org.zkoss.util.CollectionsX.ArrayList
 
get(Object) - Method in class org.zkoss.util.resource.ResourceCache
Returns the resource, or null if not found.
get(int) - Method in class org.zkoss.util.TreeArray
 
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
 
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
 
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().
getBundleInfo(int) - Static method in class org.zkoss.mesg.MessageConst.Aide
Returns the filename with path, but without extension, of the specified message code.
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
Gets an element by its natural ordering.
getByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
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.
getCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the cause of the given throwable.
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 class org.zkoss.el.SimpleMapper
 
getClassNames() - Method in interface org.zkoss.xel.FunctionMapper
Returns a readonly collection of the logic names of the class (never null).
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.
getContentType() - Method in interface org.zkoss.util.media.Media
Returns the content type, e.g., "image/jpeg", or null if not available.
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
 
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.
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
Gets the element stored in the entry.
getElement() - Method in class org.zkoss.util.TreeArray.RbEntry
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 Unlike Group.getChildren() and Group.getElementNames(), the returned list is NOT a 'live-facade' of the real ones.
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
 
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
Gets the entry of the specified index, rather than the element added by List.add.
getEntry(int) - Method in class org.zkoss.util.TreeArray
 
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.
getExpressionEvaluator() - Method in interface org.zkoss.el.PageContext
Returns the expression evaluator.
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
Returnst the value of the specfied field of the object.
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.
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, Locator) - Static method in class org.zkoss.el.FunctionMappers
Retursn the function mapper representing a list of Taglib, or null if taglibs is null or empty.
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
 
getInternalSubset() - Method in class org.zkoss.idom.DocType
Gets the data for the internal subset.
getKeys() - Method in class org.zkoss.el.impl.StringKeysMap
Returns an enumeration of keys.
getLabel(String) - Static method in class org.zkoss.el.fn.CommonFns
Returns the label or message of the specified key.
getLabel(String) - Method in class org.zkoss.util.resource.impl.LabelLoader
Returns the label of the specified key, 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.
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 class org.zkoss.util.CacheMap
Gets the minimal lifetime, unit=milliseconds.
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.
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 class org.zkoss.util.CacheMap
Gets the maximal allowed size.
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.
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
 
getOut() - Method in interface org.zkoss.el.PageContext
Returns the writer, never null.
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
 
getPageContext() - Method in class org.zkoss.el.RequestResolver
Returns the page context.
getParameterTypes() - Method in class org.zkoss.el.impl.MethodFunction
 
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.
getParent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParent() - Method in interface org.zkoss.idom.Item
Gets the parent item.
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.
getPrefix() - Method in class org.zkoss.el.Taglib
Returns the prefix.
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.
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(Locale, String) - Method in class org.zkoss.util.resource.impl.LabelLoader
Returns the property without interprets any expression.
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
 
getRbEntry(int) - Method in class org.zkoss.util.TreeArray
 
getReaderData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getReaderData() - Method in class org.zkoss.sound.AAudio
Always throws IllegalStateException.
getReaderData() - Method in class org.zkoss.util.media.AMedia
 
getReaderData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in Reader.
getRealCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unveils the real cause.
getRequest() - Method in interface org.zkoss.el.PageContext
The current request.
getRequest() - Method in class org.zkoss.el.RequestResolver
Returns the request.
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.
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.
getResponse() - Method in interface org.zkoss.el.PageContext
The current response.
getResponse() - Method in class org.zkoss.el.RequestResolver
Returns the response.
getReturnType() - Method in class org.zkoss.el.impl.MethodFunction
 
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.
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
 
getServletConfig() - Method in interface org.zkoss.el.PageContext
The Servlet configuration.
getServletContext() - Method in interface org.zkoss.el.PageContext
The Servlet context.
getServletContext() - Method in class org.zkoss.el.RequestResolver
Returns the context.
getSession() - Method in interface org.zkoss.el.PageContext
The current session.
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
Always throws IllegalStateException.
getStreamData() - Method in class org.zkoss.util.media.AMedia
 
getStreamData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in InputStream.
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.
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).
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 catenation of Textual children; never null.
getText(boolean) - Method in class org.zkoss.idom.Element
Returns the catenation 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(String, String) - Static method in class org.zkoss.lang.ThreadLocals
Given class name and static ThreadLocal field name, return the associated ThreadLocal.
getThreadLocal(Class, String) - Static method in class org.zkoss.lang.ThreadLocals
Given class and static ThreadLocal field name, return the associated ThreadLocal.
getTimeZone(int) - Static method in class org.zkoss.util.TimeZones
Returns the time by specifying the offset in minutes.
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.
getURI() - Method in class org.zkoss.el.Taglib
Returns the uri.
getURI() - Method in class org.zkoss.idom.Namespace
Gets the namespace URI for this Namespace.
getUserData(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getValue(String) - Method in class org.zkoss.el.impl.StringKeysMap
Returns the value associated with the specified key.
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 interface org.zkoss.el.PageContext
The current variable resolver.
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
 
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.el.Taglib
 
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.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
 
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.el.impl.StringKeysMap.EntryIter
 
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
 
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.
importNode(Node, boolean) - Method in class org.zkoss.idom.Document
 
incSize() - Method in class org.zkoss.util.TreeArray
 
indexOfEntry(ListX.Entry) - Method in interface org.zkoss.util.ListX
Gets the index of the specified entry.
indexOfEntry(TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
 
indexOfEntry(ListX.Entry) - Method in class org.zkoss.util.TreeArray
 
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
 
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).
insert(TreeArray.RbEntry, TreeArray.RbEntry) - Method in class org.zkoss.util.CheckableTreeArray
 
insert(int, TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
 
insert(TreeArray.RbEntry, TreeArray.RbEntry) - Method in class org.zkoss.util.TreeArray
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, Object[]) - Method in class org.zkoss.el.impl.MethodFunction
 
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FacadeInvoker
 
invoke(Object, Object[]) - Method in interface org.zkoss.xel.Function
Invokes this method with the specified arguments.
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
Returns whether it is aware of the modificatioin of attributes.
isAttributeModificationAware() - Method in class org.zkoss.idom.Element
 
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() - Method in interface org.zkoss.util.media.Media
Returns whether the format of tis content is binary or text-based.
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() - Method in class org.zkoss.el.impl.AttributesMap
 
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.IdentityHashSet
 
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.el.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
 
isModified() - Method in interface org.zkoss.idom.Item
Tests whether this item (or any of its children) is modified, i.e., the modification flag is set.
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
Tests whether an entry is an orphan -- being removed from a list.
isOrphan() - Method in class org.zkoss.util.TreeArray.RbEntry
 
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.Attribute
Tests whether this attribute is read-only.
isReadonly() - Method in class org.zkoss.idom.impl.AbstractItem
 
isReadonly() - Method in interface org.zkoss.idom.Item
Tests whether this item is read-only.
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
 
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.IdentityHashSet
 
iterator() - Method in class org.zkoss.util.TreeArray
 

J

joinAndInterrupt(Thread, int) - Static method in class org.zkoss.lang.Threads
Waits a thread to die (and interrupt once a while)
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.
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).
left - Variable in class org.zkoss.util.TreeArray.RbEntry
 
leftMost() - Method in class org.zkoss.util.TreeArray.RbEntry
Gets the leftmost leaf of the specified subtree.
leftNum - Variable in class org.zkoss.util.TreeArray.RbEntry
 
length(Object) - Static method in class org.zkoss.el.fn.CommonFns
Returns the length of an array, string, collection or map.
listIterator(int) - Method in class org.zkoss.util.TreeArray
 
ListX - Interface in org.zkoss.util
The extended list interface.
ListX.Entry - Interface in org.zkoss.util
Represents the entry of each node in the list.
load(String, String, Locator) - Method in class org.zkoss.el.SimpleMapper
Loads function definitions from taglib.
load(String, Element) - Method in class org.zkoss.el.SimpleMapper
Loads function definitions from DOM.
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.
Loader - Interface in org.zkoss.util.resource
A loader that could load a resource to another format.
loadMethods(URL) - Static method in class org.zkoss.el.FunctionMappers
Loads functions defined in the specified URL.
loadMethods(Element) - Static method in class org.zkoss.el.FunctionMappers
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(Locale) - Method in interface org.zkoss.util.resource.LabelLocator
Returns URL 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 I3 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.
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 I3 logger based on the class.
lookup(String) - Static method in class org.zkoss.util.logging.Log
Gets the I3 logger based on the giving name.
lookup(Package) - Static method in class org.zkoss.util.logging.Log
Gets the I3 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
 
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_CODE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
MESSAGE_ID - 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 types.
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.el.impl
A XEL function based on java.lang.reflect.Method.
MethodFunction(Method) - Constructor for class org.zkoss.el.impl.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.
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.el.fn.CommonFns
Instantiates the specified class.
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
 
newEntry(Object) - Method in class org.zkoss.util.TreeArray
Creates an instance of RbEntry.
newHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Creates a Sax Handler.
newInstance(Class, Class[], Object[]) - Static method in class org.zkoss.lang.Classes
Creates and intializes a new instance of the specified class with the specified arguments.
newInstance(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.
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.
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() - Method in class org.zkoss.el.impl.StringKeysMap.EntryIter
 
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
 
next() - Method in class org.zkoss.util.TreeArray.RbEntry
 
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
 
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.
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 unescape option.
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
 
normalizeDocument() - Method in class org.zkoss.idom.Document
 
NOT_A_FILE - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_A_FILE - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
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

ObjectResolver - Class in org.zkoss.el
Resolves the specified object's members as variables.
ObjectResolver() - Constructor for class org.zkoss.el.ObjectResolver
Constructs a resolver.
ObjectResolver(VariableResolver) - Constructor for class org.zkoss.el.ObjectResolver
Constructs a resolver with a parent.
ObjectResolver(VariableResolver, Object) - Constructor for class org.zkoss.el.ObjectResolver
Constructs a resolver with a parent and an object.
ObjectResolver(Object) - Constructor for class org.zkoss.el.ObjectResolver
Constructs a resolver with an object.
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
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
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
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.el - package org.zkoss.el
EL utilities enabling the use of EL expressions anywhere, not just in JSP pages
org.zkoss.el.fn - package org.zkoss.el.fn
A collections of functions used in EL expressions (for TLD only).
org.zkoss.el.impl - package org.zkoss.el.impl
Implementation of EL utilities.
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.io - package org.zkoss.io
File and stream I/O utilities.
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.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.
org.zkoss.xml - package org.zkoss.xml
Utilities for handling XML and HTML.
orphan - Variable in class org.zkoss.util.TreeArray.RbEntry
 

P

PageContext - Interface in org.zkoss.el
Represents a page context.
Pair - Class in org.zkoss.util
A pair of keys.
Pair(Object, Object) - Constructor for class org.zkoss.util.Pair
 
parent - Variable in class org.zkoss.util.TreeArray.RbEntry
 
parse(String) - Static method in class org.zkoss.text.DateFormats
Parses a string to a date.
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(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.
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).
parseExpression(String, Class, FunctionMapper) - Method in class org.zkoss.el.EvaluatorImpl
 
parseExpression(String, Class, FunctionMapper) - Method in class org.zkoss.xel.ExpressionEvaluator
Prepare an expression for later evaluation.
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.
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
Pauses the execution for a while.
Photo - Interface in org.zkoss.util.media
Represents an object is associated with images.
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
 
previous() - Method in class org.zkoss.util.TreeArray.RbEntry
 
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
 
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
 
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(Object, Object) - Method in class org.zkoss.el.impl.AttributesMap
 
put(Element, Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Put an element into the map.
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.resource.ResourceCache
Don't use it.
putAll(Map) - Method in class org.zkoss.util.CacheMap
 

Q

QUOTE_UNMATCHED - Static variable in interface org.zkoss.mesg.MCommon
 
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
 
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
 
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 i3-label*.properties from other resource, such as servlet contexts.
register(LabelLocator) - Static method in class org.zkoss.util.resource.Labels
Registers a locator which is used to load i3-label*.properties from other resource, such as servlet contexts.
remove(Object) - Method in class org.zkoss.el.impl.AttributesMap
 
remove() - Method in class org.zkoss.el.impl.StringKeysMap.EntryIter
 
remove(Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Remove e from the map.
remove(Object) - Method in class org.zkoss.util.CacheMap
 
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.IdentityHashSet
 
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(int) - Method in class org.zkoss.util.TreeArray
 
removeAttribute(String) - Method in class org.zkoss.idom.Element
 
removeAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
removeAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
removeByOrder(Object) - Method in class org.zkoss.util.TreeArray
Removes an element by its natural ordering.
removeByOrder(Object, Comparator) - Method in class org.zkoss.util.TreeArray
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
Remove the entry from the list.
removeEntry(int) - Method in interface org.zkoss.util.ListX
Remove the entry at the specified location from the list.
removeEntry(ListX.Entry) - Method in class org.zkoss.util.TreeArray
 
removeEntry(int) - Method in class org.zkoss.util.TreeArray
 
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
 
removeValue(String) - Method in class org.zkoss.el.impl.StringKeysMap
Removes the specified key.
renameNode(Node, String, String) - Method in class org.zkoss.idom.Document
 
replace(String, String, String) - Static method in class org.zkoss.el.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
 
RequestResolver - Class in org.zkoss.el
Used to wrap a request to provide JSP-like evaluation.
RequestResolver(ServletContext, ServletRequest, ServletResponse) - Constructor for class org.zkoss.el.RequestResolver
Request-based resolver.
RequestResolver(ServletContext, ServletRequest) - Constructor for class org.zkoss.el.RequestResolver
 
RequestResolver(ServletRequest) - Constructor for class org.zkoss.el.RequestResolver
 
REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
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 i3-label*.proerties.
reset() - Static method in class org.zkoss.util.resource.Labels
Resets all cached labels and next call to Labels.getLabel(java.lang.String) will cause re-loading i3-label*.proerties.
resize(Object, int) - Static method in class org.zkoss.util.ArraysX
Resizes the specified array.
resolveClass(String) - Method in class org.zkoss.el.SimpleMapper
 
resolveClass(String) - Method in interface org.zkoss.xel.FunctionMapper
Resolves a class with the specified logic name, or null if not found.
resolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
resolveFunction(String, String) - Method in class org.zkoss.el.SimpleMapper
 
resolveFunction(String, String) - Method in interface org.zkoss.xel.FunctionMapper
Resolves a function Function with the specified name and prefix.
resolveVariable(String) - Method in class org.zkoss.el.ObjectResolver
 
resolveVariable(String) - Method in class org.zkoss.el.RequestResolver
 
resolveVariable(String) - Method in class org.zkoss.el.SimpleResolver
 
resolveVariable(String) - Method in interface org.zkoss.xel.VariableResolver
Resolves the specified variable.
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
 
rightMost() - Method in class org.zkoss.util.TreeArray.RbEntry
Gets the rihtmost 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
 

S

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.
search(Object) - Method in class org.zkoss.util.TreeArray
Searches an element by its natural ordering.
search(Object, Comparator) - Method in class org.zkoss.util.TreeArray
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_OK - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_INIT_TWICE_NOT_ALLOWED - 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
 
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
 
set(Object) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
set(int, Object) - Method in class org.zkoss.util.TreeArray
 
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
 
setAttributeModificationAware(boolean) - Method in interface org.zkoss.idom.Attributable
Sets whether it is aware of the modificatioin of attributes.
setAttributeModificationAware(boolean) - Method in class org.zkoss.idom.Element
 
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.
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
 
setElement(Object) - Method in interface org.zkoss.util.ListX.Entry
Sets the entry to store the specified element.
setElement(Object) - Method in class org.zkoss.util.TreeArray.RbEntry
Override it if you want to do something when an element is set.
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 docu-ment 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.
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.
setField(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified field in the object.
setField(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specfied field in the object, without converting the specified val.
setFormatter(Messages.Formatter) - Static method in class org.zkoss.mesg.Messages
Sets the formatter used by Messages.get(int, Object[], Locale).
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 elminate 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.
setLifetime(int) - Method in class org.zkoss.util.CacheMap
Sets the minimal lifetime.
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 class org.zkoss.util.CacheMap
Sets the maximal allowed size.
setModified() - Method in class org.zkoss.idom.Attribute
 
setModified() - Method in class org.zkoss.idom.impl.AbstractItem
 
setModified() - Method in interface org.zkoss.idom.Item
Sets the modification flag.
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.
setPhoto(Image) - Method in interface org.zkoss.util.media.Photo
Sets the photo of this object.
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.
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.
setReadonly(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
Sets the read-only flag of this item.
setReadonly(boolean) - Method in interface org.zkoss.idom.Item
Sets the read-only flag of this item.
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.
setUserData(String, Object, UserDataHandler) - Method in class org.zkoss.idom.impl.AbstractItem
 
setValue(String, Object) - Method in class org.zkoss.el.impl.StringKeysMap
Sets the value associated with the specified key.
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.
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.el
A simple function mapper.
SimpleMapper() - Constructor for class org.zkoss.el.SimpleMapper
 
SimpleMapper(FunctionMapper) - Constructor for class org.zkoss.el.SimpleMapper
 
SimpleResolver - Class in org.zkoss.el
A simple resolver that retrieve variable from a map.
SimpleResolver() - Constructor for class org.zkoss.el.SimpleResolver
Constructs a resolver.
SimpleResolver(VariableResolver) - Constructor for class org.zkoss.el.SimpleResolver
Constructs a resolver with a parent.
SimpleResolver(VariableResolver, Map) - Constructor for class org.zkoss.el.SimpleResolver
Constructs a resolver with a parent and an object map.
SimpleResolver(Map) - Constructor for class org.zkoss.el.SimpleResolver
Constructs a resolver with an object map.
size() - Method in class org.zkoss.el.impl.AttributesMap
 
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.IdentityHashSet
 
size() - Method in class org.zkoss.util.TreeArray
 
size() - Method in class org.zkoss.xml.FacadeList
 
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).
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.
sort() - Method in class org.zkoss.util.TreeArray
Sorts all elements ascendingly by the natural ordering.
sort(Comparator) - Method in class org.zkoss.util.TreeArray
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.
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
 
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.el.fn
Utilities to manipulate strings in EL.
StringFns() - Constructor for class org.zkoss.el.fn.StringFns
 
StringKeysMap - Class in org.zkoss.el.impl
A sketetal implementation for Map to wrap something with enumeration of keys, which must be String.
StringKeysMap() - Constructor for class org.zkoss.el.impl.StringKeysMap
 
StringKeysMap.EntryIter - Class in org.zkoss.el.impl
The iterator class used to iterator the entries in this map.
StringKeysMap.EntryIter() - Constructor for class org.zkoss.el.impl.StringKeysMap.EntryIter
 
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.
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). subtract a date from another date, return the difference as the required fields.
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.el
Represents a taglib.
Taglib(String, String) - Constructor for class org.zkoss.el.Taglib
 
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.
ThreadLocals - Class in org.zkoss.lang
ThreadLocal related utilties.
ThreadLocals() - Constructor for class org.zkoss.lang.ThreadLocals
 
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
 
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.el.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.el.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.el.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.el.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. byte[] -> [B).
token - Variable in class org.zkoss.lang.Strings.Result
The converted string.
toMethod() - Method in class org.zkoss.el.impl.MethodFunction
 
toMethod() - Method in interface org.zkoss.xel.Function
Converts this function to a method, or null if unable to convert.
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.el.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.
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(Object) - Static method in class org.zkoss.el.fn.CommonFns
Converts the specified object to a string.
toString() - Method in class org.zkoss.el.Taglib
 
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.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.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.URLLocation
 
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.
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
Red-black tree based array implementation of List interface.
TreeArray() - Constructor for class org.zkoss.util.TreeArray
 
TreeArray(Collection) - Constructor for class org.zkoss.util.TreeArray
Constructor with a collection.
TreeArray.RbEntry - Class in org.zkoss.util
Caller shall use AbstractList.Entry instead of RbEntry for better portability.
TreeArray.RbEntry(Object) - Constructor for class org.zkoss.util.TreeArray.RbEntry
 
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. eg. 1, 3, 5, 7, 9, 11.

U

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
 
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
 
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
 

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.
Verifier - Class in org.zkoss.idom
The verifier to verify W3C/DOM related constraints.

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 ModificationExceptio