- AAudio - Class in org.zkoss.sound
-
Represents an audio.
- AAudio(String, byte[]) - Constructor for class org.zkoss.sound.AAudio
-
- AAudio(String, InputStream) - Constructor for class org.zkoss.sound.AAudio
-
Creates an instance of an audio with an input stream.
- AAudio(URL) - Constructor for class org.zkoss.sound.AAudio
-
Constructs an audio with an URL.
- AAudio(File) - Constructor for class org.zkoss.sound.AAudio
-
Constructs an audio with a file.
- AAudio(String) - Constructor for class org.zkoss.sound.AAudio
-
Constructs an audio with a file name.
- AAudio(InputStream) - Constructor for class org.zkoss.sound.AAudio
-
Creates an instance of an audio with an input stream.
- AbstractGroup - Class in org.zkoss.idom.impl
-
A semi-implemented item for group.
- AbstractGroup() - Constructor for class org.zkoss.idom.impl.AbstractGroup
-
Constructor.
- AbstractGroup.ChildArray - Class in org.zkoss.idom.impl
-
The array to hold children.
- AbstractGroup.ElementMap - Class in org.zkoss.idom.impl
-
Stores a 'cached' map of child elements to speed up the access.
- 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<K,V> - Class in org.zkoss.util.resource
-
A skeletal implementation that assumes the source is either URL or File.
- AbstractLoader() - Constructor for class org.zkoss.util.resource.AbstractLoader
-
- AbstractTextual - Class in org.zkoss.idom.impl
-
Represents a textual item.
- AbstractTextual(String) - Constructor for class org.zkoss.idom.impl.AbstractTextual
-
Constructor.
- AbstractTextual() - Constructor for class org.zkoss.idom.impl.AbstractTextual
-
Constructor.
- add(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
-
Registers a cleanup.
- add(E) - 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(T) - Method in class org.zkoss.util.FastReadArray
-
Adds an object.
- add(T) - Method in class org.zkoss.util.IdentityHashSet
-
- add(String, String) - Static method in class org.zkoss.xel.util.Evaluators
-
- add(Element) - Static method in class org.zkoss.xel.util.Evaluators
-
Adds an evaluator based on the XML declaration.
- addAll(ImportedClassResolver) - Method in class org.zkoss.lang.ImportedClassResolver
-
Adds all imported classes of the given class resolver.
- addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements returned by the iterator to a collection.
- addAll(Collection<T>, Enumeration<? extends T>) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements returned by the enumerator to a collection.
- addAll(Collection<T>, Object[]) - Static method in class org.zkoss.util.CollectionsX
-
Adds all elements of an array to a collection.
- addClass(String, Class) - Method in class org.zkoss.xel.util.TaglibMapper
-
- addDeclaredNamespace(Namespace) - Method in class org.zkoss.idom.Element
-
Adds a namespace to the namespace declaration.
- addFunction(String, String, Function) - Method in class org.zkoss.xel.util.TaglibMapper
-
- addImportedClass(String) - Method in class org.zkoss.lang.ImportedClassResolver
-
Adds an imported class
Like Java, it is used to import a class or a package of classes, so
that it simplifies the use of the apply attribute, the init directive
and others.
- addMinorRoute(IN, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character.
- addMinorRoute(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character with callback.
- addMinorRoutes(E, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters.
- addMinorRoutes(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters with a callback.
- addMinorTransition(IN, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character.
- addMinorTransition(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition for a character with a callback
- addMinorTransitions(E, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters
- addMinorTransitions(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions for characters with a callback
- addProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
-
Add library properties indicated by the specified key.
- addProperty(String, String) - Static method in class org.zkoss.lang.Library
-
Add a library property indicated by the specified key.
- addReturningClasses(C...) - Method in class org.zkoss.fsm.StateCtx
-
Add an input class for returning to this state
- addReturningClasses(Collection<C>) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple input classes for returning to this state
- addReturningInputs(IN...) - Method in class org.zkoss.fsm.StateCtx
-
Add input characters for returning to this state
- addReturningInputs(Collection<IN>) - Method in class org.zkoss.fsm.StateCtx
-
Add input characters for returning to this state
- addRoute(C, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition.
- addRoute(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition with callback.
- addRoutes(E, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions.
- addRoutes(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions with a callback.
- addToCurrentGroup(Item) - Method in class org.zkoss.idom.input.SAXHandler
-
Adds the item to the current group; also attach the locator.
- addTransition(C, E) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition rule
- addTransition(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
-
Add a transition rule with a callback
- addTransitions(E, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions
- addTransitions(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
-
Add multiple transitions with a callback
- adoptNode(Node) - Method in class org.zkoss.idom.Document
-
- afterStep(IN, C, E, E) - Method in class org.zkoss.fsm.StateMachine
-
This method is called after executing a step
- Aide() - Constructor for class org.zkoss.lang.SystemException.Aide
-
- Aide() - Constructor for class org.zkoss.mesg.MessageConst.Aide
-
- Aide() - Constructor for class org.zkoss.xel.XelException.Aide
-
- AImage - Class in org.zkoss.image
-
Represents an image.
- AImage(String, byte[]) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a byte array.
- AImage(String, InputStream) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with an input stream.
- AImage(String) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a file name.
- AImage(File) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with a file.
- AImage(URL) - Constructor for class org.zkoss.image.AImage
-
Constructs an image with an URL.
- ALL - Static variable in class org.zkoss.util.logging.Log
-
Deprecated.
All levels.
- AMedia - Class in org.zkoss.util.media
-
A media object holding content such PDF, HTML, DOC or XLS content.
- AMedia(String, String, String, byte[]) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and binary data.
- AMedia(String, String, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and text data.
- AMedia(String, String, String, InputStream) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and stream data (binary).
- AMedia(String, String, String, Reader) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and reader data (textual).
- AMedia(String, String, String, File, boolean) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and a file.
- AMedia(String, String, String, File, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and a file.
- AMedia(File, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with a file.
- AMedia(String, String, String, URL, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with name, format, content type and URL.
- AMedia(URL, String, String) - Constructor for class org.zkoss.util.media.AMedia
-
Construct with a file.
- any() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Returns true if any element.
- anyElement() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- anyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
-
Returns the index that is one of delimiters, or the length if none
of delimiter is found.
- appendAsHex(StringBuffer, char) - Static method in class org.zkoss.idom.Verifier
-
- appendAttribute(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, String, boolean) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, int) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a int value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, long) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, double) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, short) - Static method in class org.zkoss.html.HTMLs
-
Appends an attribute with a short value to the string buffer for HTML/XML (name="val").
- appendAttribute(StringBuffer, String, boolean) - Static method in class org.zkoss.html.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
-
- appendStyle(StringBuffer, String, String) - Static method in class org.zkoss.html.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
-
- ArrayCollection(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayCollection
-
- ArrayEnumeration(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayEnumeration
-
- ArrayIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayIterator
-
- ArrayList(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayList
-
- ArrayListIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
-
- ArrayListIterator(E[], int) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
-
- ArraysX - Class in org.zkoss.util
-
Utilities for handling arrays.
- ArraysX() - Constructor for class org.zkoss.util.ArraysX
-
- asList(T[]) - Static method in class org.zkoss.util.ArraysX
-
Returns a mutable list.
- asList(T[][]) - Static method in class org.zkoss.util.ArraysX
-
Returns a two dimensional mutable list.
- attachLocator(Item) - Method in class org.zkoss.idom.input.SAXHandler
-
Attaches the locator to the item.
- attr(String, Object) - Static method in class org.zkoss.xel.fn.XmlFns
-
Generates an attribute for HTML/XML.
- AttrArray() - Constructor for class org.zkoss.idom.Element.AttrArray
-
- 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
-
- AttrMap() - Constructor for class org.zkoss.idom.Element.AttrMap
-
- Audio - Interface in org.zkoss.sound
-
Represents an audio.
- AVideo - Class in org.zkoss.video
-
Represents a video.
- AVideo(String, byte[]) - Constructor for class org.zkoss.video.AVideo
-
- AVideo(String, InputStream) - Constructor for class org.zkoss.video.AVideo
-
Creates an instance of a video with an input stream.
- AVideo(URL) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with an URL.
- AVideo(File) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with a file.
- AVideo(String) - Constructor for class org.zkoss.video.AVideo
-
Constructs a video with a file name.
- AVideo(InputStream) - Constructor for class org.zkoss.video.AVideo
-
Creates an instance of a video with an input stream.
- Cache<K,V> - Interface in org.zkoss.util
-
Represents a cache.
- cacheable - Variable in class org.zkoss.util.resource.Loader.Resource
-
- CacheMap<K,V> - Class in org.zkoss.util
-
The cache map.
- CacheMap(int, int) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map with the specified max size and lifetime.
- CacheMap() - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(int) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(int, float) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(boolean) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap(int, int, boolean) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map with the specified max size and lifetime.
- CacheMap(int, float, boolean) - Constructor for class org.zkoss.util.CacheMap
-
Constructs a cache map.
- CacheMap.Value<V> - Class in org.zkoss.util
-
The class to hold key/value.
- canCreateBean(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- canExpunge(int, CacheMap.Value<V>) - Method in class org.zkoss.util.CacheMap
-
Tests whether certain value is OK to expunge.
- cast(Class) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic class of the given type-less class.
- cast(Object) - Static method in class org.zkoss.lang.Generics
-
Force to cast an object to the given type.
- cast(Iterator) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic iterator of the given un-typed iterator.
- cast(ListIterator) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic list iterator of the given un-typed list iterator.
- cast(Enumeration) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic enumeration of the given un-typed enumeration.
- cast(Collection) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic collection of the given un-typed collection.
- cast(List) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic list of the given un-typed list.
- cast(Set) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic set of the given un-typed set.
- cast(Map) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic map of the given un-typed map.
- cast(ThreadLocal) - Static method in class org.zkoss.lang.Generics
-
Returns a type-safe generic thread-local of the given un-typed thread-local.
- cat(Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
-
Concatenates two objects.
- cat3(Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
-
Concatenates three objects.
- cat4(Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
-
Concatenates four objects.
- cat5(Object, Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
-
Concatenates five objects.
- 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.
- characters(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
-
- 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.
- checkPITarget(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a processing instruction target is valid.
- Checksums - Class in org.zkoss.util
-
Checksum relevant utilities.
- Checksums() - Constructor for class org.zkoss.util.Checksums
-
- checkText(String) - Method in class org.zkoss.idom.Binary
-
- checkText(String) - Method in class org.zkoss.idom.CData
-
- checkText(String) - Method in class org.zkoss.idom.Comment
-
- checkText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
-
Checks whether the text is valid.
- checkVersion(Document, URL) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns whether the loaded document's version is correct.
- checkXMLName(String, Locator) - Static method in class org.zkoss.idom.Verifier
-
Checks whether a name is valid.
- ChildArray() - Constructor for class org.zkoss.idom.Document.ChildArray
-
- ChildArray() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ChildArray
-
- 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 - Variable in class org.zkoss.xel.taglib.TaglibDefinition
-
A map of classes.
- Classes.MethodInfo - Class in org.zkoss.lang
-
- 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
-
- ClassReflect - Class in org.zkoss.xel.zel
-
The implementation for using ZEL.
- ClassReflect() - Constructor for class org.zkoss.xel.zel.ClassReflect
-
- ClassResolver - Interface in org.zkoss.lang
-
A resolver that can resolve the class of the given name.
- cleanup() - Static method in class org.zkoss.util.Cleanups
-
- cleanup() - Method in interface org.zkoss.util.Cleanups.Cleanup
-
Cleanups the thread local variables.
- Cleanups - Class in org.zkoss.util
-
Utilities to clean up resources when the application is stopping.
- Cleanups() - Constructor for class org.zkoss.util.Cleanups
-
- Cleanups.Cleanup - Interface in org.zkoss.util
-
The interface to implement for each cleanup.
- clear() - Method in interface org.zkoss.util.Cache
-
Clears all objects being cached.
- clear() - Method in class org.zkoss.util.CacheMap
-
- clear() - Method in class org.zkoss.util.FastReadArray
-
Removes all of the elements for this array.
- clear() - Method in class org.zkoss.util.FastReadCache
-
- clear() - Method in class org.zkoss.util.IdentityHashSet
-
- clear() - Method in class org.zkoss.util.MultiCache
-
- clear() - Method in class org.zkoss.util.resource.ResourceCache
-
It is OK to clear up all cached resources if you don't want to cache it.
- clone() - Method in class org.zkoss.html.StyleSheet
-
- clone() - Method in class org.zkoss.idom.Attribute
-
- clone() - Method in class org.zkoss.idom.Element
-
- clone() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- clone() - Method in class org.zkoss.idom.impl.AbstractItem
-
Clones this object (a deep cloning not including contents contained
in Textual nodes).
- clone() - Method in interface org.zkoss.idom.Item
-
Clones this item.
- clone() - Method in class org.zkoss.idom.Namespace
-
- clone(Object) - Static method in class org.zkoss.lang.Objects
-
Clones the specified object.
- clone() - Method in class org.zkoss.lang.reflect.SerializableMethod
-
- clone(Object) - Static method in class org.zkoss.util.ArraysX
-
- clone() - Method in class org.zkoss.util.CacheMap
-
- clone() - Method in class org.zkoss.util.CacheMap.Value
-
- clone() - Method in class org.zkoss.util.FastReadArray
-
- clone() - Method in class org.zkoss.util.IdentityHashSet
-
- clone() - Method in class org.zkoss.util.MultiCache
-
- clone() - Method in class org.zkoss.xel.util.TaglibMapper
-
- cloneNode(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
-
- close(InputStream) - Static method in class org.zkoss.io.Files
-
Close an input stream without throwing an exception.
- close(Reader) - Static method in class org.zkoss.io.Files
-
Close a reader without throwing an exception.
- close(OutputStream) - Static method in class org.zkoss.io.Files
-
Close an output stream without throwing an exception.
- close(Writer) - Static method in class org.zkoss.io.Files
-
Close a writer without throwing an exception.
- close() - Method in class org.zkoss.io.NullReader
-
- close() - Method in class org.zkoss.io.NullWriter
-
- close() - Method in class org.zkoss.io.RepeatableInputStream
-
- close() - Method in class org.zkoss.io.RepeatableReader
-
- 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.
- CollectionEnumeration(Collection<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
-
- CollectionEnumeration(Iterator<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
-
- CollectionsX - Class in org.zkoss.util
-
The collection related utilities.
- CollectionsX() - Constructor for class org.zkoss.util.CollectionsX
-
- CollectionsX.ArrayCollection<E> - Class in org.zkoss.util
-
An readonly collection on top of an array.
- CollectionsX.ArrayEnumeration<E> - Class in org.zkoss.util
-
An enumeration on top of an array.
- CollectionsX.ArrayIterator<E> - Class in org.zkoss.util
-
An iterator on top of an array.
- CollectionsX.ArrayList<E> - Class in org.zkoss.util
-
An readonly list on top of an array.
- CollectionsX.ArrayListIterator<E> - Class in org.zkoss.util
-
- CollectionsX.CollectionEnumeration<E> - Class in org.zkoss.util
-
An enumeration on top of a collection or iterator.
- CollectionsX.EnumerationIterator<E> - Class in org.zkoss.util
-
An iterator that iterates thru an Enumeration.
- CollectionsX.OneCollection<E> - Class in org.zkoss.util
-
A collection that contains only one element.
- CollectionsX.OneEnumeration<E> - Class in org.zkoss.util
-
An enumeration that enumerates one element.
- CollectionsX.OneIterator<E> - Class in org.zkoss.util
-
An iterator that iterates one element.
- combine(Collection<M>, Collection<M>) - Static method in class org.zkoss.util.DualCollection
-
Returns a collection by combining two collections.
- combine(FunctionMapper, FunctionMapper) - Static method in class org.zkoss.xel.util.DualFunctionMapper
-
Returns a function mapper by combining two function mappers.
- Comment - Class in org.zkoss.idom
-
The iDOM Comment.
- Comment(String) - Constructor for class org.zkoss.idom.Comment
-
Constructor.
- Comment() - Constructor for class org.zkoss.idom.Comment
-
Constructor.
- comment(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
-
- CommonException - Exception in org.zkoss.lang
-
The most fundamental non-runtime exception of Potix classes.
- CommonException(String, Throwable) - Constructor for exception org.zkoss.lang.CommonException
-
Constructs an CommonException by specifying message directly.
- CommonException(String) - Constructor for exception org.zkoss.lang.CommonException
-
- CommonException(Throwable) - Constructor for exception org.zkoss.lang.CommonException
-
- CommonException() - Constructor for exception org.zkoss.lang.CommonException
-
- CommonException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.CommonException
-
Constructs an CommonException by use of an error code.
- CommonException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.CommonException
-
- CommonException(int, Object[]) - Constructor for exception org.zkoss.lang.CommonException
-
- CommonException(int, Object) - Constructor for exception org.zkoss.lang.CommonException
-
- CommonException(int, Throwable) - Constructor for exception org.zkoss.lang.CommonException
-
- CommonException(int) - Constructor for exception org.zkoss.lang.CommonException
-
- CommonFns - Class in org.zkoss.xel.fn
-
Common functions used with EL.
- CommonFns() - Constructor for class org.zkoss.xel.fn.CommonFns
-
- comodifiableIterator(Collection<E>) - Static method in class org.zkoss.util.CollectionsX
-
Returns an iterator that allows the caller to modify the collection
directly (in addition to Iterator.remove()).
- comodifiableIterator(Collection<F>, Converter<F, T>) - Static method in class org.zkoss.util.CollectionsX
-
Returns an iterator that allows the caller to modify the collection
directly (in addition to Iterator.remove()).
- Comparables - Class in org.zkoss.lang
-
Utilities regarding Comparable type objects.
- Comparables() - Constructor for class org.zkoss.lang.Comparables
-
- compare(T, T) - 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
-
- compareTo(Object) - Method in class org.zkoss.lang.MutableInteger
-
- compareVersion(int[], int[]) - Static method in class org.zkoss.util.Utils
-
Compares two version.
- concat(Object, Object) - Static method in class org.zkoss.util.ArraysX
-
Concatenates the two specified array.
- concat(T[], T[]) - Static method in class org.zkoss.util.ArraysX
-
Concatenates the two specified generic array.
- configure(Properties) - Static method in class org.zkoss.util.logging.Log
-
Deprecated.
Configures based the properties.
- configureContextClassLoader() - Static method in class org.zkoss.lang.Classes
-
Sets the customized context ClassLoader name by the library property
of org.zkoss.lang.contextClassLoader.class.
- ContainerFactory - Interface in org.zkoss.json.parser
-
Container factory for creating containers for JSON object and JSON array.
- contains(Object) - Method in class org.zkoss.util.IdentityHashSet
-
- containsKey(Object) - Method in interface org.zkoss.util.Cache
-
Returns whether the specified key is stored.
- containsKey(Object) - Method in class org.zkoss.util.CacheMap
-
- containsKey(Object) - Method in class org.zkoss.util.FastReadCache
-
- containsKey(Object) - Method in class org.zkoss.util.FilterMap
-
- containsKey(Object) - Method in class org.zkoss.util.MultiCache
-
- containsKeyWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
-
Tests if the given key exists without trying to expunge for more
memory.
- 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 assuming 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
-
- ContextClassLoaderFactory - Interface in org.zkoss.lang
-
- convert(F) - Method in interface org.zkoss.util.Converter
-
- Converter<F,T> - Interface in org.zkoss.util
-
A converter used to convert a value to another.
- 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_SKIP_SVN - Static variable in class org.zkoss.io.Files
-
Skips the SVN related files.
- CP_UPDATE - Static variable in class org.zkoss.io.Files
-
Copy only when the source is newer or when the destination is missing.
- creatArrayContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
-
- createAttribute(String) - Method in class org.zkoss.idom.Document
-
- createAttributeNS(String, String) - Method in class org.zkoss.idom.Document
-
- createCDATASection(String) - Method in class org.zkoss.idom.Document
-
- createComment(String) - Method in class org.zkoss.idom.Document
-
- createDocument(String, String, DocumentType) - Method in class org.zkoss.idom.impl.DOMImplementation
-
- createDocumentFragment() - Method in class org.zkoss.idom.Document
-
- createDocumentType(String, String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
-
- createElement(String) - Method in class org.zkoss.idom.Document
-
- createElementNS(String, String) - Method in class org.zkoss.idom.Document
-
- createEntityReference(String) - Method in class org.zkoss.idom.Document
-
- createObjectContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
-
- createProcessingInstruction(String, String) - Method in class org.zkoss.idom.Document
-
- createTextNode(String) - Method in class org.zkoss.idom.Document
-
- eat(String, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an exception as an warning message about being eaten
(rather than thrown).
- eat(Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an exception as an warning message about being eaten
(rather than thrown).
- eatQuot(String) - Static method in class org.zkoss.xel.fn.StringFns
-
Eliminates single and double quotations to avoid JavaScript
injection.
- Element - Class in org.zkoss.idom
-
The iDOM element.
- Element(String, String) - Constructor for class org.zkoss.idom.Element
-
Constructor.
- Element(Namespace, String) - Constructor for class org.zkoss.idom.Element
-
Constructor.
- Element(String) - Constructor for class org.zkoss.idom.Element
-
- Element() - Constructor for class org.zkoss.idom.Element
-
Constructor.
- Element.AttrArray - Class in org.zkoss.idom
-
- Element.AttrMap - Class in org.zkoss.idom
-
- elementDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
-
- ElementMap() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
- ELFactory - Class in org.zkoss.xel.el
-
An implementation based on ZK Commons EL (zcommons-el.jar:
org.zkforge.apache.commons.el.ExpressionEvaluatorImpl).
- ELFactory() - Constructor for class org.zkoss.xel.el.ELFactory
-
- ELFactory - Class in org.zkoss.xel.zel
-
An XEL ExpressionFactory implementation based on ZEL ExpressionFactory.
- ELFactory() - Constructor for class org.zkoss.xel.zel.ELFactory
-
- ELXelExpression - Class in org.zkoss.xel.zel
-
An XEL Expression that is based on ZEL ValueExpression.
- ELXelExpression(ValueExpression) - Constructor for class org.zkoss.xel.zel.ELXelExpression
-
- ELXelExpression.ValueReferenceImpl - Class in org.zkoss.xel.zel
-
- EMPTY - Static variable in class org.zkoss.lang.Strings
-
- EMPTY_ENUMERATION - Static variable in class org.zkoss.util.CollectionsX
-
Empty enumeration.
- EMPTY_ITERATOR - Static variable in class org.zkoss.util.CollectionsX
-
Empty iterator.
- EMPTY_MAPPER - Static variable in class org.zkoss.xel.Expressions
-
An empty function mapper, i.e., it has no function defined at all.
- EMPTY_NODELIST - Static variable in class org.zkoss.xml.Nodes
-
The empty node list.
- EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
-
- EMPTY_RESOLVER - Static variable in class org.zkoss.xel.Expressions
-
An empty variable resolver, i.e., it has no variable defined at all.
- emptyEnumeration() - Static method in class org.zkoss.util.CollectionsX
-
Returns a generic empty enumeration.
- emptyIterable() - Static method in class org.zkoss.util.CollectionsX
-
Returns an empty iterable object.
- emptyIterator() - Static method in class org.zkoss.util.CollectionsX
-
Returns a generic empty iterator.
- EmptyNamedNodeMap - Class in org.zkoss.idom.impl
-
An empty NamedNodeMap.
- EmptyNamedNodeMap() - Constructor for class org.zkoss.idom.impl.EmptyNamedNodeMap
-
- enableOutputDocType(boolean) - Method in class org.zkoss.idom.transform.Transformer
-
Sets whether to output the doc type.
- encode(RenderedImage) - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Encodes an AWT image into a byte array in a particular format.
- encode(RenderedImage) - Method in class org.zkoss.image.encoder.JPEGEncoder
-
- encode(RenderedImage) - Method in class org.zkoss.image.encoder.PNGEncoder
-
- encode(String, RenderedImage, float, boolean) - Static method in class org.zkoss.image.Images
-
Encodes an AWT image into a ZK image (in PNG, JPEG or other format).
- encode(String, RenderedImage) - Static method in class org.zkoss.image.Images
-
Encodes an AWT image into a ZK image.
- encode(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
-
Returns an encoded string buffer, faster and shorter than
Integer.toHexString.
- encode(StringBuffer, long) - Static method in class org.zkoss.lang.Strings
-
Returns an encoded string buffer, faster and shorter than
Long.toHexString.
- encode(int) - Static method in class org.zkoss.lang.Strings
-
Returns an encoded string, faster and shorter than
Long.toHexString.
- encode(long) - Static method in class org.zkoss.lang.Strings
-
Returns an encoded string, faster and shorter than
Long.toHexString.
- encodeAttribute(String) - Static method in class org.zkoss.xml.XMLs
-
Encodes a value such that it could be used as XML attribute.
- encodeCharacter(char[], Character) - Static method in class org.zkoss.html.HTMLs
-
- encodeJavaScript(String) - Static method in class org.zkoss.html.HTMLs
-
- encodeText(String) - Static method in class org.zkoss.xml.XMLs
-
Encodes a value such that it could be enclosed by an XML element.
- 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 an XML element.
- encodeText(StringBuffer, String, int, int) - Static method in class org.zkoss.xml.XMLs
-
Encodes a value of the specified range,
and appends it to a string buffer,
such that it could be enclosed by an XML element.
- endCDATA() - Method in class org.zkoss.idom.input.SAXHandler
-
- endDocument() - Method in class org.zkoss.idom.input.SAXHandler
-
- endDTD() - Method in class org.zkoss.idom.input.SAXHandler
-
- endElement(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
-
- endEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
-
- endOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the last millisecond date of
the specified date and TimeZone.
- endOfMonth() - Static method in class org.zkoss.util.Dates
-
Return the ending date of this month.
- endOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the ending date of the
month of the specified date and TimeZone.
- endOfYear() - Static method in class org.zkoss.util.Dates
-
Return the ending date of this year.
- endOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the ending date of the
month of the specified date and TimeZone.
- endPrefixMapping(String) - Method in class org.zkoss.idom.input.SAXHandler
-
- endsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
-
Tests if this string ends with the specified suffix.
- EntityReference - Class in org.zkoss.idom
-
The iDOM entity reference.
- EntityReference(String) - Constructor for class org.zkoss.idom.EntityReference
-
Constructor.
- EntityReference() - Constructor for class org.zkoss.idom.EntityReference
-
Constructor.
- entrySet() - Method in class org.zkoss.util.CacheMap
-
- entrySet() - Method in class org.zkoss.util.FilterMap
-
- EnumerationIterator(Enumeration<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.EnumerationIterator
-
- equals(Object) - Method in class org.zkoss.html.JavaScript
-
- equals(Object) - Method in class org.zkoss.html.StyleSheet
-
- 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.json.JavaScriptValue
-
- equals(Object) - Method in class org.zkoss.lang.MutableInteger
-
- equals(Object, Object) - Static method in class org.zkoss.lang.Objects
-
Tests whether two objects are equals.
- equals(Object) - Method in class org.zkoss.lang.reflect.SerializableMethod
-
- equals(Object) - Method in class org.zkoss.util.CacheMap
-
- equals(Object) - Method in class org.zkoss.util.FastReadArray
-
- equals(Object) - Method in class org.zkoss.util.FilterMap
-
- equals(Object) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
- equals(Map.Entry<K, V>) - Method in class org.zkoss.util.Maps.SerializableEntry
-
- equals(Object) - Method in class org.zkoss.util.Pair
-
- equals(Object) - Method in class org.zkoss.util.resource.ClassLocator
-
- equals(Object) - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
-
- equals(Object) - Method in class org.zkoss.xel.taglib.Taglib
-
- equals(Object) - Method in class org.zkoss.xel.util.TaglibMapper
-
- equalsAll(Namespace) - Method in class org.zkoss.idom.Namespace
-
Tests whether two namespace are the same in both prefix
and namespace URI.
- error(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
-
- ERROR - Static variable in class org.zkoss.util.logging.Log
-
Deprecated.
The ERROR level.
- error(String, Object...) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a debug message with a format and arguments.
- error(String, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error message and a throwable object.
- error(String) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error message.
- error(Object, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an object, whose toString returns the error message,
and a throwable object.
- error(Object) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an object, whose toString returns the error message.
- error(Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error throwable object.
- error(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error message and a throwable object by giving message code.
- error(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error message and a throwable object by giving message code.
- error(int, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error message and a throwable object by giving message code.
- error(int, Object[]) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error message by giving message code.
- error(int, Object) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error message by giving message code.
- error(int) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an error message by giving message code.
- ERROR_UNEXPECTED_CHAR - Static variable in exception org.zkoss.json.parser.ParseException
-
- ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.zkoss.json.parser.ParseException
-
- ERROR_UNEXPECTED_TOKEN - Static variable in exception org.zkoss.json.parser.ParseException
-
- errorable() - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Tests whether the
Log.ERROR level is loggable.
- escape(String, String) - Static method in class org.zkoss.lang.Strings
-
Escapes (a.k.a, quote) the special characters with backslash.
- escape(StringBuffer, CharSequence, String) - Static method in class org.zkoss.lang.Strings
-
Escapes (a.k.a.
- escape(StringBuilder, CharSequence, String) - Static method in class org.zkoss.lang.Strings
-
Escapes (a.k.a.
- ESCAPE_JAVASCRIPT - Static variable in class org.zkoss.lang.Strings
-
- escapeJavaScript(String) - Static method in class org.zkoss.lang.Strings
-
Escapes (a.k.a.
- 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
-
Escapes a character into a string if it is a special XML character,
returns null if not a special character.
- evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
-
- evaluate(XelContext) - Method in interface org.zkoss.xel.Expression
-
Evaluates an expression that was previously prepared.
- evaluate(XelContext, String, Class<?>) - Method in interface org.zkoss.xel.ExpressionFactory
-
Evaluates an expression.
- evaluate(XelContext, String, Class<?>) - Static method in class org.zkoss.xel.Expressions
-
Evaluates an expression.
- evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.zel.ELFactory
-
- evaluate(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
-
- Evaluators - Class in org.zkoss.xel.util
-
It maps a name with an evaluator implementation.
- Exceptions - Class in org.zkoss.lang
-
Utilities for Exceptions.
- Exceptions() - Constructor for class org.zkoss.lang.Exceptions
-
- exists(String) - Static method in class org.zkoss.xel.util.Evaluators
-
Tests whether the evaluator (a.k.a., the expression factory)
for the specified evaluator name
exists.
- existsByThread(String) - Static method in class org.zkoss.lang.Classes
-
Returns whether the specified class exists for the current thread's
context class loader.
- Expectable - Interface in org.zkoss.lang
-
A special interface to denote an exception is expectable -- it means
the exception is not caused by programming error.
- EXPECTING_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
-
- Expression - Interface in org.zkoss.xel
-
Represent a prepared (a.k.a., compiled) expression.
- ExpressionFactory - Interface in org.zkoss.xel
-
- Expressions - Class in org.zkoss.xel
-
Utilities to use XEL.
- Expressions() - Constructor for class org.zkoss.xel.Expressions
-
- ExpressionX - Interface in org.zkoss.xel
-
An extension of
Expression to have more control to handle Expression Language EL 2.2 specs.
- expunge() - Method in class org.zkoss.util.CacheMap
-
Enforces to expunge items that exceeds the maximal allowed number
or lifetime.
- EXPUNGE_CONTINUE - Static variable in class org.zkoss.util.CacheMap
-
- EXPUNGE_NO - Static variable in class org.zkoss.util.CacheMap
-
- EXPUNGE_STOP - Static variable in class org.zkoss.util.CacheMap
-
- EXPUNGE_YES - Static variable in class org.zkoss.util.CacheMap
-
- externalEntityDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
-
- FacadeInvoker - Class in org.zkoss.lang.reflect
-
The facade invocation handler.
- FacadeInvoker(Object) - Constructor for class org.zkoss.lang.reflect.FacadeInvoker
-
- FacadeNodeList - Class in org.zkoss.idom.impl
-
The NodeList which is a facade of another java List.
- FacadeNodeList(List) - Constructor for class org.zkoss.idom.impl.FacadeNodeList
-
Constructor.
- FAILED_TO_LOAD - Static variable in interface org.zkoss.mesg.MCommon
-
- FastReadArray<T> - Class in org.zkoss.util
-
An array of objects that are fast to read but a bit slower to add and
remove.
- FastReadArray(Class<?>) - Constructor for class org.zkoss.util.FastReadArray
-
Constructs an array of the specified class.
- FastReadCache<K,V> - Class in org.zkoss.util
-
A
CacheMap that the possibility to have cache hit is much more than
not.
- FastReadCache() - Constructor for class org.zkoss.util.FastReadCache
-
Constructor.
- FastReadCache(int, int) - Constructor for class org.zkoss.util.FastReadCache
-
Constructor.
- FastReadCache(int, int, short) - Constructor for class org.zkoss.util.FastReadCache
-
Constructor.
- fatalError(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
-
- FEATURE_CLASS - Static variable in interface org.zkoss.xel.ExpressionFactory
-
- FEATURE_FUNCTION - Static variable in interface org.zkoss.xel.ExpressionFactory
-
- Fields - Class in org.zkoss.lang.reflect
-
Utilities to access fields.
- Fields() - Constructor for class org.zkoss.lang.reflect.Fields
-
- file - Variable in class org.zkoss.util.resource.Locators.URLLocation
-
- FILE_DUPLICATE - Static variable in interface org.zkoss.mesg.MCommon
-
- FILE_LOADED - Static variable in interface org.zkoss.mesg.MCommon
-
- FILE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
-
- FILE_NOT_FOUND_IGNORED - Static variable in interface org.zkoss.mesg.MCommon
-
- FILE_OPENING - Static variable in interface org.zkoss.mesg.MCommon
-
- FILE_READ_FAILED - Static variable in interface org.zkoss.mesg.MCommon
-
- FILE_REMOVE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
-
- FILE_WRITE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
-
- filename - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
-
- FileReader - Class in org.zkoss.io
-
Convenience class for reading character files.
- FileReader(String, String) - Constructor for class org.zkoss.io.FileReader
-
Creates a new FileReader, given the name of the file to read from.
- FileReader(File, String) - Constructor for class org.zkoss.io.FileReader
-
Creates a new FileReader, given the File instance to read from.
- FileReader(FileDescriptor, String) - Constructor for class org.zkoss.io.FileReader
-
Creates a new FileReader, given the
FileDescriptor to read from.
- Files - Class in org.zkoss.io
-
File related utilities.
- Files() - Constructor for class org.zkoss.io.Files
-
- FileWriter - Class in org.zkoss.io
-
Convenience class for writing character files.
- FileWriter(String, String) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object given a file name.
- FileWriter(String, String, boolean) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object given a file name with a boolean
indicating whether or not to append the data written.
- FileWriter(File, String) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object given a File object.
- FileWriter(File, String, boolean) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object given a File object.
- FileWriter(FileDescriptor, String) - Constructor for class org.zkoss.io.FileWriter
-
Constructs a FileWriter object associated with a file descriptor.
- filter(Object, V) - Method in interface org.zkoss.util.FilterMap.Filter
-
Called to filter a value.
- FilterMap<K,V> - Class in org.zkoss.util
-
A map that allows the value to be evaluated before returning (so called
filtering).
- FilterMap(Map<K, V>, FilterMap.Filter<V>) - Constructor for class org.zkoss.util.FilterMap
-
- FilterMap.Filter<V> - Interface in org.zkoss.util
-
Filters the given value (to evaluate when the value is retrieved).
- finalize() - Method in class org.zkoss.io.RepeatableInputStream
-
- finalize() - Method in class org.zkoss.io.RepeatableReader
-
- FIND_BY_PREFIX - Static variable in interface org.zkoss.idom.Item
-
Indicates the namespace argument is a prefix rather
than URI.
- FIND_BY_REGEX - Static variable in interface org.zkoss.idom.Item
-
Indicates the searching is based on regular expression
(upon the name argument).
- FIND_BY_TAGNAME - Static variable in interface org.zkoss.idom.Item
-
Indicates the name argument is a tag name
rather than local name.
- FIND_IGNORE_CASE - Static variable in interface org.zkoss.idom.Item
-
Indicates the searching is case insensitive.
- FIND_RECURSIVE - Static variable in interface org.zkoss.idom.Item
-
Indicates the searching looks for all descendants.
- findCause(Throwable, Class<?>) - Static method in class org.zkoss.lang.Exceptions
-
Finds the causes of an exception, ex, to see whether
any of them is the given 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
-
Deprecated.
The FINER level.
- finer(String, Object...) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message with a format and arguments.
- finer(String, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message and a throwable object.
- finer(String) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message.
- finer(Object, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an object, whose toString returns the finer message,
and a throwable object.
- finer(Object) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an object, whose toString returns the finer message.
- finer(Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer throwable object.
- finer(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message and a throwable object by giving message code.
- finer(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message and a throwable object by giving message code.
- finer(int, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message and a throwable object by giving message code.
- finer(int, Object[]) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message by giving message code.
- finer(int, Object) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message by giving message code.
- finer(int) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs a finer message by giving message code.
- finerable() - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Tests whether the
Log.FINER level is loggable.
- flush() - Method in class org.zkoss.io.NullWriter
-
- flush() - Method in class org.zkoss.io.WriterOutputStream
-
- format(Element) - Static method in class org.zkoss.idom.util.IDOMs
-
Formats the specified element for better readability by
adding white spaces.
- format(Object) - Method in interface org.zkoss.mesg.Messages.Formatter
-
Formats the specified object into a string.
- format(Date, boolean) - Static method in class org.zkoss.text.DateFormats
-
Formats a Date object based on the current Locale
and the default date format (
DateFormat.DEFAULT.
- format(String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
-
Creates a MessageFormat with the given pattern and uses it to
format the given arguments.
- format(String, Object[]) - Static method in class org.zkoss.text.MessageFormats
-
Creates a MessageFormat with the given pattern and uses it to
format the given arguments, by use of
Locales.getCurrent().
- format(StringBuffer, String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
-
Creates a MessageFormat with the given pattern and uses it to
format the given arguments, by use of StringBuffer.
- format(StringBuffer, String, Object[]) - Static method in class org.zkoss.text.MessageFormats
-
Creates a MessageFormat with the given pattern and uses it to
format the given arguments, by use of StringBuffer and
Locales.getCurrent().
- format(String) - Method in interface org.zkoss.util.resource.Location
-
Formats the given message by prefixing with the location information.
- format(String, Locator) - Static method in class org.zkoss.xml.Locators
-
Formats the message with the location information.
- format(String, Locator) - Static method in class org.zkoss.xml.Locators
-
Formats the message with the location information.
- format(String, SourceLocator) - Static method in class org.zkoss.xml.Locators
-
Formats the message with the location information.
- format(String, String, String, int, int) - Static method in class org.zkoss.xml.Locators
-
Formats the message with the location information.
- formatByName(String, Map<String, ?>, 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<String, ?>) - 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().
- formatDate(Date, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Formats a Date into a date/time string.
- formatDate(Date, String, Locale, TimeZone, String, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Formats a Date into a date/time string.
- formatNumber(Object, String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Formats a number (Integer, BigDecimal...) into a string.
- formatNumber(Object, String, Locale) - Static method in class org.zkoss.xel.fn.CommonFns
-
Formats a number (Integer, BigDecimal...) into a string.
- 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.
- function - Variable in class org.zkoss.xel.taglib.FunctionDefinition
-
Method's function.
- FunctionDefinition - Class in org.zkoss.xel.taglib
-
Represents a function defined in a taglib.
- FunctionDefinition(String, String, Function) - Constructor for class org.zkoss.xel.taglib.FunctionDefinition
-
- FunctionMapper - Interface in org.zkoss.xel
-
Used to customize the way to map between the XEL function names
and the
Function methods.
- FunctionMapperExt - Interface in org.zkoss.xel
-
- functions - Variable in class org.zkoss.xel.taglib.TaglibDefinition
-
A map of functions.
- FusionInvoker - Class in org.zkoss.lang.reflect
-
The fusion invocation handler.
- FusionInvoker(Object[]) - Constructor for class org.zkoss.lang.reflect.FusionInvoker
-
- Generics - Class in org.zkoss.lang
-
Utilities to handle generic types, such as converting a non-type object
to a generic type without warning.
- Generics() - Constructor for class org.zkoss.lang.Generics
-
- get(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Get the element with name.
- get(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
-
Returns the value of the specified public field or public method
in the object.
- get(int) - Static method in class org.zkoss.mesg.Messages
-
Gets a message based on the specified code without formating arguments.
- get(int, Object) - Static method in class org.zkoss.mesg.Messages
-
Gets a message based on the locale of current user with
ONE format-argument.
- get(int, Object[]) - Static method in class org.zkoss.mesg.Messages
-
Gets a message based on the locale of current user.
- get(int, Object[], Locale) - Static method in class org.zkoss.mesg.Messages
-
Gets a message based on the specified code.
- get(Object) - Method in interface org.zkoss.util.Cache
-
Returns the object of the specified key, or null if not found.
- get(Object) - Method in class org.zkoss.util.CacheMap
-
- get(int) - Method in class org.zkoss.util.CollectionsX.ArrayList
-
- get(Object) - Method in class org.zkoss.util.FastReadCache
-
- get(Object) - Method in class org.zkoss.util.FilterMap
-
- get(Object) - Method in class org.zkoss.util.MultiCache
-
- get(Object) - Method in class org.zkoss.util.resource.ResourceCache
-
Returns the resource, or null if not found.
- getAccessibleObject(Class<?>, String, Class<?>[], int) - Static method in class org.zkoss.lang.Classes
-
Gets the specified accessible object, either a method or a field, by
searching the specified name.
- getAccessTime() - Method in class org.zkoss.util.CacheMap.Value
-
Returns the last access time.
- getAll(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Get a readonly list of all elements with name.
- getAllInterfaces(Class<?>) - Static method in class org.zkoss.lang.Classes
-
Returns all interfaces that are implemented by the specified class.
- getAnyField(Class<?>, String) - Static method in class org.zkoss.lang.Classes
-
Gets the specified field by searching all fields including
any access control and any base class.
- getAnyMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Gets the specified method by searching all methods including
any access control and any base class.
- getAttribute(String) - Method in class org.zkoss.idom.Element
-
- getAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
-
- getAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
-
- getAttribute(String) - Method in interface org.zkoss.xel.XelContext
-
Returns the value of the specified attribute, or null if not available.
- getAttributeIndex(int, String, String, int) - Method in interface org.zkoss.idom.Attributable
-
Gets the index of the first attribute that matches
the specified criteria.
- getAttributeIndex(int, String) - Method in interface org.zkoss.idom.Attributable
-
Gets the index of the attribute with the giving local name.
- getAttributeIndex(int, String, String, int) - Method in class org.zkoss.idom.Element
-
- getAttributeIndex(int, String) - Method in class org.zkoss.idom.Element
-
- getAttributeItem(String, String, int) - Method in interface org.zkoss.idom.Attributable
-
Gets the first attribute that matches the specified criteria.
- getAttributeItem(String) - Method in interface org.zkoss.idom.Attributable
-
Gets the attribute with the tag name.
- getAttributeItem(String, String, int) - Method in class org.zkoss.idom.Element
-
- getAttributeItem(String) - Method in class org.zkoss.idom.Element
-
- getAttributeItems() - Method in interface org.zkoss.idom.Attributable
-
Returns all attributes of this object.
- getAttributeItems() - Method in class org.zkoss.idom.Element
-
- getAttributeNode(String) - Method in class org.zkoss.idom.Element
-
- getAttributeNodeNS(String, String) - Method in class org.zkoss.idom.Element
-
- getAttributeNS(String, String) - Method in class org.zkoss.idom.Element
-
- getAttributes(String, String, int) - Method in interface org.zkoss.idom.Attributable
-
Gets a list of attributes of the specified criteria.
- getAttributes(String, String, int) - Method in class org.zkoss.idom.Element
-
- getAttributes() - Method in class org.zkoss.idom.Element
-
- getAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getAttributes() - Method in class org.zkoss.xel.util.SimpleXelContext
-
- getAttributes() - Method in class org.zkoss.xel.util.XelContextProxy
-
- getAttributes() - Method in interface org.zkoss.xel.XelContext
-
Returns all attributes
- getAttributeValue(String, String, int) - Method in interface org.zkoss.idom.Attributable
-
Gets the value of the first attribute that matches
the giving criteria, or null if not found.
- getAttributeValue(String) - Method in interface org.zkoss.idom.Attributable
-
Returns the value of the attribute of the specified tag name,
or null if not specified.
- getAttributeValue(String, String, int) - Method in class org.zkoss.idom.Element
-
- getAttributeValue(String) - Method in class org.zkoss.idom.Element
-
- getBase() - Method in interface org.zkoss.xel.ValueReference
-
Returns the base model.
- getBase() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
-
- getBaseURI() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getBean(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- getBriefStackTrace(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns the first few lines of the stack trace.
- getBundle(String, Locale, Locator, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
-
Gets a resource bundle using the specified
base name, locale, and locator.
- getBundle(String, Locale, Locator) - Static method in class org.zkoss.util.resource.PropertyBundle
-
Gets a resource bundle using the specified
base name, locale, and locator.
- getBundle(String, Locale, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
-
Gets a resource bundle using the specified
base name, locale, and the default locator,
Locators.getDefault().
- getBundle(String, Locale) - Static method in class org.zkoss.util.resource.PropertyBundle
-
Gets a resource bundle using the specified
base name, locale, and the default locator,
Locators.getDefault().
- getByCompound(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
-
Returns the value of the specified public field or public
method of the object.
- getByFallback(Collection<Locale>, Locale) - Static method in class org.zkoss.util.Locales
-
Returns any occurrence of the specified Locale or any its fallback
in the value collection, or null if not found.
- getByteData() - Method in class org.zkoss.image.AImage
-
- getByteData() - Method in class org.zkoss.sound.AAudio
-
- getByteData() - Method in class org.zkoss.util.media.AMedia
-
- getByteData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in byte array.
- getByteData() - Method in class org.zkoss.util.media.RepeatableMedia
-
- getByteData() - Method in class org.zkoss.video.AVideo
-
- getCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns the cause of the given throwable.
- getCharset() - Method in class org.zkoss.html.JavaScript
-
- getCharset() - Method in interface org.zkoss.util.resource.LabelLocator2
-
Returns the encoding charset, or null if it is the same as the system default.
- getCheckPeriod() - Method in class org.zkoss.util.resource.ResourceCache
-
Returns how often to check (unit=milliseconds).
- getChecksum(String, String) - Static method in class org.zkoss.util.Checksums
-
Returns the checksum character of the specified val.
- getChecksum(StringBuffer, String) - Static method in class org.zkoss.util.Checksums
-
Returns the checksum character of the specified val.
- getChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- getChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getChildren() - Method in interface org.zkoss.idom.Group
-
Gets all children.
- getChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- getClass(IN) - Method in class org.zkoss.fsm.StateMachine
-
Determines the class for an input character.
- getClassNames() - Method in interface org.zkoss.xel.FunctionMapperExt
-
Returns a readonly collection of the logic names of the class
(never null).
- getClassNames() - Method in class org.zkoss.xel.util.DualFunctionMapper
-
- getClassNames() - Method in class org.zkoss.xel.util.SimpleMapper
-
- getClassNames() - Method in class org.zkoss.xel.util.TaglibMapper
-
- getCloseMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Gets one of the close methods -- a close method is a method
with the same name and the compatible argument type.
- getCloseMethod(Class<?>, String, Class<?>[]) - Method in class org.zkoss.xel.zel.ClassReflect
-
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
-
- 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
-
- 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 interface org.zkoss.util.resource.Location
-
Return the column number in the document, or -1 if not available.
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- getContent() - Method in class org.zkoss.html.JavaScript
-
- getContent() - Method in class org.zkoss.html.StyleSheet
-
- getContent() - Method in class org.zkoss.idom.Element
-
Gets the content of this element.
- getContent(String) - Method in class org.zkoss.idom.Element
-
Returns the content of the child element with the giving path, or
null if the content is null or the child element doesn't exist.
- getContentType() - Method in class org.zkoss.image.AImage
-
- getContentType() - Method in class org.zkoss.sound.AAudio
-
- getContentType() - Method in class org.zkoss.util.media.AMedia
-
- getContentType(String) - Static method in class org.zkoss.util.media.ContentTypes
-
Returns the content type of the specified format,
such as "html" and "pdf", or null if not found (or format is null).
- getContentType() - Method in interface org.zkoss.util.media.Media
-
Returns the content type, e.g., "image/jpeg", or null if not available.
- getContentType() - Method in class org.zkoss.util.media.RepeatableMedia
-
- getContentType() - Method in class org.zkoss.video.AVideo
-
- getContextClassLoader(Class<?>) - Static method in class org.zkoss.lang.Classes
-
Returns the context ClassLoader for the reference class.
- getContextClassLoader(Class<?>) - Method in interface org.zkoss.lang.ContextClassLoaderFactory
-
Returns the context ClassLoader for the reference class.
- getContextClassLoader(Class<?>) - Method in class org.zkoss.xel.zel.ClassReflect
-
Returns the context ClassLoader for the reference class.
- getContextClassLoaderForName(String) - Static method in class org.zkoss.lang.Classes
-
Returns the context ClassLoader for the given class name
- getContextClassLoaderForName(String) - Method in interface org.zkoss.lang.ContextClassLoaderFactory
-
Returns the context ClassLoader for a class name.
- 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.
- getCurrentState() - Method in class org.zkoss.fsm.StateMachine
-
Return the current state
- getData() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- getData() - Method in class org.zkoss.idom.ProcessingInstruction
-
- getDateFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
-
Return the date format of the given style and locale, or null
if the default one shall be used.
- getDateFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
-
Returns the current date format; never null.
- getDateTimeFormat(int, int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
-
Return the date/time format of the given style and locale, or null
if the default one shall be used.
- getDateTimeFormat(int, int, Locale, String) - Static method in class org.zkoss.text.DateFormats
-
Returns the current date/time format; never null.
- getDeclaredNamespaces() - Method in class org.zkoss.idom.Element
-
Returns namespace declared on this element.
- getDefault() - Static method in class org.zkoss.util.resource.Locators
-
Returns the default resource locator which is an instance of
ClassLocator.
- getDefaultURL(String) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the URL associated with the specified taglib URI,
or null if not found.
- getDefaultValue(Class) - Static method in class org.zkoss.lang.Primitives
-
Returns the default value of a primitive class,
or null if it is not a primitive class.
- getDependentXMLResources(String, String, String) - Method in class org.zkoss.util.resource.ClassLocator
-
- getDependentXMLResources(String, String, String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
-
- getDestination(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
Returns the destination state upon meeting the character or the class.
- 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
-
- 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 children
- 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
-
- getELResolver() - Method in class org.zkoss.xel.zel.XelELContext
-
- getELResolver() - Method in class org.zkoss.xel.zel.XelELResolver
-
- getEncoderClass(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
-
Returns the class of the image encoder for the specified format,
or null if not specified yet.
- getEntities() - Method in class org.zkoss.idom.DocType
-
- getEntityResolver() - Method in class org.zkoss.idom.input.SAXBuilder
-
Gets the org.xml.sax.EntityResolver.
- getEntityResolver() - Method in class org.zkoss.idom.input.SAXHandler
-
Gets the org.xml.sax.EntityResolver.
- getErrorHandler() - Method in class org.zkoss.idom.input.SAXBuilder
-
Gets the org.xml.sax.ErrorHandler.
- getErrorHandler() - Method in class org.zkoss.idom.input.SAXHandler
-
Gets the org.xml.sax.ErrorHandler.
- getErrorListener() - Method in class org.zkoss.idom.transform.Transformer
-
Get the error event handler in effect for the transformation.
- getErrorType() - Method in exception org.zkoss.json.parser.ParseException
-
- getEvaluatorClass(String) - Static method in class org.zkoss.xel.util.Evaluators
-
Returns the implementation for the specified evaluator name.
- getExpressionFactoryClass() - Static method in class org.zkoss.xel.Expressions
-
Returns the implementation of the expression factory that
is used by the whole system, or null to use the system default.
- getExpressionString() - Method in interface org.zkoss.xel.ExpressionX
-
Returns the expression in String form.
- getExpressionString() - Method in class org.zkoss.xel.zel.ELXelExpression
-
- 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
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- getFirstChild() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- getFirstChild() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getFirstElement(Group) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the first child element, or null if no child element at all.
- getFormat() - Method in class org.zkoss.image.AImage
-
- getFormat() - Method in class org.zkoss.sound.AAudio
-
- getFormat() - Method in class org.zkoss.util.media.AMedia
-
- getFormat(String) - Static method in class org.zkoss.util.media.ContentTypes
-
Returns the format of the specified content type, or null if not found.
- getFormat() - Method in interface org.zkoss.util.media.Media
-
Returns the format name, e.g., "jpeg", or null if not available.
- getFormat() - Method in class org.zkoss.util.media.RepeatableMedia
-
- getFormat() - Method in class org.zkoss.video.AVideo
-
- getFormatter() - Static method in class org.zkoss.mesg.Messages
-
- getFunctionMapper(List<Taglib>, Map<String, Class<?>>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a list of
Taglib
and imports, or null if nothing is loaded.
- getFunctionMapper(Collection<Taglib>, Map<String, Class<?>>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a collection of
Taglib
and imports, or null if nothing is loaded.
- getFunctionMapper(List<Taglib>, Map<String, Class<?>>, List<FunctionDefinition>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a list of
Taglib,
imports and functions, or null if nothing is loaded.
- getFunctionMapper(Collection<Taglib>, Map<String, Class<?>>, Collection<FunctionDefinition>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a collection of
Taglib,
imports and functions, or null if nothing is loaded.
- getFunctionMapper(List<Taglib>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a list of
Taglib,
or null if nothing is loaded.
- getFunctionMapper(Collection<Taglib>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
-
Returns the function mapper representing a collection of
Taglib,
or null if nothing is loaded.
- getFunctionMapper() - Method in class org.zkoss.xel.util.SimpleXelContext
-
- getFunctionMapper() - Method in class org.zkoss.xel.util.XelContextProxy
-
- getFunctionMapper() - Method in interface org.zkoss.xel.XelContext
-
Returns the function mapper, or null if not available.
- getFunctionMapper() - Method in class org.zkoss.xel.zel.XelELContext
-
- getHeight() - Method in class org.zkoss.image.AImage
-
Returns the height.
- getHeight() - Method in interface org.zkoss.image.Image
-
Returns the height.
- getHref() - Method in class org.zkoss.html.StyleSheet
-
- 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
-
- getImportedClasses() - Method in class org.zkoss.lang.ImportedClassResolver
-
Returns a readonly list of the imported class.
- getInnerCacheHashCode(Object) - Method in class org.zkoss.util.MultiCache
-
Returns an integer used to identify the instance of inner caches to use.
- getInput() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
-
- getInputEncoding() - Method in class org.zkoss.idom.Document
-
- getInstance(InputStream) - Static method in class org.zkoss.io.RepeatableInputStream
-
Returns an input stream that can be read repeatedly, or null if the
given input stream is null.
- getInstance(File) - Static method in class org.zkoss.io.RepeatableInputStream
-
Returns an input stream of a file that can be read repeatedly.
- getInstance(String) - Static method in class org.zkoss.io.RepeatableInputStream
-
Returns an input stream of a file that can be read repeatedly.
- getInstance(URL) - Static method in class org.zkoss.io.RepeatableInputStream
-
Returns an input stream of the resource of the given URL
that can be read repeatedly.
- getInstance(Reader) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader that can be read repeatedly, or null if the given
reader is null.
- getInstance(File, String) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read a file that can be read repeatedly.
- getInstance(File) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read a file, encoded in UTF-8,
that can be read repeatedly.
- getInstance(String, String) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read a file that can be read repeatedly.
- getInstance(String) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read a file, encoded in UTF-8,
that can be read repeatedly.
- getInstance(URL, String) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read the resource of the specified URL.
- getInstance(URL) - Static method in class org.zkoss.io.RepeatableReader
-
Returns a reader to read the resource of the specified URL,
encoded in UTF-8.
- getInstance(Media) - Static method in class org.zkoss.util.media.RepeatableMedia
-
Returns a repeatable media with a repeatable input stream or
reader, or null if the given media is null.
- getInternalSubset() - Method in class org.zkoss.idom.DocType
-
Gets the data for the internal subset.
- getIntProperty(String, int) - Static method in class org.zkoss.lang.Library
-
Parses the property value to an integer.
- getKey() - Method in class org.zkoss.util.Maps.SerializableEntry
-
- getLabel(Locale, String) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Returns the label of the specified key for the specified locale,
or null if not found.
- getLabel(String) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Returns the label of the specified key for the current locale,
or null if not found.
- getLabel(String) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Returns the label of the specified key for the current locale,
or null if not found.
- getLabel(Locale, String) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Returns the label of the specified key for the specified locale,
or null if not found.
- getLabel(String) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key based
on the current Locale, or null if no found.
- getLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key and formats it
with the specified argument, or null if not found.
- getLabel(String, String) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key based
on the current Locale, or the default value if no found.
- getLabel(String, String, Object[]) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key and formats it
with the specified argument, or the default value if not found.
- getLabel(String) - Static method in class org.zkoss.xel.fn.CommonFns
-
Returns the label or message of the specified key.
- getLabel(String, Object[]) - Static method in class org.zkoss.xel.fn.CommonFns
-
Returns the label of the specified key and formats it
with the specified argument, or null if not found.
- getLandingState(IN, C) - Method in class org.zkoss.fsm.StateMachine
-
Determines the initial state upon meeting the input character and class
- getLastChild() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- getLastChild() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getLastModified(K) - Method in class org.zkoss.util.resource.AbstractLoader
-
- getLastModified(K) - 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.idom.impl.FacadeNodeList
-
- getLevel() - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Returns the logging level.
- getLevel(String) - Static method in class org.zkoss.util.logging.Log
-
Deprecated.
Return the logging level of the specified string.
- getLifetime() - Method in interface org.zkoss.util.Cache
-
Returns the minimal lifetime, unit=milliseconds.
- getLifetime() - Method in class org.zkoss.util.CacheMap
-
Gets the minimal lifetime, unit=milliseconds.
- getLifetime() - Method in class org.zkoss.util.FastReadCache
-
- getLifetime() - Method in class org.zkoss.util.MultiCache
-
- getLineNumber() - Method in interface org.zkoss.util.resource.Location
-
Return the line number in the document, or -1 if not available.
- getLoader() - Method in class org.zkoss.util.resource.ResourceCache
-
Returns the loader.
- getLocale(String, char) - Static method in class org.zkoss.util.Locales
-
Converts a string that consists of language, country and variant
to a locale.
- getLocale(String) - Static method in class org.zkoss.util.Locales
-
Converts a string that consists of language, country and variant
to a locale.
- getLocale(Locale) - Static method in class org.zkoss.util.Locales
-
Converts a Locale to one of them being used before.
- getLocale() - Method in class org.zkoss.util.resource.PropertyBundle
-
Returns the locale of the bundle, or null if it is the default.
- getLocalFormatInfo() - Static method in class org.zkoss.text.DateFormats
-
Returns the info of date/time format for the current thread,
or null if not set.
- getLocalName() - Method in class org.zkoss.idom.Attribute
-
- getLocalName() - Method in class org.zkoss.idom.Element
-
- getLocalName() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getLocalName() - Method in interface org.zkoss.idom.Namespaceable
-
Gets the local name of this item.
- getLocator() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getLocator() - Method in interface org.zkoss.idom.Item
-
Gets the locator of this item.
- getMajorVersion() - Static method in class org.zkoss.lang.JVMs
-
Returns the major version.
- getMaxSize() - Method in interface org.zkoss.util.Cache
-
Returns the maximal allowed size.
- getMaxSize() - Method in class org.zkoss.util.CacheMap
-
Gets the maximal allowed size.
- getMaxSize() - Method in class org.zkoss.util.FastReadCache
-
- getMaxSize() - Method in class org.zkoss.util.MultiCache
-
- getMedia() - Method in class org.zkoss.html.StyleSheet
-
Returns the media, or null if not available.
- 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<String>, ClassResolver) - Static method in class org.zkoss.lang.Classes
-
Gets the method based on the signature with a class resolver.
- getMethodBySignature(Class<?>, String, Collection<String>) - 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
-
Deprecated.
Returns the name of this logger.
- getName() - Method in class org.zkoss.util.media.AMedia
-
- getName() - Method in interface org.zkoss.util.media.Media
-
Returns the name (usually filename) of this media, or null
if not available.
- getName() - Method in class org.zkoss.util.media.RepeatableMedia
-
- getName() - Method in class org.zkoss.video.AVideo
-
- getNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
-
- getNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
-
- getNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
-
- getNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
-
- getNamespace() - Method in class org.zkoss.idom.Attribute
-
- getNamespace(String) - Method in class org.zkoss.idom.Element
-
Returns the Namespace in scope on this element for the given
prefix (this involves searching up the tree, so the results depend
on the current location of the element), or null if not found.
- getNamespace() - Method in class org.zkoss.idom.Element
-
- getNamespace() - Method in interface org.zkoss.idom.Namespaceable
-
Gets the namespace.
- getNamespaceURI() - Method in class org.zkoss.idom.Attribute
-
- getNamespaceURI() - Method in class org.zkoss.idom.Element
-
- getNamespaceURI() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getNextSibling() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getNodeName() - Method in class org.zkoss.idom.Binary
-
- getNodeName() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getNodeType() - Method in class org.zkoss.idom.Attribute
-
- getNodeType() - Method in class org.zkoss.idom.Binary
-
- getNodeType() - Method in class org.zkoss.idom.CData
-
- getNodeType() - Method in class org.zkoss.idom.Comment
-
- getNodeType() - Method in class org.zkoss.idom.DocType
-
- getNodeType() - Method in class org.zkoss.idom.Document
-
- getNodeType() - Method in class org.zkoss.idom.Element
-
- getNodeType() - Method in class org.zkoss.idom.EntityReference
-
- getNodeType() - Method in class org.zkoss.idom.ProcessingInstruction
-
- getNodeType() - Method in class org.zkoss.idom.Text
-
- getNodeValue() - Method in class org.zkoss.idom.Element
-
Always null.
- getNodeValue() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getNotation(String) - Static method in class org.zkoss.lang.Primitives
-
Returns the notation of a primitive class,
or ((char)0) if it is not a primitive class.
- getNotations() - Method in class org.zkoss.idom.DocType
-
- getOrigin() - Method in class org.zkoss.util.FilterMap
-
Returns the original map being filtered.
- getOutputProperties() - Method in class org.zkoss.idom.transform.Transformer
-
Get a copy of the output properties for the transformation.
- getOutputProperty(String) - Method in class org.zkoss.idom.transform.Transformer
-
Get an output property that is in effect for the transformation.
- getOwner() - Method in class org.zkoss.idom.Attribute
-
Gets the item that owns this attribute.
- getOwnerDocument() - Method in class org.zkoss.idom.Attribute
-
- getOwnerDocument() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getOwnerElement() - Method in class org.zkoss.idom.Attribute
-
- getParameterTypes() - Method in interface org.zkoss.xel.Function
-
Returns an array of Class objects that represent the formal
parameter types, in declaration order, of the method represented
by this Method object.
- getParameterTypes() - Method in class org.zkoss.xel.util.MethodFunction
-
- getParent() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getParent() - Method in interface org.zkoss.idom.Item
-
Gets the parent item.
- getParent() - Method in class org.zkoss.xel.util.SimpleMapper
-
Returns the parent mapper, or null if no parent.
- getParent() - Method in class org.zkoss.xel.util.SimpleResolver
-
Returns the parent, or null if no parent at all.
- getParentNode() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getParser() - Method in class org.zkoss.idom.input.SAXBuilder
-
Gets the SAX parser.
- getPath() - Method in interface org.zkoss.util.resource.Location
-
Returns the path of the document, or null if not available.
- getPosition() - Method in class org.zkoss.json.parser.JSONParser
-
- getPosition() - Method in exception org.zkoss.json.parser.ParseException
-
- getPrefix() - Method in class org.zkoss.idom.Attribute
-
- getPrefix() - Method in class org.zkoss.idom.Element
-
- getPrefix() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getPrefix() - Method in class org.zkoss.idom.Namespace
-
Gets the prefix mapped to this Namespace.
- getPrefix() - Method in class org.zkoss.xel.taglib.Taglib
-
Returns the prefix.
- getPreviousSibling() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getProperties(String) - Static method in class org.zkoss.lang.Library
-
Returns the library properties indicated by the specified key.
- getProperties() - Method in class org.zkoss.util.resource.PropertyBundle
-
Returns a map of all properties, (String key , String value).
- getProperty(String) - Static method in class org.zkoss.lang.Library
-
Returns the library property indicated by the specified key.
- getProperty(String, String) - Static method in class org.zkoss.lang.Library
-
Returns the library property indicated by the specified key.
- getProperty(String) - Method in class org.zkoss.util.resource.PropertyBundle
-
Returns the property for the given key from this resource bundle
or one of its parents.
- getProperty() - Method in interface org.zkoss.xel.ValueReference
-
Returns the property of the base model.
- getProperty() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
-
- 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.
- getQuality() - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Return the quality of the image encoding.
- getQuality() - Method in class org.zkoss.image.encoder.JPEGEncoder
-
Returns the quality of the image encoding.
- getQuality() - Method in class org.zkoss.image.encoder.PNGEncoder
-
Always return 1.0 since no quality degrade.
- getReaderData() - Method in class org.zkoss.image.AImage
-
Always throws IllegalStateException.
- getReaderData() - Method in class org.zkoss.sound.AAudio
-
Not supported.
- getReaderData() - Method in class org.zkoss.util.media.AMedia
-
Returns the reader of this media to retrieve the data.
- getReaderData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in Reader.
- getReaderData() - Method in class org.zkoss.util.media.RepeatableMedia
-
- getReaderData() - Method in class org.zkoss.video.AVideo
-
Not supported.
- getRealCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Unveils the real cause.
- getRequiredAttributeValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the required attribute value.
- getRequiredElement(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the required element.
- getRequiredElementValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the required element value.
- getRequiredLabel(String) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key based on the current locale.
- getRequiredLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
-
Returns the label of the specified key and formats it
with the specified argument, or null if not found.
- getResource(String) - Method in class org.zkoss.util.resource.ClassLocator
-
- getResource(String) - Method in interface org.zkoss.util.resource.Locator
-
Finds the resource with the given name.
- getResourceAsStream(String) - Method in class org.zkoss.util.resource.ClassLocator
-
- getResourceAsStream(String) - Method in interface org.zkoss.util.resource.Locator
-
Returns an input stream for reading the specified resource.
- getResources(String) - Method in class org.zkoss.util.resource.ClassLocator
-
- getResources(String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
-
Returns an enumeration of resources.
- getReturnType() - Method in interface org.zkoss.xel.Function
-
Returns a Class object that represents the formal return type
of the method
represented by this Method object.
- getReturnType() - Method in class org.zkoss.xel.util.MethodFunction
-
- getRootElement() - Method in class org.zkoss.idom.Document
-
Gets the root element.
- getSchemaTypeInfo() - Method in class org.zkoss.idom.Attribute
-
- getSchemaTypeInfo() - Method in class org.zkoss.idom.Element
-
- getSegmentedLabels() - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Returns a map of segmented labels for the current locale (never null).
- getSegmentedLabels(Locale) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Returns a map of segmented labels for the specified locale (never null).
- getSegmentedLabels() - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Returns a map of segmented labels for the current locale (never null).
- getSegmentedLabels(Locale) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Returns a map of segmented labels for the specified locale (never null).
- getSegmentedLabels() - Static method in class org.zkoss.util.resource.Labels
-
Returns the label or a map of labels associated with the key.
- getSpecial(String) - Static method in class org.zkoss.idom.Namespace
-
Returns the special namespace if prefix is special, or null if not.
- getSpecified() - Method in class org.zkoss.idom.Attribute
-
- getSrc() - Method in class org.zkoss.html.JavaScript
-
- getState(E) - Method in class org.zkoss.fsm.StateMachine
-
Get the state by token.
- getState(E, boolean) - Method in class org.zkoss.fsm.StateMachine
-
Get the state by token.
- getState() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
-
- getStep() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
-
- getStreamData() - Method in class org.zkoss.image.AImage
-
- getStreamData() - Method in class org.zkoss.sound.AAudio
-
Returns the data in the input stream.
- getStreamData() - Method in class org.zkoss.util.media.AMedia
-
Returns the input stream of this media.
- getStreamData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in InputStream.
- getStreamData() - Method in class org.zkoss.util.media.RepeatableMedia
-
Returns the repeatable input stream, if the original input stream is not null.
- getStreamData() - Method in class org.zkoss.video.AVideo
-
Returns the data in the input stream.
- getStrictErrorChecking() - Method in class org.zkoss.idom.Document
-
- getStringData() - Method in class org.zkoss.image.AImage
-
Always throws IllegalStateException.
- getStringData() - Method in class org.zkoss.sound.AAudio
-
Always throws IllegalStateException.
- getStringData() - Method in class org.zkoss.util.media.AMedia
-
- getStringData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in string.
- getStringData() - Method in class org.zkoss.util.media.RepeatableMedia
-
- getStringData() - Method in class org.zkoss.video.AVideo
-
Always throws IllegalStateException.
- getSubstyleIndex(String, String) - Static method in class org.zkoss.html.HTMLs
-
Returns the position of the specified substyle, or -1 if not found.
- getSubstyleValue(String, int) - Static method in class org.zkoss.html.HTMLs
-
Returns the value starting at the specified index (never null).
- getSubversion(String, int) - Static method in class org.zkoss.util.Utils
-
Returns a portion of the specified version in an integer,
or 0 if no such portion exists.
- getSuperClasses(Class<?>, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Searches thru each element of the specified array of classes, and
returns classes that are super-classes (or equal) of
the specified 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.
- getTagName() - Method in class org.zkoss.idom.Attribute
-
- getTagName() - Method in class org.zkoss.idom.Element
-
- getTagName() - Method in interface org.zkoss.idom.Namespaceable
-
Gets the tag name of this item.
- getTarget() - Method in class org.zkoss.idom.ProcessingInstruction
-
- getText() - Method in class org.zkoss.idom.Attribute
-
- getText() - Method in class org.zkoss.idom.Binary
-
Gets the text representation of the value.
- getText() - Method in class org.zkoss.idom.Element
-
Returns the concatenation of
Textual children; never null.
- getText(boolean) - Method in class org.zkoss.idom.Element
-
Returns the concatenation of
Textual children; never null.
- getText() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getText() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- getText() - Method in interface org.zkoss.idom.Item
-
Gets the text of this item, or null if it is neither
Textual
nor
Element.
- getText() - Method in class org.zkoss.idom.ProcessingInstruction
-
- getTextContent() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getTextContent() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- getTextRelevantStyle(String) - Static method in class org.zkoss.html.HTMLs
-
Retrieves text relevant CSS styles.
- getThreadLocal() - Static method in class org.zkoss.util.Locales
-
- getThreadLocal() - Static method in class org.zkoss.util.TimeZones
-
- getTimeFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
-
Return the time format of the given style and locale, or null
if the default one shall be used.
- getTimeFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
-
Returns the current time format; never null.
- getTimeZone(int) - Static method in class org.zkoss.util.TimeZones
-
Returns the time by specifying the offset in minutes.
- getTimezoneOffset(TimeZone, Date) - Static method in class org.zkoss.util.Dates
-
Returns the timezone offset.
- getTopGroup() - Method in class org.zkoss.idom.input.SAXHandler
-
Returns the top group, or null if not available.
- getTopmostInterface(Class<?>, Class<?>) - Static method in class org.zkoss.lang.Classes
-
Gets the topmost interface of the specified class or interface that
implements or extends the specified interface.
- getTransformer() - Method in class org.zkoss.idom.transform.Transformer
-
Returns the JAXP transformer encapsulated by this object.
- getType() - Method in class org.zkoss.html.StyleSheet
-
Returns the type.
- getType(int) - Static method in class org.zkoss.mesg.Messages
-
Gets the message type of the specified code.
- getType(XelContext) - Method in interface org.zkoss.xel.ExpressionX
-
Returns the result type of this expression.
- getType(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- getUnexpectedObject() - Method in exception org.zkoss.json.parser.ParseException
-
- getURI() - Method in class org.zkoss.idom.Namespace
-
Gets the namespace URI for this Namespace.
- getURI() - Method in class org.zkoss.xel.taglib.Taglib
-
Returns the uri.
- getUserData(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- getValue() - Method in class org.zkoss.idom.Attribute
-
Gets the value of this attribute.
- getValue() - Method in interface org.zkoss.idom.Binable
-
Gets the value of a item that accepts any type as its value.
- getValue() - Method in class org.zkoss.idom.Binary
-
- getValue() - Method in class org.zkoss.util.CacheMap.Value
-
Returns the value.
- getValue() - Method in class org.zkoss.util.Maps.SerializableEntry
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- getValueReference(XelContext) - Method in interface org.zkoss.xel.ExpressionX
-
Returns the target bean and field name of this expression.
- getValueReference(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
-
- getVariableMapper() - Method in class org.zkoss.xel.zel.XelELContext
-
- getVariableResolver() - Method in class org.zkoss.xel.util.SimpleXelContext
-
- getVariableResolver() - Method in class org.zkoss.xel.util.XelContextProxy
-
- getVariableResolver() - Method in interface org.zkoss.xel.XelContext
-
Returns the variable resolver, or null if not available.
- getWholeText() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- getWidth() - Method in class org.zkoss.image.AImage
-
Returns the width.
- getWidth() - Method in interface org.zkoss.image.Image
-
Returns the width.
- getWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
-
Returns the value without trying to expunge for more
memory.
- getX() - Method in class org.zkoss.util.Pair
-
Returns the first value of the pair.
- getXelContext() - Method in class org.zkoss.xel.zel.XelELContext
-
- getXelContext() - Method in class org.zkoss.xel.zel.XelELResolver
-
- 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.
- IdentityComparator<T> - Class in org.zkoss.util
-
The comparator uses == and System.identifyHashCode to compare two objects.
- IdentityComparator() - Constructor for class org.zkoss.util.IdentityComparator
-
- IdentityHashSet<T> - 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<T>) - Constructor for class org.zkoss.util.IdentityHashSet
-
Constructs a new set containing the elements in the specified
collection.
- IdentityHashSet(int) - Constructor for class org.zkoss.util.IdentityHashSet
-
Constructs a new, empty set with the specified expected maximum size.
- IDOMFactory - Interface in org.zkoss.idom.input
-
A DOM factory.
- IDOMs - Class in org.zkoss.idom.util
-
The iDOM relevant utilities.
- IDOMs() - Constructor for class org.zkoss.idom.util.IDOMs
-
- ignorableWhitespace(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
-
- ILLEGAL_CHAR - Static variable in interface org.zkoss.mesg.MCommon
-
- IllegalSyntaxException - Exception in org.zkoss.util
-
Represents a syntax error.
- IllegalSyntaxException(String, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException(String) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException(Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException() - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException(int, Object, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException(int, Object[]) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException(int, Object) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException(int, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- IllegalSyntaxException(int) - Constructor for exception org.zkoss.util.IllegalSyntaxException
-
- Image - Interface in org.zkoss.image
-
Represents an image.
- ImageEncoder - Interface in org.zkoss.image.encoder
-
Represents an image encoder used to encode an AWT image into
a particular format, such as PNG.
- ImageEncoders - Class in org.zkoss.image.encoder
-
The factory of the image encodes.
- ImageEncoders() - Constructor for class org.zkoss.image.encoder.ImageEncoders
-
- Images - Class in org.zkoss.image
-
Utilities to handle images.
- Images() - Constructor for class org.zkoss.image.Images
-
- ImportedClassResolver - Class in org.zkoss.lang
-
The class resolve that allows to import classes and packages, like Java's
import statement does.
- ImportedClassResolver() - Constructor for class org.zkoss.lang.ImportedClassResolver
-
- importNode(Node, boolean) - Method in class org.zkoss.idom.Document
-
- indexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
-
Returns the index of the give character in the given string buffer,
or -1 if not found.
- indexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Returns the index of the given element.
- 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.
- INFO - Static variable in class org.zkoss.util.logging.Log
-
Deprecated.
The INFO level.
- info(String, Object...) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message with a format and arguments.
- info(String, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message and a throwable object.
- info(String) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message.
- info(Object, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an object, whose toString returns the info message,
and a throwable object.
- info(Object) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an object, whose toString returns the info message.
- info(Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info throwable object.
- info(int, Object[], Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message and a throwable object by giving message code.
- info(int, Object, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message and a throwable object by giving message code.
- info(int, Throwable) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message and a throwable object by giving message code.
- info(int, Object[]) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message by giving message code.
- info(int, Object) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message by giving message code.
- info(int) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Logs an info message by giving message code.
- infoable() - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Tests whether the
Log.INFO level is loggable.
- init() - Method in class org.zkoss.fsm.StateCtx
-
Initialization method called at the constructor
- init() - Method in class org.zkoss.fsm.StateMachine
-
Called at the constructor of state machine
- inMemory() - Method in class org.zkoss.image.AImage
-
- inMemory() - Method in class org.zkoss.sound.AAudio
-
- inMemory() - Method in class org.zkoss.util.media.AMedia
-
- inMemory() - Method in interface org.zkoss.util.media.Media
-
Returns whether the data is cached in memory (in form of
byte[] or String).
- inMemory() - Method in class org.zkoss.util.media.RepeatableMedia
-
- inMemory() - Method in class org.zkoss.video.AVideo
-
- 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
-
- invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FacadeInvoker
-
- invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FusionInvoker
-
- invoke(Object, Object...) - Method in interface org.zkoss.xel.Function
-
Invokes this method with the specified arguments.
- invoke(Object, Object...) - Method in class org.zkoss.xel.util.MethodFunction
-
- invoke(ELContext, Object, Object, Class[], Object[]) - Method in class org.zkoss.xel.zel.XelELResolver
-
- 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.
- isBeginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Whether the given date in the specified TimeZone is the first day of that
month.
- isBinary() - Method in class org.zkoss.image.AImage
-
- isBinary() - Method in class org.zkoss.sound.AAudio
-
- isBinary() - Method in class org.zkoss.util.media.AMedia
-
- isBinary(String) - Static method in class org.zkoss.util.media.ContentTypes
-
Returns whether the content type is binary.
- isBinary() - Method in interface org.zkoss.util.media.Media
-
Returns whether the format of this content is binary or text-based.
- isBinary() - Method in class org.zkoss.util.media.RepeatableMedia
-
- isBinary() - Method in class org.zkoss.video.AVideo
-
- 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.
- isContentDisposition() - Method in class org.zkoss.image.AImage
-
- isContentDisposition() - Method in class org.zkoss.sound.AAudio
-
- isContentDisposition() - Method in class org.zkoss.util.media.AMedia
-
- isContentDisposition() - Method in interface org.zkoss.util.media.Media
-
Whether to allow Content-Disposition or not when writing the media to response header.
- isContentDisposition() - Method in class org.zkoss.util.media.RepeatableMedia
-
- isContentDisposition() - Method in class org.zkoss.video.AVideo
-
- isDefaultNamespace(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- isElementContentWhitespace() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- isEmpty(String) - Static method in class org.zkoss.lang.Strings
-
Returns true if the string is null or empty.
- isEmpty() - Method in class org.zkoss.util.CacheMap
-
- isEmpty() - Method in class org.zkoss.util.FastReadArray
-
Returns if it is empty.
- isEmpty() - Method in class org.zkoss.util.IdentityHashSet
-
- isEmptyWithoutExpunge() - Method in class org.zkoss.util.CacheMap
-
Returns whether it is empty without trying to expunge first.
- isEncodingAlpha() - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Returns whether to encode the alpha transparency.
- isEncodingAlpha() - Method in class org.zkoss.image.encoder.JPEGEncoder
-
- isEncodingAlpha() - Method in class org.zkoss.image.encoder.PNGEncoder
-
- isEndOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Whether the given date in the specified TimeZone is the last day of that
month.
- isEqualNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
-
- isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXBuilder
-
Tests whether to expand entity reference nodes.
- isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXHandler
-
Tests whether to expand entity reference nodes.
- isHierarchy() - Static method in class org.zkoss.util.logging.Log
-
Deprecated.
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.
- isInstance(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Tests whether 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.
- isLeaving(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
Returns true if the machine is leaving this state upon meeting the
character or the class.
- isNameResolved(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- 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.
- isOrphanTag(String) - Static method in class org.zkoss.html.HTMLs
-
Returns whether the specified tag is an 'orphan' tag.
- isPartOfParentText() - Method in class org.zkoss.idom.Comment
-
Returns false to denote it is not part of parent's text,
- isPartOfParentText() - Method in class org.zkoss.idom.impl.AbstractTextual
-
Returns true if this text object is part of the parent's text.
- isPartOfParentText() - Method in interface org.zkoss.idom.Textual
-
Returns true if this textual object is part of the parent's text.
- isPrimitive(String) - Static method in class org.zkoss.lang.Primitives
-
Tests whether a class name is a primitive class, e.g., int and void.
- isPrimitiveWrapper(Class<?>) - Static method in class org.zkoss.lang.Classes
-
Check whether the specified class is a primitive or a primitive wrapper.
- isReadOnly(XelContext) - Method in interface org.zkoss.xel.ExpressionX
-
Returns whether this is a read only (cannot setValue) expression.
- isReadOnly(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- isReadOnly(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- isReturning(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
Returns true if this state returns to itself upon meeting the character
or the class.
- isReturningAll() - Method in class org.zkoss.fsm.StateCtx
-
Returns true if this state returns to itself by default, unless meeting
specified characters or classes.
- isRootElement() - Method in class org.zkoss.idom.Element
-
Tests whether this element is the root element of
the owning document.
- isRounded(Date, int) - Static method in class org.zkoss.util.Dates
-
Tests whether a date is rounded.
- isSameNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
-
- isSupported(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- isSupported(int) - Method in class org.zkoss.xel.el.ELFactory
-
- isSupported(int) - Method in interface org.zkoss.xel.ExpressionFactory
-
Returns whether an feature is supported.
- isSupported(int) - Method in class org.zkoss.xel.zel.ELFactory
-
- isSuspended() - Method in class org.zkoss.fsm.StateMachine
-
Return true if the machine is suspended
- isTerminated() - Method in class org.zkoss.fsm.StateMachine
-
Return true if the machine is stopped
- isValidating() - Method in class org.zkoss.idom.input.SAXBuilder
-
Tests whether or not this parser is configured to validate XML documents.
- isXMLCharacter(int) - 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(int) - Method in class org.zkoss.idom.impl.FacadeNodeList
-
- Item - Interface in org.zkoss.idom
-
Represents an item (a.k.a., node) of a iDOM tree.
- iterator() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
-
- iterator(Object) - Static method in class org.zkoss.util.CollectionsX
-
Based on the given collection type of Object, return an iterator.
- iterator() - Method in class org.zkoss.util.CollectionsX.OneCollection
-
- iterator() - Method in class org.zkoss.util.DualCollection
-
- iterator() - Method in class org.zkoss.util.IdentityHashSet
-
- S_END - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_ARRAY - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_ERROR - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_FINISHED_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_OBJECT - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_PAIR_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_INIT - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_PASSED_PAIR_KEY - Static variable in class org.zkoss.json.parser.JSONParser
-
- SAXBuilder - Class in org.zkoss.idom.input
-
The builder based on SAX parsers.
- SAXBuilder(SAXParser) - Constructor for class org.zkoss.idom.input.SAXBuilder
-
Constructor which reuses a parser.
- SAXBuilder(boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
-
Constructor that creates the parser on-the-fly.
- SAXBuilder(boolean, boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
-
Constructor that creates the parser on-the-fly, that accepts
an additional option, smartIgnore.
- SAXHandler - Class in org.zkoss.idom.input
-
The SAX Handler.
- SAXHandler(IDOMFactory) - Constructor for class org.zkoss.idom.input.SAXHandler
-
Constructor.
- SAXHandler() - Constructor for class org.zkoss.idom.input.SAXHandler
-
Constructor.
- separator - Variable in class org.zkoss.lang.Strings.Result
-
The separator found.
- SerializableEntry(K, V) - Constructor for class org.zkoss.util.Maps.SerializableEntry
-
- SerializableEntry(Map.Entry<K, V>) - Constructor for class org.zkoss.util.Maps.SerializableEntry
-
- SerializableMethod - Class in org.zkoss.lang.reflect
-
A wrapper of java.lang.reflect.Method to make it serializable.
- SerializableMethod(Method) - Constructor for class org.zkoss.lang.reflect.SerializableMethod
-
- Serializables - Class in org.zkoss.io
-
Utilities to handle java.io.Serializable.
- SERVICE_INIT_OK - Static variable in interface org.zkoss.mesg.MCommon
-
- SERVICE_INIT_TWICE_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
-
- SERVICE_STOP_OK - Static variable in interface org.zkoss.mesg.MCommon
-
- set(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
-
Sets the value of the specified public filed or public method
in the object.
- set(E) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
-
- setAccessible(AccessibleObject, boolean) - Static method in class org.zkoss.lang.reflect.Fields
-
Changes the accessibility without throwing any exception.
- setAttribute(Attribute) - Method in interface org.zkoss.idom.Attributable
-
Adds the giving attribute.
- setAttribute(Attribute) - Method in class org.zkoss.idom.Element
-
- setAttribute(String, String) - Method in class org.zkoss.idom.Element
-
- setAttribute(String, Object) - Method in class org.zkoss.xel.util.SimpleXelContext
-
- setAttribute(String, Object) - Method in class org.zkoss.xel.util.XelContextProxy
-
- setAttribute(String, Object) - Method in interface org.zkoss.xel.XelContext
-
Sets the value of the specified attribute
- 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
-
- setBeanValue(String, Object) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- setByCompound(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
-
Sets the value of the specified public field or public
method in the object.
- setByCompound(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
-
Sets the value of the specified public field or public method
in the object, without converting the specified val.
- setCheckPeriod(int) - Method in class org.zkoss.util.resource.ResourceCache
-
Sets how often to check (unit=milliseconds).
- setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
-
Specifies that the parser produced by this code will convert
CDATA to Text and append it to the adjacent (if any) text.
- setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXHandler
-
Specifies that the parser produced by this code will convert
CDATA to Text and append it to the adjacent (if any) text.
- setContent(Object) - Method in class org.zkoss.idom.Element
-
Sets the content of this element.
- setContent(String, Object) - Method in class org.zkoss.idom.Element
-
Sets the content of the child element with the giving path.
- setContentDisposition(boolean) - Method in class org.zkoss.util.media.AMedia
-
Set whether to allow Content-Disposition
or not when writing the media to response header.
- setContents(Collection<Element>, 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<String, String>) - Method in class org.zkoss.idom.ProcessingInstruction
-
Sets the raw data with a data map.
- setDebugMode(boolean) - Method in class org.zkoss.fsm.StateMachine
-
- 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
-
- setEncoderClass(String, Class) - Static method in class org.zkoss.image.encoder.ImageEncoders
-
Sets the class of the image encoder for the specified format.
- setEncodingAlpha(boolean) - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Sets whether to encode the alpha transparency.
- setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.JPEGEncoder
-
- setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.PNGEncoder
-
- setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXBuilder
-
Specifies the org.xml.sax.EntityResolver to be used to resolve
entities present in the XML document to be parsed.
- setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXHandler
-
Specifies the org.xml.sax.EntityResolver to be used to resolve
entities present in the XML document to be parsed.
- setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXBuilder
-
Specifies the org.xml.sax.ErrorHandler to be used to report errors
present in the XML document to be parsed.
- setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXHandler
-
Specifies the org.xml.sax.ErrorHandler to be used to report errors
present in the XML document to be parsed.
- setErrorListener(ErrorListener) - Method in class org.zkoss.idom.transform.Transformer
-
Set the error event listener in effect for the transformation.
- setErrorType(int) - Method in exception org.zkoss.json.parser.ParseException
-
- setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
-
Sets whether to expand entities during parsing.
- setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXHandler
-
Sets whether to expand entities during parsing.
- setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Static method in class org.zkoss.xel.Expressions
-
Sets the implementation of the expression factory that shall
be used by the whole system, or null to use the system default.
- setFormatter(Messages.Formatter) - Static method in class org.zkoss.mesg.Messages
-
- setFunctionMapper(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleXelContext
-
Sets the function mapper, or null if not available.
- setHierarchy(boolean) - Static method in class org.zkoss.util.logging.Log
-
Deprecated.
Sets whether to support the hierarchical loggers.
- setIdAttribute(String, boolean) - Method in class org.zkoss.idom.Element
-
- setIdAttributeNode(Attr, boolean) - Method in class org.zkoss.idom.Element
-
- setIdAttributeNS(String, String, boolean) - Method in class org.zkoss.idom.Element
-
- setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXBuilder
-
Sets the iDOM factory.
- setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXHandler
-
Sets the iDOM factory.
- setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
-
Specifies that the parser produced by this code will ignore comments.
- setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXHandler
-
Specifies that the parser produced by this code will ignore comments.
- setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
-
Sets whether the parser should eliminate whitespace in
element content.
- setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXHandler
-
Sets whether the parser should eliminate 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
-
Deprecated.
Sets the logging level.
- setLevel(String) - Method in class org.zkoss.util.logging.Log
-
Deprecated.
Sets the logging level.
- setLifetime(int) - Method in interface org.zkoss.util.Cache
-
Sets the minimal lifetime.
- setLifetime(int) - Method in class org.zkoss.util.CacheMap
-
Sets the minimal lifetime.
- setLifetime(int) - Method in class org.zkoss.util.FastReadCache
-
- setLifetime(int) - Method in class org.zkoss.util.MultiCache
-
- setLocalFormatInfo(DateFormatInfo) - Static method in class org.zkoss.text.DateFormats
-
Sets the info of date/time format for the current thread.
- setLocalName(String) - Method in class org.zkoss.idom.Attribute
-
Sets the local name of this attribute.
- setLocalName(String) - Method in class org.zkoss.idom.Element
-
- setLocalName(String) - Method in interface org.zkoss.idom.Namespaceable
-
Sets the local name of this item.
- setLocator(Locator) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setLocator(Locator) - Method in interface org.zkoss.idom.Item
-
Sets the locator of this item.
- setMaster(StateMachine<E, C, IN>) - Method in class org.zkoss.fsm.StateCtx
-
Sets the owner state machine.
- setMaxSize(int) - Method in interface org.zkoss.util.Cache
-
Sets the maximal allowed size.
- setMaxSize(int) - Method in class org.zkoss.util.CacheMap
-
Sets the maximal allowed size.
- setMaxSize(int) - Method in class org.zkoss.util.FastReadCache
-
- setMaxSize(int) - Method in class org.zkoss.util.MultiCache
-
- setName(String) - Method in class org.zkoss.idom.Attribute
-
- setName(String) - Method in class org.zkoss.idom.DocType
-
- setName(String) - Method in class org.zkoss.idom.Element
-
Sets the tag name of the element.
- setName(String) - Method in class org.zkoss.idom.EntityReference
-
- setName(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setName(String) - Method in interface org.zkoss.idom.Item
-
Sets the name of the item.
- setName(String) - Method in class org.zkoss.idom.ProcessingInstruction
-
- setNamedItem(Node) - Method in class org.zkoss.idom.Element.AttrMap
-
- setNamedItem(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
-
- setNamedItemNS(Node) - Method in class org.zkoss.idom.Element.AttrMap
-
- setNamedItemNS(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
-
- setNamespace(String, String) - Method in class org.zkoss.idom.Attribute
-
Sets the namespace.
- setNamespace(Namespace) - Method in class org.zkoss.idom.Attribute
-
Sets the namespace.
- setNamespace(Namespace) - Method in class org.zkoss.idom.Element
-
Sets the namespace.
- setNamespace(String, String) - Method in class org.zkoss.idom.Element
-
Sets the namespace.
- setNamespace(Namespace) - Method in interface org.zkoss.idom.Namespaceable
-
Sets the namespace.
- setNodeValue(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setOutputProperties(Properties) - Method in class org.zkoss.idom.transform.Transformer
-
Set the output properties for the transformation.
- setOutputProperty(String, String) - Method in class org.zkoss.idom.transform.Transformer
-
Set an output property that will be in effect for the transformation.
- setOwner(Item) - Method in class org.zkoss.idom.Attribute
-
Sets the item that owns this attribute.
- setParent(Item) - Method in class org.zkoss.idom.Attribute
-
- setParent(Group) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setParent(Group) - Method in interface org.zkoss.idom.Item
-
Sets the parent item.
- setParent(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleMapper
-
Sets the parent mapper.
- setParent(VariableResolver) - Method in class org.zkoss.xel.util.SimpleResolver
-
Sets the parent.
- setPosition(int) - Method in exception org.zkoss.json.parser.ParseException
-
- setPrefix(String) - Method in class org.zkoss.idom.Attribute
-
Sets the namespace prefix of this attribute.
- setPrefix(String) - Method in class org.zkoss.idom.Element
-
- setPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setPriority(Thread, int) - Static method in class org.zkoss.lang.Threads
-
Sets the priority without throwing any exception but log warning.
- setProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
-
Sets the library properties indicated by the specified key.
- setProperty(String, String) - Static method in class org.zkoss.lang.Library
-
Sets the library property indicated by the specified key.
- setPublicId(String) - Method in class org.zkoss.idom.DocType
-
Sets the public ID of an externally referenced DTD, or an empty
String if none is referenced.
- setQuality(float) - Method in interface org.zkoss.image.encoder.ImageEncoder
-
Sets the quality of the image encoding.
- setQuality(float) - Method in class org.zkoss.image.encoder.JPEGEncoder
-
- setQuality(float) - Method in class org.zkoss.image.encoder.PNGEncoder
-
- setReturningAll(boolean) - Method in class org.zkoss.fsm.StateCtx
-
Set whether returns to this state upon meeting unspecified characters
- setRootElement(Element) - Method in class org.zkoss.idom.Document
-
Sets the root element.
- setState(E, StateCtx<E, C, IN>) - Method in class org.zkoss.fsm.StateMachine
-
Set the state by token
- setStrictErrorChecking(boolean) - Method in class org.zkoss.idom.Document
-
- setSystemId(String) - Method in class org.zkoss.idom.DocType
-
Sets the system ID of an externally referenced DTD, or an empty
String if none is referenced.
- setTagName(String) - Method in class org.zkoss.idom.Attribute
-
Sets the tag name.
- setTagName(String) - Method in class org.zkoss.idom.Element
-
- setTagName(String) - Method in interface org.zkoss.idom.Namespaceable
-
Sets the tag name of this item.
- setTarget(String) - Method in class org.zkoss.idom.ProcessingInstruction
-
- setText(String) - Method in class org.zkoss.idom.Attribute
-
- setText(String) - Method in class org.zkoss.idom.Binary
-
- setText(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
-
- setText(String) - Method in interface org.zkoss.idom.Item
-
Sets the text of this item.
- setText(String) - Method in class org.zkoss.idom.ProcessingInstruction
-
- setTextContent(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setThreadLocal(Locale) - Static method in class org.zkoss.util.Locales
-
Sets the locale for the current thread only.
- setThreadLocal(TimeZone) - Static method in class org.zkoss.util.TimeZones
-
Sets the time-zone for the current thread only.
- setUnexpectedObject(Object) - Method in exception org.zkoss.json.parser.ParseException
-
- setUserData(String, Object, UserDataHandler) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setValue(String) - Method in class org.zkoss.idom.Attribute
-
Sets the value of this attribute.
- setValue(Object) - Method in interface org.zkoss.idom.Binable
-
Sets the value of a item that accepts any type as its value.
- setValue(Object) - Method in class org.zkoss.idom.Binary
-
- setValue(int) - Method in class org.zkoss.lang.MutableInteger
-
- setValue(V) - Method in class org.zkoss.util.Maps.SerializableEntry
-
- setValue(XelContext, Object) - Method in interface org.zkoss.xel.ExpressionX
-
Set values into the property resolved by this expression.
- setValue(XelContext, Object) - Method in class org.zkoss.xel.zel.ELXelExpression
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- setVariableResolver(VariableResolver) - Method in interface org.zkoss.util.resource.impl.LabelLoader
-
Sets the variable resolver, which is used if an EL expression
is specified.
- setVariableResolver(VariableResolver) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
-
Sets the variable resolver, which is used if an EL expression
is specified.
- setVariableResolver(VariableResolver) - Static method in class org.zkoss.util.resource.Labels
-
Sets the variable resolver, which is used if an EL expression
is specified.
- setVariableResolver(VariableResolver) - Method in class org.zkoss.xel.util.SimpleXelContext
-
Sets the variable resolver, or null if not available.
- setXmlStandalone(boolean) - Method in class org.zkoss.idom.Document
-
- setXmlVersion(String) - Method in class org.zkoss.idom.Document
-
- shallCheck(K, long) - Method in class org.zkoss.util.resource.AbstractLoader
-
- shallCheck(K, long) - Method in interface org.zkoss.util.resource.Loader
-
- 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.
- shrink(T[], int, int) - Static method in class org.zkoss.util.ArraysX
-
Shrink the specified array.
- SimpleClassResolver - Class in org.zkoss.lang
-
- SimpleClassResolver() - Constructor for class org.zkoss.lang.SimpleClassResolver
-
- SimpleMapper - Class in org.zkoss.xel.util
-
A simple function mapper.
- SimpleMapper() - Constructor for class org.zkoss.xel.util.SimpleMapper
-
- SimpleMapper(FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleMapper
-
- SimpleResolver - Class in org.zkoss.xel.util
-
A simple resolver that retrieve variable from a map.
- SimpleResolver() - Constructor for class org.zkoss.xel.util.SimpleResolver
-
Constructs a resolver.
- SimpleResolver(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleResolver
-
Constructs a resolver with a parent.
- SimpleResolver(VariableResolver, Map<String, ?>) - Constructor for class org.zkoss.xel.util.SimpleResolver
-
Constructs a resolver with a parent and an object map.
- SimpleResolver(Map<String, ?>) - Constructor for class org.zkoss.xel.util.SimpleResolver
-
Constructs a resolver with an object map.
- SimpleXelContext - Class in org.zkoss.xel.util
-
- SimpleXelContext(VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleXelContext
-
- SimpleXelContext(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleXelContext
-
- SimpleXelContext() - Constructor for class org.zkoss.xel.util.SimpleXelContext
-
- size() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Returns the number of elements.
- size() - Method in class org.zkoss.util.CacheMap
-
- size() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
-
- size() - Method in class org.zkoss.util.CollectionsX.ArrayList
-
- size() - Method in class org.zkoss.util.CollectionsX.OneCollection
-
- size() - Method in class org.zkoss.util.DualCollection
-
- size() - Method in class org.zkoss.util.FastReadArray
-
Returns the size.
- size() - Method in class org.zkoss.util.IdentityHashSet
-
- size() - Method in class org.zkoss.util.NotableLinkedList
-
- sizeWithoutExpunge() - Method in class org.zkoss.util.CacheMap
-
Returns the size without trying to expunge first.
- SKIPS - Static variable in class org.zkoss.util.Checksums
-
The default skips.
- skipWhitespaces(CharSequence, int) - Static method in class org.zkoss.lang.Strings
-
Returns the next index after skipping whitespaces.
- skipWhitespacesBackward(CharSequence, int) - Static method in class org.zkoss.lang.Strings
-
- sleep(int) - Static method in class org.zkoss.lang.Threads
-
Put the current thread to sleep for a while.
- smartRead(ObjectInputStream, Map<K, V>) - Static method in class org.zkoss.io.Serializables
-
- smartRead(ObjectInputStream, Collection<T>) - Static method in class org.zkoss.io.Serializables
-
- smartRead(ObjectInputStream, List<T>) - Static method in class org.zkoss.io.Serializables
-
- smartWrite(ObjectOutputStream, Map<K, V>) - Static method in class org.zkoss.io.Serializables
-
Writes only serializable entries of the specified map.
- smartWrite(ObjectOutputStream, Collection<T>) - Static method in class org.zkoss.io.Serializables
-
Writes only serializable elements of the specified collection.
- smartWrite(ObjectOutputStream, T[]) - Static method in class org.zkoss.io.Serializables
-
Writes only serializable elements of the specified array.
- smartWrite(ObjectOutputStream, Object) - Static method in class org.zkoss.io.Serializables
-
Writes the given value only if it is serializable.
- split(int) - Method in class org.zkoss.idom.impl.AbstractTextual
-
- split(int) - Method in interface org.zkoss.idom.Textual
-
Splits at the specified offset into two Textual objects.
- split(String, String) - Static method in class org.zkoss.xel.fn.StringFns
-
Splits a string.
- splitText(int) - Method in class org.zkoss.idom.impl.AbstractTextual
-
- StandardBeanNameResolver(Map<String, Object>) - Constructor for class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- start(Iterator<IN>) - Method in class org.zkoss.fsm.StateMachine
-
Starts the machine with a stream of input characters.
- start(IN) - Method in class org.zkoss.fsm.StateMachine
-
Starts the machine with a single input character.
- startCDATA() - Method in class org.zkoss.idom.input.SAXHandler
-
- startDocument() - Method in class org.zkoss.idom.input.SAXHandler
-
- startDTD(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
-
- startElement(String, String, String, Attributes) - Method in class org.zkoss.idom.input.SAXHandler
-
- startEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
-
- startPrefixMapping(String, String) - Method in class org.zkoss.idom.input.SAXHandler
-
- startsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
-
Tests if this string starts with the specified prefix.
- StateCtx<E,C,IN> - Class in org.zkoss.fsm
-
A context for a State in a StateMachine, holding returning and transition
information.
- StateCtx() - Constructor for class org.zkoss.fsm.StateCtx
-
Creates a new state context
- StateCtx.TransitionListener<IN,C> - Interface in org.zkoss.fsm
-
- StateMachine<E,C,IN> - Class in org.zkoss.fsm
-
A Finite State Machine implementation.
- StateMachine() - Constructor for class org.zkoss.fsm.StateMachine
-
Construct a state machine
- StateMachine.StateMachineException - Exception in org.zkoss.fsm
-
- StateMachineException(int, Object, Object) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
-
- StateMachineException(int, Object, Object, String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
-
- StateMachineException(String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
-
- stream - Variable in class org.zkoss.util.resource.Locators.StreamLocation
-
- StreamLocation(InputStream, Locale) - Constructor for class org.zkoss.util.resource.Locators.StreamLocation
-
- StringFns - Class in org.zkoss.xel.fn
-
Functions to manipulate strings in EL.
- StringFns() - Constructor for class org.zkoss.xel.fn.StringFns
-
- Strings - Class in org.zkoss.lang
-
String utilities and constants
- Strings() - Constructor for class org.zkoss.lang.Strings
-
- Strings.Result - Class in org.zkoss.lang
-
- StyleSheet - Class in org.zkoss.html
-
Represents a style sheet.
- StyleSheet(String, String) - Constructor for class org.zkoss.html.StyleSheet
-
Creates by specifying the file to contain the style sheets.
- StyleSheet(String, String, boolean) - Constructor for class org.zkoss.html.StyleSheet
-
Creates by assigning the content (style sheets).
- StyleSheet(String, String, String, boolean) - Constructor for class org.zkoss.html.StyleSheet
-
Creates by assigning the content (style sheets).
- substring(String, int, char) - Static method in class org.zkoss.lang.Strings
-
Returns the substring from the from index up to the
until character or end-of-string.
- substring(String, int, char, boolean) - Static method in class org.zkoss.lang.Strings
-
Returns the substring from the from index up to the
until character or end-of-string.
- substring(String, int, int) - Static method in class org.zkoss.xel.fn.StringFns
-
Returns a new string that is a substring of this string.
- substringData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
-
- subtract(Date, TimeZone, int, Date) - Static method in class org.zkoss.util.Dates
-
Date Arithmetic function (date2 - date1).
- suspend() - Method in class org.zkoss.fsm.StateMachine
-
Suspend the machine
- 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.
- Taglib - Class in org.zkoss.xel.taglib
-
Represents a taglib.
- Taglib(String, String) - Constructor for class org.zkoss.xel.taglib.Taglib
-
- TaglibDefinition - Class in org.zkoss.xel.taglib
-
Represents the content of a taglib.
- TaglibDefinition() - Constructor for class org.zkoss.xel.taglib.TaglibDefinition
-
- TaglibMapper - Class in org.zkoss.xel.util
-
A function mapper that is capable to load function and class definitions
from taglib.
- TaglibMapper() - Constructor for class org.zkoss.xel.util.TaglibMapper
-
- Taglibs - Class in org.zkoss.xel.taglib
-
Utilities to handle taglib.
- Taglibs() - Constructor for class org.zkoss.xel.taglib.Taglibs
-
- tagNameOf(String) - Method in class org.zkoss.idom.Namespace
-
Gets the tag name of the giving local name.
- terminate() - Method in class org.zkoss.fsm.StateMachine
-
Terminates the machine.
- 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.
- Threads - Class in org.zkoss.lang
-
Thread relevant utilities.
- Threads() - Constructor for class org.zkoss.lang.Threads
-
- throwsEx - Variable in class org.zkoss.lang.Classes.MethodInfo
-
- TimeZones - Class in org.zkoss.util
-
Utilities to access time-zone.
- TimeZones() - Constructor for class org.zkoss.util.TimeZones
-
- toArray(Collection, int, int) - Static method in class org.zkoss.util.CollectionsX
-
Returns the specified range of the specified collection into a new array.
- toArray(Collection<? extends T>, T[], int, int) - Static method in class org.zkoss.util.CollectionsX
-
Returns the specified range of the given collection;
the runtime type of the returned array is that of the specified array.
- toArray() - Method in class org.zkoss.util.FastReadArray
-
Returns the array (never null).
- toAttributeName(String) - Static method in class org.zkoss.lang.Classes
-
Converts a method name to an attribute name by removing the prefix
is, get or set, or null if it doesn't start with is, get or set.
- toBigDecimal(double, int, int) - Static method in class org.zkoss.math.BigDecimals
-
Converts a double to a big decimal with a scale.
- toBigDecimal(double, int) - Static method in class org.zkoss.math.BigDecimals
-
Converts a double to a big decimal with a scale.
- toBigDecimal(int, int) - Static method in class org.zkoss.math.BigDecimals
-
Converts an integer to a big decimal with a scale.
- toBigDecimal(long, int) - Static method in class org.zkoss.math.BigDecimals
-
Converts an integer to a big decimal with a scale.
- toBigDecimal(int) - Static method in class org.zkoss.math.BigDecimals
-
Converts an integer to a big decimal with a scale without.
- toBigDecimal(long) - Static method in class org.zkoss.math.BigDecimals
-
Converts a long to a big decimal with a scale without.
- toBigDecimal(short) - Static method in class org.zkoss.math.BigDecimals
-
Converts a short to a big decimal with a scale without.
- toBigDecimal(byte) - Static method in class org.zkoss.math.BigDecimals
-
Converts a byte to a big decimal with a scale without.
- toBigDecimal(Integer) - Static method in class org.zkoss.math.BigDecimals
-
Converts an integer to a big decimal with a scale without.
- toBigDecimal(Long) - Static method in class org.zkoss.math.BigDecimals
-
Converts a long to a big decimal with a scale without.
- toBigDecimal(Short) - Static method in class org.zkoss.math.BigDecimals
-
Converts a short to a big decimal with a scale without.
- toBigDecimal(Byte) - Static method in class org.zkoss.math.BigDecimals
-
Converts a byte to a big decimal with a scale without.
- toBigInteger(int) - Static method in class org.zkoss.math.BigIntegers
-
Converts an integer to a big integer.
- toBigInteger(long) - Static method in class org.zkoss.math.BigIntegers
-
Converts a long to a big integer.
- toBigInteger(short) - Static method in class org.zkoss.math.BigIntegers
-
Converts a short to a big integer.
- toBigInteger(byte) - Static method in class org.zkoss.math.BigIntegers
-
Converts a byte to a big integer.
- toBigInteger(Integer) - Static method in class org.zkoss.math.BigIntegers
-
Converts an integer to a big integer.
- toBigInteger(Long) - Static method in class org.zkoss.math.BigIntegers
-
Converts a long to a big integer.
- toBigInteger(Short) - Static method in class org.zkoss.math.BigIntegers
-
Converts a short to a big integer.
- toBigInteger(Byte) - Static method in class org.zkoss.math.BigIntegers
-
Converts a byte to a big integer.
- toBoolean(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to a boolean.
- toByteArray(int) - Static method in class org.zkoss.lang.Objects
-
Converts an integer to a big-endian byte array.
- toByteArray(long) - Static method in class org.zkoss.lang.Objects
-
Converts a long to a big-endian byte array.
- toByteArray(short) - Static method in class org.zkoss.lang.Objects
-
Converts a short to a big-endian byte array.
- toByteArray(byte) - Static method in class org.zkoss.lang.Objects
-
Converts a byte to a big-endian byte array.
- toChar(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to an character.
- toCharArray(Object) - Static method in class org.zkoss.lang.Objects
-
Converts any object to a character array.
- toClass(String) - Static method in class org.zkoss.lang.Primitives
-
Converts a primitive from name to the class,
or null if it is not a primitive class.
- toContents(Object) - Static method in class org.zkoss.idom.util.IDOMs
-
Converts elements to their contents if the giving object is
an element or an array or a collection of elements.
- today() - Static method in class org.zkoss.util.Dates
-
Returns today by setting time to 0:0:0.
- toDecimal(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to a (big) decimal.
- toHexString(byte[]) - Static method in class org.zkoss.util.ArraysX
-
Returns the hex String representation of a byte array without prefix 0x.
- toImageIcon() - Method in class org.zkoss.image.AImage
-
Converts to an image icon.
- toImageIcon() - Method in interface org.zkoss.image.Image
-
Converts to an image icon.
- toInt(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to an integer.
- toInternalForm(String) - Static method in class org.zkoss.lang.Classes
-
Change class name to internal form (e.g.
- toJSONString() - Method in class org.zkoss.json.JavaScriptValue
-
- toJSONString(Collection) - Static method in class org.zkoss.json.JSONArray
-
Convert a list to JSON text.
- toJSONString(Object[]) - Static method in class org.zkoss.json.JSONArray
-
Convert an object array to JSON text.
- toJSONString(int[]) - Static method in class org.zkoss.json.JSONArray
-
Convert an integer array to JSON text.
- toJSONString(long[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a long array to JSON text.
- toJSONString(short[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a short array to JSON text.
- toJSONString(float[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a float array to JSON text.
- toJSONString(double[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a double array to JSON text.
- toJSONString(byte[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a byte array to JSON text.
- toJSONString(boolean[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a boolean array to JSON text.
- toJSONString(char[]) - Static method in class org.zkoss.json.JSONArray
-
Convert a char array to JSON text.
- toJSONString() - Method in class org.zkoss.json.JSONArray
-
Encodes this object to a JSON string.
- toJSONString() - Method in interface org.zkoss.json.JSONAware
-
- toJSONString(Map) - Static method in class org.zkoss.json.JSONObject
-
Convert (aka., encode) a map to JSON text.
- toJSONString() - Method in class org.zkoss.json.JSONObject
-
Encodes this object to a JSON string.
- toJSONString(Object) - Static method in class org.zkoss.json.JSONValue
-
Convert (a.k.a., encode) an object to JSON text.
- toJSONString(int) - Static method in class org.zkoss.json.JSONValue
-
Converts an integer to JSON text
- toJSONString(long) - Static method in class org.zkoss.json.JSONValue
-
Converts a long to JSON text
- toJSONString(short) - Static method in class org.zkoss.json.JSONValue
-
Converts a short to JSON text
- toJSONString(double) - Static method in class org.zkoss.json.JSONValue
-
Converts a double to JSON text
- toJSONString(float) - Static method in class org.zkoss.json.JSONValue
-
Converts a float to JSON text
- toJSONString(byte) - Static method in class org.zkoss.json.JSONValue
-
Converts a byte to JSON text
- toJSONString(boolean) - Static method in class org.zkoss.json.JSONValue
-
Converts a boolean to JSON text
- toJSONString(char) - Static method in class org.zkoss.json.JSONValue
-
Converts a char to JSON text
- token - Variable in class org.zkoss.lang.Strings.Result
-
The converted string.
- toLocaleString(BigDecimal, Locale) - Static method in class org.zkoss.math.BigDecimals
-
Return a string representation of this BigDecimal without an exponent
field, which respects the given locale.
- toLocation(Locator) - Static method in class org.zkoss.xml.Locators
-
- toLocation(Locator) - Static method in class org.zkoss.xml.Locators
-
- toLocation(SourceLocator) - Static method in class org.zkoss.xml.Locators
-
- toLowerCase(String) - Static method in class org.zkoss.xel.fn.StringFns
-
Converts all of the characters in this String to upper case using the rules of the current Locale.
- toMethod() - Method in interface org.zkoss.xel.Function
-
Converts this function to a method, or null if unable to convert.
- toMethod() - Method in class org.zkoss.xel.util.MethodFunction
-
- toMethodName(String, String) - Static method in class org.zkoss.lang.Classes
-
Convert an attribute name, returned by toAttributeName, to
a method name.
- toNumber(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to a number.
- toOctalString(byte[], String) - Static method in class org.zkoss.util.ArraysX
-
Returns the octal String representation of a byte array with optional
prefix.
- toPlainString(BigDecimal) - Static method in class org.zkoss.math.BigDecimals
-
- 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 skipping skips.
- toString() - Method in class org.zkoss.html.JavaScript
-
- toString() - Method in class org.zkoss.html.StyleSheet
-
- 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() - Method in class org.zkoss.json.JSONArray
-
Encodes this object to a JSON string.
- toString() - Method in class org.zkoss.json.JSONObject
-
Encodes this object to a JSON string.
- toString(String, Object) - Static method in class org.zkoss.json.JSONObject
-
- toString() - Method in exception org.zkoss.json.parser.ParseException
-
- toString() - Method in class org.zkoss.lang.MutableInteger
-
- toString(Object) - Static method in class org.zkoss.lang.Objects
-
Converts any object to a string.
- toString() - Method in class org.zkoss.lang.reflect.SerializableMethod
-
- toString() - Method in class org.zkoss.lang.Strings.Result
-
- toString(byte[]) - Static method in class org.zkoss.lang.Strings
-
Converts the given byte[] to UTF-8 string, if possible.
- toString(int) - Static method in class org.zkoss.math.RoundingModes
-
Returns the name of the rounding mode.
- toString() - Method in class org.zkoss.mesg.MessageConst.BundleInfo
-
- toString(Object[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array to a readable string (for debugging purpose).
- toString(int[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of int to a readable string (for debugging purpose).
- toString(long[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of long to a readable string (for debugging purpose).
- toString(short[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of short to a readable string (for debugging purpose).
- toString(byte[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of byte to a readable string (for debugging purpose).
- toString(char[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of char to a readable string (for debugging purpose).
- toString(boolean[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of boolean to a readable string (for debugging purpose).
- toString(float[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of float to a readable string (for debugging purpose).
- toString(double[]) - Static method in class org.zkoss.util.ArraysX
-
Converts an array of char to a readable string (for debugging purpose).
- toString() - Method in class org.zkoss.util.CacheMap
-
- toString() - Method in class org.zkoss.util.CacheMap.Value
-
- toString() - Method in class org.zkoss.util.FastReadArray
-
- toString() - Method in class org.zkoss.util.FilterMap
-
- toString() - Method in class org.zkoss.util.logging.Log
-
Deprecated.
- toString() - Method in class org.zkoss.util.Maps.SerializableEntry
-
- toString(Map<? super String, ? super String>, char, char) - Static method in class org.zkoss.util.Maps
-
Converts a map to a string.
- toString(Map<? super String, ? super String>, char, 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.Locators.StreamLocation
-
- toString() - Method in class org.zkoss.util.resource.Locators.URLLocation
-
- toString() - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
-
- toString(Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Converts the specified object to a string.
- toString() - Method in class org.zkoss.xel.taglib.Taglib
-
- toStringBuffer(StringBuffer, Map<? super String, ? super String>, char, char) - Static method in class org.zkoss.util.Maps
-
Converts a map to string and append to a string buffer.
- toStringBuffer(StringBuffer, Map<? super String, ? super String>, char, char, char) - Static method in class org.zkoss.util.Maps
-
Converts a map to string and append to a string buffer.
- toStringByScale(int, int) - Static method in class org.zkoss.lang.Integers
-
urns a String object representing the specified integer, with
the (at-least) specified digits.
- toStringByScale(long, int) - Static method in class org.zkoss.lang.Longs
-
urns a String object representing the specified integer, with
the (at-least) specified digits.
- toUpperCase(String) - Static method in class org.zkoss.xel.fn.StringFns
-
Converts all of the characters in this String to upper case using the rules of the current Locale.
- toWrapper(boolean) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive boolean to Boolean.
- toWrapper(byte) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive byte to Byte.
- toWrapper(char) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive char to Character.
- toWrapper(double) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive double to Double.
- toWrapper(float) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive float to Float.
- toWrapper(int) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive int to Integer.
- toWrapper(long) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive long to Long.
- toWrapper(short) - Static method in class org.zkoss.lang.Primitives
-
Convert primitive short to Short.
- toWrapper(Class) - Static method in class org.zkoss.lang.Primitives
-
Returns the wrapper class of a primitive class,
or null if it is not a primitive class.
- toXMLName(String) - Static method in class org.zkoss.xml.XMLs
-
Converting a name to a valid XML name.
- transferToSerializableEntrySet(Set<Map.Entry<K, V>>) - Static method in class org.zkoss.util.Maps
-
Tranfer Set<> to be serializable
- 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
-
Transforms a source and returns the transformed result as
an iDOM Document.
- transform(Document) - Method in class org.zkoss.idom.transform.Transformer
-
Transforms an iDOM document and returns the transformed result as
another iDOM Document.
- transform(Element) - Method in class org.zkoss.idom.transform.Transformer
-
Transforms 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
-
Transformer constructor without stylesheet.
- Transformer(Source) - Constructor for class org.zkoss.idom.transform.Transformer
-
Constructs a transformer with a stylesheet in form of Source.
- trim(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
-
Trims the string buffer by removing the leading and trailing
whitespaces.
- trim(String) - Static method in class org.zkoss.xel.fn.StringFns
-
Returns a copy of the string, with leading and trailing whitespace omitted.
- twoMonthShort() - Static method in class org.zkoss.util.Dates
-
Return the ending date of this year.
- twoMonthShort(Date, TimeZone) - Static method in class org.zkoss.util.Dates
-
Given a date, a proper TimeZone, return the two month int.