- Constructor for class org.zkoss.zkmax.bind.
- GANTT - Static variable in class org.zkoss.zul.Chart
-
- GanttChartCategoriesPropertiesList - Class in org.zkoss.zkmax.zul.fusionchart.config
-
- GanttChartCategoriesPropertiesList() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList
-
- GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties - Class in org.zkoss.zkmax.zul.fusionchart.config
-
- GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
-
- GanttChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
-
The GanttFusionchartProperty lets you control a variety of functional elements on the chart.
- GanttChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
- GanttChartHeaderPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
-
- GanttChartHeaderPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
- GanttChartSeriesPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
-
- GanttChartSeriesPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
-
- GanttChartSeriesPropertiesMap.GanttChartSeriesProperties - Class in org.zkoss.zkmax.zul.fusionchart.config
-
- GanttChartSeriesPropertiesMap.GanttChartSeriesProperties() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
-
- GanttModel - Class in org.zkoss.zul
-
A data model for Gantt chart.
- GanttModel() - Constructor for class org.zkoss.zul.GanttModel
-
- GanttModel.GanttTask - Class in org.zkoss.zul
-
A Task in an operation series; a helper class used in
GanttModel
.
- GanttModel.GanttTask(String, Date, Date, double) - Constructor for class org.zkoss.zul.GanttModel.GanttTask
-
- GanttTableConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
-
A table config for gnatt chart table.
- GanttTableConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig
-
- GanttTableConfig.GanttRowPropertiesList - Class in org.zkoss.zkmax.zul.fusionchart.config
-
The GanttRow of the gantt chart table.
- GanttTableConfig.GanttRowPropertiesList() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
-
- GanttTableConfig.GanttTableColumnProperties - Class in org.zkoss.zkmax.zul.fusionchart.config
-
A tableColumn properties bean for gantt chart table.
- GanttTableConfig.GanttTableColumnProperties() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnProperties
-
- GanttTableConfig.GanttTableColumnPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
-
- GanttTableConfig.GanttTableColumnPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnPropertiesMap
-
- GanttTableRenderer<T> - Interface in org.zkoss.zkmax.zul.fusionchart
-
The GanttTableRenderer was used to render
the Fusionchart XML String with GanttTableModel (
ListModel
).
- GE0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- GE1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- generateCaptcha(Object) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
-
- generateCaptcha(Object) - Method in interface org.zkoss.zul.impl.CaptchaEngine
-
Per the given data, generate the distortion Captcha image into a byte array.
- generateParseException() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Generate ParseException.
- generateURI(String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
-
Generates URI by appending the parameters.
- generateURI(String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Generates URI by appending the parameters.
- GenericAutowireComposer<T extends Component> - Class in org.zkoss.zk.ui.util
-
A skeletal composer that you can extend and write intuitive onXxx
event handler methods with "auto-wired" accessible variable objects such
as implicit objects, components, and external resolvable variables in a ZK
zuml page.
- GenericAutowireComposer() - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
-
The default constructor.
- GenericAutowireComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Constructor with a custom separator.
- GenericAutowireComposer(char, boolean, boolean) - Constructor for class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Constructors with full control, including separator, whether to
search zscript and xel variables
- GenericComposer<T extends Component> - Class in org.zkoss.zk.ui.util
-
A skeletal composer that you can extend and write intuitive onXxx event handler methods;
this class will registers onXxx events to the supervised component automatically.
- GenericComposer() - Constructor for class org.zkoss.zk.ui.util.GenericComposer
-
- GenericDevice - Class in org.zkoss.zk.device
-
A skeletal implementation of
Device
.
- GenericDevice() - Constructor for class org.zkoss.zk.device.GenericDevice
-
- GenericEventListener<T extends Event> - Class in org.zkoss.zk.ui.event
-
An abstract event listener that you can extend and write intuitive onXxx event
handler methods; this class dispatch event to the implemented onXxx event handler methods
automatically.
- GenericEventListener() - Constructor for class org.zkoss.zk.ui.event.GenericEventListener
-
- GenericFilter - Class in org.zkoss.web.servlet
-
A generic class to help implementing servlet filter.
- GenericFilter() - Constructor for class org.zkoss.web.servlet.GenericFilter
-
- GenericForwardComposer<T extends Component> - Class in org.zkoss.zk.ui.util
-
A skeletal composer that you can extend and write intuitive onXxx$myid
event handler methods with auto event forwarding and "auto-wired" accessible
variable objects such as embedded objects, components, and external
resolvable variables in a ZK zuml page; this class will add forward
condition to the myid source component and forward source onXxx
event received by the source myid component to the target onXxx$myid event
(as defined in this composer) of the supervised target component; of course
it will also registers onXxx$myid events to the supervised
component and wire all accessible variable objects to this composer by
calling setXxx() method or set xxx field value directly per the variable
name.
- GenericForwardComposer() - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
-
The default constructor.
- GenericForwardComposer(char) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
-
Constructor with a custom separator.
- GenericForwardComposer(char, boolean, boolean) - Constructor for class org.zkoss.zk.ui.util.GenericForwardComposer
-
Constructor with full control.
- GenericInitiator - Class in org.zkoss.zk.ui.util
-
A skeletal implementation that provides does-nothing for all methods,
such that the deriving class needs only to implement the required method.
- GenericInitiator() - Constructor for class org.zkoss.zk.ui.util.GenericInitiator
-
- GenericInterpreter - Class in org.zkoss.zk.scripting.util
-
A skeletal class for implementing a interpreter (
Interpreter
).
- GenericInterpreter() - Constructor for class org.zkoss.zk.scripting.util.GenericInterpreter
-
- GenericRichlet - Class in org.zkoss.zk.ui
-
Defines a generic richlet.
- GenericRichlet() - Constructor for class org.zkoss.zk.ui.GenericRichlet
-
- 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) - Static method in class org.zkoss.bind.impl.SystemConverters
-
- get(String) - Static method in class org.zkoss.bind.impl.SystemValidators
-
- get(Object) - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- get(int) - Method in class org.zkoss.bind.proxy.ListProxy
-
- get(Object) - Method in class org.zkoss.bind.proxy.MapProxy
-
- 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.
- get(Object) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
-
- get(ResourceCache<V>, ServletContext, String, Object) - Static method in class org.zkoss.web.util.resource.ResourceCaches
-
Loads, parses and returns the resource of the specified URI,
or null if not found.
- get() - Method in class org.zkoss.zel.impl.stream.Optional
-
- get(K) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
-
- get(String) - Static method in class org.zkoss.zel.impl.util.MessageFactory
-
- get(String, Object...) - Static method in class org.zkoss.zel.impl.util.MessageFactory
-
- get(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- get(Scope, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
- get(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Gets the variable from the interpreter.
- get(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Gets the variable from the interpreter's scope associated with
the giving scope.
- get(Object) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
-
- get(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns the component definition of the specified name, or null if not
not found.
- get(Class) - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns the component definition of the specified class, or null if not
found.
- get(Component, String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns the first effective event handler of the specified event name,
or null if not available.
- get(Object) - Method in interface org.zkoss.zk.ui.sys.SessionCache
-
Retrieves a ZK session from the cache, or null if the ZK session
is not stored.
- get(Object) - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
-
- get(Object) - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
- get(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
-
- get() - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog with the default message and title,
and let user upload a file.
- get(boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog with the default message and title,
and let user upload a file.
- get(String, String) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog with the specified message and title,
and let user upload a file.
- get(String, String, boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog with the specified message and title,
and let user upload a file.
- get(EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the default message and title.
- get(int, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the default message and title.
- get(int) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the default message and title.
- get(int, boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the default message and title.
- get(String, String, int) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the specified message and title.
- get(String, String, int, boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the specified message, title and options.
- get(String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the specified message, title and options.
- get(Map<String, Object>, String, String, int, int, boolean, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the specified message, title and options.
- get(Map<String, Object>, String, String, String, int, int, boolean, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with
the specified message, title and options.
- get(Map<String, Object>, String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
-
The implementation of all public get methods.
- get(int) - Method in class org.zkoss.zul.ListModelArray
-
Get the value of this ListModelArray at specified index.
- get(int) - Method in class org.zkoss.zul.ListModelList
-
- get(Object) - Method in class org.zkoss.zul.ListModelMap
-
- getAccept() - Method in class org.zkoss.zhtml.Input
-
Returns the accept of this input tag.
- getAcceptcharset() - Method in class org.zkoss.zhtml.Form
-
Returns the accept-charset of this form tag.
- getAccessFieldName() - Method in class org.zkoss.bind.impl.Path
-
Returns the path as a String for Form access purpose.
- 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.
- getAccesskey() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the accesskey of this tag.
- getAccessTime() - Method in class org.zkoss.util.CacheMap.Value
-
Returns the last access time.
- getAction() - Method in class org.zkoss.zhtml.Form
-
Returns the action of this form tag.
- getAction() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the client-side action (CSA).
- getActivationLock() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getActivationLock() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the lock used to activate an execution.
- getActiveDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the number of active desktops.
- getActivePage() - Method in class org.zkoss.zul.AbstractListModel
-
- getActivePage() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getActivePage() - Method in class org.zkoss.zul.event.PagingEvent
-
Returns the active page (starting from 0).
- getActivePage() - Method in interface org.zkoss.zul.ext.Pageable
-
Returns the active page (starting from 0).
- getActivePage() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns the active page (starting from 0).
- getActivePage() - Method in class org.zkoss.zul.Paging
-
- getActivePage() - Method in class org.zkoss.zul.Tree
-
- getActiveSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the number of active sessions.
- getActiveUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the number of active asynchronous updates.
- getAffectedPath() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Return the path of removed node
- getAfterHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAfterHeadTags(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the content that shall be generated inside the head element
and after ZK's default tags (never null).
- getAfterHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the content that shall be generated inside the head element
and after ZK's default tags (never null).
- getAfterHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the tags that shall be generated inside the head element
and after ZK's default tags (never null).
- getAfterSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.AfterSizeEvent
-
Converts an AU request to a AfterSizeEvent.
- getAfterWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get save-after event expression.
- getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the horizontal alignment.
- getAlign() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the alignment.
- getAlign() - Method in class org.zkoss.zul.Applet
-
Returns the alignment of an applet according to surrounding elements.
- getAlign() - Method in class org.zkoss.zul.Box
-
Returns the alignment of cells of a box in the 'opposite' direction
(null, start, center, end).
- getAlign() - Method in class org.zkoss.zul.Cell
-
Returns the horizontal alignment.
- getAlign() - Method in class org.zkoss.zul.Div
-
Deprecated.
as of release 6.0.0, use CSS instead.
- getAlign() - Method in class org.zkoss.zul.Grid
-
Deprecated.
As of release 5.0, use CSS instead.
- getAlign() - Method in class org.zkoss.zul.Iframe
-
Deprecated.
as of release 6.0.0, use CSS instead.
- getAlign() - Method in class org.zkoss.zul.Image
-
Deprecated.
as of release 6.0.0, use CSS instead.
- getAlign() - Method in class org.zkoss.zul.impl.FooterElement
-
Returns the horizontal alignment of this footer.
- getAlign() - Method in class org.zkoss.zul.impl.HeaderElement
-
Returns the horizontal alignment of this column.
- getAlign() - Method in class org.zkoss.zul.Row
-
Returns the horizontal alignment of the whole row.
- getAlign() - Method in class org.zkoss.zul.Tabs
-
Returns the alignment of tab.
- getAlign() - Method in class org.zkoss.zul.Toolbar
-
Returns the alignment of any children added to this toolbar.
- getAll(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Get a readonly list of all elements with name.
- getAll(String) - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns a readonly list of all event handlers associated
with the specified event name, or null if no handler is associated
with.
- getAll() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of all language definitions
regardless of the device type.
- getAllBindings() - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Return all Bindings covered by this DataBinder
- getAllInterfaces(Class<?>) - Static method in class org.zkoss.lang.Classes
-
Returns all interfaces that are implemented by the specified class.
- getAllProperties() - Method in interface org.zkoss.zkmax.zul.ChartProperties
-
Returns all properties.
- getAllProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
-
- getAllSeries() - Method in class org.zkoss.zul.GanttModel
-
Return all series of this GanttModel.
- getAllTrackerNodes() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- getAlpha() - Method in class org.zkoss.web.fn.Color
-
- getAlt() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the alt.
- getAlt() - Method in class org.zkoss.zhtml.Area
-
Returns the alt of this area tag.
- getAlt() - Method in class org.zkoss.zhtml.Img
-
Returns the alt of this img tag.
- getAlt() - Method in class org.zkoss.zhtml.Input
-
Returns the alt of this input tag.
- getAnchor() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Return the anchor of dropupload.
- getAnchor() - Method in class org.zkoss.zul.Anchorchildren
-
Returns the anchor setting.
- getAnnotatedProperties() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotatedProperties() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns a read-only list of the name (String) of properties that
are associated at least one annotation (never null).
- getAnnotatedProperties() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a read-only list of the name of properties that
are associated at least one annotation (never null).
- getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotatedPropertiesBy(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns a read-only list of the names (String) of the properties
that are associated with the specified annotation (never null).
- getAnnotatedPropertiesBy(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a read-only list of the names of the properties
that are associated with the specified annotation (never null).
- getAnnotation(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotation(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotation(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns the annotation associated with the specified
property, or null if not available.
- getAnnotation(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- getAnnotation(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the annotation associated with the definition of the specified
property, or null if not available.
- getAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Get the checker, the sub-class have to consider the thread-safe issue when implementing.
- getAnnotationInfoChecker() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
-
- getAnnotationMap() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the annotation map defined in this definition, or null
if no annotation is ever defined.
- getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the annotation map defined in this info, or null
if no annotation is ever defined.
- getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getAnnotationMap() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns the annotation map defined in this info, or null
if no annotation is ever defined.
- getAnnotations(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotations() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotations(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAnnotations(String, String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns the annotations associated with the specified
property.
- getAnnotations(String) - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns a read-only collection of all annotations associated with the
the specified property.
- getAnnotations(String, String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the annotations associated with the definition of the specified
property.
- getAnnotations() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- getAnnotations(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a read-only collection of all annotations (
Annotation
)
associated with the specified property.
- 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.
- getApplicationContext() - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring application context.
- getApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the apply attribute that is a list of
Composer
class
names or EL expressions returning classes, class names or composer
instances, or null if no apply attribute.
- getApply() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the apply attribute that is a list of
Composer
class
names or EL expressions returning classes, class names or composer
instances, or null if no apply attribute.
- getApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getAppName() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getAppName() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the application name, never null.
- getArchive() - Method in class org.zkoss.zul.Applet
-
Returns the location of an archive file (URL).
- getArea() - Method in class org.zkoss.zk.ui.event.DropEvent
-
- getArea() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the logical name of the area that the click occurs, or
null if not available.
- getAreaComponent() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the component representing the area that the click occurs,
or null if not associated with any component.
- getAreaListener() - Method in class org.zkoss.zul.Chart
-
Returns the renderer to render each area, or null if the default
renderer is used.
- getArg() - Method in class org.zkoss.zk.ui.event.CreateEvent
-
- getArg() - Method in interface org.zkoss.zk.ui.Execution
-
- getArg() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getArgs() - Method in class org.zkoss.bind.GlobalCommandEvent
-
Gets the global-command args.
- getArgs() - Method in class org.zkoss.bind.impl.BindingImpl
-
- getArgs() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Null is returned by default.
- getArgs() - Method in interface org.zkoss.bind.sys.Binding
-
Returns an argument pairs map(read only).
- getArgs() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get generic arguments.
- getAssociate(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getAssociate(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns the first associated component from the given key, if any.
- getAssociatedNode(Treeitem, Tree) - Method in class org.zkoss.zul.Tree
-
Return a node which is an associated Treeitem ti in a Tree tree
- getAssociates(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getAssociates() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associate nodes of this node.
- getAssociates(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns all associated components from the given key, if any.
- getAssociates() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getAsyncContext() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getAttachEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the attach edge.
- getAttr() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- getAttr() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get component attribute name.
- getAttribute(Object) - Method in interface org.zkoss.bind.BindContext
-
Returns value of the given key in this Bind Context.
- getAttribute(Object) - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getAttribute(BindContext, Object) - Method in class org.zkoss.bind.impl.BindingImpl
-
- getAttribute(String) - Method in class org.zkoss.bind.xel.zel.BindELContext
-
- getAttribute(String) - Method in class org.zkoss.idom.Element
-
- getAttribute(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- getAttribute(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getAttribute(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getAttribute(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getAttribute(String, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns the attribute of the specified scope.
- 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.
- getAttribute(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Component
-
Returns the value of the specified custom attribute in the specified scope,
or null if not defined.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the value of the specified custom attribute associated with the desktop.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the value of the specified request attribute.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns the custom attribute associated with this object (scope).
- getAttribute(String, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns the custom attribute associated with this object.
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getAttribute(String, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttribute(String) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
- getAttribute(String, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
The same as getAttribute(name).
- getAttribute(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns the first value of the given attribute, or null if not found.
- getAttribute(String, int) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the specified custom attribute in the specified scope.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the specified attribute associated with this page.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.Session
-
Returns the value of the specified custom attribute.
- getAttribute(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the value of an application-specific attribute, or
null if not found.
- getAttribute(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the value of the specified custom attribute.
- getAttribute(String) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
-
- getAttribute(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- 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
-
- getAttributeNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- getAttributeNames() - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getAttributeNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getAttributeNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getAttributeNames() - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
-
- getAttributeNames() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- 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
-
- getAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns the custom attribute associated with this component,
or the fellow of this component; or null if not found.
- getAttributeOrFellow(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttributeOrFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns the custom attribute associated with this page,
or the fellow of this page; or null if no found.
- getAttributes() - Method in interface org.zkoss.bind.BindContext
-
Returns a copy of all attributes in this Bind context.
- getAttributes() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- 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
- getAttributes(int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttributes() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAttributes(int) - Method in interface org.zkoss.zk.ui.Component
-
Returns all custom attributes of the specified scope.
- getAttributes() - Method in interface org.zkoss.zk.ui.Component
-
- getAttributes() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns all custom attributes associated with this desktop.
- getAttributes() - Method in interface org.zkoss.zk.ui.Execution
-
Returns a map of request attributes associated with this session.
- getAttributes() - Method in interface org.zkoss.zk.ui.ext.Scope
-
Returns all custom attributes associated with this object (scope).
- getAttributes() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getAttributes() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getAttributes() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getAttributes(StringBuffer, Map<String, Object>, Collection<Namespace>) - Static method in class org.zkoss.zk.ui.impl.NativeHelpers
-
Generates the attributes for the specified properties
and namespaces.
- getAttributes(int) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAttributes() - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
- getAttributes() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns the map of attributes(never null).
- getAttributes(int) - Method in interface org.zkoss.zk.ui.Page
-
Returns all custom attributes of the specified scope.
- getAttributes() - Method in interface org.zkoss.zk.ui.Page
-
Returns all custom attributes associated with this page.
- getAttributes() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getAttributes() - Method in interface org.zkoss.zk.ui.Session
-
Returns a map of custom attributes associated with this session.
- getAttributes() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a map of application-specific attributes.
- getAttributes() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a map of custom attributes associated with this object.
- 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
-
- getAttributeValues(String) - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns all values of the given attribute, or null if not found.
- getAuDecoder() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getAuDecoder() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the AU decoder for this Web application,
or null if not assigned.
- getAuDecoderClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to decode AU requests, or null
if the default shall be used.
- getAuExtension(WebApp, String) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the AU extension that is associated the specified prefix.
- getAuExtension(String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the AU extension associated with the specified prefix,
or null if no AU extension associated.
- getAuService() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAuService() - Method in interface org.zkoss.zk.ui.Component
-
Returns an AU service to process the AU request before the component's
default handling.
- getAutag() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getAutag() - Method in interface org.zkoss.zk.ui.Component
-
Returns the AU tag for this widget.
- getAuthType() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getAuthType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getAuthType() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getAutocomplete() - Method in class org.zkoss.zhtml.Input
-
Returns the autocomplete of this input tag.
- getAutodisable() - Method in class org.zkoss.zul.A
-
Returns a list of component IDs that shall be disabled when the user
clicks this anchor.
- getAutodisable() - Method in class org.zkoss.zul.Button
-
Returns a list of component IDs that shall be disabled when the user
clicks this button.
- getAutodisable() - Method in class org.zkoss.zul.Checkbox
-
Returns a list of component IDs that shall be disabled when the user
clicks this checkbox.
- getAutodisable() - Method in class org.zkoss.zul.Menuitem
-
Returns a list of component IDs that shall be disabled when the user
clicks this menuitem.
- getAutomaticTimeout() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getAutomaticTimeout() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns whether to automatically redirect to the timeout URI.
- getAutomaticTimeout() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns whether to automatically redirect to the timeout URI.
- getAutoResendTimeout() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the timeout, in milliseconds, for re-sending the AU request when
the server's service unavailable or timeout.
- getAvailableAtClient() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
-
Returns a set of child components that are available at the client,
or null if ALL available.
- getAvailableAtClient() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
-
- getAvailableAtClient(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
-
- getAvailableAtClient() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- getAvailableAtClient(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
-
- getAvailableAtClient() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at client.
- getAvailableAtClient(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at client with more control.
- getAvailableAtClient(int, int, boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at the client within the given range.
- getAvailableAtClient() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
-
- getAvailableAtClient() - Method in class org.zkoss.zul.Rows.ExtraCtrl
-
- getAvailableAtClient() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
-
- getAverageDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the average number of desktops being created in an hour.
- getAverageSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the average number of sessions being created in an hour.
- getAverageUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the average number of asynchronous updates being created
in an hour.
- getBadgeText() - Method in class org.zkoss.zkmax.zul.Nav
-
Returns the badge text of the nav
- getBase() - Method in class org.zkoss.bind.impl.PropertyImpl
-
- getBase() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
-
- getBase() - Method in interface org.zkoss.bind.Property
-
Returns the base object of this property.
- getBase() - Method in class org.zkoss.bind.PropertyChangeEvent
-
Gets the base object
- getBase() - Method in interface org.zkoss.xel.ValueReference
-
Returns the base model.
- getBase() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
-
- getBase() - Method in class org.zkoss.zel.ValueReference
-
- getBaseExpression(BindEvaluatorX) - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getBasePropertyIfFromCollection() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
Internal use only, only for collections
- getBaseURI() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getBean() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated bean of this TrackerNode.
- getBean() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getBean(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- getBean(String) - Method in class org.zkoss.zel.BeanNameResolver
-
Returns the named bean.
- getBean(Component) - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Returns the associated bean of this binding; e.g., for a binding to the bean "a.b.c", this will return the bean associated to "a.b"
(and c is the property name).
- getBean(String) - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring bean by the specified name.
- getBean(String, Class) - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring bean by the specified name and class.
- getBeanClass(ValidationContext, Object) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
-
Get the bean class of the base object.
- getBeanManager() - Static method in class org.zkoss.zkplus.cdi.CDIUtil
-
Returns the CDI BeanManager.
- getBeforeHeadTags() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getBeforeHeadTags(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the content that shall be generated inside the head element
and before ZK's default tags (never null).
- getBeforeHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the content that shall be generated inside the head element
and before ZK's default tags (never null).
- getBeforeHeadTags() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the tags that shall be generated inside the head element
and before ZK's default tags (never null).
- getBegin() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- getBegin() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the index of the item at which the iteration begins.
- getBegin() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the index (starting from 0) that the iteration begins at,
or null if not specified (and 0 is assumed).
- getBegin() - Method in class org.zkoss.zuti.zul.ForEach
-
- getBeginColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginDate() - Method in class org.zkoss.zul.SimpleDateConstraint
-
Returns the beginning date, or null if there is no constraint of
the beginning date.
- getBeginIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
-
- getBeginLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token beginning line number.
- getBgAlpha() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
Returns the alpha (opacity) for the background.
- getBgAlpha() - Method in class org.zkoss.zul.Chart
-
Get the background alpha (transparency, 0 ~ 255, opaque).
- getBgColor() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
Returns the background color for the chart.
- getBgColor() - Method in class org.zkoss.zul.Captcha
-
Get the background color of the captcha box (in string as #RRGGBB).
- getBgColor() - Method in class org.zkoss.zul.Chart
-
Get the background color of the chart (in string as #RRGGBB).
- getBgcolor() - Method in class org.zkoss.zul.Flash
-
Gets the background color of Flash movie.
- getBgRGB() - Method in class org.zkoss.zul.Captcha
-
Get the background color in int array (0: red, 1: green, 2:blue).
- getBgRGB() - Method in class org.zkoss.zul.Chart
-
Get the background color in int array (0: red, 1: green, 2:blue).
- getBindContext() - Method in class org.zkoss.bind.impl.ParamCall
-
- getBindContext() - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getBindContext() - Method in interface org.zkoss.bind.ValidationContext
-
- getBindContext() - Method in class org.zkoss.bind.xel.zel.BindELContext
-
- getBinder() - Method in class org.zkoss.bind.BindComposer
-
- getBinder() - Method in interface org.zkoss.bind.BindContext
-
Returns associated Binder of this Bind context.
- getBinder() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getBinder(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
-
- getBinder(Component, boolean) - Static method in class org.zkoss.bind.impl.BinderUtil
-
- getBinder() - Method in class org.zkoss.bind.impl.BindingImpl
-
- getBinder() - Method in class org.zkoss.bind.impl.ParamCall
-
- getBinder() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
-
- getBinder() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- getBinder() - Method in interface org.zkoss.bind.sys.Binding
-
Returns the owner binder of this binding.
- getBinder() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Gets the associated Data Binder of this Binding.
- getBinderAnnotations() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns binder annotations
- getBinderInitAttribute() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns binder init attribute name
- getBinding() - Method in interface org.zkoss.bind.BindContext
-
Returns associated Binding of this Bind context.
- getBinding() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getBinding() - Method in class org.zkoss.bind.xel.zel.BindELContext
-
- getBinding() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
-
Deprecated.
Gets the associate binding of this event.
- getBinding(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Given component and attr, return the associated
Binding
.
- getBindingAnnotationInfoChecker() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getBindingAnnotationInfoChecker() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
get binding annotation info checker
- getBindingArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns binding arg value of the given key in this Bind Context.
- getBindingArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getBindingArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getBindingCollectionItem(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Returns a CollectionItem by the comp accordingly.
- getBindingExecutionInfoCollector() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getBindingExecutionInfoCollector() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
get binding execution info collector
- getBindings(Component) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associated Bindings.
- getBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getBindings() - Method in class org.zkoss.zkplus.databind.BindingValidateEvent
-
Deprecated.
Gets the list of the associate bindings of this event (
Binding
).
- getBindings(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Given component, return the associated list of
Binding
s.
- getBlue() - Method in class org.zkoss.web.fn.Color
-
- getBookmark() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the current bookmark (never null).
- getBookmark() - Method in class org.zkoss.zk.ui.event.BookmarkEvent
-
Returns the bookmark name (never null).
- getBookmark() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getBookmarkEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.BookmarkEvent
-
Converts an AU request to a bookmark event.
- getBoolean(Map<String, Object>, String) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns whether the specified key is defined.
- getBoolean(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
-
- getBorder() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the border.
- getBorder() - Method in class org.zkoss.zul.Image
-
Deprecated.
As of release 5.0.5, use CSS instead.
- getBorder() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the border.
- getBorder() - Method in class org.zkoss.zul.Panel
-
Returns the border.
- getBorder() - Method in class org.zkoss.zul.Window
-
Returns the border.
- getBottomToolbar() - Method in class org.zkoss.zul.Panel
-
Returns the bottom toolbar of this panel.
- getBriefStackTrace(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns the first few lines of the stack trace.
- getBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the version of the given browser name, or null if the client
is not the given browsers.
- getBrowser(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the name of the browser, or null if not identifiable.
- getBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the version of the given browser name, or null if the client
is not the given browsers.
- getBrowser(String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the name of the browser, or null if not identifiable.
- getBrowser(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the version of the given browser name, or null if the client
is not the given browsers.
- getBrowser() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the name of the browser, or null if not identifiable.
- getBrowser(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
-
- getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
- getBuffer() - Method in class org.zkoss.zk.ui.sys.JsContentRenderer
-
Returns the content being rendered.
- getBuffer() - Method in class org.zkoss.zk.ui.sys.XmlContentRenderer
-
Returns the content being rendered.
- getBufferSize() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- getBufferSize() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- getBuild() - Static method in class org.zkoss.zk.fn.ZkFns
-
Returns the build identifier, such as 2007121316.
- getBuild() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getBuild() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the build identifier, such as 2007121316.
- getBuildStamp() - Static method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- 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()
.
- getButton() - Method in class org.zkoss.zul.Messagebox.ClickEvent
-
Returns the button being clicked.
- 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.
- getByDeviceType(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of language definitions belong to
the specified device type.
- getByExtension(String) - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the language definition by specifying an extension.
- 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
-
- getBytesUtf8(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte
array.
- getCache() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- getCacheable() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getCacheable() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns if the client can cache the rendered result, or null
to use the device default.
- getCacheable() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns if the client can cache the rendered result, or null
to use the device default.
- getCachedSavePropertyBinding() - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- getCallback(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getCallback(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns all of callbacks by specific name
- getCanvasBgAlpha() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Returns the alpha for Canvas Background.
- getCanvasBgAlpha() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Returns the alpha for Canvas Background.
- getCanvasBgColor() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Returns the canvas background color.
- getCanvasBgColor() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Returns the canvas background color.
- getCapRadius() - Method in class org.zkoss.zul.DialModel
-
Return the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
- getCaptchaEngine() - Method in class org.zkoss.zul.Captcha
-
Get the captcha engine.
- getCaption() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the caption.
- getCaption() - Method in class org.zkoss.zul.Groupbox
-
Returns the caption of this groupbox.
- getCaption() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the caption of this region.
- getCaption() - Method in class org.zkoss.zul.Panel
-
Returns the caption of this panel.
- getCaption() - Method in class org.zkoss.zul.Tab
-
Returns the caption of this tab.
- getCaption() - Method in class org.zkoss.zul.Window
-
Returns the caption of this window.
- getCategories() - Method in interface org.zkoss.zul.CategoryModel
-
Get categories of a specified series as a collection.
- getCategories() - Method in class org.zkoss.zul.SimpleCategoryModel
-
- getCategories() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
-
- getCategories() - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
Get categories as a collection.
- getCategoriesConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Return the categories config.
- getCategoriesConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getCategoriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList
-
Returns the categories properties in the specified position..
- getCategory(int) - Method in interface org.zkoss.zul.CategoryModel
-
Get a category of the specified index;
- getCategory() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the category of the chart data model.
- getCategory(int) - Method in class org.zkoss.zul.SimpleCategoryModel
-
- getCategory(int) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
-
- getCategory(int) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
Get category of the specified index (0 based).
- getCategoryConfig(CategoryChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getCategoryConfig(SingleValueCategoryChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getCategoryIndex() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the category index, if any.
- getCategoryKeys(GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getCategoryProperties(Comparable) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
-
Returns the category properties.
- getCategoryProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoriesPropertiesMap
-
Returns the category properties in the specified position.
- getCategoryProperties(String, Date, Date) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartCategoriesPropertiesList.GanttChartCategoriesProperties
-
Returns the category properties.
- getCategoryPropertiesMap() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Return the category config.
- getCategoryPropertiesMap() - Method in class org.zkoss.zkmax.zul.fusionchart.config.SingleValueCategoryChartConfig
-
Return the category config.
- getCategoryPropertiesMap() - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig
-
- getCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns the cause of the given throwable.
- getCell(int, int) - Method in class org.zkoss.zul.Grid
-
Returns the specified cell, or null if not available.
- getCellAt(Row, int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the data object of the cell from the specified index.
- getCellClickEvent(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.CellClickEvent
-
- getCellProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttRowPropertiesList
-
Return the properties of cell.
- getCenter() - Method in class org.zkoss.zul.Borderlayout
-
- getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getCharacterEncoding() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- getCharacterEncoding() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getCharacterEncoding() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- getCharacterEncoding() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- 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.
- getCharset() - Method in class org.zkoss.zhtml.Meta
-
Returns the charset of this meta tag.
- getCharset() - Method in class org.zkoss.zhtml.Script
-
Returns the charset of this script tag.
- getCharset(String, InputStream) - Method in interface org.zkoss.zk.ui.util.CharsetFinder
-
Returns the character set for the specified content type,
or null if it is unable to determine one.
- getCharset() - Method in class org.zkoss.zul.Script
-
Returns the character enconding of the source.
- getChartConfig() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- getChartProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
- getChartProperties() - Method in interface org.zkoss.zkmax.zul.fusionchart.config.ChartConfig
-
- getCheckEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.CheckEvent
-
Converts an AU request to a check event.
- getCheckPeriod() - Method in class org.zkoss.util.resource.ResourceCache
-
Returns how often to check (unit=milliseconds).
- getCheckPeriod() - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
Returns the check period, or -1 if the content is never changed.
- 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.
- getChild(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
- getChild(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeModel
-
- getChild(int, int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns the child value of the specified group at the specified index.
- getChild(int, int) - Method in class org.zkoss.zul.GroupsModelArray
-
- getChild(int, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- getChild(E, int) - Method in interface org.zkoss.zul.TreeModel
-
Returns the child of the given parent at the given index where the index indicates in the parent's child array.
- getChild(int[]) - Method in interface org.zkoss.zul.TreeModel
-
Returns the child at the given path where the path indicates the child is
placed in the whole tree.
- getChildAt(int) - Method in class org.zkoss.zul.DefaultTreeNode
-
- getChildAt(int) - Method in interface org.zkoss.zul.TreeNode
-
Returns the child TreeNode
at index
childIndex
.
- getChildByNode(Object) - Method in class org.zkoss.zul.Tree
-
Return the Tree or Treeitem component by a given associated node in model,
or null if the treeitem is not instantiated (i.e., rendered) yet.
- getChildByPath(int[]) - Method in class org.zkoss.zul.Tree
-
Return the Tree or Treeitem component by a path, or null if corresponding
Treeitem is not instantiated (i.e., rendered) yet.
- getChildCount(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
-
- getChildCount() - Method in class org.zkoss.zul.DefaultTreeNode
-
- getChildCount(int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns the number of children of the specified group.
- getChildCount(int) - Method in class org.zkoss.zul.GroupsModelArray
-
- getChildCount(int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- getChildCount(E) - Method in interface org.zkoss.zul.TreeModel
-
Returns the number of children of the given parent.
- getChildCount() - Method in interface org.zkoss.zul.TreeNode
-
Returns the number of children TreeNode
s this node
contains.
- getChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- getChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getChildPage() - Method in interface org.zkoss.zk.ui.ext.Includer
-
Returns the child page.
- getChildPage() - Method in class org.zkoss.zul.Include
-
- getChildren() - Method in interface org.zkoss.idom.Group
-
Gets all children.
- getChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- getChildren() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns a live list of children.
- getChildren() - Method in interface org.zkoss.zk.ui.Component
-
Returns a live list of children.
- getChildren() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns a readonly list of children.
- getChildren() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getChildren() - Method in class org.zkoss.zul.DefaultTreeNode
-
- getChildren() - Method in class org.zkoss.zul.Listbox
-
- getChildren() - Method in class org.zkoss.zul.Rows
-
- getChildren() - Method in interface org.zkoss.zul.TreeNode
-
Return children of the receiver
- getCite() - Method in class org.zkoss.zhtml.Blockquote
-
Returns the cite of this blockquote tag.
- getCite() - Method in class org.zkoss.zhtml.Del
-
Returns the cite of this del tag.
- getCite() - Method in class org.zkoss.zhtml.Ins
-
Returns the cite of this ins tag.
- getCite() - Method in class org.zkoss.zhtml.Q
-
Returns the cite of this q tag.
- getClass(IN) - Method in class org.zkoss.fsm.StateMachine
-
Determines the class for an input character.
- getClass(String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- getClass(String) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the class defined in this interpreter, or null if not found.
- getClass(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns null since retrieving class is not supported.
- getClass(Type) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Return the Class representing the given Type.
- getClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- 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
-
- getClassResource(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
-
- getClassResourceAsStream(String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
-
- getClassWebResource() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the handler to retrieve resource from class path,
under /web.
- getClickFilterDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
- getClientAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getClientAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the value of a DOM attribute
- getClientConstraint() - Method in interface org.zkoss.zul.ClientConstraint
-
Returns the JavaScript snippet that will be evaluated at client
to return a validator, or null if no client constraint is supported.
- getClientConstraint() - Method in class org.zkoss.zul.SimpleConstraint
-
- getClientDataAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getClientDataAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the value of a DOM data attribute
Notice that the parameter - name would be expanded by adding the prefix
"data-" automatically.
- getClientErrorReload(String, int, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the URI that is associated with the specified error code,
or null if no URI is associated.
- getClientErrorReloads(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns an array of pairs of the error code and URI info of
the specified device and connection (never null).
- getClientEvents() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns a map of event information that the client might send to this component.
- getClientEvents() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a map of event information that the client might send to this component.
- getClientIdentifier() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the client identifier, or null if no such plugin.
- getClientInfoEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Converts an AU request to a client-info event.
- getClientPackages() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the names of the client pages
that are provided by this server
- getClientPackages() - Method in interface org.zkoss.zul.ClientConstraint
-
- getClientPackages() - Method in class org.zkoss.zul.SimpleConstraint
-
Default: null (since it depends on zul.inp which is loaded for
all input widgets).
- getClose(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get close value of a specified data index.
- getClose(int) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- 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.
- getCloseMethod(Class<?>, String, Class<?>[]) - Method in interface org.zkoss.zel.impl.util.ClassReflect
-
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<?>[]) - Static method in class org.zkoss.zel.impl.util.ClassUtil
-
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
-
- getCmargins() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the collapsed margins, which is a list of numbers separated by comma.
- getCmdArgs() - Method in class org.zkoss.zkmax.zul.Fragment
-
Internal Use Only
- 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.
- getCode() - Method in class org.zkoss.zul.Applet
-
Return the applet class to run.
- getCodebase() - Method in class org.zkoss.zul.Applet
-
- getColIndex() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Return the column index of the first column whose width is changed.
- getCollapse() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns which side of the splitter is collapsed when its grippy
is clicked.
- getCollapse() - Method in class org.zkoss.zul.Splitter
-
Returns which side of the splitter is collapsed when its grippy
is clicked.
- getColor() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the color.
- getColor() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the color (in string as #RRGGBB).
- getColor(int) - Static method in class org.zkoss.zkmax.zul.fusionchart.render.ChartColor
-
Returns the next color in the sequence.
- getColorDepth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the maximum number of colors the client's screen supports.
- getCols() - Method in class org.zkoss.zhtml.Textarea
-
Returns the cols of this textarea tag.
- getCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the number of columns within the viewport.
- getCols() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the cols.
- getColSizeEvent(AuRequest) - Static method in class org.zkoss.zul.event.ColSizeEvent
-
Converts an AU request to a size event.
- getColspan() - Method in class org.zkoss.zhtml.Td
-
Returns the colspan of this td tag.
- getColspan() - Method in class org.zkoss.zhtml.Th
-
Returns the colspan of this th tag.
- getColspan() - Method in class org.zkoss.zkmax.zul.Rowchildren
-
Number of columns to occupy
- getColspan() - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Returns number of columns to span this header.
- getColspan() - Method in class org.zkoss.zul.Auxheader
-
Returns number of columns to span this header.
- getColspan() - Method in class org.zkoss.zul.Cell
-
Returns number of columns to span.
- getColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the column whose width is changed.
- getColumn() - Method in class org.zkoss.zul.Footer
-
Returns the column that is in the same column as
this footer, or null if not available.
- getColumn() - Method in class org.zkoss.zul.RowComparator
-
Returns the column that this comparator is associated with, or null
if not available.
- getColumnComparator(int) - Method in interface org.zkoss.zkmax.zul.MatrixComparatorProvider
-
Returns the specified comparator from the given column index.
- getColumnConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig
-
Return the column config.
- getColumnConfig(GanttTableConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getColumnIndex() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
-
Returns the column index.
- getColumnIndex() - Method in class org.zkoss.zkmax.zul.event.SortEventExt
-
Returns the column index
- getColumnIndex() - Method in class org.zkoss.zul.Footer
-
Returns the column index, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Listcell
-
Returns the column index of this cell, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Listfooter
-
Returns the column index, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Listheader
-
Returns the column index, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Treecell
-
Returns the column index of this cell, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Treecol
-
Returns the column index, starting from 0.
- getColumnIndex() - Method in class org.zkoss.zul.Treefooter
-
Returns the column index, starting from 0.
- getColumnNumber() - Method in interface org.zkoss.util.resource.Location
-
Return the column number in the document, or -1 if not available.
- getColumnProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnPropertiesMap
-
Returns the column properties at the specified position.
- getColumns() - Method in class org.zkoss.zkmax.zul.Tablelayout
-
Returns number of rows to span this header.
- getColumns() - Method in class org.zkoss.zul.Frozen
-
Returns the number of columns to freeze.
- getColumns() - Method in class org.zkoss.zul.Grid
-
Returns the columns.
- getColumnSize() - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the length of the columns
- getColWidth() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the width of the single column
Default: 60px
- getCombinator(int) - Method in class org.zkoss.zk.ui.select.impl.Selector
-
Return the i-th combinator
- getCombinator() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getCommand() - Method in class org.zkoss.bind.GlobalCommandEvent
-
Gets the global command name
- getCommand() - Method in class org.zkoss.bind.impl.CommandBindingImpl
-
- getCommand() - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getCommand() - Method in interface org.zkoss.bind.ValidationContext
-
get the command that trigger the validation
- getCommand() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the command of this request, such as onClick.
- getCommand() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the command of this response (never null).
- getCommand() - Method in class org.zkoss.zk.ui.event.StubEvent
-
Returns the command of the AU request, such as onChange.
- getCommandArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns command arg value of the given key in this Bind Context.
- getCommandArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getCommandArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getCommandName() - Method in interface org.zkoss.bind.BindContext
-
Returns associated command name of this Bind Context; null if not involved.
- getCommandName() - Method in class org.zkoss.bind.impl.AccessInfo
-
- getCommandName() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getCommandName() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
-
- getCommandName() - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getCommandName() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getCommandName() - Method in interface org.zkoss.bind.sys.ChildrenBinding
-
Returns the associated command name of this binding; null if not specified.
- getCommandName() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the associated command name of this binding; null if not specified.
- getCommandName() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the associated command name of this binding; null if not speicified.
- getCommandString() - Method in class org.zkoss.bind.impl.CommandBindingImpl
-
- getCommandString() - Method in interface org.zkoss.bind.sys.CommandBinding
-
Returns the command expression in string.
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.BeanNameELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ListELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.MapELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
-
Always returns String.class
.
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.TypeConverter
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
-
- getComparator() - Static method in class org.zkoss.web.theme.StandardTheme
-
Defines the ordering of standard themes.
- getCompleteContext(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the complete context path, including protocol, server, ports, and
context.
- getCompleteServerName(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the complete server name, including protocol, server, and ports.
- getComponent() - Method in interface org.zkoss.bind.BindContext
-
Returns the associated component context.
- getComponent() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getComponent() - Method in class org.zkoss.bind.impl.BindingImpl
-
- getComponent() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- getComponent() - Method in interface org.zkoss.bind.sys.Binding
-
Returns the associated component of this binding.
- getComponent() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
-
the component of this info
- getComponent() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- getComponent() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the component that this request is applied for, or null
if it applies to the whole page or a general request.
- getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- getComponent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Returns the component.
- getComponent() - Method in class org.zkoss.zk.ui.Path
-
Returns the component with this path, or null if no such component.
- getComponent(String) - Static method in class org.zkoss.zk.ui.Path
-
Returns the component of the specified path, or null if no such component.
- getComponent(IdSpace, String) - Static method in class org.zkoss.zk.ui.Path
-
Returns the component of the specified path which is related
to the specified ID space, or null if no such component.
- getComponent() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the component.
- getComponent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns the component being processed by this thread, or null if idle.
- getComponent() - Method in exception org.zkoss.zk.ui.WrongValueException
-
Returns the component that causes this exception, or null.
- getComponent() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Gets the associated Component of this Binding.
- getComponentAtIndexByOwner(Component, int) - Method in interface org.zkoss.zkplus.databind.CollectionItem
-
Deprecated.
Returns the component by the index in the comp's children.
- getComponentById(Component, String) - Static method in class org.zkoss.zul.impl.Utils
-
Returns the component of the specified ID or UUID.
- getComponentByUuid(String) - Method in interface org.zkoss.zk.ui.Desktop
-
- getComponentByUuid(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getComponentByUuidIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
-
- getComponentByUuidIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getComponentChildIndex() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the child index of the component.
- getComponentCollectionOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
-
Deprecated.
Returns the component's owner.
- getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getComponentDefinition(Class<? extends Component>, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the component definition, or null if it is PageDefinition.
- getComponentDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getComponentDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getComponentDefinition(String, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the component definition of the specified name, or null
if not found.
- getComponentDefinition(Class, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the component definition of the specified class, or null
if not found.
- getComponentDefinition() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns the component definition, or null if it is PageDefinition.
- getComponentDefinition(String, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns the component definition of the specified name, or null
if not found.
- getComponentDefinition(Class<? extends Component>, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns the component definition of the specified class, or null
if not found.
- getComponentDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the map of components defined in this language (never null).
- getComponentDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the map of component definition (never null).
- getComponentDefinitionMap() - Method in interface org.zkoss.zk.ui.Page
-
Returns the map of component definitions (never null).
- getComponentDefinitions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of all component definitions in this language.
- getComponentInfo(Component) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Returns the component info associated with the given component, or null
if not available.
- getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractListModelConverter
-
- getComponentModel(C) - Method in class org.zkoss.bind.converter.sys.AbstractSelectedIndexConverter
-
- getComponentModel(Combobox) - Method in class org.zkoss.bind.converter.sys.ComboboxModelConverter
-
- getComponentModel(Combobox) - Method in class org.zkoss.bind.converter.sys.ComboboxSelectedIndexConverter
-
- getComponentModel(Grid) - Method in class org.zkoss.bind.converter.sys.GridModelConverter
-
- getComponentModel(Listbox) - Method in class org.zkoss.bind.converter.sys.ListboxModelConverter
-
- getComponentModel(Listbox) - Method in class org.zkoss.bind.converter.sys.ListboxSelectedIndexConverter
-
- getComponentModel(Radiogroup) - Method in class org.zkoss.bind.converter.sys.RadiogroupModelConverter
-
- getComponentModel(Radiogroup) - Method in class org.zkoss.bind.converter.sys.RadiogroupSelectedIndexConverter
-
- getComponentModel(Selectbox) - Method in class org.zkoss.bind.converter.sys.SelectboxModelConverter
-
- getComponentModel(Selectbox) - Method in class org.zkoss.bind.converter.sys.SelectboxSelectedIndexConverter
-
- getComponentModel(Tabbox) - Method in class org.zkoss.bind.converter.sys.TabboxModelConverter
-
- getComponentModel(Tabbox) - Method in class org.zkoss.bind.converter.sys.TabboxSelectedIndexConverter
-
- getComponentModel(Chosenbox) - Method in class org.zkoss.zkmax.bind.impl.ChosenboxModelConverter
-
- getComponentModel(Component) - Method in class org.zkoss.zkplus.databind.CombboxListModelConverter
-
Deprecated.
- getComponentModel(Component) - Method in class org.zkoss.zkplus.databind.ListboxListModelConverter
-
Deprecated.
- getComponentModel(Component) - Method in class org.zkoss.zkplus.databind.ListModelConverter
-
Deprecated.
Gets the model of the component, the sub-class should override this method
- getComponentModel(Component) - Method in class org.zkoss.zkplus.databind.SelectboxListModelConverter
-
Deprecated.
- getComponents() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns all components contained in this desktop.
- getComponents() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getComponentSiblingSize() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the count of total siblings of the component, including itself.
- getComposer(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns the composer object, or null
if not found.
- getComposer(Page, Object[]) - Static method in class org.zkoss.zk.ui.impl.MultiComposer
-
Returns an instance of composer to represent the specified
array of composers, or null if no composer is specified.
- getComposer(Page) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the system-level composer or null if none is registered.
- getComposite() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Returns the composite type: "none", "list" or "map".
- getComposite() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Returns the composite type: "none", "list" or "map".
- getCompress() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the extension that shall be compressed if the browser
supports the compression encoding (accept-encoding).
- getConditionType() - Method in class org.zkoss.bind.impl.AccessInfo
-
- getConditionType() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
-
- getConditionType() - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getConditionType() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getConditionType() - Method in interface org.zkoss.bind.sys.ChildrenBinding
-
Returns the condition type of this binding
- getConditionType() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the condition type of this binding
- getConditionType() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the condition type of this binding
- getConfig() - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Returns the current configuration
- getConfiguration() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getConfiguration() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the configuration.
- getConstraint() - Method in interface org.zkoss.zul.ext.Constrainted
-
Returns the constraint, or null if no constraint at all.
- getConstraint() - Method in class org.zkoss.zul.impl.InputElement
-
- 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.
- getContent() - Method in class org.zkoss.zhtml.impl.ContentTag
-
Returns the content.
- getContent() - Method in class org.zkoss.zhtml.Meta
-
Returns the content of this meta tag.
- getContent() - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScript
-
Returns the content of zscript.
- getContent(Page, Component) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns the content of zscript.
- getContent() - Method in class org.zkoss.zkmax.zul.Dropupload
-
- getContent() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the embedded content (i.e., HTML tags) that is
shown as part of the description.
- getContent() - Method in class org.zkoss.zul.Audio
-
- getContent() - Method in class org.zkoss.zul.Comboitem
-
Returns the embedded content (i.e., HTML tags) that is
shown as part of the description.
- getContent() - Method in class org.zkoss.zul.Flash
-
- getContent() - Method in class org.zkoss.zul.Html
-
Returns the embedded content (i.e., HTML tags).
- getContent() - Method in class org.zkoss.zul.Iframe
-
- getContent() - Method in class org.zkoss.zul.Image
-
- getContent() - Method in class org.zkoss.zul.Menu
-
Returns the embedded content (i.e., HTML tags) that is
shown as part of the description.
- getContent() - Method in class org.zkoss.zul.Script
-
Returns the content of the script element.
- getContent() - Method in class org.zkoss.zul.Style
-
Returns the content of the style element.
- getContentLength() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getContentLength() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getContentLength() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getContentSclass() - Method in class org.zkoss.zul.Detail
-
Returns the style class used for the content block.
- getContentSclass() - Method in class org.zkoss.zul.Groupbox
-
Returns the style class used for the content block of the groupbox.
- getContentSclass() - Method in class org.zkoss.zul.Window
-
Returns the style class used for the content block.
- getContentStyle() - Method in class org.zkoss.zul.Detail
-
Returns the CSS style for the content block of the window.
- getContentStyle() - Method in class org.zkoss.zul.Groupbox
-
Returns the CSS style for the content block of the groupbox.
- getContentStyle() - Method in class org.zkoss.zul.Window
-
Returns the CSS style for the content block of the window.
- 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.web.portlet.RenderHttpServletRequest
-
- getContentType() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- getContentType() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getContentType() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- getContentType() - Method in class org.zkoss.web.servlet.dsp.action.Page
-
Returns the content type.
- getContentType(String) - Static method in class org.zkoss.web.servlet.dsp.Interpreter
-
Returns the content type by specifying a path, or null
if no content type is available or path is null.
- getContentType() - Method in class org.zkoss.zk.device.AjaxDevice
-
Returns text/html
- getContentType() - Method in interface org.zkoss.zk.device.Device
-
Returns the default content type (never null).
- getContentType() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getContentType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the content type (after evaluation),
or null to use the device default.
- getContentType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the content type, or null to use the device default.
- getContentType(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
-
- getContentType(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
-
return the content type for specific type
For example , xls => "application/vnd.ms-excel";
- getContentType() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getContentType() - Method in class org.zkoss.zml.device.XmlDevice
-
- getContext() - Static method in class org.zkoss.bind.impl.BinderUtil
-
- getContext(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getContext(Class) - Method in class org.zkoss.zel.ELContext
-
Obtain the context object for the given key.
- getContext(Class) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getContext(Class) - Method in class org.zkoss.zel.StandardELContext
-
- getContext(XelContext) - Static method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
-
Returns an OGNL context for the specified XEL context.
- getContext() - Method in class org.zkoss.zul.impl.XulElement
-
Returns the ID of the popup (
Popup
) that should appear
when the user right-clicks on the element (a.k.a., context menu).
- 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.
- getContextClassLoader(Class<?>) - Method in interface org.zkoss.zel.impl.util.ClassReflect
-
Returns the context ClassLoader for the reference class.
- getContextClassLoader(Class<?>) - Static method in class org.zkoss.zel.impl.util.ClassUtil
-
Returns the context ClassLoader for the reference class.
- getContextPath() - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getContextPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getContextPath() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getContextPath() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the portion of the request URI that indicates the context of
the current execution.
- getContextPath() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getContextPath() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getContextPaths() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns a list of context paths (e.g., "/abc") that this application
has.
- getController() - Method in class org.zkoss.zk.ui.event.GenericEventListener
-
Returns the controller that really implement the
onXxx methods (default to this).
- getControls() - Method in interface org.zkoss.zul.ListitemRendererExt
-
Returns how a listbox shall render the live data.
- getControls() - Method in interface org.zkoss.zul.RowRendererExt
-
Returns how a grid shall render the live data.
- getConverter(String) - Method in class org.zkoss.bind.BindComposer
-
- getConverter(String) - Method in interface org.zkoss.bind.Binder
-
Returns the _converter of the given _converter name.
- getConverter(String) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getConverter() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
-
- getConverter() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getConverter() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the associated _converter with this binding.
- getConverter() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
- getConverterArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns converter arg value of the given key in this Bind Context.
- getConverterArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getConverterArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getConverterArgs() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getConverterArgs() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns an argument pairs map for converter.
- getCookies() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getCookies() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getCookies() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getCookieValue(HttpServletRequest, String) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the value of the specified cookie, or null if not found.
- getCoords() - Method in class org.zkoss.zhtml.Area
-
Returns the coords of this area tag.
- getCoords() - Method in class org.zkoss.zul.Area
-
Returns the coordination of this area.
- getCount() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- getCount() - Static method in class org.zkoss.zk.ui.Sessions
-
Returns the number of total alive session.
- getCount() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Retrieves the "count" of the current round of the iteration.
- getCreateMessage() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the create message of this component.
- getCreationTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- getCropOwner() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
-
Returns the owner of the cropping scope.
- getCropOwner() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- getCropOwner() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- getCropOwner() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
-
- getCropOwner() - Method in class org.zkoss.zul.Rows.ExtraCtrl
-
- getCropOwner() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
-
- getCrossorigin() - Method in class org.zkoss.zhtml.Img
-
Returns the crossorigin of this img tag.
- getCrossorigin() - Method in class org.zkoss.zhtml.Link
-
Returns the crossorigin of this link tag.
- getCSSURIs() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of the URIs of CSS files of this language.
- getCtrlKeys() - Method in class org.zkoss.zul.impl.XulElement
-
Returns what keystrokes to intercept.
- getCurpos() - Method in class org.zkoss.zul.Slider
-
Returns the current position of the slider.
- getCurposInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the double value of slider's current position.
- 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.
- getCurrent() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
-
Retrieves the current item in the iteration.
- getCurrent() - Static method in class org.zkoss.web.servlet.xel.RequestContexts
-
Returns the current page context if this thread is evaluating a page,
or null if not.
- getCurrent() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the current scope, or null if no scope is allowed.
- getCurrent() - Static method in class org.zkoss.zk.ui.Executions
-
Returns the current execution.
- getCurrent(Page) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Returns the current scope.
- getCurrent() - Static method in class org.zkoss.zk.ui.Sessions
-
Returns the session for the current thread, or null if not available.
- getCurrent(boolean) - Static method in class org.zkoss.zk.ui.Sessions
-
Returns the session for the current thread, or null if not available.
- getCurrent() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the object of this iteration.
- getCurrent() - Static method in class org.zkoss.zk.ui.WebApps
-
Returns this Web application, or null if not available.
- getCurrentContext() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current EL context.
- getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
-
- getCurrentCtrl() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
- getCurrentDirectory() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the current directory (never null).
- getCurrentDirectory() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getCurrentDirectory() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Returns the current directory which is used to convert
a relative URI to absolute, or null if not available.
- getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
- getCurrentInfo() - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- getCurrentLocation() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
-
- getCurrentLocationMessage() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
-
- getCurrentOut() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current output.
- getCurrentPage(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns the page of the give component, or the current page if the
component is null or it doesn't belong to any page.
- getCurrentPage() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getCurrentPage() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the current page.
- getCurrentPageDefinition() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getCurrentPageDefinition() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the current page definition, which is pushed when
evaluating a page (from a page definition).
- getCurrentRequest() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current servlet request, or null if not available.
- getCurrentResponse() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current servlet response, or null if not available.
- getCurrentServletContext() - Static method in class org.zkoss.web.fn.ServletFns
-
Returns the current servlet context, or null if not available.
- getCurrentState() - Method in class org.zkoss.fsm.StateMachine
-
Return the current state
- getCurrentTheme() - Static method in class org.zkoss.web.fn.ThemeFns
-
Returns the current theme name
- getCurrentTheme() - Static method in class org.zkoss.zul.theme.Themes
-
Returns the current theme name
- getData() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Returns the data
- getData() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- getData() - Method in class org.zkoss.idom.ProcessingInstruction
-
- getData() - Method in class org.zkoss.zhtml.Object
-
Returns the data of this object tag.
- getData() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the data of this request.
- getData(Component, Object) - Static method in class org.zkoss.zk.au.out.AuEcho
-
Retrieves the data associated with an echo event.
- getData() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the data accompanies with this event, or null if not available.
- getData() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
-
Returns the data of the event, by default returning an integer array
of column index and row index.
- getData() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
-
- getData() - Method in class org.zkoss.zkmax.zul.event.SortEventExt
-
- getData() - Method in class org.zkoss.zul.DefaultTreeNode
-
- getData() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns customer data.
- getData() - Method in interface org.zkoss.zul.TreeNode
-
Returns the application-specific data of this node.
- getDataConnection() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports Data Connection.
- getDataConverter() - Method in class org.zkoss.zuti.zul.ForEach
-
- getDataCount() - Method in interface org.zkoss.zul.HiLoModel
-
Get data count.
- getDataCount() - Method in class org.zkoss.zul.SimpleHiLoModel
-
- getDataCount(Comparable<?>) - Method in class org.zkoss.zul.SimpleXYModel
-
- getDataCount(Comparable<?>) - Method in interface org.zkoss.zul.XYModel
-
Get data count of a specified series.
- getDataHandlers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns all of the client data attribute handlers
- getDataInfo(int) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns the group info of given index
- getDataLoadingEvent(AuRequest, int) - Static method in class org.zkoss.zul.event.DataLoadingEvent
-
Converts an AU request to a data loading event.
- getDatasetProperties(int, int, Comparable<?>, Comparable<?>, ChartPropertiesMap) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getDatasource() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports DataSource.
- getDataXMLPath() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the url of the chart data .xml file.
- getDate(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get date of a specified data index.
- getDate(int) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- 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.
- getDateFormat() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Returns the date format used by date related Chart.
- getDateFormat(String) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the date format of the time only,
Default: it uses SimpleDateFormat to format the date.
- getDateFormat() - Method in class org.zkoss.zul.Chart
-
Returns the date format used by date related Chart.
- getDateFormat(String) - Method in class org.zkoss.zul.Datebox
-
Returns the date format of the specified format
Default: it uses SimpleDateFormat to format the date.
- getDateFormat(String) - Method in class org.zkoss.zul.Timebox
-
Returns the date format of the time only,
Default: it uses SimpleDateFormat to format the date.
- getDateFormater() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
Returns the dateformat for all of header.
- getDateHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getDateHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getDateHeader(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getDatetime() - Method in class org.zkoss.zhtml.Del
-
Returns the datetime of this del tag.
- getDatetime() - Method in class org.zkoss.zhtml.Ins
-
Returns the datetime of this ins tag.
- 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.
- getDeclarationURL() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the URL where this component definition is declared, or
null if not available.
- getDeclarationURL() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getDeclaredNamespaces() - Method in class org.zkoss.idom.Element
-
Returns namespace declared on this element.
- getDeclaredNamespaces() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns a readonly list of the declared namespaces
(
Namespace
), or empty if no declared namespace.
- getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getDeclaredNamespaces() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the declared namespaces (never null).
- getDeclaredNamespaces() - Method in class org.zkoss.zml.XmlNativeComponent
-
- getDefault() - Static method in class org.zkoss.util.resource.Locators
-
Returns the default resource locator which is an instance of
ClassLocator
.
- getDefaultActionOnShow() - Static method in class org.zkoss.zul.Window
-
- getDefaultCmargins() - Method in class org.zkoss.zul.Center
-
Returns the default collapsed margin ([3, 3, 3, 3]).
- getDefaultCmargins() - Method in class org.zkoss.zul.East
-
Returns the default collapsed margin ([0, 3, 3, 0]).
- getDefaultCmargins() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the default collapsed margin.
- getDefaultCmargins() - Method in class org.zkoss.zul.North
-
Returns the default collapsed margin ([3, 0, 0, 3]).
- getDefaultCmargins() - Method in class org.zkoss.zul.South
-
Returns the default collapsed margin ([3, 0, 0, 3]).
- getDefaultCmargins() - Method in class org.zkoss.zul.West
-
Returns the default collapsed margin ([0, 3, 3, 0]).
- getDefaultFonts() - Method in class org.zkoss.zul.Captcha
-
Gets the default font list.
- getDefaultFormat() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the default format, which is used when constructing a timepicker.
- getDefaultFormat() - Method in class org.zkoss.zul.Datebox
-
- getDefaultFormat() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Return a default format for the number input element when the locale is specified.
- getDefaultFormat() - Method in class org.zkoss.zul.Timebox
-
Returns the default format, which is used when constructing a timebox.
- getDefaultLocale() - Method in class org.zkoss.zul.impl.NumberInputElement
-
- getDefaultMold(Class<? extends Component>) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the default mold for the given class.
- getDefaultMold(Class) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
-
- 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.
- getDefaultWidgetClass(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the default widget class, or null if not available.
- getDefaultWidgetClass(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getDefinition() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getDefinition() - Method in interface org.zkoss.zk.ui.Component
-
Returns the component definition of this component (never null).
- getDefinition(String) - Static method in class org.zkoss.zk.ui.select.impl.BasicPseudoClassDefs
-
Returns the pseudo class definition associated with the given name
- getDefinitionByDeviceType(String, Class) - Static method in class org.zkoss.zk.ui.Components
-
Returns the component definition of the specified class in all
language of the specified device, or null if not found
- getDefinitions() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns a readonly collection of component definitions
(
ComponentDefinition
) defined in this map.
- getDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
Returns the number of milliseconds to wait before replacing with
the correct content.
- getDelay() - Method in class org.zkoss.zul.Timer
-
Returns the delay, the number of milliseconds between
successive action events.
- getDependent(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns the associated TrackerNode of the associated field script of this tracker node.
- getDependent(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getDependents() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all dependent nodes of this node.
- getDependents(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all associated TrackerNodes of the associated field script of this tracker node.
- getDependents(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getDependents() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getDependentXMLResources(String, String, String) - Method in class org.zkoss.util.resource.ClassLocator
-
- getDependentXMLResources(String, String, String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
-
- getDepends() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the component or page that this response depends on.
- getDescription() - Method in class org.zkoss.zul.Comboitem
-
Returns the description (never null).
- getDescription() - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- getDesktop() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the desktop; never null.
- getDesktop(Session, String) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the desktop of the specified ID, or null if not found.
- getDesktop() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getDesktop() - Method in interface org.zkoss.zk.ui.Component
-
Returns the desktop of this component,
or null if this component doesn't belong to any desktop.
- getDesktop() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the desktop associated with this execution.
- getDesktop(Session, ServletRequest, ServletResponse, String, boolean) - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the desktop of the specified request, or null
if not found and autocreate is false, or it has been redirect
or forward to other page.
- getDesktop(Session) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
-
Returns the desktop from the given websocket session.
- getDesktop() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getDesktop() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Returns the desktop.
- getDesktop() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getDesktop() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getDesktop(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- getDesktop() - Method in interface org.zkoss.zk.ui.Page
-
Returns the desktop that this page belongs to.
- getDesktop(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Returns the desktop for the specified desktop ID.
- getDesktop() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the desktop, or null if not created yet.
- getDesktop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Returns the desktop that this server push belongs to (never null).
- getDesktop(ServletContext, HttpServletRequest, String) - Static method in class org.zkoss.zkplus.embed.Bridge
-
Returns the desktop of the given desktop ID, or null if not found.
- getDesktopCache() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- getDesktopCache(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Returns a desktop cache of the specified session.
- getDesktopCache() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Returns the desktop cache, or null if not available.
- getDesktopCache(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the desktop cache.
- getDesktopCacheProvider() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getDesktopCacheProvider() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the desktop cache provider.
- getDesktopCacheProviderClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to provide the desktop cache, or null
if default is used.
- getDesktopHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the pixel height of the client's desktop.
- getDesktopId(Object) - Method in interface org.zkoss.zk.au.AuDecoder
-
Returns the desktop ID.
- getDesktopIfAny(String) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- getDesktopIfAny(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Returns the desktop for the specified desktop ID, or null if not found.
- getDesktopMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in seconds, between client requests
before ZK will invalidate the desktop.
- getDesktopRecycle() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the desktop recycle for this application, or null if not set.
- getDesktopStorage(Session) - Static method in class org.zkoss.zk.ui.http.ZKWebSocket
-
Returns a storage in desktop scope from the given websocket session.
- getDesktopWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the pixel width of the client's desktop.
- getDesktopXOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
The the current horizontal pixel location of the top-left corner of
the document in the window.
- getDesktopYOffset() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
The the current vertical pixel location of the top-left corner of
the document in the window.
- getDestination(IN, C) - Method in class org.zkoss.fsm.StateCtx
-
Returns the destination state upon meeting the character or the class.
- getDetail(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the request detail infomation.
- getDetailChild() - Method in class org.zkoss.zul.Row
-
Returns the child detail component.
- getDetection() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Return the detection area setting.
- getDevice(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the device for the specified desktop type.
- getDevice() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the device that is associated with this desktop.
- getDevice() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDeviceByClient(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the device for the specified client.
- getDevicePixelRatio() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Return the current device pixel ratio on tablet/mobile device,
otherwise return 1.0 instead.
- getDeviceType() - Method in exception org.zkoss.zk.device.DeviceNotFoundException
-
Returns the device type that is not found.
- getDeviceType() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the device type that this desktop belongs to.
- getDeviceType() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getDeviceType() - Method in class org.zkoss.zk.ui.http.WpdExtendlet
-
Returns the device type for this WpdExtendlet.
- getDeviceType() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDeviceType() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the device type that this definition belongs to.
- getDeviceType() - Method in interface org.zkoss.zk.ui.Session
-
Returns the device type that this session belongs to.
- getDeviceTypes() - Static method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of all device types.
- getDigest(String) - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Returns a MessageDigest
for the given algorithm
.
- getDir() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the dir of this tag.
- getDir() - Method in class org.zkoss.zul.A
-
Returns the direction.
- getDir() - Method in class org.zkoss.zul.Button
-
Returns the direction.
- getDirectDependents() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns all direct dependent nodes of this node.
- getDirectDependents() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- 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.
- getDirectory() - Method in class org.zkoss.web.util.resource.ServletContextLocator
-
- getDirectory() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getDirname() - Method in class org.zkoss.zhtml.Input
-
Returns the dirname of this input tag.
- getDisabledThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a set of the theme URIs that are disabled (never null).
- getDispatcherType() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getDisplayedTimeZones() - Method in class org.zkoss.zul.Datebox
-
Returns a list of the time zones that will be displayed at the
client and allow user to select.
- getDisplayName() - Method in class org.zkoss.web.theme.StandardTheme
-
- getDisplayName(String) - Static method in class org.zkoss.zul.theme.Themes
-
Return the display name (human name) of the theme
- getDistributedChildren() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- getDistributedChildren() - Method in interface org.zkoss.zk.ui.ShadowElement
-
Returns a list of distributed components of the shadow tree, including
its descendant.
- getDistributedIndexInfo() - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- getDivisionSizeEvent(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.DivisionSizeEvent
-
- getDocType() - Method in class org.zkoss.idom.Document
-
Gets the document type.
- getDoctype() - Method in class org.zkoss.idom.Document
-
- getDocType() - Method in class org.zkoss.zk.device.AjaxDevice
-
Returns <!
- getDocType() - Method in interface org.zkoss.zk.device.Device
-
Returns the default doc type, or null if no doc type at all.
- getDocType() - Method in class org.zkoss.zk.device.GenericDevice
-
Returns null to indicate not to generate <!
- getDocType() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getDocType(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the doc type (<!
- getDocType() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the doc type (<!
- 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
-
- getDouble(Map<String, Object>, String, long) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the double value of the specified key in the data.
- getDouble(Map<String, Object>, String, long, boolean) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the double value of the specified key in the data.
- getDownload() - Method in class org.zkoss.zhtml.A
-
Returns the download of this a tag.
- getDownload() - Method in class org.zkoss.zhtml.Area
-
Returns the download of this area tag.
- getDownloadMedia(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDownloadMedia(String, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- getDownloadMediaURI(Media, String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns URI for a media that is used to download to the client.
- getDownloadMediaURI(Media, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDownloadURI(File, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
-
Returns the download URI of the specified file.
- getDownloadURI(URL, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
-
Returns the download URI of the specified file.
- getDownloadURI(String, String, String) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
-
Returns the download URI of the specified file.
- getDraggable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the identifier of a draggable type of objects, or "false"
if not draggable (never null nor empty).
- getDragged() - Method in class org.zkoss.zk.ui.event.DropEvent
-
- getDragged() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Returns the panel being dragged.
- getDropdown() - Method in class org.zkoss.zul.Bandbox
-
Returns the dropdown window belonging to this band box.
- getDropdown() - Method in class org.zkoss.zul.Combobutton
-
Returns the dropdown window belonging to this combo button.
- getDropEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.DropEvent
-
Converts an AU request to a drop event.
- getDroppable() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the identifier, or a list of identifiers of a droppable type
of objects, or "false"
if not droppable (never null nor empty).
- getDroppedIndex() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Returns the dropped index.
- getDynamicAttrs() - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- getDynamicKeys() - Method in class org.zkoss.zuti.zul.Choose
-
- getDynamicMediaURI(Component, String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns URI for a dynamic generated media associated with a component.
- getDynamicMediaURI(Component, String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getDynamicMediaURI(AbstractComponent, int, String, String) - Static method in class org.zkoss.zul.impl.Utils
-
Returns the encoded URL for the dynamic generated content, or empty
the component doesn't belong to any desktop.
- getDynamicProperties() - Method in class org.zkoss.zuti.zul.Apply
-
- getDynamicProperties() - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
- getDynamicProperties() - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
- getDynamicProperty(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the dynamic property, or null if not found.
- getDynamicProperty(String) - Method in class org.zkoss.zhtml.Textarea
-
- getDynamicProperty(String) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
-
Returns the property value of the specified name.
- getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- getDynamicProperty(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getDynamicProperty(String) - Method in class org.zkoss.zkmax.zul.Fragment
-
- getDynamicProperty(String) - Method in class org.zkoss.zml.XmlMacroComponent
-
- getDynamicProperty(String) - Method in class org.zkoss.zml.XmlNativeComponent
-
- getDynamicProperty(String) - Method in class org.zkoss.zul.Applet
-
- getDynamicProperty(String) - Method in class org.zkoss.zul.Include
-
Returns the parameter associated with the specified name,
or null if not found.
- getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.Apply
-
- getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
- getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
- getDynamicTagDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the component definition of the dynamic tag, or null if
this language doesn't support the dynamic tag.
- getEach() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- getEach() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
- getEachTimeScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the each-time scripts of
the specified language, or null if no scripts.
- getEast() - Method in class org.zkoss.zul.Borderlayout
-
- getEdition() - Static method in class org.zkoss.zk.fn.ZkFns
-
Returns the edition, such as EE, PE and CE.
- getEdition() - Static method in class org.zkoss.zk.ui.WebApps
-
Returns the edition, such as EE, PE and CE.
- getELContext() - Method in class org.zkoss.zel.ELContextEvent
-
- getELContext() - Method in class org.zkoss.zel.ELManager
-
- getELContext() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- 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
-
- getElementAt(int) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- getElementAt(int) - Method in class org.zkoss.zul.impl.GroupsListModel
-
- getElementAt(int) - Method in interface org.zkoss.zul.ListModel
-
Returns the value at the specified index.
- getElementAt(int) - Method in class org.zkoss.zul.ListModelArray
-
- getElementAt(int) - Method in class org.zkoss.zul.ListModelList
-
- getElementAt(int) - Method in class org.zkoss.zul.ListModelMap
-
Returns the entry (Map.Entry) at the specified index.
- getElementAt(int) - Method in class org.zkoss.zul.ListModelSet
-
- getElementAt(int) - Method in class org.zkoss.zul.SimpleListModel
-
- 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
-
- 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
-
- getELManager() - Method in class org.zkoss.zel.ELProcessor
-
- getELResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- getELResolver() - Method in class org.zkoss.xel.zel.XelELContext
-
- getELResolver() - Method in class org.zkoss.xel.zel.XelELResolver
-
- getELResolver() - Method in class org.zkoss.zel.ELContext
-
- getELResolver() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getELResolver() - Method in class org.zkoss.zel.StandardELContext
-
- getELResolver() - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
-
- getEmbedded() - Method in interface org.zkoss.zk.device.Device
-
Returns the content that shall be embedded to the output being
generated to the client, or null if no embedded content.
- getEmbedded() - Method in interface org.zkoss.zk.device.DeviceConfig
-
Returns the content that shall be embedded to the output being
generated to the client, or null if no embedded content.
- getEmbedded(String) - Method in class org.zkoss.zk.device.Devices
-
Returns the content that shall be embedded to the output being
generated to the client, or null if no embedded content.
- getEmbedded() - Method in class org.zkoss.zk.device.GenericDevice
-
- getEmptyMessage() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the emptyMessage of the input of this component.
- getEmptyMessage() - Method in class org.zkoss.zul.Grid
-
Returns the message to display when there are no items
- getEmptyMessage() - Method in class org.zkoss.zul.Listbox
-
Returns the message to display when there are no items
- getEnclosingTag() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Returns the name of the enclosing tag for this macro component.
- getEnclosingTag() - Method in class org.zkoss.zul.Include
-
Returns the name of the enclosing tag.
- getEncodedData() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the evaluated result of the associated data of
this response (might be null).
- getEncodedSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
-
- getEncodedSrc() - Method in class org.zkoss.zul.Iframe
-
- 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.
- getEncodeURLPrefix() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the prefix used to encoding the URL, or null if no prefix.
- getEnctype() - Method in class org.zkoss.zhtml.Form
-
Returns the enctype of this form tag.
- getEnd() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the index of the item at which the iteration ends (inclusive).
- getEnd() - Method in class org.zkoss.zk.ui.event.SelectionEvent
-
Returns the selected text's end position.
- getEnd() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the index (starting from 0) that the iteration ends at,
or null if not specified (and the last element is assumed).
- getEnd() - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- getEnd() - Method in class org.zkoss.zuti.zul.ForEach
-
- getEndColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token end column number.
- getEndDate() - Method in class org.zkoss.zul.SimpleDateConstraint
-
Returns the ending date, or null if there is no constraint of
the ending date.
- getEndIndex() - Method in class org.zkoss.zk.ui.select.impl.Token
-
- getEndLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token end line number.
- getEngine() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- getEngine() - Method in class org.zkoss.zul.Chart
-
Returns the implementation chart engine.
- getEngine() - Method in class org.zkoss.zul.Tabbox
-
Returns the implementation tabbox engine.
- getEntities() - Method in class org.zkoss.idom.DocType
-
- getEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns an EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
- getEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns or create an EntityManager for the specified persistence unit name.
- getEntityManagerFactory() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create or return the default EntityManagerFactory as defined in zk.xml.
- getEntityManagerFactory(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create or return the EntityManagerFactory for the specified persistence
unit name.
- getEntityManagerFactory(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create the EntityManagerFactory for the specified persistence unit and
defined properties.
- 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.
- getEntiyManager(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns an EntityManager for the specified persistence unit name and
defined properties.
- getEntrySet() - Method in class org.zkoss.zul.WaferMapModel
-
Internal Use Only.
- getEpilogChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the epilog children (
NativeInfo
).
- getEpilogContent() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the epilog content.
- getEpilogContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getEpilogContent() - Method in class org.zkoss.zml.XmlNativeComponent
-
- getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
-
- getEqualBeans(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- getEqualBeans(Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx.EqualBeansMapEx
-
- getErrorboxIconSclass() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the class name of the custom style applied to the errorbox icon of this component.
- getErrorboxSclass() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the class name of the custom style applied to the errorbox of this component.
- getErrorEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.ErrorEvent
-
Converts an AU request to an error event.
- 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.
- getErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the error message that is caused when user entered
invalid value, or null if no error at all.
- getErrorMessage(Component) - Method in class org.zkoss.zul.SimpleConstraint
-
Returns the custom error message that shall be shown if an error occurs,
or null if no custom error message specified.
- getErrorPage(String, Throwable) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the error page that matches the specified error, or null if not found.
- getErrorPage() - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
-
Deprecated.
- getErrorType() - Method in exception org.zkoss.json.parser.ParseException
-
- getEscapeXML() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns whether to escape XML.
- getEvaluationListeners() - Method in class org.zkoss.zel.ELContext
-
Obtain the list of registered EvaluationListeners.
- getEvaluationListeners() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the evaluator (never null).
- getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the evaluator of the current execution.
- getEvaluator(Page, Class<? extends ExpressionFactory>) - Static method in class org.zkoss.zk.ui.Executions
-
Returns the evaluator of the current execution.
- getEvaluator(Component, Class<? extends ExpressionFactory>) - Static method in class org.zkoss.zk.ui.Executions
-
Returns the evaluator of the current execution.
- getEvaluator(Page, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getEvaluator(Component, Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the evaluator based on this language definition (never null).
- getEvaluator() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns the evaluator.
- getEvaluator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getEvaluator() - Method in interface org.zkoss.zk.xel.EvaluatorRef
-
Returns the real evaluator.
- getEvaluatorClass(String) - Static method in class org.zkoss.xel.util.Evaluators
-
Returns the implementation for the specified evaluator name.
- getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the evaluator reference (never null).
- getEvaluatorRef() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns the evaluator reference.
- getEvaluatorRef() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getEvaluatorX() - Method in interface org.zkoss.bind.Binder
-
- getEvaluatorX() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.Event
-
Creates an instance of
Event
based on the specified request.
- getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- getEvent() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
Returns the event.
- getEvent() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns the event being processed by this thread, or null if idle.
- getEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
Returns the event being served (never null).
- getEventHandler(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getEventHandler(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the event listener of the specified name, or null
if not found.
- getEventHandlerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getEventHandlerNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns a readonly collection of event names (String),
or an empty collection if no event name is registered.
- getEventHandlerNames() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a readonly collection of event names (String), or
an empty collection if no event name is registered.
- getEventListener() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
- getEventListenerMap() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getEventListenerMap() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the map of event handlers and listeners defined in this component.
- getEventListeners(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getEventListeners(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns an iterable collection of the event listeners for the given event.
- getEventListeners(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getEventListeners(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns an iterable collection of the event listeners for the given event.
- getEventMethod(Class<?>, String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns the method for handling the specified event, or null
if not available.
- getEventMethod() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
- getEventName() - Method in class org.zkoss.bind.impl.CommandBindingImpl
-
- getEventNames() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns a readonly collection of event names (String), or
an empty collection if no event name is registered.
- getEventQueue() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getEventTimeWarning() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in seconds, to show a warning message
if an event has been processinged longer than it.
- getEventZScript() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
- getExclude() - Method in class org.zkoss.zul.Captcha
-
Get exclude characters.
- getExecution() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the execution, or null if this desktop is not
serving any execution (a.k.a., not locked).
- getExecution() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getExecution() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Returns the execution that this visualizer is associated with.
- getExecution() - Method in class org.zkoss.zkplus.embed.Bridge
-
Returns the execution.
- getExecutionInfo() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getExecutionInfo() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the information of the event being served, or null
if the execution is not under serving an event.
- getExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Get the collector, the sub-class have to consider the thread-safe issue when implementing.
- getExecutionInfoCollector() - Method in class org.zkoss.bind.sys.debugger.impl.DefaultDebuggerFactory
-
- getExecutionMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the execution monitor for this application, or null if not set.
- getExpectedType() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- getExpectedType() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- getExpectedType() - Method in class org.zkoss.zel.ValueExpression
-
- getExpectedType() - Method in class org.zkoss.zk.xel.ExValue
-
Returns the expected type.
- getExpression() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- getExpression() - Method in class org.zkoss.zkmax.xel.util.ExpressionFragment
-
Returns the expression.
- getExpression() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get bean expression, e.g. a.b.c.
- getExpressionFactory() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the expression factory (never null).
- getExpressionFactory() - Static method in class org.zkoss.zel.ELManager
-
- getExpressionFactory() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the expression factory.
- 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.
- getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getExpressionFactoryClass() - Method in interface org.zkoss.zk.ui.Page
-
- getExpressionFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the implementation of the expression factory that
is used by the whole system, or null if the sytem default is used.
- getExpressionFactoryClass() - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the implementation class of the expression factory,
or null to use the default.
- getExpressionString(ExpressionX) - Static method in class org.zkoss.bind.impl.BindEvaluatorXUtil
-
- getExpressionString() - Method in class org.zkoss.bind.impl.PropertyExpression
-
- getExpressionString() - Method in interface org.zkoss.xel.ExpressionX
-
Returns the expression in String form.
- getExpressionString() - Method in class org.zkoss.xel.zel.ELXelExpression
-
- getExpressionString() - Method in class org.zkoss.zel.Expression
-
- getExpressionString() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Returns the original String used to create this Expression
,
unmodified.
- getExpressionString() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
-
- getExpressionString() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
Returns the type the result of the expression will be coerced to after
evaluation.
- getExpressionString() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- getExtendlet(String, boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the Extendlet (aka., resource processor) of the
specified extension, or null if not associated.
- getExtendlet(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the Extendlet (a.k.a., resource processor) of the
specified extension, or null if not associated.
- getExtendletContext(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the extended context of the specified name.
- getExtendletContext() - Method in interface org.zkoss.web.util.resource.ExtendletConfig
-
Returns the Extendlet context.
- getExtendletContext() - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
Returns the extendlet context.
- getExtendletContext() - Method in interface org.zkoss.web.util.resource.FilterConfig
-
Returns the Extendlet context.
- getExtension(String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the file/path extension of the specified path (excluding dot),
or null if no extension at all.
- getExtension(String, boolean) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the file/path extension of the specified path (excluding dot),
or null if no extension at all.
- getExtensions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the readonly list of extensions that this language definition
is associated with (never null).
- getExtraCtrl() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
- getExtraCtrl() - Method in class org.zkoss.zhtml.Text
-
- getExtraCtrl() - Method in class org.zkoss.zhtml.Zkhead
-
- getExtraCtrl() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the extra controls that tell ZK how to handle this component
specially.
- getExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the client control for this component.
- getExtraCtrl() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getExtraCtrl() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the extra controls that tell ZK how to handle this component
specially.
- getExtraCtrl() - Method in class org.zkoss.zkex.zul.Jasperreport
-
- getExtraCtrl() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- getExtraCtrl() - Method in class org.zkoss.zul.Audio
-
- getExtraCtrl() - Method in class org.zkoss.zul.Combobox
-
- getExtraCtrl() - Method in class org.zkoss.zul.Datebox
-
- getExtraCtrl() - Method in class org.zkoss.zul.Grid
-
- getExtraCtrl() - Method in class org.zkoss.zul.Iframe
-
- getExtraCtrl() - Method in class org.zkoss.zul.Image
-
- getExtraCtrl() - Method in class org.zkoss.zul.impl.LabelImageElement
-
- getExtraCtrl() - Method in class org.zkoss.zul.Listbox
-
- getExtraCtrl() - Method in class org.zkoss.zul.Listitem
-
- getExtraCtrl() - Method in class org.zkoss.zul.Row
-
- getExtraCtrl() - Method in class org.zkoss.zul.Rows
-
- getExtraCtrl() - Method in class org.zkoss.zul.Selectbox
-
- getExtraCtrl() - Method in class org.zkoss.zul.Treechildren
-
- getExtraHeaders() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- getExtraLocator() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the extra locator, or null if not available.
- getExtraMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Returns the extra message, or null if no extra.
- getExtraXelVariable(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getExtraXelVariable(XelContext, Object, Object) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getExtraXelVariable(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- getExtraXelVariable(XelContext, Object, Object) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- getFailoverManager() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getFailoverManager() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the failover manager, or null if not available.
- getFailoverManagerClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to handle the failover mechanism,
or null if no custom failover mechanism.
- getFeature(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- getFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
-
- getFeature(int) - Method in class org.zkoss.web.util.resource.DspExtendlet
-
- getFeature(int) - Method in interface org.zkoss.web.util.resource.Extendlet
-
Returns if the specified feature is supported.
- getFeature(int) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
-
- getFeature(String) - Static method in class org.zkoss.zk.ui.WebApps
-
Returns whether the specified feature is supported.
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.BeanNameELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ListELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.MapELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
-
Always returns null
.
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.TypeConverter
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
-
- getFellow(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellow(String) - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellow(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellow(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space.
- getFellow(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space.
- getFellow(String) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space.
- getFellow(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space.
- getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellowIfAny(String, boolean) - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space, or null
if not found.
- getFellowIfAny(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns a component of the specified ID in the same ID space, or null
if not found.
- getFellowIfAny(String) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space, or null
if not found.
- getFellowIfAny(String, boolean) - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns a component of the specified ID in this ID space, or null
if not found.
- getFellows() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFellows() - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFellows() - Method in interface org.zkoss.zk.ui.Component
-
Returns all fellows in the same ID space of this component.
- getFellows() - Method in interface org.zkoss.zk.ui.IdSpace
-
Returns all fellows in this ID space.
- getFgAlpha() - Method in class org.zkoss.zul.Chart
-
Get the foreground alpha (transparency, 0 ~ 255, opaque).
- getFieldExpression(BindEvaluatorX, String) - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getFieldExpression(BindEvaluatorX, String) - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the field expression from the given field.
- getFieldName() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getFieldName() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the field name of the source object.
- getFieldNameIfAny() - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
-
- getFieldNamesIfAny() - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
-
- getFieldScript() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated field script of this TrackerNode.
- getFieldScript() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getFieldValue(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getFieldValue(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getFieldValue(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns the first field value from the given key, if any.
- getFieldValue(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns the first field value from the given key and component, if any.
- getFieldValue(Object, Field) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Get field value.
- getFieldValues(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getFieldValues(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getFieldValues(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns all field values from the given key, if any.
- getFieldValues(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
Returns all field values from the given key and component, if any.
- getFileItemFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to create a file item for fileupload, or null
if the default shall be used.
- getFileRepository() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the directory in which uploaded files will be stored, if stored on disk.
- getFileSizeThreshold() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the threshold at which a temporary file is created as a
buffer, in kilobytes, or a negative value which implies default setting.
- getFilterName() - Method in class org.zkoss.web.servlet.GenericFilter
-
Returns the filter's name.
- getFilters(String, int) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns an array of the filters (
Filter
) of the specified
extension, or null if not associated.
- getFirstChild() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- getFirstChild() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getFirstChild() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getFirstChild() - Method in interface org.zkoss.zk.ui.Component
-
Returns the first child component, or null if no child at all.
- getFirstCommand(Object) - Method in interface org.zkoss.zk.au.AuDecoder
-
Returns the first command.
- getFirstDayOfWeek() - Static method in class org.zkoss.zk.ui.http.Utils
-
Returns the first day of the week, or -1 if no defined by the application.
- getFirstDayOfWeek(Session) - Static method in class org.zkoss.zk.ui.http.Utils
-
Returns the first day of the week of the given session, or -1 if no defined by the application.
- getFirstElement(Group) - Static method in class org.zkoss.idom.util.IDOMs
-
Returns the first child element, or null if no child element at all.
- getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Generates the first half of the device-dependent content
for the specified tag and properties, and appends it to
the specified string buffer.
- getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
-
- getFirstHalf(StringBuffer, String, Map<String, Object>, Collection<Namespace>) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
-
- getFirstInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the first component of its insertion range.
- getFirstInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the first component of its insertion range.
- getFirstLine() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getFirstLine(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the first line to be generated to the output
(after evaluation), or null if nothing to generate.
- getFirstLine() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the first line to be generated to the output,
or null if nothing to generate.
- getFirstPage() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the first page, or null if no page at all (happens when the desktop
has been destroyed)
- getFirstPage() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getFirstRoot() - Method in class org.zkoss.zk.ui.AbstractPage
-
- getFirstRoot() - Method in interface org.zkoss.zk.ui.Page
-
Returns the first root component.
- getFlags() - Method in class org.zkoss.zul.SimpleConstraint
-
- getFloatingPoint() - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
-
- getFont(int) - Method in class org.zkoss.zul.Captcha
-
Get nth Font.
- getFontColor() - Method in class org.zkoss.zul.Captcha
-
Gets font color.
- getFontRGB() - Method in class org.zkoss.zul.Captcha
-
Get the font color in int array (0: red, 1: green, 2:blue).
- getFonts() - Method in class org.zkoss.zul.Captcha
-
Gets fonts list, default provide two fonts.
- getFoot() - Method in class org.zkoss.zul.Grid
-
Returns the foot.
- getFootToolbar() - Method in class org.zkoss.zul.Panel
-
Returns the foot toolbar of this panel.
- getFor() - Method in class org.zkoss.zhtml.Label
-
Returns the for of this label tag.
- getForm(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getForm(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Get the form of the component
- getFormAssociatedSaveBindings(Component) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getFormAssociatedSaveBindings(Component) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Get associated save bindings of a form in a component
- 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(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
-
- getFormat(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
-
Return the file extension name.
- getFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
-
Returns the format.
- getFormatter() - Static method in class org.zkoss.mesg.Messages
-
- getFormBean() - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getFormBean(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getFormBean() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the implicit form associated with this form binding.
- getFormExpression(BindEvaluatorX, String) - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getFormExpression(BindEvaluatorX, String) - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the form expression from the given field.
- getFormId() - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getFormId() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the associated form id of this Binding.
- getFormStatus() - Method in interface org.zkoss.bind.Form
-
Returns the status object of this form
- getForward() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the forward condition that controls how to forward
an event, that is received by the component created
by this info, to another component.
- getForwardURI(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the URI to forward to, or null if not to forward.
- getFrameBgAlpha() - Method in class org.zkoss.zul.DialModel
-
Get the background alpha of the dial frame (transparency, 0 ~ 255, opacue).
- getFrameBgColor() - Method in class org.zkoss.zul.DialModel
-
Get the background color of the dial frame (in string as #RRGGBB).
- getFrameBgColor1() - Method in class org.zkoss.zul.DialModel
-
Get the 1st background color of the dial frame (in string as #RRGGBB) for gradient starting color.
- getFrameBgColor2() - Method in class org.zkoss.zul.DialModel
-
Get the 2nd background color of the dial frame (in string as #RRGGBB) for gradient ending color.
- getFrameBgRGB() - Method in class org.zkoss.zul.DialModel
-
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
- getFrameBgRGB1() - Method in class org.zkoss.zul.DialModel
-
Get the 1st background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient starting color.
- getFrameBgRGB2() - Method in class org.zkoss.zul.DialModel
-
Get the 2nd background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient ending color.
- getFrameFgColor() - Method in class org.zkoss.zul.DialModel
-
Get the foreground color of the dial frame (in string as #RRGGBB).
- getFrameFgRGB() - Method in class org.zkoss.zul.DialModel
-
Get the foreground color of the dial frame in int array (0: red, 1: green, 2:blue).
- getFrom() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Returns the portalchildren from the dragged panel.
- getFromNamespace(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- getFromNamespace(Scope, String, boolean) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- getFrozen() - Method in class org.zkoss.zul.Grid
-
Returns the frozen child.
- getFrozen() - Method in class org.zkoss.zul.Listbox
-
Returns the frozen child.
- getFrozen() - Method in class org.zkoss.zul.Tree
-
Returns the frozen child.
- getFrozenCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the size of the frozen columns.
- getFulfill() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the fulfill condition that controls when to create
the child components, or null if the child components
are created at the time when the page is loaded.
- getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- getFunction(Scope, String, Class[]) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
Returns the method.
- getFunction(Scope, String, Class[]) - Method in interface org.zkoss.zk.scripting.HierachicalAware
-
Returns the method of the specified name defined in
this interpreter's scope identified by the specified scope,
or null if not defined.
- getFunction(String, Class[]) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the method of the specified name defined in this interpreter,
or null if not defined.
- getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
Returns the method.
- getFunction(String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns null since retrieving methods is not supported.
- getFunction(Scope, String, Class[]) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns null since retrieving methods is not supported.
- 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
-
- getFunctionMapper() - Method in class org.zkoss.zel.ELContext
-
- getFunctionMapper() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getFunctionMapper() - Method in class org.zkoss.zel.StandardELContext
-
- getFunctionMapper() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getFunctionMapper() - Method in interface org.zkoss.zk.ui.Page
-
Returns the function mapper for resolving XEL functions, or null if
not available.
- getFunctionMapper(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the function mapper, or null if not available.
- getGanttTaskTooltip(Date, Date, Number) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
-
Returns data tooltiptext of the GanttTask.
- getGeneral() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- getGradientDirection() - Method in class org.zkoss.zul.DialModel
-
Returns the Frame background gradient color direction (from bgColor1 to bgColor2);
center_horizontal, center_vertical, horizontal, vertical.
- getGreen() - Method in class org.zkoss.web.fn.Color
-
- getGrid() - Method in class org.zkoss.zul.Column
-
Returns the grid that contains this column.
- getGrid() - Method in class org.zkoss.zul.Columns
-
Returns the grid that it belongs to.
- getGrid() - Method in class org.zkoss.zul.Foot
-
Returns the grid that it belongs to.
- getGrid() - Method in class org.zkoss.zul.Footer
-
Returns the grid that this belongs to.
- getGrid() - Method in class org.zkoss.zul.Row
-
Returns the grid that contains this row.
- getGrid() - Method in class org.zkoss.zul.Rows
-
Returns the grid that contains this rows.
- getGroup() - Method in class org.zkoss.zul.Group
-
- getGroup(int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns the group value at the specified index.
- getGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
-
- getGroup() - Method in class org.zkoss.zul.Row
-
Returns the group that this row belongs to, or null.
- getGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Returns the data representing the group.
- getGroupCount() - Method in interface org.zkoss.zul.GroupsModel
-
Returns the number of groups.
- getGroupCount() - Method in class org.zkoss.zul.GroupsModelArray
-
- getGroupCount() - Method in class org.zkoss.zul.Listbox
-
Returns the number of listgroup
- getGroupCount() - Method in class org.zkoss.zul.Rows
-
Returns the number of groups.
- getGroupCount() - Method in class org.zkoss.zul.SimpleGroupsModel
-
- getGroupfoot() - Method in class org.zkoss.zul.Group
-
Returns the Groupfoot, if any.
- getGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
-
Returns the foot value of the specified group, or null if the specified group
does not have any foot.
- getGroupfoot(int) - Method in class org.zkoss.zul.GroupsModelArray
-
- getGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- getGroupfootIndex() - Method in class org.zkoss.zul.Group
-
Returns the index of Groupfoot
-1: no Groupfoot
- getGroupIndex() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the index of the group.
- getGroupIndex() - Method in interface org.zkoss.zul.ext.GroupingInfo
-
Returns the index of this group
- getGroupIndex() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
- getGroupOffset(int) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns the offset from 0 that a group in this ListModel.
- getGroups() - Method in class org.zkoss.zul.Listbox
-
- getGroups() - Method in class org.zkoss.zul.Rows
-
Returns a list of all
Group
.
- getGroupsInfos() - Method in class org.zkoss.zul.impl.GroupsListModel
-
- getGroupsModel() - Method in class org.zkoss.zul.Grid
-
Returns the groups model associated with this grid, or null
if this grid is associated with a
ListModel
or not associated with any list data model.
- getGroupsModel() - Method in class org.zkoss.zul.impl.GroupsListModel
-
- getGroupsModel() - Method in class org.zkoss.zul.Listbox
-
Returns the groups model associated with this list box, or null if this
list box is associated with a
ListModel
or not associated with
any list data model.
- getHeadAt(int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the data object of the head from the specified index.
- getHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getHeader(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the value of the specified header as a String
,
or null if not found.
- getHeader(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getHeader(String) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
-
- getHeader(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- getHeader(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getHeaderAt(Head, int) - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the data object of the header from the specified index.
- getHeaderConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Return the header config.
- getHeaderConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getHeaderNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getHeaderNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getHeaderNames() - Method in interface org.zkoss.zk.ui.Execution
-
Returns all header names this request contains.
- getHeaderNames() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getHeaderNames() - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- getHeaderNames() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getHeaderProperties(Date, Date) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
Returns the header properties.
- getHeaderProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
Returns the header properties at the specified position.
- getHeaders(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getHeaders(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getHeaders() - Method in class org.zkoss.zhtml.Td
-
Returns the headers of this td tag.
- getHeaders() - Method in class org.zkoss.zhtml.Th
-
Returns the headers of this th tag.
- getHeaders(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns all the values of the specified header as an iterable
String
objects.
- getHeaders(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getHeaders(String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- getHeaders(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getHeads() - Method in class org.zkoss.zul.Grid
-
- getHeads() - Method in class org.zkoss.zul.Listbox
-
- getHeads() - Method in class org.zkoss.zul.Tree
-
- getHeadSize() - Method in interface org.zkoss.zkmax.zul.MatrixModel
-
Returns the length of the heads
- getHeight() - Method in class org.zkoss.image.AImage
-
Returns the height.
- getHeight() - Method in interface org.zkoss.image.Image
-
Returns the height.
- getHeight() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the height.
- getHeight() - Method in class org.zkoss.zhtml.Embed
-
Returns the height of this embed tag.
- getHeight() - Method in class org.zkoss.zhtml.Iframe
-
Returns the height of this iframe tag.
- getHeight() - Method in class org.zkoss.zhtml.Img
-
Returns the height of this img tag.
- getHeight() - Method in class org.zkoss.zhtml.Input
-
Returns the height of this input tag.
- getHeight() - Method in class org.zkoss.zhtml.Object
-
Returns the height of this object tag.
- getHeight() - Method in class org.zkoss.zk.ui.event.AfterSizeEvent
-
- getHeight() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the height of the component, which is its original height.
- getHeight() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the height of the component, which is its original height.
- getHeight() - Method in class org.zkoss.zk.ui.event.SizeEvent
-
Returns the height of the component after re-sized.
- getHeight() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the height.
- getHeight() - Method in class org.zkoss.zul.Grid.ExtraCtrl
-
- getHeight() - Method in interface org.zkoss.zul.impl.Padding
-
Returns the padding height in px.
- getHeight() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
-
- getHeights() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the heights.
- getHeights() - Method in class org.zkoss.zul.Box
-
Deprecated.
As of release 5.0.0, use Cell
instead.
- getHelper() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the helper to generate the output of the native components.
- getHelper() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getHelper() - Method in class org.zkoss.zml.XmlNativeComponent
-
- getHflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns horizontal flex hint of this component.
- getHflex() - Method in class org.zkoss.zul.Panelchildren
-
- getHigh(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get High value of a specified data index.
- getHigh(int) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- getHistoryPopStateEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Converts an AU request to a history pop state event.
- getHover() - Method in class org.zkoss.zul.Image
-
Returns the URI of the hover image.
- getHoverImage() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the URI of the hover image.
- getHoverImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
-
- getHref() - Method in class org.zkoss.html.StyleSheet
-
- getHref() - Method in class org.zkoss.zhtml.A
-
Returns the href of this a tag.
- getHref() - Method in class org.zkoss.zhtml.Area
-
Returns the href of this area tag.
- getHref() - Method in class org.zkoss.zhtml.Base
-
Returns the href of this base tag.
- getHref() - Method in class org.zkoss.zhtml.Link
-
Returns the href of this link tag.
- getHref() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the href.
- getHref() - Method in class org.zkoss.zul.A
-
Returns the href that the browser shall jump to, if an user clicks
this button.
- getHref() - Method in class org.zkoss.zul.Button
-
Returns the href that the browser shall jump to, if an user clicks
this button.
- getHref() - Method in class org.zkoss.zul.Menuitem
-
Returns the href.
- getHreflang() - Method in class org.zkoss.zhtml.A
-
Returns the hreflang of this a tag.
- getHreflang() - Method in class org.zkoss.zhtml.Area
-
Returns the hreflang of this area tag.
- getHreflang() - Method in class org.zkoss.zhtml.Link
-
Returns the hreflang of this link tag.
- getHspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the hspace.
- getHspace() - Method in class org.zkoss.zul.Applet
-
Returns the horizontal spacing around an applet.
- getHspace() - Method in class org.zkoss.zul.Image
-
Deprecated.
as of release 6.0.0, use CSS instead.
- getHttpequiv() - Method in class org.zkoss.zhtml.Meta
-
Returns the http-equiv of this meta tag.
- getHttpServletRequest(RenderRequest) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
Returns the HTTP servlet request associated with the render request,
or null if not found.
- getHttpServletRequest(ResourceRequest) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
Returns the HTTP servlet request associated with the render request, or
null if not found.
- getIconSclass() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the icon font
- getId() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- getId() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the id attribute.
- getId() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getId() - Method in interface org.zkoss.zk.ui.Component
-
Returns the ID.
- getId() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns ID of this desktop.
- getId() - Method in class org.zkoss.zk.ui.event.StubEvent
-
Returns the ID of the stub component sending the request,
or null if not available.
- getId() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getId() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getId() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the identifier that will be assigned to pages created from
this definition, or null if the identifier shall be generated automatically.
- getId() - Method in interface org.zkoss.zk.ui.Page
-
Returns ID which is unique in the request (never null).
- getId() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getId() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page identifier, or null if auto-generation is required.
- getId(String) - Method in class org.zkoss.zk.ui.sys.StubComponent
-
Returns ID of the given UUID, or null if not found or no ID assigned.
- getId(String) - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
- getIdGenerator() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getIdGenerator() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the ID generator, or null if not available.
- getIdGeneratorClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to generate UUID/ID for desktop,
page and components, or null if the default shall be used.
- 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.
- getIECompatibilityInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the IE compatibility information.
- getIf() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Returns the if condition.
- getImage() - Method in interface org.zkoss.zel.impl.parser.Node
-
- GetImage() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token literal value.
- getImage() - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getImage() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the image URI.
- getImage() - Method in class org.zkoss.zul.Listitem
-
Returns the image of the
Listcell
it contains.
- getImage() - Method in class org.zkoss.zul.Treeitem
-
Returns the image of the
Treecell
it contains.
- getImage() - Method in class org.zkoss.zul.Treerow
-
Returns the image of the
Treecell
it contains, or null
if no such cell.
- getImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
-
- getImgTag() - Method in class org.zkoss.zul.Group
-
Returns the HTML IMG tag for the image part, or null
if no image is assigned.
- getImplementation() - Method in class org.zkoss.idom.Document
-
- getImplementation() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the class name or an expression returning a class instance,
a class name, or a component.
- getImplementationClass() - Static method in class org.zkoss.zk.au.AuWriters
-
Returns the implementation class of
AuWriter
that
will be used to generate the output to the client.
- getImplementationClass() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the class (Class) or the class name (String) that
implements the component.
- getImplementationClass() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getImplicit(String) - Static method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the value of the implicit variables.
- getImplicit(Page, Component, String) - Static method in class org.zkoss.zk.ui.Components
-
Returns the implicit object of the specified name, or null
if not found.
- getImplicit(Component, String) - Static method in class org.zkoss.zk.ui.Components
-
Returns the implicit object of the specified name, or null
if not found.
- getImplicit(Page, String) - Static method in class org.zkoss.zk.ui.Components
-
Returns the implicit object of the specified name, or null
if not found.
- getImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Returns the implicit object.
- getImplicitNames() - Static method in class org.zkoss.zk.ui.Components
-
Returns a readonly collection of the names of the implicit objects.
- getImplicitResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- getImplicitResolver() - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
-
- getImportedClasses() - Method in class org.zkoss.lang.ImportedClassResolver
-
Returns a readonly list of the imported class.
- getImportedClasses() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns a readonly list of the imported class names.
- getImportedClassResolver() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getImportHandler() - Method in class org.zkoss.zel.ELContext
-
Obtain the ImportHandler for this ELContext, creating one if necessary.
- getImportHandler() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getImportHandler() - Static method in class org.zkoss.zel.ImportHandler
-
- getIndex() - Method in interface org.zkoss.web.servlet.dsp.action.LoopStatus
-
Retrieves the index of the current round of the iteration (0-based).
- getIndex() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
-
- getIndex() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the index of the current round of the iteration.
- getIndex() - Method in class org.zkoss.zul.ArrayComparator
-
Returns the index of the element.
- getIndex() - Method in class org.zkoss.zul.Comboitem
-
Returns the index of this Comboitem.
- getIndex(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
-
- getIndex() - Method in class org.zkoss.zul.DialModelScale
-
- getIndex() - Method in class org.zkoss.zul.Listitem
-
Returns the index of this item (a.k.a., the order in the listbox).
- getIndex() - Method in class org.zkoss.zul.Row
-
Returns the index of the specified row.
- getIndex() - Method in class org.zkoss.zul.Tab
-
Returns the index of this panel, or -1 if it doesn't belong to any tabs.
- getIndex() - Method in class org.zkoss.zul.Tabpanel
-
Returns the index of this panel, or -1 if it doesn't belong to any
tabpanels.
- getIndex() - Method in class org.zkoss.zul.Treeitem
-
return the index of this item
- getIndex(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
-
Returns the index of node
in this node's children.
- getIndex0() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the lower index of the change range.
- getIndex0() - Method in class org.zkoss.zul.event.ListDataEvent
-
Returns the lower index of the change range.
- getIndex1() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the upper index of the change range.
- getIndex1() - Method in class org.zkoss.zul.event.ListDataEvent
-
Returns the upper index of the change range.
- getIndexFrom() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Return the lower index of the change range
- getIndexOfChild(E, E) - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the index of child in parent.
- getIndexOfChild(TreeNode<E>, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
-
- getIndexOfChild(E, E) - Method in interface org.zkoss.zul.TreeModel
-
Returns the index of the given child in the given parent.
- getIndexOfItem(Listitem) - Method in class org.zkoss.zul.Listbox
-
Returns the index of the specified item, or -1 if not found.
- getIndexTo() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Return the upper index of the change range
- getInitCrashScript() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns init crash script, if null, use default, see crashmsg.js
- getInitCrashTimeout() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns init crash timeout, if -1, use default, which is 60 sec
- getInitFunctionMap() - Method in class org.zkoss.zel.ExpressionFactory
-
- getInitiators() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level initiators.
- getInitParameter(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getInitParameter(String) - Method in class org.zkoss.web.servlet.GenericFilter
-
Returns a String containing the value of the named initialization
parameter, or null if the parameter does not exist.
- getInitParameter(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getInitParameter(String) - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
-
- getInitParameter(String) - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns a String containing the value of the named initialization
parameter, or null if the parameter does not exist.
- getInitParameter(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the value of the named context-wide initialization parameter,
or null if the parameter does not exist.
- getInitParameterNames() - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getInitParameterNames() - Method in class org.zkoss.web.servlet.GenericFilter
-
Returns a String containing the value of the named initialization
parameter, or null if the parameter does not exist.
- getInitParameterNames() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getInitParameterNames() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
-
- getInitParameterNames() - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns the names of the richlet's initialization parameters as
an iterable String objects (never null).
- getInitParameterNames() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the names of the context's initialization parameters as
an iterable String objects (never null).
- getInitScript(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the initial scripts of
the specified language, or null if no script.
- getInnerArray() - Method in class org.zkoss.zul.ListModelArray
-
Get the inner real Object[].
- getInnerCacheHashCode(Object) - Method in class org.zkoss.util.MultiCache
-
Returns an integer used to identify the instance of inner caches to use.
- getInnerList() - Method in class org.zkoss.zul.ListModelList
-
Get the inner real List.
- getInnerMap() - Method in class org.zkoss.zul.ListModelMap
-
Get the inner real Map.
- getInnerModel() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- getInnerRadius() - Method in class org.zkoss.zul.DialModelRange
-
Return the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
- getInnerSet() - Method in class org.zkoss.zul.ListModelSet
-
Get the inner real set.
- getInnerWidth(AuRequest) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the inner width of an AU request representing the update
of inner width.
- getInnerWidth() - Method in class org.zkoss.zul.Grid
-
Returns the inner width of this component.
- getInnerWidth() - Method in class org.zkoss.zul.Listbox
-
Returns the inner width of this component.
- getInnerWidth() - Method in class org.zkoss.zul.Tree
-
Returns the inner width of this component.
- getInput() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
-
- getInputEncoding() - Method in class org.zkoss.idom.Document
-
- getInputEvent(AuRequest, Object) - Static method in class org.zkoss.zk.ui.event.InputEvent
-
Converts an AU request to an input event.
- getInputEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.InputEvent
-
- getInputmode() - Method in class org.zkoss.zhtml.Input
-
Returns the inputmode of this input tag.
- getInputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getInputStream() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getInputStream() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getInstance() - Static method in class org.zkoss.bind.sys.debugger.DebuggerFactory
-
Thread safe method to get the factory instance
- 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.
- getInstance(PortletSession) - Static method in class org.zkoss.web.portlet.PortletHttpSession
-
- getInstance(PortletContext) - Static method in class org.zkoss.web.portlet.PortletServletContext
-
Returns an instance of ServletContext that representing
the specified portlet context.
- getInstance(PortletRequestDispatcher) - Static method in class org.zkoss.web.portlet.PortletServletDispatcher
-
Returns a facade instance for the specified dispatcher.
- getInstance(RenderRequest) - Static method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getInstance(RenderResponse) - Static method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- getInstance(ResourceRequest) - Static method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getInstance(ResourceResponse) - Static method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- getInstance(RequestDispatcher) - Static method in class org.zkoss.web.portlet.ServletPortletDispatcher
-
Returns a facade instance for the specified dispatcher.
- getInstance(ServletResponse, Writer) - Static method in class org.zkoss.web.servlet.BufferedResponse
-
Returns a buffered response with a writer, if writer is not null;
or the original response if writer is null.
- getInstance(ServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.BufferedResponse
-
Returns a buffered response with a output stream, if stream is not null;
or the original response if stream is null.
- getInstance(HttpServletResponse, Writer) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
Returns a buffered response with a writer, if writer is not null;
or the original response if writer is null.
- getInstance(HttpServletResponse, OutputStream) - Static method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
Returns a buffered response with a output stream, if stream is not null;
or the original response if stream is null.
- getInstance(OutputStream) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
-
Returns a facade of the specified stream.
- getInstance(Writer, String) - Static method in class org.zkoss.web.servlet.ServletOutputStreamWrapper
-
Returns a facade of the specified writer.
- getInstance(ServletContext, String) - Static method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the instance (singleton in the whole app) for
handling resources located in class path.
- getInstance() - Static method in class org.zkoss.zk.ui.sys.Registry
-
- getInstance(String, String) - Static method in class org.zkoss.zk.ui.util.ConditionImpl
-
Returns an instance of Condition, or null if both ifc and unless
are empty.
- getInstance(EvaluatorRef, Component, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection.
- getInstance(EvaluatorRef, Page, ExValue[], ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection, or null if expr is null or empty.
- getInstance(EvaluatorRef, Component, ExValue[], ExValue, ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection.
- getInstance(EvaluatorRef, Page, ExValue[], ExValue, ExValue, ExValue) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection, or null if expr is null or empty.
- getInstance(EvaluatorRef, Component, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection, or null if expr is null or empty.
- getInstance(EvaluatorRef, Page, String, String, String) - Static method in class org.zkoss.zk.ui.util.ForEachImpl
-
Returns an instance that represents the iterator for the
specified collection, or null if expr is null or empty.
- getInstance(String) - Static method in class org.zkoss.zul.SimpleConstraint
-
- getInstant() - Method in class org.zkoss.zul.impl.InputElement
-
Returns true if onChange event is sent as soon as user types in the input
component.
- getInt(Map<String, Object>, String, int) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the integer value of the specified key in the data.
- getInt(Map<String, Object>, String, int, boolean) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the integer value of the specified key in the data.
- getInt(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
-
- getIntAttribute(Component, String, int, boolean) - Static method in class org.zkoss.zul.impl.Utils
-
Returns the number if the given attribute is defined in a component or in library property.
- getInteger() - Method in class org.zkoss.zel.impl.parser.AstInteger
-
- getInternalSubset() - Method in class org.zkoss.idom.DocType
-
Gets the data for the internal subset.
- getInterpreter(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getInterpreter(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the interpreter of the specified scripting language.
- getInterval() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the interval time used to generate the options in Timepicker
Unit: 1 second
Default: 1 hr
- getIntHeader(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getIntHeader(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getIntHeader(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getIntHeight() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the chart int width in pixel; to be used by the derived subclass.
- getIntHeight() - Method in class org.zkoss.zul.Captcha
-
Get the captcha int height in pixel; to be used by the derived subclass.
- getIntHeight() - Method in class org.zkoss.zul.Chart
-
Get the chart int width in pixel; to be used by the derived subclass.
- getIntPref(String) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Retrieve the integer preference by the given key.
- getIntProperty(String, int) - Static method in class org.zkoss.lang.Library
-
Parses the property value to an integer.
- getIntWidth() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the chart int width in pixel; to be used by the derived subclass.
- getIntWidth() - Method in class org.zkoss.zul.Captcha
-
Get the captcha int width in pixel; to be used by the derived subclass.
- getIntWidth() - Method in class org.zkoss.zul.Chart
-
Get the chart int width in pixel; to be used by the derived subclass.
- getItem(String) - Method in interface org.zkoss.zk.ui.sys.Storage
-
Returns the value from the given key.
- getItemAtIndex(int) - Method in class org.zkoss.zul.Combobox
-
Returns the item at the specified index.
- getItemAtIndex(int) - Method in class org.zkoss.zul.Listbox
-
Returns the item at the specified index.
- getItemAtIndex(int) - Method in class org.zkoss.zul.Radiogroup
-
Returns the radio button at the specified index.
- getItemCount() - Method in class org.zkoss.zul.Combobox
-
Returns the number of items.
- getItemCount() - Method in class org.zkoss.zul.Group
-
Returns the number of items.
- getItemCount() - Method in class org.zkoss.zul.Listbox
-
Returns the number of items.
- getItemCount() - Method in class org.zkoss.zul.Listgroup
-
Returns the number of items.
- getItemCount() - Method in class org.zkoss.zul.Radiogroup
-
Returns the number of radio buttons in this group.
- getItemCount() - Method in class org.zkoss.zul.Tree
-
- getItemCount() - Method in class org.zkoss.zul.Treechildren
-
Returns the number of child
Treeitem
including all descendants.
- getItemHeight() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item height of
Fisheye
.
- getItemMaxHeight() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item maximal height of
Fisheye
.
- getItemMaxWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item maximal width of
Fisheye
.
- getItemPadding() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item padding of
Fisheye
.
- getItemRenderer() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the renderer to render each item, or null if the default renderer
is used.
- getItemRenderer() - Method in class org.zkoss.zul.Combobox
-
Returns the renderer to render each row, or null if the default
renderer is used.
- getItemRenderer() - Method in class org.zkoss.zul.Listbox
-
Returns the renderer to render each item, or null if the default renderer
is used.
- getItemRenderer() - Method in class org.zkoss.zul.Selectbox
-
Returns the renderer to render each item, or null if the default renderer
is used.
- getItemRenderer() - Method in class org.zkoss.zul.Tree
-
Returns the renderer to render each item, or null if the default
renderer is used.
- getItems() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the attribute items.
- getItems(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItemExt
-
Deprecated.
Returns all children items of the given Collection owner such as Grid.
- getItems() - Method in class org.zkoss.zul.Combobox
-
- getItems() - Method in class org.zkoss.zul.event.RenderEvent
-
Returns the (readonly) collection of items to render (never null).
- getItems() - Method in class org.zkoss.zul.Group
-
Returns a list of all
Row
are grouped by this group.
- getItems() - Method in class org.zkoss.zul.Listbox
-
- getItems() - Method in class org.zkoss.zul.Listgroup
-
Returns a list of all
Listitem
are grouped by this listgroup.
- getItems() - Method in class org.zkoss.zul.Radiogroup
-
Returns a readonly list of
Radio
.
- getItems() - Method in class org.zkoss.zul.Tree
-
Returns a readonly list of all descending
Treeitem
(children's children and so on).
- getItems() - Method in class org.zkoss.zul.Treechildren
-
Returns a readonly list of all descending
Treeitem
(children's children and so on).
- getItems() - Method in class org.zkoss.zuti.zul.ForEach
-
- getItemWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
- getJasperreporteExporterFactory() - Method in class org.zkoss.zkex.zul.Jasperreport
-
- getJavaScriptModules() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly map of definitions of JavaScript modules,
(String name, String version).
- getJavaScriptPackagesWithMerges() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of the packages that will be merged
by other packages.
- getJavaScripts() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of all
JavaScript
required
by this language.
- getJRExporter(String) - Method in class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
-
- getJRExporter(String) - Method in interface org.zkoss.zkex.zul.JasperreportExporterFactory
-
Currently Supported type list.
- getJSONOutput(JSONArray) - Static method in class org.zkoss.zk.au.AuWriters
-
Returns a JSON object representing the output that will be sent
to the client.
- getKey() - Method in class org.zkoss.util.Maps.SerializableEntry
-
- getKey(Date, Date) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
- getKeyCode() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns the key code.
- getKeyEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.KeyEvent
-
Converts an AU request to a key event.
- getKeyMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getKeyMessages(String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getKeyMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation message of component and a special key
- getKeyMessages(String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation message of a special key
- getKeys() - Method in class org.zkoss.web.servlet.xel.ParameterMap
-
- getKeys() - Method in class org.zkoss.web.servlet.xel.RequestScope
-
- getKeys() - Method in class org.zkoss.web.servlet.xel.StringKeysMap
-
Returns an enumeration of keys.
- getKeys() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns what keys were pressed when the mouse is clicked, or 0 if
none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.MoveEvent
-
Returns what keys were pressed when the component is moved, or 0 if
none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns what keys were pressed when the mouse is clicked, or 0 if
none of them was pressed.
- getKeys() - Method in class org.zkoss.zk.ui.event.SizeEvent
-
Returns what keys were pressed when the component is resized, or 0 if
none of them was pressed.
- getKeys() - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
-
Returns the keys of the propertyMap.
- getKeys() - Method in interface org.zkoss.zul.CategoryModel
-
Get (series, category) pairs of this chart data model.
- getKeys() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns what keys were pressed when the column is resized, or 0 if
none of them was pressed.
- getKeys() - Method in class org.zkoss.zul.SimpleCategoryModel
-
- getKlass() - Method in class org.zkoss.zel.ELClass
-
- 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.
- getLabel() - Method in class org.zkoss.zhtml.Menu
-
Returns the label of this menu tag.
- getLabel() - Method in class org.zkoss.zhtml.Optgroup
-
Returns the label of this optgroup tag.
- getLabel() - Method in class org.zkoss.zhtml.Option
-
Returns the label of this option tag.
- getLabel() - Method in class org.zkoss.zul.Group
-
Returns the value of the
Label
it contains, or null
if no such cell.
- getLabel() - Method in class org.zkoss.zul.Groupfoot
-
Returns the value of the
Label
it contains, or null
if no such cell.
- getLabel() - Method in class org.zkoss.zul.impl.LabelElement
-
Returns the label (never null).
- getLabel() - Method in class org.zkoss.zul.Listgroupfoot
-
Returns the value of the
Label
it contains, or null
if no such cell.
- getLabel() - Method in class org.zkoss.zul.Listitem
-
Returns the label of the
Listcell
it contains, or null
if no such cell.
- getLabel() - Method in class org.zkoss.zul.Treeitem
-
Returns the label of the
Treecell
it contains, or null
if no such cell.
- getLabel() - Method in class org.zkoss.zul.Treerow
-
Returns the label of the
Treecell
it contains, or null
if no such cell.
- getLabelAttribute() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the label attribute of the label template in the language setting.
- getLabelEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the label edge.
- getLabelLocations() - Method in class org.zkoss.zk.ui.util.Configuration
-
- getLambdaArgument(String) - Method in class org.zkoss.zel.ELContext
-
Obtain the value of the lambda argument with the given name.
- getLambdaArgument(String) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getLandingState(IN, C) - Method in class org.zkoss.fsm.StateMachine
-
Determines the initial state upon meeting the input character and class
- getLang() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the lang of this tag.
- getLanguage() - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the scripting language this interpreter is associated with.
- getLanguage() - Method in exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
Returns the language that is not found.
- getLanguage() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScript
-
Returns the scripting language, or null if the default scripting language
is preferred.
- getLanguage() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns the scripting language, or null if the default scripting language
is preferred.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.GenericRichlet
-
Returns the language definition that this richlet belongs to.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getLanguageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the language definition, or null if it is a temporary definition
belonging to a page.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the language definition that this page is default to be.
- getLanguageDefinition() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
- getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Page
-
Returns the language definition that this page belongs to (never null).
- getLanguageDefinition() - Method in interface org.zkoss.zk.ui.Richlet
-
Returns the default language definition that this richlet belongs to.
- getLastAccessedTime() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- getLastChild() - Method in class org.zkoss.idom.impl.AbstractGroup
-
- getLastChild() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getLastChild() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getLastChild() - Method in interface org.zkoss.zk.ui.Component
-
Returns the last child component, or null if no child at all.
- getLastInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the last component of its insertion range.
- getLastInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the last component of its insertion range.
- 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.
- getLastModified(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
Returns the last modified time.
- getLastModified(ResourceInfo) - Method in class org.zkoss.web.util.resource.ResourceLoader
-
- getLastModified(HttpServletRequest) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
- getLastResponse(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getLastResponse(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- getLastRoot() - Method in class org.zkoss.zk.ui.AbstractPage
-
- getLastRoot() - Method in interface org.zkoss.zk.ui.Page
-
Returns the last root component.
- getLeft() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the left of the component, which is its original left.
- getLeft() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the left of the component, which is its original left.
- getLeft() - Method in class org.zkoss.zk.ui.event.MoveEvent
-
Returns the left of the component after moved.
- getLeft() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the left position.
- getLegendFont() - Method in class org.zkoss.zul.Chart
-
Returns the legend font of this chart.
- 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
-
- getLength() - Method in class org.zkoss.zul.Captcha
-
Get length of the autogenerated text value; default to 5.
- 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.
- getLevel() - Method in class org.zkoss.zul.Treecell
-
Returns the level this cell is.
- getLevel() - Method in class org.zkoss.zul.Treeitem
-
Returns the level this cell is.
- getLevel() - Method in class org.zkoss.zul.Treerow
-
Returns the level this cell is.
- getLifeCycleHandlingSet(boolean) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
-
- 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
-
- getLimit() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
-
- getLimit() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
-
- getLimit() - Method in class org.zkoss.zul.event.DataLoadingEvent
-
Returns the limit of the data chunk to be loaded.
- getLimit() - Method in interface org.zkoss.zul.impl.DataLoader
-
Returns the required visible limit size of the current loaded data chunk to be shown on the screen.
- getLimit() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- getLimit() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- getLimitTimeOffer() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns a token to represent a limit-time offer.
- getLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Deprecated.
- getLineCount() - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- getLineNumber() - Method in interface org.zkoss.util.resource.Location
-
Return the line number in the document, or -1 if not available.
- getLineNumber() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns the line number of this action.
- getLinkedPanel() - Method in class org.zkoss.zul.Tab
-
Returns the panel associated with this tab.
- getLinkedTab() - Method in class org.zkoss.zul.Tabpanel
-
Returns the tab associated with this tab panel.
- getLinkedTreechildren() - Method in class org.zkoss.zul.Treerow
-
- getLinkedTreerow() - Method in class org.zkoss.zul.Treechildren
-
Returns the
Treerow
that is associated with
this treechildren, or null if no such treerow.
- getLinks() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns a list of link
- getList() - Method in class org.zkoss.zhtml.Input
-
Returns the list of this input tag.
- getListbox() - Method in class org.zkoss.zul.Listcell
-
Returns the list box that it belongs to.
- getListbox() - Method in class org.zkoss.zul.Listfoot
-
Returns the list box that it belongs to.
- getListbox() - Method in class org.zkoss.zul.Listfooter
-
Returns the listbox that this belongs to.
- getListbox() - Method in class org.zkoss.zul.Listhead
-
Returns the list box that it belongs to.
- getListbox() - Method in class org.zkoss.zul.Listheader
-
Returns the listbox that this belongs to.
- getListbox() - Method in class org.zkoss.zul.Listitem
-
Returns the list box that it belongs to.
- getListenerIterator(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Component
-
- getListenerIterator(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getListenerIterator(String) - Method in interface org.zkoss.zk.ui.Page
-
- getListeners() - Method in class org.zkoss.zk.ui.impl.ScopeListeners
-
Returns a list of all scope listeners (never null).
- getListeners() - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
Returns a ist of all scope listners (never null).
- getListfoot() - Method in class org.zkoss.zul.Listbox
-
Returns
Listfoot
belonging to this listbox, or null if no list
footers at all.
- getListfoot() - Method in class org.zkoss.zul.Listgroup
-
Returns the Listfoot, if any.
- getListgroup() - Method in class org.zkoss.zul.Listgroup
-
- getListgroup() - Method in class org.zkoss.zul.Listitem
-
Returns the listgroup that this item belongs to, or null.
- getListgroupfootIndex() - Method in class org.zkoss.zul.Listgroup
-
Returns the index of Listgroupfoot
-1: no Listgroupfoot
- getListhead() - Method in class org.zkoss.zul.Listbox
-
Returns
Listhead
belonging to this listbox, or null if no list
headers at all.
- getListheader() - Method in class org.zkoss.zul.Listcell
-
Returns the list header that is in the same column as
this cell, or null if not available.
- getListheader() - Method in class org.zkoss.zul.Listfooter
-
Returns the list header that is in the same column as
this footer, or null if not available.
- getListheader() - Method in class org.zkoss.zul.ListitemComparator
-
Returns the listheader that this comparator is associated with, or null
if not available.
- getListModel() - Method in class org.zkoss.zul.Grid
-
Returns the list model associated with this grid, or null
if this grid is associated with a
GroupsModel
or not associated with any list data model.
- getListModel() - Method in class org.zkoss.zul.Listbox
-
Returns the list model associated with this list box, or null if this
list box is associated with a
GroupsModel
or not associated with
any list data model.
- getLoadAfterEvents() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get load-after event expression set.
- getLoadBindings(Object, String) - Method in interface org.zkoss.bind.sys.tracker.Tracker
-
Returns all bindings that associated with the specified property.
- getLoadBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated LoadBindings except ReferenceBindings.
- getLoadBindings(Object, String) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- getLoadBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getLoadedInterpreters() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getLoadedInterpreters() - Method in interface org.zkoss.zk.ui.Page
-
Returns all loaded interpreters.
- getLoader() - Method in class org.zkoss.util.resource.ResourceCache
-
Returns the loader.
- getLoadPromptBindings(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getLoadPromptBindings(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
get all load prompt binding of the component and attribute
- getLoadWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get load-when event expression set.
- getLocalAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getLocalAddr() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getLocalAddr() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the Internet Protocol (IP) address of the interface on which
the request was received.
- getLocalAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getLocalAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getLocalAddr() - Method in interface org.zkoss.zk.ui.Session
-
- getLocalAddr() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- 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.
- getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getLocale() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- getLocale() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getLocale() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- getLocale() - Method in class org.zkoss.zel.ELContext
-
- getLocale() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getLocale() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the output file locale.
- getLocale() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getLocale() - Method in class org.zkoss.zkmax.zul.Timepicker
-
- getLocale() - Method in class org.zkoss.zul.Datebox
-
- getLocale() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Returns the locale associated with this number input element,
or null if
Locales.getCurrent()
is preferred.
- getLocale() - Method in class org.zkoss.zul.Timebox
-
- getLocales() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getLocales() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getLocales() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- 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.
- getLocalizedFormat() - Method in class org.zkoss.zul.Datebox
-
Returns the localized format, which is used when constructing a datebox.
- 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.
- getLocalName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getLocalName() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getLocalName() - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getLocalName() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the host name of the Internet Protocol (IP) interface
on which the request was received.
- getLocalName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getLocalName() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getLocalName() - Method in interface org.zkoss.zk.ui.Session
-
- getLocalName() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getLocalPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getLocalPort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getLocalPort() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the Internet Protocol (IP) port number of the interface on which
the request was received.
- getLocalPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getLocalPort() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getLocation() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns the location information of the annotation in the document,
or null if not available.
- getLocator() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getLocator() - Method in interface org.zkoss.idom.Item
-
Gets the locator of this item.
- getLocator() - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Returns the locator for loading resources, such as taglib.
- getLocator() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- getLocator() - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the locator of this context used to locate resources.
- getLocator() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getLocator() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the locator associated with this page definition.
- getLocator(WebApp, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the locator for the specified context.
- getLocator() - Method in class org.zkoss.zk.ui.metainfo.Parser
-
returns locator for locating resources.
- getLocator() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the locator used to retrieve resources, such as
taglib and zscript files, or null if
RequestInfo.getWebApp()
will be used
as the locator.
- getLong(Map<String, Object>, String, long) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the integer value of the specified key in the data.
- getLong(Map<String, Object>, String, long, boolean) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the integer value of the specified key in the data.
- getLongdesc() - Method in class org.zkoss.zhtml.Img
-
Returns the longdesc of this img tag.
- getLookupComponentCache() - Method in class org.zkoss.zkmax.bind.impl.AnnotateBinderEx
-
Internal implementation use only.
- getLow(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get Low value of a specified data index.
- getLow(int) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- getLowerBound() - Method in class org.zkoss.zul.DialModelRange
-
Returns the lower bound in scale of this colored range.
- getMacroDefinition(String, String, boolean, PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Instantiates and returns the component definition for the specified condition.
- getMacroURI() - Method in interface org.zkoss.zk.ui.ext.Macro
-
Returns the macro URI.
- getMacroURI() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- getMacroURI() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the macro URI, or null if not a macro.
- getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getMacroURI() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
-
- getMacroURI() - Method in class org.zkoss.zml.XmlMacroComponent
-
- getMajorTickInterval() - Method in class org.zkoss.zul.DialModelScale
-
Returns the interval between major tick (in lower bound and upper bound).
- getMajorVersion() - Static method in class org.zkoss.lang.JVMs
-
Returns the major version.
- getMajorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getManifest() - Method in class org.zkoss.zhtml.Html
-
Returns the manifest of this html tag.
- getMargins() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the margins, which is a list of numbers separated by comma.
- getMatchMediaValue() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getMatchMediaValue() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns an unmodifiable Map containing all the MatchMedia annotation values of this binder.
- getMatrixRenderer() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the matrix renderer.
- getMax() - Method in class org.zkoss.zhtml.Input
-
Returns the max of this input tag.
- getMax() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the maximum time used to generate the options in Timepicker, or null if
the default maximum time is used.
- getMax() - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Returns the maximum value.
- getMax() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
-
Returns the maximum value.
- getMaximizedMode() - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns the mode of the maximized panel.
- getMaximizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Converts an AU request to a maximize event.
- getMaxInactiveInterval() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- getMaxInactiveInterval() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getMaxInactiveInterval() - Method in interface org.zkoss.zk.ui.Session
-
Return the time, in seconds, between client requests before
the servlet container will invalidate this session.
- getMaxlength() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns the maxlength of bytes to output.
- getMaxlength() - Method in class org.zkoss.zhtml.Input
-
Returns the maxlength of this input tag.
- getMaxlength() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the maxlength.
- getMaxlength() - Method in class org.zkoss.zul.Label
-
Returns the maximal length of the label.
- getMaxlength() - Method in class org.zkoss.zul.Listbox
-
Returns the maximal length of each item's label.
- getMaxlength() - Method in class org.zkoss.zul.Listcell
-
Returns the maximal length for this cell.
- getMaxlength() - Method in class org.zkoss.zul.Listheader
-
Returns the maximal length of each item's label.
- getMaxlength() - Method in class org.zkoss.zul.Listitem
-
Returns the maximal length of each item's label.
- getMaxlength() - Method in class org.zkoss.zul.Treecell
-
- getMaxlength() - Method in class org.zkoss.zul.Treecol
-
Returns the maximal length of each item's label.
- getMaxNumberInSubModel(int) - Method in class org.zkoss.zul.SimpleListModel
-
- getMaxpos() - Method in class org.zkoss.zul.Slider
-
Returns the maximum position of the slider.
- getMaxposInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the double value of slider's maximum position.
- getMaxProcessTime() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed time to process events, in milliseconds.
- 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
-
- getMaxsize() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Get the max size setting of upload file, unit is "KB".
- getMaxsize() - Method in class org.zkoss.zul.Fileupload
-
- getMaxsize() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the maximum size of the resizing element.
- getMaxSpareThreads() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of the spare pool for
queuing event processing threads (per Web application).
- getMaxSuspendedThreads() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of suspended event
processing threads (per Web application).
- getMaxUploadSize() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed upload size, in kilobytes, or
a negative value if no limit.
- getMd5Digest() - Static method in class org.zkoss.zk.ui.sys.DigestUtilsHelper
-
Returns an MD5 MessageDigest.
- getMedia() - Method in class org.zkoss.html.StyleSheet
-
Returns the media, or null if not available.
- getMedia() - Method in class org.zkoss.zhtml.A
-
Returns the media of this a tag.
- getMedia() - Method in class org.zkoss.zhtml.Area
-
Returns the media of this area tag.
- getMedia() - Method in class org.zkoss.zhtml.Link
-
Returns the media of this link tag.
- getMedia() - Method in class org.zkoss.zhtml.Style
-
Returns the media of this style tag.
- getMedia() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the serialized media query list which is the value of
MatchMedia annotation.
- getMedia() - Method in class org.zkoss.zk.ui.event.UploadEvent
-
Returns the first media being uploaded, or null if no file
is uploaded.
- getMedia(String) - Method in interface org.zkoss.zk.ui.ext.render.DynamicMedia
-
Retrieve the view in
Media
format.
- getMedia(String) - Method in class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
-
- getMedia(String) - Method in class org.zkoss.zul.Audio.ExtraCtrl
-
- getMedia(String) - Method in class org.zkoss.zul.Iframe.ExtraCtrl
-
- getMedia(String) - Method in class org.zkoss.zul.Image.ExtraCtrl
-
- getMedia(String) - Method in class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
-
- getMedia() - Method in class org.zkoss.zul.Style
-
Returns the media dependencies for this style sheet.
- getMedias() - Method in class org.zkoss.zk.ui.event.UploadEvent
-
Returns the array of media being uploaded, or null
if the user uploaded no file at all.
- getMenupopup() - Method in class org.zkoss.zul.Columns
-
Returns the ID of the Menupopup (
Menupopup
) that should appear
when the user clicks on the element.
- getMenupopup() - Method in class org.zkoss.zul.Listhead
-
Returns the ID of the Menupopup (
Menupopup
) that should appear
when the user clicks on the element.
- getMenupopup() - Method in class org.zkoss.zul.Menu
-
Returns the
Menupopup
it owns, or null if not available.
- getMergedJavaScriptPackages(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a list of JavaScript packages that are merged the given
package, such as "zk" and "zul.lang".
- 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.
- getMessage() - Method in error org.zkoss.zel.impl.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class org.zkoss.zk.ui.event.ErrorEvent
-
Returns the error message if this event is caused by a wrong data,
or null if it is to clear message.
- getMessageLoaders() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the message loader for this language.
- getMessages(Component, String) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getMessages(Component) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getMessages() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- getMessages(Component, String) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation messages of a component and special attribute
- getMessages(Component) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get validation messages of a component
- getMessages() - Method in interface org.zkoss.bind.sys.ValidationMessages
-
get all validation messages
- getMethod() - Method in class org.zkoss.lang.reflect.SerializableMethod
-
Returns the method being encapsulated.
- getMethod() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getMethod() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getMethod() - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
-
- getMethod(Object, Object, Class<?>[], Object[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Returns a method based on the criteria.
- getMethod() - Method in class org.zkoss.zhtml.Form
-
Returns the method of this form tag.
- getMethod() - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
-
- getMethod() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- 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.
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.zkoss.zel.impl.parser.Node
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.MethodExpression
-
- getMethodInPublic(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
-
Gets the method that is declared in a public class/interface.
- getMilestone(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.MilestonePropertiesList
-
Return the trend line.
- getMilestoneConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
- getMilestoneConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getMimeType(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getMimeType(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getMimeType(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the MIME type of the specified file, or null if the MIME type
is not known.
- getMin() - Method in class org.zkoss.zhtml.Input
-
Returns the min of this input tag.
- getMin() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the minimum time used to generate the options in Timepicker, or null if
the default minimum time is used.(00:00:00 AM)
- getMin() - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Returns the minimum value.
- getMin() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
-
Returns the minimum value.
- getMinheight() - Method in class org.zkoss.zul.Panel
-
Returns the minimum height.
- getMinheight() - Method in class org.zkoss.zul.Window
-
Returns the minimum height.
- getMinHeights() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the minimum heights.
- getMinimizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Converts an AU request to a minimize event.
- getMinorTickCount() - Method in class org.zkoss.zul.DialModelScale
-
returns the number of minor ticks between major tick.
- getMinorVersion() - Static method in class org.zkoss.lang.JVMs
-
Returns the minor version.
- getMinorVersion() - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getMinpos() - Method in class org.zkoss.zul.Slider
-
Returns the minimum position of the slider.
- getMinposInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the double value of slider's minimum position.
- getMinsize() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the minimum size of the resizing element.
- getMinwidth() - Method in class org.zkoss.zul.Panel
-
Returns the minimum width.
- getMinwidth() - Method in class org.zkoss.zul.Window
-
Returns the minimum width.
- getMinWidths() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the minimum widths.
- getMode() - Method in class org.zkoss.zul.Include
-
Returns the inclusion mode.
- getMode() - Method in class org.zkoss.zul.Toolbarbutton
-
- getMode() - Method in class org.zkoss.zul.Window
-
Returns the current mode.
- getModel() - Method in class org.zkoss.bind.impl.IndirectBinding
-
- getModel() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the matrix model.
- getModel() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the model associated with this chosenbox, or null if this
chosenbox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Returns the chart model associated with this chart, or null
if this chart is not associated with any chart data model.
- getModel() - Method in class org.zkoss.zul.Chart
-
Returns the chart model associated with this chart, or null
if this chart is not associated with any chart data model.
- getModel() - Method in class org.zkoss.zul.Combobox
-
Returns the list model associated with this combobox, or null
if this combobox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.DefaultTreeNode
-
- getModel() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the chart model that fires this event.
- getModel() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the list model that fires this event.
- getModel() - Method in class org.zkoss.zul.event.ListDataEvent
-
Returns the list model that fires this event.
- getModel() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Returns the tree model that fires this event.
- getModel() - Method in class org.zkoss.zul.Grid
-
Returns the model associated with this grid, or null
if this grid is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Listbox
-
Returns the model associated with this list box, or null if this list box
is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Radiogroup
-
Returns the list model associated with this radiogroup, or null
if this radiogroup is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Selectbox
-
Returns the model associated with this selectbox, or null if this
selectbox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Tabbox
-
Returns the model associated with this selectbox, or null if this
selectbox is not associated with any list data model.
- getModel() - Method in class org.zkoss.zul.Tree
-
Returns the list model associated with this tree, or null
if this tree is not associated with any tree data model.
- getModel() - Method in interface org.zkoss.zul.TreeNode
-
Returns the tree model it belongs to.
- getModel() - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
- getModelByOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
-
Deprecated.
- getModelName(Component) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- getModeType() - Method in class org.zkoss.zul.Window
-
Returns the current mode.
- getMold() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getMold() - Method in interface org.zkoss.zk.ui.Component
-
Returns the mold used to render this component.
- getMold() - Method in class org.zkoss.zul.Listitem
-
- getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns a readonly collection of the names of the mold.
- getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getMoldNames() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- getMoldNames() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns a collection of the mold names that have the molde URL.
- getMoldURI(String) - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- getMoldURI(String) - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns the URI (String) of the template to generate the mold,
or null if not available.
- getMonitor() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the monitor for this application, or null if not set.
- getMouseEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MouseEvent
-
Converts an AU request to a mouse event.
- getMoveEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.MoveEvent
-
Converts an AU request to a move event.
- getName() - Method in enum org.zkoss.bind.annotation.Scope
-
the zk implicit scope name
- 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 interface org.zkoss.web.servlet.Servlets.ClientIdentifier
-
Returns the name of the browser.
- getName() - Method in class org.zkoss.web.theme.Theme
-
- getName() - Method in class org.zkoss.zel.MethodInfo
-
- getName() - Method in class org.zkoss.zhtml.Button
-
Returns the name of this button tag.
- getName() - Method in class org.zkoss.zhtml.Fieldset
-
- getName() - Method in class org.zkoss.zhtml.Form
-
Returns the name of this form tag.
- getName() - Method in class org.zkoss.zhtml.Iframe
-
Returns the name of this iframe tag.
- getName() - Method in class org.zkoss.zhtml.Input
-
Returns the name of this input tag.
- getName() - Method in class org.zkoss.zhtml.Map
-
Returns the name of this map tag.
- getName() - Method in class org.zkoss.zhtml.Meta
-
Returns the name of this meta tag.
- getName() - Method in class org.zkoss.zhtml.Object
-
Returns the name of this object tag.
- getName() - Method in class org.zkoss.zhtml.Select
-
Returns the name of this select tag.
- getName() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the event name.
- getName() - Method in interface org.zkoss.zk.ui.metainfo.Annotation
-
Returns the name of this annotation.
- getName() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns name of this component definition (never null).
- getName() - Method in class org.zkoss.zk.ui.metainfo.HeaderInfo
-
Returns the tag name of this header element.
- getName() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getName() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns name of this language.
- getName() - Method in class org.zkoss.zk.ui.metainfo.Property
-
Returns the name of the property.
- getName() - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
-
Returns the response header's name.
- getName() - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Returns the name of the template info.
- getName() - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
Returns the event name, such as, onClick.
- getName() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
Returns the event name, such as, onClick.
- getName() - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- getName() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
-
- getName() - Method in class org.zkoss.zk.ui.select.impl.PseudoElement
-
- getName() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns the attribute name.
- getName() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Calendar
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Checkbox
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Iframe
-
Returns the frame name.
- getName() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Listbox
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Radio
-
Returns the name of this radio button.
- getName() - Method in class org.zkoss.zul.Radiogroup
-
Returns the name of this group of radio buttons.
- getName() - Method in class org.zkoss.zul.Selectbox
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Slider
-
Returns the name of this component.
- getName() - Method in class org.zkoss.zul.Tree
-
Returns the name of this component.
- getNamedDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- 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
-
- getNames() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns a readonly collection of the names (String)
of component definitions defined in this map.
- 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.
- getNamespace(RenderResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
-
Returns the namespace for resource request parameters
Default: "".
- getNamespace() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the name space.
- getNamespaceParsers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level NamespaceParsers.
- 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
-
- getNativeContent(Component, List<NodeInfo>, Native.Helper) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- getNativeContent(Component, List<NodeInfo>, Native.Helper) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Retrieve the native content for a property of the specified component.
- getNativeContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getNativeContext() - Method in interface org.zkoss.zk.ui.WebApp
-
- getNativeDefinition() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the component definition for the native components.
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
Returns the native interpreter, or null if it is not initialized
or destroyed.
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
Returns the native interpreter, or null if it is not initialized
or destroyed.
- getNativeInterpreter() - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the native interpreter, or null if not available.
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
-
Returns the native interpreter, or null if it is not initialized
or destroyed.
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
-
- getNativeInterpreter() - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
Returns the native interpreter, or null if it is not initialized
or destroyed.
- getNativeRequest() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the native request, or null if not available.
- getNativeRequest() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getNativeRequest() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getNativeRequest() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the native request.
- getNativeResponse() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the native response, or null if not available.
- getNativeResponse() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getNativeSession() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getNativeSession() - Method in interface org.zkoss.zk.ui.Session
-
Returns the native session, or null if not available.
- getNavbar() - Method in class org.zkoss.zkmax.zul.Nav
-
Returns the navigation bar that it belongs to.
- getNavbar() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the navigation bar that it belongs to.
- getNbsp() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns whether to generate if the content is empty.
- getNcols() - Method in class org.zkoss.zkmax.zul.Rowlayout
-
Number of columns to divide the row into
Default: 12
- getNeedleColor() - Method in class org.zkoss.zul.DialModelScale
-
Get the needle color of this scale(in string as #RRGGBB).
- getNeedleRadius() - Method in class org.zkoss.zul.DialModelScale
-
Return the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
- getNeedleRGB() - Method in class org.zkoss.zul.DialModelScale
-
Get the needle color of this scale in int array (0: red, 1: green, 2:blue).
- getNeedleType() - Method in class org.zkoss.zul.DialModelScale
-
Returns the needle type of this scale ("pointer" or "pin")
- getNextEvent() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getNextEvent() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- getNextInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the next insertion point, it may be a component, a shadow element, or null.
- getNextInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the next insertion point, it may be a component, a shadow element, or null.
- getNextInsertionComponentIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the next component before this shadow, if any.
- getNextKey() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getNextKey() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Returns the next available key which is unique in the whole cache.
- getNextKey() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the next available key which is unique in the whole desktop.
- getNextSibling() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getNextSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getNextSibling() - Method in interface org.zkoss.zk.ui.Component
-
Returns the next sibling, or null if it is the last child.
- getNextToken() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Get the next Token.
- getNextToken() - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Get the next Token.
- getNextUuid(Page) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getNextUuid(Component) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getNextUuid(Page) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the next available UUID for a page.
- getNextUuid(Component) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the next available UUID for a component.
- 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
-
- getNonselectableTags() - Method in class org.zkoss.zul.Listbox
-
Returns a list of HTML tag names that shall not cause the list item
being selected if they are clicked.
- getNonselectableTags() - Method in class org.zkoss.zul.Tree
-
Returns a list of HTML tag names that shall not cause the tree item
being selected if they are clicked.
- getNonSystemProperties(Component) - Static method in class org.zkoss.bind.impl.AnnotationUtil
-
- getNoResultsText() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the no-result text of this component.
- getNormalPath(String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the normal path; that is, will elminate the double dots
".."
- getNorth() - Method in class org.zkoss.zul.Borderlayout
-
- 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
-
- getNote() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
-
the note of this info
- getNote() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- getNotifys(BindContext) - Static method in class org.zkoss.bind.impl.AbstractBindingHandler
-
- getNotifys(Method, Object, String, Object, BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- getNotifys(BindContext) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- getNumber(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
-
- getNumber() - Method in class org.zkoss.zul.Fileupload
-
- getObjects(Set<T>) - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return selected objects from selected items if possible.
- getOddRowSclass() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the style class for the odd rows.
- getOddRowSclass() - Method in class org.zkoss.zul.Grid
-
Returns the style class for the odd rows.
- getOddRowSclass() - Method in class org.zkoss.zul.Listbox
-
Returns the style class for the odd rows.
- getOfflineRecoverEvent(AuRequest, Object) - Static method in class org.zkoss.zkmax.zul.event.OfflineRecoverEvent
-
- getOffset() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
-
- getOffset() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
-
- getOffset() - Method in class org.zkoss.zkmax.zul.Rowchildren
-
Number of columns to skip ahead
- getOffset() - Method in class org.zkoss.zul.event.DataLoadingEvent
-
Returns the offset of the data chunk to be loaded.
- getOffset() - Method in interface org.zkoss.zul.ext.GroupingInfo
-
The offset of an element in a group.
- getOffset() - Method in interface org.zkoss.zul.impl.DataLoader
-
Returns the requested visible offset of the current loaded data chunk.
- getOffset() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- getOffset() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
- getOffset() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- getOnclick() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the onclick.
- getOnDataChangeCallback() - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- getOnDirtyChangeCallback() - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- getOpen(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get Open value of a specified data index.
- getOpen(int) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- getOpenCount() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getOpenCount() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns the number of paths that are opened.
- getOpenEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.OpenEvent
-
Converts an AU request to an open event.
- getOpenObjects() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getOpenObjects() - Method in interface org.zkoss.zul.ext.Openable
-
Returns the objects that are opened.
- getOpenPath() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getOpenPath() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns the first path in the open.
- getOpenPaths() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getOpenPaths() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns the paths in the open.
- getOperator() - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- getOptions() - Method in class org.zkoss.zk.au.AuRequest
-
- getOrCreateTrackerNode(Component, String[]) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- getOrCreateTrackerNode(Component, String[]) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
-
- getOrderBy() - Method in class org.zkoss.zul.FieldComparator
-
Returns the order-by clause.
- getOrient() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the orientation of
Fisheye
.
- getOrient() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the chart orientation (vertical or horizontal)
- getOrient() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zkmax.zul.Scrollview
-
Returns current orient (horizontal or vertical).
- getOrient() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Box
-
- getOrient() - Method in class org.zkoss.zul.Button
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Chart
-
Get the chart orientation (vertical or horizontal)
- getOrient() - Method in class org.zkoss.zul.Menubar
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Radiogroup
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Separator
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Slider
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Splitter
-
Returns the orientation of the splitter.
- getOrient() - Method in class org.zkoss.zul.Tabbox
-
Returns the orient.
- getOrient() - Method in class org.zkoss.zul.Toolbar
-
Returns the orient.
- getOrientation() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Return the current orientation.
- getOrigin() - Method in interface org.zkoss.bind.FormStatus
-
Returns the origin object of the form object
- getOrigin() - Method in class org.zkoss.util.FilterMap
-
Returns the original map being filtered.
- getOrigin() - Method in class org.zkoss.web.theme.StandardTheme
-
- getOrigin() - Method in class org.zkoss.zk.ui.event.ForwardEvent
-
Returns the original event.
- getOrigin() - Method in class org.zkoss.zk.ui.event.FulfillEvent
-
Returns the original event.
- getOriginContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the original context path regardless of being forwarded or not.
- getOriginFullRequest(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns the request uri + query string.
- getOriginFullServlet(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns the servlet path + path info + query string.
- getOriginObject() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- getOriginObject() - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Returns the origin object.
- getOriginObject() - Method in class org.zkoss.bind.proxy.MapProxy
-
- getOriginObject(T) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Internal use only.
- getOriginObject(T) - Method in interface org.zkoss.bind.proxy.ProxyTargetHandler
-
Get the corresponding origin data object.
- getOriginPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the path info regardless of being forwarded or not.
- getOriginQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the query string regardless of being forwarded or not.
- getOriginRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the request URI regardless of being forwarded or not.
- getOriginServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the original servlet path regardless of being forwarded or not.
- getOut() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns the current output.
- getOut() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- getOut() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the writer, never null.
- getOuterRadius() - Method in class org.zkoss.zul.DialModelRange
-
Return the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
- getOutputName() - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- 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.
- getOutputStream() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- getOutputStream() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- getOutputStream() - Method in class org.zkoss.web.servlet.BufferedResponse
-
- getOutputStream() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
- getOverrideAnnotation(ComponentCtrl, String, String) - Static method in class org.zkoss.bind.impl.AnnotationUtil
-
- getOverrideKey() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the override key.
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuBookmark
-
Default: zk.bookmark (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClearBusy
-
Default: zk.busy (i.e., only one response of this class and
AuShowBusy
will
be sent to the client in an execution for the same component, if any)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClearWrongValue
-
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuClientInfo
-
Default: zk.clientInfo (i.e., only one response of this class
will be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuConfirmClose
-
Default: zk.confirmClose (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuEcho
-
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuFocus
-
Default: zk.focus (i.e., only one response of this class
for the same component will be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuObsolete
-
Default: zk.obsolete (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuPrint
-
Default: zk.print (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuResizeWidget
-
Default: zk.resizeWgt (i.e., only one response of this class will
be sent to the client in an execution for the same component)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSelect
-
Default: zk.select (i.e., only one response of this class
for the same component will be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSendRedirect
-
Default: zk.redirect (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuSetTitle
-
Default: zk.title (i.e., only one response of this class will
be sent to the client in an execution)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuShowBusy
-
Default: zk.busy (i.e., only one response of this class and
AuClearBusy
will
be sent to the client in an execution for the same component, if any)
- getOverrideKey() - Method in class org.zkoss.zk.au.out.AuWrongValue
-
- getOwner() - Method in class org.zkoss.idom.Attribute
-
Gets the item that owns this attribute.
- getOwner() - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the owner of this interpreter.
- getOwner() - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- getOwner() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getOwner() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the owner of this page, or null if it is not owned by
any component.
- getOwner() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Returns the owner component for this execution, or null if
this execution is not owned by any component.
- getOwner() - Method in interface org.zkoss.zul.impl.DataLoader
-
Returns the associated owner component of this DataLoader.
- getOwner() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- getOwner() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- 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
-
- getPack() - Method in class org.zkoss.zul.Box
-
Returns the pack alignment of cells of this box
(start, center, end) plus an indication stretch option.
- getPackages() - Method in class org.zkoss.zul.Script
-
Returns the list of packages to load before evaluating the script
defined in
Script.getContent()
.
- getPacket() - Method in class org.zkoss.zkmax.zul.event.OfflineRecoverEvent
-
Returns the packet map that users can store something for recovery.
- getPage() - Method in class org.zkoss.web.servlet.dsp.action.Include
-
Returns the page (URI).
- getPage() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the page that this request is applied for, or null
if this request is a general request -- regardless any page or
component.
- getPage() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getPage() - Method in interface org.zkoss.zk.ui.Component
-
Returns the page that this component belongs to, or null if
it doesn't belong to any page.
- getPage(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the page of the specified ID or UUID.
- getPage() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the page owning this event, or null if broadcast.
- getPage(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getPage() - Method in class org.zkoss.zk.ui.select.SelectorComposer
-
Returns the current page.
- getPage() - Method in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Returns the current page.
- getPage() - Method in class org.zkoss.zk.ui.util.GenericComposer
-
Returns the current page.
- getPageable() - Method in class org.zkoss.zul.event.PageSizeEvent
-
Returns the pageable controller.
- getPageable() - Method in class org.zkoss.zul.event.PagingEvent
-
Returns the pageable controller.
- getPageContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the page context.
- getPageCount() - Method in class org.zkoss.zul.AbstractListModel
-
- getPageCount() - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the number of pages.
- getPageCount() - Method in interface org.zkoss.zul.ext.Pageable
-
Returns the number of pages.
- getPageCount() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns the number of pages.
- getPageCount() - Method in class org.zkoss.zul.Paging
-
- getPageDefinition(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the page definition from the page file specified by an URI.
- getPageDefinition(WebApp, String) - Static method in class org.zkoss.zk.ui.Executions
-
Returns the page definition from the page file specified by an URI.
- getPageDefinition(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getPageDefinition(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
Returns the page definition of the specified path, or null if not found.
- getPageDefinition() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns the page definition, i.e., the root node, or null if not available.
- getPageDefinition() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the page definition (always this).
- getPageDefinition(WebApp, Locator, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the page definition of the specified path, or null if not
found or failed to parse.
- getPageDefinition(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified path, or null if
not found.
- getPageDefinition() - Method in interface org.zkoss.zk.xel.EvaluatorRef
-
Returns the page definition of this reference, or null if not
available.
- getPageDefinitionDirectly(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Converts the specified page content to a page definition.
- getPageDefinitionDirectly(Document, String) - Method in interface org.zkoss.zk.ui.Execution
-
Converts the specified page content, in DOM, to a page definition.
- getPageDefinitionDirectly(Reader, String) - Method in interface org.zkoss.zk.ui.Execution
-
Reads the raw content from a reader and converts it into
a page definition.
- getPageDefinitionDirectly(WebApp, String, String) - Method in class org.zkoss.zk.ui.Executions
-
Converts the specified page content to a page definition.
- getPageDefinitionDirectly(WebApp, Document, String) - Method in class org.zkoss.zk.ui.Executions
-
Converts the specified page content, in DOM, to a page definition.
- getPageDefinitionDirectly(WebApp, Reader, String) - Method in class org.zkoss.zk.ui.Executions
-
Reads the raw content from a reader and converts it into
a page definition.
- getPageDefinitionDirectly(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getPageDefinitionDirectly(Document, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getPageDefinitionDirectly(Reader, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getPageDefinitionDirectly(RequestInfo, String, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
Returns the page definition of the specified content; never null.
- getPageDefinitionDirectly(RequestInfo, Document, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- getPageDefinitionDirectly(WebApp, Locator, String, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the page definition of the specified raw content; never null.
- getPageDefinitionDirectly(WebApp, Locator, Reader, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the page definition of the raw content from the specified
reader; never null.
- getPageDefinitionDirectly(WebApp, Locator, Document, String) - Static method in class org.zkoss.zk.ui.metainfo.PageDefinitions
-
Returns the page definition of the specified raw content in DOM;
never null.
- getPageDefinitionDirectly(RequestInfo, String, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified content; never null.
- getPageDefinitionDirectly(RequestInfo, Document, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified content; never null.
- getPageDefinitionDirectly(RequestInfo, Reader, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns the page definition of the specified reader; never null.
- getPageIfAny(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the page of the specified ID or UUID, or null if no such page.
- getPageIfAny(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getPageIncrement() - Method in interface org.zkoss.zul.ext.Paginal
-
Returns the number of page anchors shall appear at the client.
- getPageIncrement() - Method in class org.zkoss.zul.Paging
-
- getPageIncrement() - Method in class org.zkoss.zul.Slider
-
Returns the amount that the value of
Slider.getCurpos()
changes by when the tray of the scroll bar is clicked.
- getPageIncrementInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the amount that the value of
Slider.getCurpos()
changes by when the tray of the scroll bar is clicked.
- getPageRedrawControl(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
-
Returns the page redraw control.
- getPageRenderer() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the page render for this language.
- getPages() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns a readonly collection of all
Page
in this desktop.
- getPages() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getPageSize() - Method in class org.zkoss.zul.AbstractListModel
-
- getPageSize() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getPageSize() - Method in class org.zkoss.zul.event.PageSizeEvent
-
Returns the page size.
- getPageSize() - Method in interface org.zkoss.zul.ext.Pageable
-
Returns the number of items per page.
- getPageSize() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns the page size, a.k.a., the number rows per page.
- getPageSize() - Method in class org.zkoss.zul.Paging
-
- getPageSize() - Method in class org.zkoss.zul.Tree
-
Returns the page size, a.k.a., the number items per page.
- getPageX() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the horizontal coordinate of the mouse pointer relative
to the whole document.
- getPageY() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the vertical coordinate of the mouse pointer relative
to the whole document.
- getPaginal() - Method in class org.zkoss.zul.Grid
-
Returns the paging controller, or null if not available.
- getPaginal() - Method in class org.zkoss.zul.Listbox
-
Returns the paging controller, or null if not available.
- getPaginal() - Method in class org.zkoss.zul.Tree
-
Returns the paging controller, or null if not available.
- getPagingChild() - Method in class org.zkoss.zul.Grid
-
- getPagingChild() - Method in class org.zkoss.zul.Listbox
-
- getPagingChild() - Method in class org.zkoss.zul.Tree
-
- getPagingEvent(AuRequest) - Static method in class org.zkoss.zul.event.PagingEvent
-
Converts an AU request to a render event.
- getPagingPosition() - Method in interface org.zkoss.zul.ext.Paginated
-
Returns the paging position if the component contains a paging
component.
- getPagingPosition() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns how to position the paging of mesh element at the client screen.
- getPaneAlpha() - Method in class org.zkoss.zul.Chart
-
Get the pane alpha (transparency, 0 ~ 255, opacue).
- getPaneColor() - Method in class org.zkoss.zul.Chart
-
Get the pane color of the chart (in string as #RRGGBB).
- getPanel(int, int) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns the specified panel, or null if not available.
- getPanelchildren() - Method in class org.zkoss.zul.Panel
-
Returns the panelchildren of this panel.
- getPanelSpacing() - Method in class org.zkoss.zul.Tabbox
-
- getPaneRGB() - Method in class org.zkoss.zul.Chart
-
Get the pane color in int array (0: red, 1: green, 2:blue).
- getParameter(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getParameter(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getParameter(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns the value of a request parameter as a String,
or null if the parameter does not exist
- getParameter(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getParameter() - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
-
- getParameter(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getParameterMap() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getParameterMap() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getParameterMap() - Method in interface org.zkoss.zk.ui.Execution
-
Returns a Map of the parameters of this request.
- getParameterMap() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getParameterMap() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getParameterNames() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getParameterNames() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getParameterNames() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getParameters(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMethodParameters
-
- getParameters() - Method in interface org.zkoss.zk.ui.util.Template
-
Returns a readonly map of the parameters that are assigned
to the template.
- getParameters() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports Parameters.
- 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
-
- getParameterValues(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getParameterValues(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getParameterValues(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns an array of String objects containing all of the values
the given request parameter has, or null if the parameter does not exist.
- getParameterValues(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getParameterValues(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getParams() - Method in class org.zkoss.zul.Applet
-
Returns a map of parameters (never null).
- getParamTypes() - Method in class org.zkoss.zel.MethodInfo
-
- getParent() - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- getParent() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getParent() - Method in interface org.zkoss.idom.Item
-
Gets the parent item.
- getParent() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns the parent action, or null if no parent at all.
- 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.
- getParent() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getParent() - Method in interface org.zkoss.zk.ui.Component
-
Returns the parent component, or null if this is the root component.
- getParent() - Method in interface org.zkoss.zk.ui.metainfo.NodeInfo
-
Returns the parent, or null if it has no parent.
- getParent() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the parent (always null).
- getParent() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return the parent context
- getParent() - Method in class org.zkoss.zul.DefaultTreeNode
-
- getParent() - Method in interface org.zkoss.zul.TreeNode
-
Returns the parent TreeNode
of this node.
- getParentIdSpace(IdSpace) - Static method in class org.zkoss.zk.ui.Components
-
Returns the parent of the ID space, or null if not found.
- getParentItem() - Method in class org.zkoss.zul.Treeitem
-
Returns the parent tree item,
or null if this item is already the top level of the tree.
- getParentNode() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getParsedApply() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Return the parsed expressions of the apply attribute.
- getParsedApply() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getParser() - Method in class org.zkoss.idom.input.SAXBuilder
-
Gets the SAX parser.
- getPart(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getParts() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getPath() - Method in interface org.zkoss.util.resource.Location
-
Returns the path of the document, or null if not available.
- getPath() - Method in class org.zkoss.zk.ui.Path
-
Returns the path (after normalized).
- getPath(Component) - Static method in class org.zkoss.zk.ui.Path
-
Returns the path of the specified component.
- getPath(E) - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the path from the specified child.
- getPath(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
-
Returns the path from the child, where the path indicates the child is
placed in the whole tree.
- getPath() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Returns the path of the affected node.
- getPath(E) - Method in interface org.zkoss.zul.TreeModel
-
Returns the path from the given child, where the path indicates the child is
placed in the whole tree.
- getPathInfo() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getPathInfo() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getPathInfo() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the path info of the request.
- getPathInfo() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getPathTranslated() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getPathTranslated() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getPathTranslated() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getPattern() - Method in class org.zkoss.zhtml.Input
-
Returns the pattern of this input tag.
- getPercent() - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- getPerformanceMeter() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the performance meter for this application, or null if not set.
- getPeriod() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
Returns the period used in header.
- getPeriod() - Method in class org.zkoss.zul.Chart
-
Returns the period used in Time Series Chart.
- getPhaseListener() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getPhaseListener() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- getPhaseListeners() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getPhaseListeners() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- getPieFillAlpha() - Method in class org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
-
Returns the alpha for all the pies on the chart.
- getPlaceholder() - Method in class org.zkoss.zhtml.Input
-
Returns the placeholder of this input tag.
- getPlaceholder() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the placeholder text
- getPopup() - Method in class org.zkoss.zul.impl.XulElement
-
Returns the ID of the popup (
Popup
) that should appear
when the user clicks on the element.
- getPopupWidth() - Method in class org.zkoss.zul.Bandbox
-
- getPopupWidth() - Method in class org.zkoss.zul.Combobox
-
- getPortalMoveEvent(AuRequest) - Static method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Converts an AU request to a portal-move event.
- getPortletSess() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Returns the portlet session being wrapped by this object.
- getPos() - Method in class org.zkoss.zk.ui.event.ScrollEvent
-
Returns the position.
- getPosInDouble() - Method in class org.zkoss.zk.ui.event.ScrollEvent
-
Returns the position.
- getPosition() - Method in class org.zkoss.json.parser.JSONParser
-
- getPosition() - Method in exception org.zkoss.json.parser.ParseException
-
- getPosition(Panel) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns an int array[col, row] that indicates the specified panel located
within this portal layout.
- getPosition() - Method in class org.zkoss.zul.Center
-
- getPosition() - Method in class org.zkoss.zul.Datebox
-
- getPosition() - Method in class org.zkoss.zul.East
-
- getPosition() - Method in class org.zkoss.zul.LayoutRegion
-
Returns this regions position (north/south/east/west/center).
- getPosition() - Method in class org.zkoss.zul.North
-
- getPosition() - Method in class org.zkoss.zul.South
-
- getPosition() - Method in class org.zkoss.zul.West
-
- getPosition() - Method in class org.zkoss.zul.Window
-
Returns how to position the window at the client screen.
- getPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
- getPreferenceNames() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly set of all preference names.
- getPreferredLocale(HttpSession, ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
-
Returns the preferred locale of the specified request.
- getPreferredLocale(ServletRequest) - Static method in class org.zkoss.web.servlet.Charsets
-
Returns the preferred locale of the specified request.
- 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.
- getPrefix() - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getPreload() - Method in class org.zkoss.zul.Audio
-
Returns whether and how the audio should be loaded.
- getPreloadSize() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the number of items to preload when receiving the rendering
request from the client.
- getPreloadSize() - Method in class org.zkoss.zul.Grid
-
Deprecated.
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead.
Returns the number of rows to preload when receiving
the rendering request from the client.
Default: 50. (since 6.0.1)
It is used only if live data (Grid.setModel(ListModel)
and
not paging (Grid.getPagingChild()
.
Note: if the "pre-load-size" attribute of component is specified, it's prior to the original value.(@since 3.0.4)
- getPreloadSize() - Method in class org.zkoss.zul.Listbox
-
Deprecated.
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead.
Returns the number of items to preload when receiving the rendering
request from the client.
Default: 50. (Since 6.0.1)
It is used only if live data (Listbox.setModel(ListModel)
and not paging
(Listbox.getPagingChild()
.
Note: if the "pre-load-size" attribute of component is specified, it's
prior to the original value.(@since 3.0.4)
- getPrevious() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- getPrevious() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the status of the enclosing forEach statement.
- getPreviousInsertion() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the previous insertion point, it may be a component, a shadow element, or null.
- getPreviousInsertion() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns the previous insertion point, it may be a component, a shadow element, or null.
- getPreviousInsertionComponentIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the first component before this shadow, if any.
- getPreviousSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the previous selected items (never null).
- getPreviousSelectedItems() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return the previous selected items from the target component.
- getPreviousSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the previous selected objects.
- getPreviousSelectedObjects() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return the previous selected objects from the target component.
- getPreviousSibling() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getPreviousSibling() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getPreviousSibling() - Method in interface org.zkoss.zk.ui.Component
-
Returns the previous sibling, or null if it is the first child.
- getPreviousValue() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns the previous value before user's input.
- getPreviousWidth() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the previous column width
- getPreviousWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the previous column width of the specified column index.
- getPriority() - Method in class org.zkoss.bind.impl.ClientBinderCommandParser
-
- getPriority() - Method in class org.zkoss.web.theme.StandardTheme
-
- getPriority() - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
-
Returns the namespace parser's priority, higher is the first.
- getPriority(String) - Static method in class org.zkoss.zul.theme.Themes
-
Return the priority of the given theme
- getProcessConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Return the process config.
- getProcessConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getProcessingId() - Method in exception org.zkoss.zk.au.RequestOutOfSequenceException
-
Returns the sequence ID of the request being processed.
- getProcessingPromptDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in milliseconds, before ZK Client Engine shows
a dialog to prompt users that the request is in processing.
- getProcessProperties(Comparable) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
-
Returns the process properties.
- getProcessProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ProcessPropertiesMap
-
Returns the process properties at the specified position.
- getProgressing() - Method in class org.zkoss.zul.Include
-
- getPrologChildren() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns a readonly list of the prolog children (
NativeInfo
).
- getPrologContent() - Method in interface org.zkoss.zk.ui.ext.Native
-
Returns the prolog content.
- getPrologContent() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getPrologContent() - Method in class org.zkoss.zml.XmlNativeComponent
-
- getProperties() - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getProperties(String) - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getProperties(Object) - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getProperties() - Method in interface org.zkoss.bind.ValidationContext
-
get dependent properties that need to be validated.
- getProperties(String) - Method in interface org.zkoss.bind.ValidationContext
-
get dependent properties by the property name.
- getProperties(Object) - Method in interface org.zkoss.bind.ValidationContext
-
get dependent properties by a base object.
- 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).
- getProperties() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns a readonly list of properties (
Property
) (never null).
- getProperties() - Method in class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Returns a readonly list of properties (
Property
) (never null).
- getProperties(Object) - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
-
Returns the chart properties in the specified category.
- getProperties(ChartPropertiesMap, int, Object) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getPropertiesRenderers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level properties renders.
- getProperty() - Method in class org.zkoss.bind.impl.AccessInfo
-
- getProperty() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getProperty() - Method in class org.zkoss.bind.impl.PropertyImpl
-
- getProperty() - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getProperty() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
-
- getProperty() - Method in interface org.zkoss.bind.Property
-
Returns the name of this property.
- getProperty() - Method in class org.zkoss.bind.PropertyChangeEvent
-
Gets the property
- getProperty() - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- getProperty() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
- getProperty() - Method in interface org.zkoss.bind.ValidationContext
-
get the main property that need to be validated.
- 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
-
- getProperty() - Method in class org.zkoss.zel.ValueReference
-
- getProperty(String) - Method in interface org.zkoss.zkmax.zul.ChartProperties
-
Returns the specified property.
- getProperty(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties
-
- getPropertyAccess(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
- getPropertyAccess(String) - Method in class org.zkoss.zhtml.Text
-
- getPropertyAccess(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getPropertyAccess(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
- getPropertyAccess(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- getPropertyAccess(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the corresponding property access object from the given property
name, if any.
- getPropertyAccess(String) - Method in class org.zkoss.zul.Combobox
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.Datebox
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.Doublebox
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.FormatInputElement
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.InputElement
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.LabelElement
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.NumberInputElement
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.impl.XulElement
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.Intbox
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.Label
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.Longbox
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.Textbox
-
- getPropertyAccess(String) - Method in class org.zkoss.zul.Timebox
-
- getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.Apply
-
- getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.ForEach
-
- getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.If
-
- getPropertyKey() - Method in class org.zkoss.zul.event.DialChartDataEvent
-
Return the key of the property.
- getPropertyMap(ServletRequest, String) - Static method in class org.zkoss.web.fn.ThemeProperties
-
- getPropertyString() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
-
- getPropertyString() - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- getPropertyString() - Method in class org.zkoss.bind.impl.IndirectBinding
-
Null is returned by default.
- getPropertyString() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- getPropertyString() - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
-
- getPropertyString() - Method in interface org.zkoss.bind.sys.ChildrenBinding
-
Returns the property expression script of this binding.
- getPropertyString() - Method in interface org.zkoss.bind.sys.FormBinding
-
Returns the property expression script of this binding.
- getPropertyString() - Method in interface org.zkoss.bind.sys.PropertyBinding
-
Returns the property expression script of this binding.
- getPropertyString() - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Returns the reference expression script of this binding.
- getPropNameMapping() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
get property, script mapping map
- getPropNameMapping() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getProtocol() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getProtocol() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getProtocol() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getProxiedEvent() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
-
Returns the proxied event.
- getProxy(Desktop) - Method in interface org.zkoss.zkex.zul.ListModelSharer
-
Get a proxy which is to be used in listbox or grid of a desktop.
- getProxy(Desktop) - Method in class org.zkoss.zkex.zul.SimpleListModelSharer
-
Get a proxy which is to be used in listbox or grid of a desktop.
- getProxyCount() - Method in interface org.zkoss.zkex.zul.ListModelSharer
-
Get the count of created proxy.
- getProxyCount() - Method in class org.zkoss.zkex.zul.SimpleListModelSharer
-
Get the count of created proxy.
- getPseudoClasses() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getPseudoElements() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- 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.
- getQuality() - Method in class org.zkoss.zul.Flash
-
Returns the quality of the Flash movie
Default: "high".
- getQueryString() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getQueryString() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getQueryString() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the query string that is contained in the request URL after the
path (
Desktop.getRequestPath()
), or null if the URL does not have a query
string.
- getQueryString() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getQueryString() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getQueue(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
-
- getQueueName() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getQueueName() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns the queue name of this binder
- getQueueScope() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getQueueScope() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns the queue scope of this binder
- getRadiogroup() - Method in class org.zkoss.zul.Radio
-
Returns
Radiogroup
that this radio button belongs to.
- getRadioRenderer() - Method in class org.zkoss.zul.Radiogroup
-
Returns the renderer to render each radio, or null if the default
renderer is used.
- getRange(int) - Method in class org.zkoss.zul.DialModelScale
-
Returns the color range of the specified index.
- getRangeColor() - Method in class org.zkoss.zul.DialModelRange
-
Get the background color of the dial frame (in string as #RRGGBB).
- getRangeRGB() - Method in class org.zkoss.zul.DialModelRange
-
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
- getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScript
-
Returns the raw content.
- getRawContent() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns the raw content.
- getRawCurrent() - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Returns the current session or the current session resolver.
- getRawData() - Method in class org.zkoss.zk.au.AuResponse
-
Returns the associated data of this response in the original
format (might be null).
- getRawOrderBy() - Method in class org.zkoss.zul.FieldComparator
-
Returns the original order-by clause passed to the constructor.
- getRawScript() - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
Returns the script passed to the constructor.
- getRawText() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the text directly without checking whether any error
message not yet fixed.
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.Property
-
Returns the raw value of the property.
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.TextInfo
-
Returns the raw value (text).
- getRawValue() - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
Returns the value passed to the constructor.
- getRawValue() - Method in class org.zkoss.zk.xel.ExValue
-
Returns the raw value.
- getRawValue() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the raw value directly with checking whether any
error message not yet fixed.
- getReader() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getReader() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getReader() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getReaderData() - Method in class org.zkoss.image.AImage
-
Always throws IllegalStateException.
- getReaderData() - Method in class org.zkoss.sound.AAudio
-
Not supported.
- getReaderData() - Method in class org.zkoss.util.media.AMedia
-
Returns the reader of this media to retrieve the data.
- getReaderData() - Method in interface org.zkoss.util.media.Media
-
Returns the raw data in Reader.
- getReaderData() - Method in class org.zkoss.util.media.RepeatableMedia
-
- getRealCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
-
Unveils the real cause.
- getRealFormat() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the real format, i.e., the combination of the format patterns,
such as hh:mm.
- getRealFormat() - Method in class org.zkoss.zul.Datebox
-
Returns the real format, i.e., the combination of the format patterns,
such as yyyy-MM-dd.
- getRealFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
-
Returns the real format.
- getRealFormat() - Method in class org.zkoss.zul.Timebox
-
Returns the real format, i.e., the combination of the format patterns,
such as hh:mm.
- getRealMatrixRenderer() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
- getRealOrigin(ForwardEvent) - Static method in class org.zkoss.zk.ui.event.Events
-
Returns the real origin event of a forwarded event.
- getRealPath(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getRealPath(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
Deprecated.
- getRealPath(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
Deprecated.
- getRealPath(String) - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
Returns the real path for the specified path.
- getRealPath(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getRealPath(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a String containing the real path for a given virtual path.
- getRealPath(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getRealRenderer() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- getRealRenderer() - Method in interface org.zkoss.zul.impl.DataLoader
-
Return the renderer to do rendering.
- getRealRenderer() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- getRealRenderer() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- getRealRenderer() - Method in class org.zkoss.zul.Selectbox
-
- getRealTarget() - Method in class org.zkoss.zk.ui.impl.ProxyEvent
-
Returns the real target.
- getRed() - Method in class org.zkoss.web.fn.Color
-
- getRedrawCallback() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getRedrawCallback() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
- getReference() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns the reference item that is the component causing the key event to
be fired.
- getReference() - Method in class org.zkoss.zk.ui.event.OpenEvent
-
- getReference() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the reference item that is the component causing the onSelect
event(select or deselect) to be fired.
- getReference() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
-
Deprecated.
Gets the reference component that "trigger" sending of this event.
- getReferenceBindings() - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Returns associated ReferenceBindings.
- getReferenceBindings() - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- getReferences() - Method in class org.zkoss.zkplus.databind.BindingValidateEvent
-
Deprecated.
Gets the list of the reference components that "trigger" sending of this event.
- getRel() - Method in class org.zkoss.zhtml.A
-
Returns the rel of this a tag.
- getRel() - Method in class org.zkoss.zhtml.Area
-
Returns the rel of this area tag.
- getRel() - Method in class org.zkoss.zhtml.Link
-
Returns the rel of this link tag.
- getRemoteAddr() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getRemoteAddr() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getRemoteAddr() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the Internet Protocol (IP) address of the client or last
proxy that sent the request.
- getRemoteAddr() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getRemoteAddr() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getRemoteAddr() - Method in interface org.zkoss.zk.ui.Session
-
- getRemoteAddr() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getRemoteHost() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getRemoteHost() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getRemoteHost() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the fully qualified name of the client or the last proxy
that sent the request.
- getRemoteHost() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getRemoteHost() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getRemoteHost() - Method in interface org.zkoss.zk.ui.Session
-
- getRemoteHost() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getRemotePort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getRemotePort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getRemotePort() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getRemoteUser() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getRemoteUser() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getRemoteUser() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the login of the user making this request, if the user has
been authenticated, or null if the user has not been authenticated.
- getRemoteUser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getRemoteUser() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getRenderContext(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns the render context, or null if not available.
- getRenderdefer() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the number of milliseconds before rendering this component
at the client.
- getRenderedIndex(Component, int) - Method in class org.zkoss.bind.impl.AbstractRenderer
-
- getRenderedIndex(Component, int) - Method in class org.zkoss.bind.impl.BindChildRenderer
-
- getRenderer(String) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getRenderEvent(AuRequest) - Static method in class org.zkoss.zul.event.RenderEvent
-
Converts an AU request to a render event.
- getRenderRequest() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getReplaceableText() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the replaceable text, nor null if it cannot be replaced
with a text.
- getReport() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns a AMedia contains report's byte stream.
- getRequest() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- getRequest() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The current request.
- getRequest() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the request, or null if not available.
- getRequest() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the request.
- getRequest() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the request (never null).
- getRequestData() - Method in class org.zkoss.zk.ui.event.StubEvent
-
Returns the data carried in the request.
- getRequestDispatcher(PortletContext, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
-
Returns the request dispatch of the specified URI.
- getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getRequestDispatcher(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getRequestDispatcher(ServletContext, ServletRequest, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the request dispatch of the specified URI.
- getRequestDispatcher(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
- getRequestDispatcher(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getRequestedSessionId() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getRequestedSessionId() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getRequestedSessionId() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getRequestId() - Method in exception org.zkoss.zk.au.RequestOutOfSequenceException
-
Returns the sequence ID of the new request.
- getRequestId() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getRequestId() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the sequence ID of the current request, or null if not
available.
- getRequestPath() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the path of the request that causes
this desktop to be created, or "" if not available.
- getRequestPath() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getRequestPath() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getRequestPath() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the request path of this page definition, or ""
if not available.
- getRequestPath() - Method in interface org.zkoss.zk.ui.Page
-
Returns the request path of this page, or "" if not available.
- getRequestQueue() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getRequestQueue() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the request queue.
- getRequestURI() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getRequestURI() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getRequestURI() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getRequestURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getRequestURL() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getRequestURL() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- 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.
- getResendDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
Deprecated.
As of release 6.0.0, it is removed without replacement, since
it is rarely applicable and over complicated.
Returns the time, in milliseconds, before ZK Client Engine re-sends
the request to the server.
- getReservedNames() - Static method in class org.zkoss.zk.ui.sys.Names
-
Returns a set of readonly reserved words.
- getResetBooleanValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default boolean value. i.e. false
- getResetByteValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default byte value. i.e. 0
- getResetCharValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default char value. i.e
- getResetDoubleValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default double value. i.e. 0.0d
- getResetEmptyStringValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the empty string.
- getResetFloatValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default float value. i.e. 0.0f
- getResetIntValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default int value. i.e. 0
- getResetLongValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default long value. i.e. 0L
- getResetNullValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the null value
- getResetShortValue() - Method in interface org.zkoss.bind.proxy.FormFieldCleaner
-
Returns the default short value. i.e. 0
- 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.
- getResource(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
-
Returns the resource of the specified uri.
- getResource(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getResource(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the resource of the specified uri.
- getResource(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the URL of the resource of the specified URI by searching
the extra locator, if any, and then the class path
(with
ClassWebResource.PATH_PREFIX
).
- getResource(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the URL of the specified URI, or null if not found.
- getResource(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
-
- getResource(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getResource(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a URL to the resource that is mapped to a specified path.
- 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.
- getResourceAsStream(PortletContext, String) - Static method in class org.zkoss.web.portlet.Portlets
-
Returns the resource stream of the specified uri.
- getResourceAsStream(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getResourceAsStream(ServletContext, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the resource stream of the specified uri.
- getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns the resource in a stream of the specified URI by searching
the extra locator, if any, and then, the class path (with
ClassWebResource.PATH_PREFIX
).
- getResourceAsStream(String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the resource of the specified URI as input stream,
or null if not found.
- getResourceAsStream(String) - Method in class org.zkoss.web.util.resource.ServletContextLocator
-
- getResourceAsStream(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getResourceAsStream(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the resource located at the named path as
an InputStream object.
- getResourcePaths(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getResourcePaths(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getResourcePaths(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a directory-like listing of all the paths to resources
within the web application whose longest sub-path matches the
supplied path argument.
- getResourceRequest() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- 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.
- getResponse() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- getResponse() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The current response.
- getResponse() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the response, or null if not available.
- getResponse() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the response.
- getResponse() - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the response (never null).
- getResponse() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
-
- getResponse() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
-
- getResponse() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
-
Returns the response representing this aborting reason.
- getResponseCharset() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the charset used to generate the HTTP response
or null to use the container's default.
- getResponseHeaders() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getResponseHeaders(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns a map of response headers (never null).
- getResponseHeaders() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns a readonly collection of response headers (never null).
- getResponseHeaders() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns a readonly collection of response headers (never null).
- getResponseId(boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getResponseId(boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the sequence ID of the response.
- getResponses() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getResponses() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns the collection of the AU responses (
AuResponse
)
that shall be generated to the output, or null if not available.
- getResult() - Method in class org.zkoss.zkplus.embed.Bridge
-
Returns the result in the JavaScript.
- getResult() - Method in class org.zkoss.zul.impl.FileuploadDlg
-
Returns the result.
- getResult() - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Returns the result which is the button being pressed.
- 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
-
- getReturnType() - Method in class org.zkoss.zel.MethodInfo
-
- getRGB() - Method in class org.zkoss.web.fn.Color
-
- getRGB() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the color in int
Default: 0x000000
- getRichlet(RequestInfo, String) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- getRichlet(RequestInfo, String) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Returns a richlet for specified request, or null if the richlet is not found..
- getRichlet(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns an instance of richlet of the specified name, or null
if not found.
- getRichletByPath(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns an instance of richlet for the specified path, or
null if not found.
- getRoot() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the root of the specified component.
- getRoot() - Method in interface org.zkoss.zk.ui.Component
-
Returns the root of this component.
- getRoot(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns the root component of the specified one.
- getRoot(XelContext) - Static method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
-
Returns the root object.
- getRoot() - Method in class org.zkoss.zul.AbstractTreeModel
-
Return the root of the tree model.
- getRoot() - Method in interface org.zkoss.zul.TreeModel
-
Returns the root of the tree.
- getRootAttributes() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getRootAttributes(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
- getRootAttributes() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the attributes of the root element declared in this page
(never null).
- getRootElement() - Method in class org.zkoss.idom.Document
-
Gets the root element.
- getRoots() - Method in class org.zkoss.zk.ui.AbstractPage
-
- getRoots() - Method in interface org.zkoss.zk.ui.Page
-
Returns a readonly list of the root components.
- getRoundingMode() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Returns the rounding mode.
- getRowHeight() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the height of the single row.
- getRowIndex() - Method in class org.zkoss.zkmax.zul.event.CellClickEvent
-
Returns the row index
- getRowRenderer() - Method in class org.zkoss.zul.Grid
-
Returns the renderer to render each row, or null if the default
renderer is used.
- getRows() - Method in class org.zkoss.zhtml.Textarea
-
Returns the rows of this textarea tag.
- getRows() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the rows' size of the viewport.
- getRows() - Method in class org.zkoss.zul.Frozen
-
Returns the number of rows to freeze.
- getRows() - Method in class org.zkoss.zul.Grid
-
Returns the rows.
- getRows() - Method in class org.zkoss.zul.Listbox
-
Returns the rows.
- getRows() - Method in class org.zkoss.zul.Textbox
-
Returns the rows.
- getRows() - Method in class org.zkoss.zul.Tree
-
Returns the rows.
- getRowspan() - Method in class org.zkoss.zhtml.Td
-
Returns the rowspan of this td tag.
- getRowspan() - Method in class org.zkoss.zhtml.Th
-
Returns the rowspan of this th tag.
- getRowspan() - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Returns number of rows to span this header.
- getRowspan() - Method in class org.zkoss.zul.Auxheader
-
Returns number of rows to span this header.
- getRowspan() - Method in class org.zkoss.zul.Cell
-
Returns number of rows to span.
- getSandbox() - Method in class org.zkoss.zhtml.Iframe
-
Returns the sandbox of this iframe tag.
- getSaveFormFieldNames(Form) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getSaveFormFieldNames(Form) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns all field names for saving with the given Form.
- getSaveWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get save-when event expression.
- getScale() - Method in class org.zkoss.zul.Decimalbox
-
Returns the scale for the decimal number storing in this component,
or
Decimalbox.AUTO
if the scale is decided automatically (based on
what user has entered).
- getScale(int) - Method in class org.zkoss.zul.DialModel
-
- getScaleExtent() - Method in class org.zkoss.zul.DialModelScale
-
Returns angles in degree extended from the starting angle (counter clockwise is positive).
- getScaleLowerBound() - Method in class org.zkoss.zul.DialModelScale
-
Returns the scale's lower bound.
- getScaleStartAngle() - Method in class org.zkoss.zul.DialModelScale
-
Returns starting angle in degree associated to the sclae's lower bound
(0 degree point to east, counter-clockwise is positive).
- getScaleUpperBound() - Method in class org.zkoss.zul.DialModelScale
-
Returns the scale's upper bound.
- getSchemaTypeInfo() - Method in class org.zkoss.idom.Attribute
-
- getSchemaTypeInfo() - Method in class org.zkoss.idom.Element
-
- getScheme() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getScheme() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getScheme() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the name of the scheme used to make this request,
for example, http, https, or ftp.
- getScheme() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getScheme() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getSclass() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the style class.
- getSclass() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the CSS class.
- getSclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the CSS class.
- getSclass() - Method in class org.zkoss.zul.Row
-
Returns the style class.
- getScope() - Method in class org.zkoss.web.servlet.dsp.action.Remove
-
Returns the scope.
- getScope() - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Returns the scope.
- getScope() - Method in class org.zkoss.zhtml.Th
-
Returns the scope of this th tag.
- getScope(String) - Static method in class org.zkoss.zk.ui.Components
-
- getScope() - Method in class org.zkoss.zk.ui.metainfo.AttributesInfo
-
Returns the scope, or null if it is not associated with a scope.
- getScreenHeight() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the pixel height of the client's screen.
- getScreenWidth() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the pixel width of the client's screen.
- getScript(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetListener
-
Returns the script associated with this event handler.
- getScriptBuffer() - Static method in class org.zkoss.zk.ui.sys.ComponentRedraws
-
Returns the string buffer for the snippet that shall be generated
after rendering the components.
- getScripts() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns a list of Javascript files or the scripts of the data attribute handler.
- getScrollEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ScrollEvent
-
Converts an AU request to a scroll event.
- getScrollEventExt(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.ScrollEventExt
-
- getScrolling() - Method in class org.zkoss.zul.Iframe
-
Return the scroll bars.
- getSecondHalf(StringBuffer, String) - Method in interface org.zkoss.zk.ui.ext.Native.Helper
-
Appends the first half of the device-dependent content
for the specified tag and properties, and appends it to
the specified string buffer.
- getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.HtmlHelper
-
- getSecondHalf(StringBuffer, String) - Method in class org.zkoss.zml.XmlNativeComponent.XmlHelper
-
- 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.
- getSelectableModel() - Method in class org.zkoss.zul.Tabbox
-
- getSelectedCount() - Method in class org.zkoss.zul.Listbox
-
Returns the number of items being selected.
- getSelectedCount() - Method in class org.zkoss.zul.Tree
-
Returns the number of items being selected.
- getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Return the index of the component in view port.
- getSelectedIndex() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zul.Combobox
-
Returns the index of the selected item, or -1 if not selected.
- getSelectedIndex() - Method in class org.zkoss.zul.Listbox
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zul.Radiogroup
-
Returns the index of the selected radio button (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zul.Selectbox
-
Returns the index of the selected item (-1 if no one is selected).
- getSelectedIndex() - Method in class org.zkoss.zul.Tabbox
-
Returns the selected index.
- getSelectedItem() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns the selected item.
- getSelectedItem() - Method in class org.zkoss.zul.Combobox
-
Returns the selected item.
- getSelectedItem() - Method in class org.zkoss.zul.Listbox
-
Returns the selected item.
- getSelectedItem() - Method in class org.zkoss.zul.Radiogroup
-
Returns the selected radio button.
- getSelectedItem() - Method in class org.zkoss.zul.Tree
-
Returns the selected item.
- getSelectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the selected items (never null).
- getSelectedItems() - Method in class org.zkoss.zul.Listbox
-
Returns all selected items.
- getSelectedItems() - Method in class org.zkoss.zul.Tree
-
Returns all selected items.
- getSelectedObject() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the selected object.
- getSelectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the selected objects (never null).
- getSelectedObjects() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the selected objects.
- getSelectedPanel() - Method in class org.zkoss.zul.Tabbox
-
Returns the selected tab panel.
- getSelectedTab() - Method in class org.zkoss.zul.Tabbox
-
Returns the selected tab.
- getSelectedText() - Method in class org.zkoss.zk.ui.event.SelectionEvent
-
Returns the selected text contained in this text.
- getSelectEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectEvent
-
Converts an AU request to a select event.
- getSelectEvent(AuRequest, SelectEvent.SelectedObjectHandler<T>) - Static method in class org.zkoss.zk.ui.event.SelectEvent
-
Converts an AU request to a select event.
- getSelection() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- getSelection() - Method in class org.zkoss.zul.AbstractGroupsModel
-
Returns the current selection.
- getSelection() - Method in class org.zkoss.zul.AbstractListModel
-
Returns the current selection.
- getSelection() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getSelection() - Method in interface org.zkoss.zul.ext.Selectable
-
Returns the current selection.
- getSelection() - Method in class org.zkoss.zul.impl.GroupsListModel
-
- getSelectionControl() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- getSelectionControl() - Method in class org.zkoss.zul.AbstractGroupsModel
-
- getSelectionControl() - Method in class org.zkoss.zul.AbstractListModel
-
- getSelectionControl() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getSelectionControl() - Method in interface org.zkoss.zul.ext.Selectable
-
Returns the selection control for the selection model, if any.
- getSelectionControl() - Method in class org.zkoss.zul.impl.GroupsListModel
-
- getSelectionCount() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getSelectionCount() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns the number of paths that are selected.
- getSelectiondirection() - Method in class org.zkoss.zhtml.Input
-
Returns the selectiondirection of this input tag.
- getSelectionEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SelectionEvent
-
Converts an AU request to a selection event.
- getSelectionPath() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getSelectionPath() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns the first path in the selection.
- getSelectionPaths() - Method in class org.zkoss.zul.AbstractTreeModel
-
- getSelectionPaths() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns the paths in the selection.
- getSelectorIndex() - Method in class org.zkoss.zk.ui.select.impl.Selector
-
Return the index of this selector in a multiple selector sequence.
- getSelf() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
-
- getSelf() - Method in class org.zkoss.zk.ui.select.SelectorComposer
-
Returns the component which applies to this composer.
- getSelf() - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
-
Returns the self variable.
- getSeltype() - Method in class org.zkoss.zul.Listbox
-
Returns the seltype.
- getSeltype() - Method in class org.zkoss.zul.Tree
-
Returns the seltype.
- getSEORenderers() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the system-level SEO renderer.
- getSeparator() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns the separate chars of this component.
- getSeries(int) - Method in interface org.zkoss.zul.CategoryModel
-
Get a series of the specified index;
- getSeries() - Method in interface org.zkoss.zul.CategoryModel
-
Get all series as a collection.
- getSeries() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the series of the chart data model.
- getSeries() - Method in interface org.zkoss.zul.HiLoModel
-
Get the only series.
- getSeries(int) - Method in class org.zkoss.zul.SimpleCategoryModel
-
- getSeries() - Method in class org.zkoss.zul.SimpleCategoryModel
-
- getSeries() - Method in class org.zkoss.zul.SimpleHiLoModel
-
- getSeries(int) - Method in class org.zkoss.zul.SimpleXYModel
-
- getSeries() - Method in class org.zkoss.zul.SimpleXYModel
-
- getSeries(int) - Method in interface org.zkoss.zul.XYModel
-
Get a series of the specified index;
- getSeries() - Method in interface org.zkoss.zul.XYModel
-
Get all series as a collection.
- getSeriesConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Return the series config.
- getSeriesConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getSeriesIndex() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the series index, if any.
- getSeriesLength() - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
-
- getSeriesProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
-
Returns the series properties.
- getSeriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap
-
Returns the series properties at the specified position.
- getSeriesProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
-
Returns the series properties.
- getSeriesProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
-
Returns the series properties at the specified position.
- getSeriesPropertiesMap() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Return the series config.
- getSeriesPropertiesMap(CategoryChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getServerInfo() - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getServerName() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getServerName() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getServerName() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the host name of the server to which the request was sent.
- getServerName() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getServerName() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getServerName() - Method in interface org.zkoss.zk.ui.Session
-
- getServerName() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getServerPort() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getServerPort() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getServerPort() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the port number to which the request was sent.
- getServerPort() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getServerPort() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the server-push controller, or null if it is not enabled
yet.
- getServerPushClass() - Method in interface org.zkoss.zk.device.Device
-
Returns the class that implements the server-push feature
(
ServerPush
) for this device, or null if the default is used.
- getServerPushClass() - Method in interface org.zkoss.zk.device.DeviceConfig
-
Returns the class that implements the server-push feature
(
ServerPush
) for this device, or null if the default is used.
- getServerPushClass(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the class name that implements the server push feature.
- getServerPushClass() - Method in class org.zkoss.zk.device.GenericDevice
-
- getServlet(String) - Method in class org.zkoss.web.portlet.PortletServletContext
-
Deprecated.
- getServletConfig() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The Servlet configuration.
- getServletContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- getServletContext() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- getServletContext() - Method in class org.zkoss.web.servlet.GenericFilter
-
Returns the servlet context in which this filter is running.
- getServletContext() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The Servlet context.
- getServletContext() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the request, or null if not available.
- getServletContext() - Method in class org.zkoss.web.servlet.xel.RequestXelResolver
-
Returns the context.
- getServletContext() - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Returns the servlet context.
- getServletContext() - Method in class org.zkoss.web.util.resource.ServletContextLocator
-
Returns the servlet context.
- getServletContext() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getServletContext() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the servlet context of this application.
- getServletContext() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getServletContextName() - Method in class org.zkoss.web.portlet.PortletServletContext
-
- getServletNames() - Method in class org.zkoss.web.portlet.PortletServletContext
-
Deprecated.
- getServletPath() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getServletPath() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getServletPath() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getServlets() - Method in class org.zkoss.web.portlet.PortletServletContext
-
Deprecated.
- getServletURI(HttpServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Returns the servlet uri of the request.
- getSession() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getSession(boolean) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getSession() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getSession(boolean) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getSession() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The current session.
- getSession(boolean) - Method in interface org.zkoss.zk.au.http.AuExtensionRequest
-
Returns the session, or null if no session and create
is false.
- getSession() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the session of this desktop.
- getSession() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the session this execution belongs to.
- getSession(boolean) - Method in class org.zkoss.zk.ui.http.SessionResolverImpl
-
- getSession(ServletContext, HttpServletRequest) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the session associated with the specified request request.
- getSession(ServletContext, HttpServletRequest, boolean) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the current HttpSession associated with this request or,
if there is no current session and create is true, returns a new session.
- getSession() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getSession() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getSession() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getSession() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the session, or null if not available.
- getSession(boolean) - Method in interface org.zkoss.zk.ui.sys.SessionResolver
-
Returns the session, or null if no session available and
create
is false.
- getSession(WebApp, Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Returns the ZK session associated with the specified native session,
or null if not found.
- getSession(boolean) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getSession() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getSessionCache() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getSessionCache() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the session cache (never null).
- getSessionCacheClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to store ZK sessions, or null
if the default shall be used.
- getSessionContext() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Deprecated.
- getSessionFactory() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
-
Deprecated.
Get the singleton hibernate Session Factory.
- getSessionMaxDesktops() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of desktop per session.
- getSessionMaxInactiveInterval() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in seconds, between client requests
before ZK will invalidate the session.
- getSessionMaxPushes() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of concurrent server-pushes
per session.
- getSessionMaxRequests() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the maximal allowed number of concurrent requests
per session.
- getSetter(Class<?>, String) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Get an array of setter methods by a specific propertyName.
- getShadowDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getShadowDefinition(Class) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getShadowDefinition(String, PageDefinition, String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Instantiates and returns the component definition for the specified condition.
- getShadowDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- getShadowDefinitionMap() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the map of shadow elements defined in this language (never null).
- getShadowDefinitions() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly collection of all shadow element definitions in this language.
- getShadowFellowIfAny(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShadowFellowIfAny(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the shadow element under this shadow host.
- getShadowHost() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- getShadowHost() - Method in interface org.zkoss.zk.ui.ShadowElement
-
Returns the owner component that hosts this shadow element.
- getShadowHost() - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Return the current shadow host.
- getShadowHost() - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Return the current shadow host.
- getShadowHostIfAny() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- getShadowHostIfAny() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Return the shadow host from it or its ancestor, if any.
- getShadowRoots() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShadowRoots() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns a set of shadow elements, if any.
- getShadowVariable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShadowVariable(Component, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShadowVariable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns the shadow variable associated with this component or its parent
component; or null if not found.
- getShadowVariable(Component, String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns the shadow variable enclosed with the base component, which
associated with this component or its parent component; or null if not found.
- getShadowVariable0(Component, String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getShape() - Method in class org.zkoss.zhtml.Area
-
Returns the shape of this area tag.
- getShape() - Method in class org.zkoss.zul.Area
-
Returns the shape of this area.
- getShowTodayLink() - Method in class org.zkoss.zul.Calendar
-
Returns whether enable to show the link that jump to today in day view
Default: false
- getShowTodayLink() - Method in class org.zkoss.zul.Datebox
-
Returns whether enable to show the link that jump to today in day view
Default: false
- getSize() - Method in class org.zkoss.zhtml.Input
-
Returns the size of this input tag.
- getSize() - Method in class org.zkoss.zhtml.Select
-
Returns the size of this select tag.
- getSize() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- getSize() - Method in class org.zkoss.zul.Center
-
The size can't be returned in this component.
- getSize() - Method in class org.zkoss.zul.East
-
Returns the size of this region.
- getSize() - Method in class org.zkoss.zul.impl.GroupsListModel
-
- getSize() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the size of this region.
- getSize() - Method in interface org.zkoss.zul.ListModel
-
Returns the length of the list.
- getSize() - Method in class org.zkoss.zul.ListModelArray
-
- getSize() - Method in class org.zkoss.zul.ListModelList
-
- getSize() - Method in class org.zkoss.zul.ListModelMap
-
- getSize() - Method in class org.zkoss.zul.ListModelSet
-
- getSize() - Method in class org.zkoss.zul.North
-
Returns the size of this region.
- getSize() - Method in class org.zkoss.zul.SimpleListModel
-
- getSize() - Method in class org.zkoss.zul.South
-
Returns the size of this region.
- getSize() - Method in class org.zkoss.zul.West
-
Returns the size of this region.
- getSizeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SizeEvent
-
Converts an AU request to a size event.
- getSizes() - Method in class org.zkoss.zhtml.Link
-
Returns the sizes of this link tag.
- getSizes() - Method in class org.zkoss.zkmax.zul.event.DivisionSizeEvent
-
- getSizesArray() - Method in class org.zkoss.zkmax.zul.event.DivisionSizeEvent
-
- getSlideEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SlideEvent
-
Converts an AU request to an slide event.
- getSlidingtext() - Method in class org.zkoss.zul.Slider
-
Returns the sliding text.
- getSortableModel() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the sortable model, if any.
- getSortAscending() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the ascending sorter provider, or null if not available.
- getSortAscending() - Method in class org.zkoss.zul.Column
-
Returns the ascending sorter, or null if not available.
- getSortAscending() - Method in class org.zkoss.zul.Listheader
-
Returns the ascending sorter, or null if not available.
- getSortAscending() - Method in class org.zkoss.zul.Treecol
-
Returns the ascending sorter, or null if not available.
- getSortDescending() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns the descending sorter provider, or null if not available.
- getSortDescending() - Method in class org.zkoss.zul.Column
-
Returns the descending sorter, or null if not available.
- getSortDescending() - Method in class org.zkoss.zul.Listheader
-
Returns the descending sorter, or null if not available.
- getSortDescending() - Method in class org.zkoss.zul.Treecol
-
Returns the descending sorter, or null if not available.
- getSortDirection() - Method in class org.zkoss.zul.Column
-
Returns the sort direction.
- getSortDirection(Comparator<TreeNode<E>>) - Method in class org.zkoss.zul.DefaultTreeModel
-
- getSortDirection(Comparator<T>) - Method in interface org.zkoss.zul.ext.Sortable
-
Returns the sort direction of this model for the given comparator.
- getSortDirection() - Method in class org.zkoss.zul.Listheader
-
Returns the sort direction.
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelArray
-
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelList
-
- getSortDirection(Comparator<Map.Entry<K, V>>) - Method in class org.zkoss.zul.ListModelMap
-
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelSet
-
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.SimpleListModel
-
- getSortDirection() - Method in class org.zkoss.zul.Treecol
-
Returns the sort direction.
- getSortEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SortEvent
-
Converts an AU request to a sort event.
- getSortEventExt(AuRequest) - Static method in class org.zkoss.zkmax.zul.event.SortEventExt
-
- getSourceMapContent() - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Generate the source map of this mananger.
- getSourceMapInfoList() - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Returns a list of source map info
- getSourceMappingURL() - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Returns the source mapping url
- getSourcePath() - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- getSouth() - Method in class org.zkoss.zul.Borderlayout
-
- getSpace() - Method in class org.zkoss.zul.WaferMapModel
-
Returns the space between chips, default to 1.
- getSpaceOwner() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getSpaceOwner() - Method in interface org.zkoss.zk.ui.Component
-
Returns the owner of the ID space that this component belongs to.
- getSpacing() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the spacing.
- getSpacing() - Method in class org.zkoss.zkmax.zul.Rowlayout
-
Spacing between columns should be given as a ratio to the column width.
- getSpacing() - Method in class org.zkoss.zul.Box
-
Returns the spacing between adjacent children, or null if the default
spacing is used.
- getSpacing() - Method in class org.zkoss.zul.Layout
-
Returns the spacing between adjacent children, or null if the default
spacing is used.
- getSpacing() - Method in class org.zkoss.zul.Separator
-
Returns the spacing.
- getSpan() - Method in class org.zkoss.zhtml.Col
-
Returns the span of this col tag.
- getSpan() - Method in class org.zkoss.zhtml.Colgroup
-
Returns the span of this colgroup tag.
- getSpan() - Method in class org.zkoss.zul.impl.FooterElement
-
Returns number of columns to span this footer.
- getSpan() - Method in class org.zkoss.zul.impl.MeshElement
-
Return column span hint of this component.
- getSpan() - Method in class org.zkoss.zul.Listcell
-
Returns number of columns to span this cell.
- getSpan() - Method in class org.zkoss.zul.Treecell
-
Returns number of columns to span this cell.
- getSpans() - Method in class org.zkoss.zul.Row
-
Deprecated.
As of release 5.0.0, use Cell
instead.
- getSpecial(String) - Static method in class org.zkoss.idom.Namespace
-
Returns the special namespace if prefix is special, or null if not.
- getSpecialRendererOutput(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getSpecified() - Method in class org.zkoss.idom.Attribute
-
- getSplitChild() - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Returns the split child, or null if not available.
- getSrc() - Method in class org.zkoss.html.JavaScript
-
- getSrc() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the src (URL).
- getSrc() - Method in class org.zkoss.zhtml.Embed
-
Returns the src of this embed tag.
- getSrc() - Method in class org.zkoss.zhtml.Iframe
-
Returns the src of this iframe tag.
- getSrc() - Method in class org.zkoss.zhtml.Img
-
Returns the src of this img tag.
- getSrc() - Method in class org.zkoss.zhtml.Input
-
Returns the src of this input tag.
- getSrc() - Method in class org.zkoss.zhtml.Script
-
Returns the src of this script tag.
- getSrc(Component) - Method in class org.zkoss.zk.ui.metainfo.TemplateInfo
-
Returns the URI to create the template from, or null if not specified.
- getSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the source (jasper file).
- getSrc() - Method in class org.zkoss.zul.Audio
-
Returns the src.
- getSrc() - Method in class org.zkoss.zul.Flash
-
Gets the source path of Flash movie
- getSrc() - Method in class org.zkoss.zul.Iframe
-
Returns the src.
- getSrc() - Method in class org.zkoss.zul.Image
-
Returns the source URI of the image.
- getSrc() - Method in class org.zkoss.zul.impl.LabelImageElement
-
- getSrc() - Method in class org.zkoss.zul.Include
-
Returns the src.
- getSrc() - Method in class org.zkoss.zul.Listitem
-
- getSrc() - Method in class org.zkoss.zul.Script
-
Returns the URI of the source that contains the script codes.
- getSrc() - Method in class org.zkoss.zul.Style
-
Returns the URI of an external style sheet.
- getSrc() - Method in class org.zkoss.zul.Treeitem
-
- getSrcdoc() - Method in class org.zkoss.zhtml.Iframe
-
Returns the srcdoc of this iframe tag.
- getStart() - Method in class org.zkoss.zhtml.Ol
-
Returns the start of this ol tag.
- getStart() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns the start position of the cursor from the input element.
- getStart() - Method in class org.zkoss.zk.ui.event.SelectionEvent
-
Returns the selected text's start position.
- getStart() - Method in class org.zkoss.zul.Frozen
-
Returns the start position of the scrollbar.
- getStart() - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- getStartScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Returns the JavaScript codes to enable (a.k.a., start) the server push.
- getStartScript() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Returns the JavaScript codes to enable (a.k.a., start) the server push.
- getStartScript(String) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
- getStartScript() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
-
- getStartTime() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns when the server (actually, this monitor) started.
- 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
-
- getState() - Method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Returns the state object.
- getStep() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- getStep() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
-
- getStep() - Method in class org.zkoss.zhtml.Input
-
Returns the step of this input tag.
- getStep() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns the value of the 'step' attribute for the associated tag,
or null if no 'step' attribute was specified.
- getStep() - Method in class org.zkoss.zul.Doublespinner
-
Return the step of double spinner
- getStep() - Method in class org.zkoss.zul.Slider
-
Returns the step of slider
Default: -1 (means it will scroll to the position the user clicks).
- getStep() - Method in class org.zkoss.zul.Spinner
-
Return the step of spinner
- getStep() - Method in class org.zkoss.zuti.zul.ForEach
-
- getStepInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the step of slider
Default: -1 (means it will scroll to the position the user clicks).
- getStopScript() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
- getStopScript() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
- getStopScript() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
-
- getStorage() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the storage in a desktop scope.
- getStorage() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- 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.
- getStreamELResolver() - Method in class org.zkoss.zel.ExpressionFactory
-
- getStreamELResolver() - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
-
- getStrictErrorChecking() - Method in class org.zkoss.idom.Document
-
- getString() - Method in class org.zkoss.zel.impl.parser.AstString
-
- 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
-
- getStubEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.StubEvent
-
Converts an AU request to a stub event.
- getStubonly() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getStubonly() - Method in interface org.zkoss.zk.ui.Component
-
Returns whether this component is stub-only.
- getStyle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the style.
- getStyle() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the CSS style.
- getStyle() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the CSS style.
- getStyle() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getStyle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the CSS style that will be assigned to pages created from
this definition, or null if no style is assigned at the beginning.
- getStyle() - Method in interface org.zkoss.zk.ui.Page
-
Returns the CSS style of this page, or empty if not specified.
- getStyle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page's CSS style, or null if no special CSS style to
assign.
- getStyleSheets() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns a readonly list of all
StyleSheet
required
by this language.
- getStyleSheets(Execution, WebApp, String) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns a list of
StyleSheet
that shall be generated
to the client for the specified execution.
- getSubBindingAnnotationCount() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getSubBindingAnnotationCount() - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Returns the count of the component's subtree binding annotation.
- getSubModel(Object, int) - Method in interface org.zkoss.zul.ListSubModel
-
Returns the subset of list model data that the subset data is extract
from combobox's list model data.
- getSubModel(Object, int) - Method in class org.zkoss.zul.SimpleListModel
-
Returns the subset of the list model data that matches
the specified value.
- 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).
- getSubtasks() - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- getSubTitle() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the chart's subtitle.
- getSubtype() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- 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.
- getSubversion(int) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getSubversion(int) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns a portion of the version in an integer by specifying its index.
- GetSuffix(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get the suffix.
- 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.
- getSuperELResolver() - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- getSuperELResolver() - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
-
- getSuspendedThreads() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getSuspendedThreads(Desktop) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- getSuspendedThreads() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns a collection of suspended event processing threads, or empty
if no suspended thread at all.
- getSuspendedThreads(Desktop) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Returns a collection of suspended event processing threads
belonging to the specified desktop,
or empty if no suspended thread at all.
- getSwipeDirection() - Method in class org.zkoss.zk.ui.event.SwipeEvent
-
Returns the swipe direction(left/right/up/down) relevant to the
component.
- getSwipeDuration() - Method in class org.zkoss.zk.ui.event.SwipeEvent
-
Returns the swipe duration(milliseconds) relevant to the component.
- getSwipeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.SwipeEvent
-
- getSwipeX() - Method in class org.zkoss.zk.ui.event.SwipeEvent
-
Returns the horizontal swipe displacement relevant to the component.
- getSwipeY() - Method in class org.zkoss.zk.ui.event.SwipeEvent
-
Returns the vertical swipe displacement relevant to the component.
- getSystemAnnotation(ComponentCtrl, String) - Static method in class org.zkoss.bind.impl.AnnotationUtil
-
- 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.
- getSystemPhaseListeners() - Static method in class org.zkoss.bind.init.ZKBinderPhaseListeners
-
Returns all of the system phase listeners
- getSystemProxyTargetHandlers() - Static method in class org.zkoss.bind.proxy.ZKProxyTargetHandlers
-
Returns all of the system proxy target handlers
- getTabbox() - Method in class org.zkoss.zul.Tab
-
Returns the tabbox owns this component.
- getTabbox() - Method in class org.zkoss.zul.Tabpanel
-
Returns the tabbox owns this component.
- getTabbox() - Method in class org.zkoss.zul.Tabpanels
-
Returns the tabbox owns this component.
- getTabbox() - Method in class org.zkoss.zul.Tabs
-
Returns the tabbox owns this component.
- getTabboxRenderer() - Method in class org.zkoss.zul.Tabbox
-
Returns the renderer to render each tab and tabpanel, or null if the default renderer
is used.
- getTabindex() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the tabindex of this tag.
- getTabindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the tab order of this component.
- getTabindexInteger() - Method in class org.zkoss.zhtml.Text
-
Returns null if not set.
- getTabindexInteger() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns null if not set.
- getTabindexInteger() - Method in class org.zkoss.zul.Area
-
Returns null if not set.
- getTableConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
- getTableConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getTableModel() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- getTableRenderer() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- getTabpanels() - Method in class org.zkoss.zul.Tabbox
-
Returns the tabpanels that this tabbox owns.
- getTabs() - Method in class org.zkoss.zul.Tabbox
-
Returns the tabs that this tabbox owns.
- getTabSize(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
- getTag() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the tag name.
- getTag() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
Returns the tag name, or null if plain text.
- getTag() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the tag name, or null if no tag name.
- getTag() - Method in class org.zkoss.zml.XmlNativeComponent
-
Returns the tag name, or null if plain text.
- getTaglibMapper() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the mapper representing the functions defined in
taglib and xel-method.
- 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.
- getTagRenderContext(Execution) - Static method in class org.zkoss.zhtml.impl.PageRenderer
-
Returns the render context, or null if not available.
- getTarget() - Method in class org.zkoss.idom.ProcessingInstruction
-
- getTarget() - Method in class org.zkoss.zhtml.A
-
Returns the target of this a tag.
- getTarget() - Method in class org.zkoss.zhtml.Area
-
Returns the target of this area tag.
- getTarget() - Method in class org.zkoss.zhtml.Base
-
Returns the target of this base tag.
- getTarget() - Method in class org.zkoss.zhtml.Form
-
Returns the target of this form tag.
- getTarget() - Method in class org.zkoss.zk.ui.event.Event
-
Returns the target component that receives this event,
or null if broadcast.
- getTarget() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns the target frame or window.
- getTarget() - Method in class org.zkoss.zul.A
-
Returns the target frame or window.
- getTarget() - Method in class org.zkoss.zul.Button
-
Returns the target frame or window.
- getTarget() - Method in class org.zkoss.zul.Menuitem
-
Returns the target frame or window.
- getTargetNode() - Method in class org.zkoss.zkmax.bind.impl.BindExpressionBuilderEx
-
- getTargetValue() - Method in class org.zkoss.zul.Doublespinner
-
- getTargetValue() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the value in the targeting type.
- getTargetValue() - Method in class org.zkoss.zul.Spinner
-
- getTargetValueAndReset() - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
-
- getTask(int, MilestonePropertiesList) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getTaskProperties(Comparable<?>) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
-
Returns the task properties.
- getTaskProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartSeriesPropertiesMap.GanttChartSeriesProperties
-
Returns the task properties.
- getTaskProperties(int, int, Comparable<?>, String, GanttChartSeriesPropertiesMap) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getTasks(Comparable<?>) - Method in class org.zkoss.zul.GanttModel
-
- getTasksProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Return the tasks properties.
- getTasksProperties(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getTemplate(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getTemplate(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the template of the given name, or null if not available.
- getTemplate(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getTemplate(String) - Method in interface org.zkoss.zk.ui.Page
-
Gets page scope template by name
- getTemplate() - Static method in class org.zkoss.zul.Fileupload
-
Returns the template used to create the upload modal dialog.
- getTemplate() - Static method in class org.zkoss.zul.Messagebox
-
Returns the template used to create the message dialog.
- getTemplate() - Method in class org.zkoss.zuti.zul.Apply
-
Returns the template name
Default: empty string
- getTemplate() - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Returns the template name
- getTemplate() - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Returns the template name
Default: empty string
- getTemplateArgs() - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- getTemplateBinding(Component, Object, int, int) - Method in class org.zkoss.bind.impl.TemplateResolverImpl
-
- getTemplateBinding(Component, Object, int, int) - Method in class org.zkoss.zkmax.bind.impl.TemplateResolverImpl
-
- getTemplateNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getTemplateNames() - Method in interface org.zkoss.zk.ui.Component
-
Returns a readonly set of the names of all templates.
- getTemplateResolver(Component, String) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getTemplateResolver(Component, String) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- getTemplatesInfo() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Gets templates info map
- getTemplateURI() - Method in class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
-
- getTemplateURI() - Method in class org.zkoss.zuti.zul.Apply
-
- getTemplateURI() - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
- getTemplateURI() - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
Gets the template uri.
- getTest() - Method in class org.zkoss.web.servlet.dsp.action.If
-
Returns the test result.
- getTest() - Method in class org.zkoss.web.servlet.dsp.action.When
-
Returns the test result.
- getTest() - Method in class org.zkoss.zuti.zul.If
-
- 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
-
- getText() - Method in class org.zkoss.zul.DialModelScale
-
Returns the text annotation of this scale.
- getText() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the value in the String format.
- getTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns the property name to which the text enclosed within
the element (associated with this component definition) is assigned to.
- getTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the property name to which the text enclosed within
the element (associated with this component definition) is assigned to.
- getTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getTextContent() - Method in class org.zkoss.idom.impl.AbstractItem
-
- getTextContent() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- getTextFont() - Method in class org.zkoss.zul.DialModelScale
-
Returns the text annotation font.
- getTextProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttTableConfig.GanttTableColumnProperties
-
Returns the text properties at the specified position.
- getTextRadius() - Method in class org.zkoss.zul.DialModelScale
-
Return the radius percentage(0 ~ 1) to place the text annotation.
- getTextRelevantStyle(String) - Static method in class org.zkoss.html.HTMLs
-
Retrieves text relevant CSS styles.
- getTheme(String) - Method in interface org.zkoss.web.theme.ThemeRegistry
-
Returns the theme identified by themeName
- getTheme(HttpServletRequest) - Method in interface org.zkoss.web.theme.ThemeResolver
-
Resolve the current intended theme name via the given request.
- getTheme(String) - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
-
Returns the registered device-specific theme; null if not found in registry
- getTheme(HttpServletRequest) - Method in class org.zkoss.zul.theme.CookieThemeResolver
-
Retrieves theme name from Cookie
- getTheme(String) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Returns the desktop theme with the given name
- getTheme(Execution) - Static method in class org.zkoss.zul.theme.Themes
-
Returns the theme specified using the current theme resolution strategy
Default strategy is to use cookies
- getThemeFileSuffix() - Static method in class org.zkoss.zul.theme.StandardThemeProvider
-
- getThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the theme provider for the current execution,
or null if not available.
- getThemeRegistry() - Static method in class org.zkoss.web.fn.ThemeFns
-
Returns the current theme registry
- getThemeResolver() - Static method in class org.zkoss.web.fn.ThemeFns
-
Returns the current theme resolver
- getThemes() - Method in interface org.zkoss.web.theme.ThemeRegistry
-
- getThemes() - Method in class org.zkoss.zkmax.theme.ResponsiveThemeRegistry
-
Returns the available themes, responsive to the users' device
- getThemes() - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Returns a list of currently registered desktop themes
- getThemes() - Static method in class org.zkoss.zul.theme.Themes
-
Returns an array of registered theme names
- getThemeURIs() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns a readonly list of the URI of the CSS resources that will be
generated for each ZUML desktop (never null).
- getThemeURIs(Execution, List<Object>) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
-
Returns a list of the theme's URIs of the specified execution,
or null if no theme shall be generated.
- getThemeURIs(Execution, List<Object>) - Method in class org.zkoss.zkmax.init.TabletThemeProvider
-
Deprecated.
- getThemeURIs(Execution, List<Object>) - Method in class org.zkoss.zkmax.theme.StandardThemeProvider
-
- getThemeURIs(Execution, List<Object>) - Method in class org.zkoss.zul.theme.StandardThemeProvider
-
- getThisContextPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the context path of this page.
- getThisPathInfo(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the path info of this page.
- getThisQueryString(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the query string of this page.
- getThisRequestURI(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the request URI of this page.
- getThisServletPath(ServletRequest) - Static method in class org.zkoss.web.servlet.http.Https
-
Gets the servlet path of this page.
- getThread() - Method in interface org.zkoss.zk.ui.sys.ExecutionInfo
-
Returns the thread serving the event.
- getThreadLocal() - Static method in class org.zkoss.util.Locales
-
- getThreadLocal() - Static method in class org.zkoss.util.TimeZones
-
- getThreadLocal(String, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
-
Given class name and static ThreadLocal field name, return the associated ThreadLocal.
- getThreadLocal(Class, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
-
Given class and static ThreadLocal field name, return the associated ThreadLocal.
- getThreadNumber() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Returns the number of event threads.
- getThreadNumberInProcessing() - Static method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
Returns the number of event threads in processing.
- getTickColor() - Method in class org.zkoss.zul.DialModelScale
-
Get the tick color of this scale(in string as #RRGGBB).
- getTickFont() - Method in class org.zkoss.zul.DialModelScale
-
Returns the tick label font.
- getTickLabelOffset() - Method in class org.zkoss.zul.DialModelScale
-
Returns the radius offset in percentage(0 ~ 1) between the tick and tick label.
- getTickRadius() - Method in class org.zkoss.zul.DialModelScale
-
Return the radius percentage(0 ~ 1) to place the tick label.
- getTickRGB() - Method in class org.zkoss.zul.DialModelScale
-
Get the tick color of this scale in int array (0: red, 1: green, 2:blue).
- 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.
- getTimeoutMessage(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the timeout message for this device, or null if the default
message is preferred.
- getTimeoutURI(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the timeout URI for this device.
- getTimeZone(int) - Static method in class org.zkoss.util.TimeZones
-
Returns the time by specifying the offset in minutes.
- getTimeZone() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns the time zone of the client.
- getTimeZone() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Returns the time zone that this Time Series Chart belongs to, or null if
the default time zone is used.
- getTimeZone() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the time zone that this time box belongs to, or null if
the default time zone is used.
- getTimeZone() - Method in class org.zkoss.zul.Calendar
-
Deprecated.
As of release 5.0.5, it is meaningless to set time zone for a calendar.
- getTimeZone() - Method in class org.zkoss.zul.Chart
-
Returns the time zone that this Time Series Chart belongs to, or null if
the default time zone is used.
- getTimeZone() - Method in class org.zkoss.zul.Datebox
-
Returns the time zone that this date box belongs to, or null if the
default time zone is used.
- getTimeZone() - Method in class org.zkoss.zul.Timebox
-
Returns the time zone that this time box belongs to, or null if
the default time zone is used.
- getTimezoneOffset(TimeZone, Date) - Static method in class org.zkoss.util.Dates
-
Returns the timezone offset.
- getTitle() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the title.
- getTitle() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the title of this tag.
- getTitle() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getTitle() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the title that will be assigned to pages created from
this definition, or null if no title is assigned at the beginning.
- getTitle() - Method in interface org.zkoss.zk.ui.Page
-
Returns the title of the desktop this page belongs to
(and evaluate it if it contains an expression).
- getTitle() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page title, or null if not available (no title at all).
- getTitle() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the chart's title.
- getTitle() - Method in class org.zkoss.zul.Chart
-
Get the chart's title.
- getTitle() - Method in interface org.zkoss.zul.ext.Framable
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.Groupbox
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.Panel
-
Returns the title.
- getTitle() - Method in class org.zkoss.zul.Window
-
Returns the title.
- getTitleFont() - Method in class org.zkoss.zul.Chart
-
Returns the title font of this chart.
- getTo() - Method in class org.zkoss.zkmax.ui.event.PortalMoveEvent
-
Returns the portalchildren where the dragged panel drops to.
- getTodayLinkLabel() - Method in class org.zkoss.zul.Calendar
-
Returns the label of the link that jump to today in day view
Default: Today
- getTodayLinkLabel() - Method in class org.zkoss.zul.Datebox
-
Returns the label of the link that jump to today in day view
Default: Today
- getToken(int) - Method in class org.zkoss.zel.impl.parser.ELParser
-
Get the specific Token.
- getToolbar() - Method in class org.zkoss.zul.Tabbox
-
Returns the auxiliary toolbar that this tabbox owns.
- getTooltip() - Method in class org.zkoss.zul.impl.XulElement
-
Returns the ID of the popup (
Popup
) that should be used
as a tooltip window when the mouse hovers over the element for a moment.
- getTooltipDelay() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the time, in milliseconds, before ZK Client Engine shows
the tooltip when a user moves the mouse over particular UI components.
- getTooltiptext() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the text as the tooltip.
- getTooltiptext() - Method in class org.zkoss.zul.Area
-
Returns the text as the tooltip.
- getTop() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the top of the component, which is its original top.
- getTop() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the top of the component, which is its original top.
- getTop() - Method in class org.zkoss.zk.ui.event.MoveEvent
-
Returns the top of the component after moved.
- getTop() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the top position.
- 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.
- getTopToolbar() - Method in class org.zkoss.zul.Panel
-
Returns the top toolbar of this panel.
- getTotalDesktopCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of desktops that have been created
since the server started.
- getTotalSessionCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of sessions that have been created
since the server started.
- getTotalSize() - Method in interface org.zkoss.zul.ext.Paginal
-
Returns the total number of items.
- getTotalSize() - Method in interface org.zkoss.zul.impl.DataLoader
-
Returns the total size of the data.
- getTotalSize() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- getTotalSize() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- getTotalSize() - Method in class org.zkoss.zul.Paging
-
- getTotalUpdateCount() - Method in class org.zkoss.zk.ui.util.Statistic
-
Returns the total number of asynchronous updates that have been received
since the server started.
- getTrackBasePath() - Method in class org.zkoss.bind.impl.Path
-
Returns the base path of this dot series path for tracking purpose.
- getTracker() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getTracker() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Returns associated dependency tracker of this binder.
- getTrackerNodePerComponentScript(Object, Object) - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- getTrackFieldName() - Method in class org.zkoss.bind.impl.Path
-
Returns the path as a String for tracking purpose.
- getTrackFieldsList() - Method in class org.zkoss.bind.impl.Path
-
Returns the path as a List of field names.
- getTrackProperty() - Method in class org.zkoss.bind.impl.Path
-
Returns the last field name of this dot series path for tracking purpose.
- getTransformer() - Method in class org.zkoss.idom.transform.Transformer
-
Returns the JAXP transformer encapsulated by this object.
- getTree() - Method in class org.zkoss.zul.Treecell
-
Return the tree that owns this cell.
- getTree() - Method in class org.zkoss.zul.Treechildren
-
Returns the
Tree
instance containing this element.
- getTree() - Method in class org.zkoss.zul.Treecol
-
Returns the tree that it belongs to.
- getTree() - Method in class org.zkoss.zul.Treecols
-
Returns the tree that it belongs to.
- getTree() - Method in class org.zkoss.zul.Treefoot
-
Returns the tree that it belongs to.
- getTree() - Method in class org.zkoss.zul.Treefooter
-
Returns the tree that this belongs to.
- getTree() - Method in class org.zkoss.zul.Treeitem
-
Returns the tree owning this item.
- getTree() - Method in class org.zkoss.zul.Treerow
-
Returns the
Tree
instance containing this element.
- getTreeBuilderClass() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the tree builder class for this language
- getTreechildren() - Method in class org.zkoss.zul.Tree
-
Returns the treechildren that this tree owns (might null).
- getTreechildren() - Method in class org.zkoss.zul.Treeitem
-
Returns the treechildren that this tree item owns, or null if
doesn't have any child.
- getTreecol() - Method in class org.zkoss.zul.Treecell
-
Returns the tree column associated with this cell, or null if not available.
- getTreecol() - Method in class org.zkoss.zul.Treefooter
-
Returns the tree header that is in the same column as
this footer, or null if not available.
- getTreecol() - Method in class org.zkoss.zul.TreeitemComparator
-
Returns the Treecol that this comparator is associated with, or null
if not available.
- getTreecols() - Method in class org.zkoss.zul.Tree
-
Returns the treecols that this tree owns (might null).
- getTreefoot() - Method in class org.zkoss.zul.Tree
-
Returns the treefoot that this tree owns (might null).
- getTreeitemRenderer() - Method in class org.zkoss.zul.Tree
-
Deprecated.
As of release 5.0.6, replaced with Tree.getItemRenderer()
.
/** Returns the renderer to render each item, or null if the default
renderer is used.
- getTreerow() - Method in class org.zkoss.zul.Treeitem
-
Returns the treerow that this tree item owns (might null).
- getTrendLine(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.TrendLinePropertiesList
-
Return the trend line.
- getTrendLineConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Return the trend line config.
- getTrendLineConfig() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Return the trend line config.
- getTrendLineConfig(CategoryChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getTrendLineConfig(GanttChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getTriggerEvent() - Method in interface org.zkoss.bind.BindContext
-
Returns associated event that trigger the associated command; null if not involved.
- getTriggerEvent() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getType(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- getType(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
-
- getType(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Returns the result type of the specified expression.
- getType() - Method in interface org.zkoss.bind.sys.debugger.ExecutionInfo
-
the type of this info
- getType() - Method in class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
-
- 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
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanNameELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.ArithmeticNode
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstAssign
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstCompositeExpression
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstConcatenation
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEmpty
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstInteger
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstListData
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMapData
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNegative
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNot
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNull
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstSemicolon
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstSetData
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstString
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.BooleanNode
-
- getType(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
-
- getType(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- getType(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.TypeConverter
-
- getType(ELContext) - Method in class org.zkoss.zel.ValueExpression
-
- getType() - Method in class org.zkoss.zhtml.A
-
Returns the type of this a tag.
- getType() - Method in class org.zkoss.zhtml.Area
-
Returns the type of this area tag.
- getType() - Method in class org.zkoss.zhtml.Button
-
Returns the type of this button tag.
- getType() - Method in class org.zkoss.zhtml.Embed
-
Returns the type of this embed tag.
- getType() - Method in class org.zkoss.zhtml.Input
-
Returns the type of this input tag.
- getType() - Method in class org.zkoss.zhtml.Link
-
Returns the type of this link tag.
- getType() - Method in class org.zkoss.zhtml.Menu
-
Returns the type of this menu tag.
- getType() - Method in class org.zkoss.zhtml.Object
-
Returns the type of this object tag.
- getType() - Method in class org.zkoss.zhtml.Ol
-
Returns the type of this ol tag.
- getType() - Method in class org.zkoss.zhtml.Script
-
Returns the type of this script tag.
- getType() - Method in class org.zkoss.zhtml.Style
-
Returns the type of this style tag.
- getType() - Method in interface org.zkoss.zk.device.Device
-
Returns the device type.
- getType() - Method in class org.zkoss.zk.device.GenericDevice
-
- getType() - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- getType() - Method in class org.zkoss.zk.ui.select.impl.Token
-
- getType() - Method in class org.zkoss.zk.ui.sys.BooleanPropertyAccess
-
- getType() - Method in class org.zkoss.zk.ui.sys.IntegerPropertyAccess
-
- getType() - Method in class org.zkoss.zk.ui.sys.IntPropertyAccess
-
- getType() - Method in class org.zkoss.zk.ui.sys.ObjectPropertyAccess
-
- getType() - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
-
- getType() - Method in class org.zkoss.zk.ui.sys.StringPropertyAccess
-
- getType() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the output file type.
- getType(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
-
- getType() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the chart's type.
- getType() - Method in class org.zkoss.zul.Button
-
Returns the button type.
- getType() - Method in class org.zkoss.zul.Chart
-
Get the chart's type.
- getType() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the event type: CHANGED, ADDED, REMOVED.
- getType() - Method in class org.zkoss.zul.event.GroupsDataEvent
-
Returns the event type.
- getType() - Method in class org.zkoss.zul.event.ListDataEvent
-
Returns the event type.
- getType() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Returns the event type.
- getType() - Method in interface org.zkoss.zul.ext.GroupingInfo
-
The type of the data.
- getType() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
- getType() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the type.
- getType() - Method in class org.zkoss.zul.Script
-
Deprecated.
As of release 5.0.0, it is meaningless since
text/javascript is always assumed.
- getType() - Method in class org.zkoss.zul.Textbox
-
Returns the type.
- getUiEngine() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getUiEngine() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the UI engine for this Web application (never null).
- getUiEngineClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to handle UI loading and updates,
or null if default is used.
- getUiFactory() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getUiFactory() - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Returns the UI factory for this Web application (never null).
- getUiFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to instantiate desktops, pages and components,
or null if default is used.
- getUnavailableMessage() - Method in interface org.zkoss.zk.device.Device
-
Returns the unavailable message that is shown to the client
if the client doesn't support this device.
- getUnavailableMessage() - Method in interface org.zkoss.zk.device.DeviceConfig
-
Returns the unavailable message that is shown to the client
if the client doesn't support this device.
- getUnavailableMessage(String) - Static method in class org.zkoss.zk.device.Devices
-
Returns the unavailable message for the specified device type.
- getUnavailableMessage() - Method in class org.zkoss.zk.device.GenericDevice
-
- getUnexpectedObject() - Method in exception org.zkoss.json.parser.ParseException
-
- getUnless() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Returns the unless condition.
- getUnselectedItems() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the unselected items.
- getUnselectedItems() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return the unselected items from the target component.
- getUnselectedObjects() - Method in class org.zkoss.zk.ui.event.SelectEvent
-
Returns the unselected objects.
- getUnselectedObjects() - Method in interface org.zkoss.zk.ui.event.SelectEvent.SelectedObjectHandler
-
Return the unselected objects from the target component.
- getUpdateResult(AuRequest) - Static method in class org.zkoss.zk.au.AuRequests
-
Returns the result of an AU request representing the update result.
- getUpdateServlet(WebApp) - Static method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
Returns the update servlet of the specified application, or
null if not loaded yet.
- getUpdateURI(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the URI for asynchronous update.
- getUpdateURI() - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getUpdateURI(boolean) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getUpdateURI() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the URI for asynchronous update.
- getUpdateURI(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getUpdateURI() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the URI for asynchronous update.
- getUpdateURI(boolean) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the URI for asynchronous update that can be encoded or
not.
- getUpload() - Method in class org.zkoss.zul.Button
-
Returns non-null if this button is used for file upload, or null otherwise.
- getUpload() - Method in class org.zkoss.zul.Menuitem
-
Returns non-null if this button is used for file upload, or null otherwise.
- getUploadCharset() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the charset used to encode the uploaded text file
(never null).
- getUploadCharsetFinder() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the finder that is used to decide the character set
for the uploaded text file(s), or null if not available.
- getUpperBound() - Method in class org.zkoss.zul.DialModelRange
-
Returns the upper bound in scale of this colored range.
- 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.
- getURI() - Method in class org.zkoss.zk.ui.event.URIEvent
-
Returns the URI (never null).
- getURI() - Method in class org.zkoss.zk.ui.metainfo.ForwardInfo
-
Returns the URI to forward to.
- getURI(Desktop) - Static method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Returns the request URI of the desktop.
- getURICharset() - Static method in class org.zkoss.web.servlet.Charsets
-
Returns the charset used to encode URI and query string.
- getURIEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.URIEvent
-
Converts an AU request to an URI event.
- getUrl() - Method in class org.zkoss.zk.ui.event.HistoryPopStateEvent
-
Returns the URL.
- getUsemap() - Method in class org.zkoss.zhtml.Img
-
Returns the usemap of this img tag.
- getUsemap() - Method in class org.zkoss.zhtml.Object
-
Returns the usemap of this object tag.
- getUserAgent(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns the user-agent header, which indicates what the client is,
or an empty string if not available.
- getUserAgent() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the user-agent header, which indicates what the client is,
or an empty string if not available.
- getUserAgent() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getUserData(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- getUserPrincipal() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- getUserPrincipal() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- getUserPrincipal() - Method in interface org.zkoss.zk.ui.Execution
-
Returns a java.security.Principal object containing the name of the
current authenticated user.
- getUserPrincipal() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getUserPrincipal() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- getUtilityHandler() - Static method in class org.zkoss.zk.ui.select.SelectorComposer
-
- getUuid() - Method in class org.zkoss.zk.au.AuRequest
-
Returns the UUID.
- getUuid() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getUuid() - Method in interface org.zkoss.zk.ui.Component
-
Returns UUID (universal unique ID) which is unique in the whole
session.
- getUuid() - Method in class org.zkoss.zk.ui.event.StubEvent
-
Returns the UUID of the stub component sending the request.
- getUuid() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getUuid() - Method in interface org.zkoss.zk.ui.Page
-
Returns UUID (universal unique ID) which is unique in the whole
session.
- getUuid() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Returns the page's UUID.
- getValidate(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getValidate(BindContext) - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- getValidate(BindContext) - Method in interface org.zkoss.bind.sys.SaveBinding
-
- getValidates(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getValidates(BindContext) - Method in interface org.zkoss.bind.sys.SaveFormBinding
-
Returns
Property
s to be validated, includes the member field of the form
- getValidationInfo(ValidationContext, Object, String) - Method in class org.zkoss.bind.validator.BeanValidator
-
Get the bean class of the base object and property to validate.
- getValidationInfo(ValidationContext, Object, String) - Method in class org.zkoss.zkmax.bind.BeanValidator
-
Get the bean class of the base object and property to validate.
- getValidationMessages() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getValidationMessages() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- getValidator(String) - Method in class org.zkoss.bind.BindComposer
-
- getValidator(String) - Method in interface org.zkoss.bind.Binder
-
Returns the _validator of the given _validator name.
- getValidator(String) - Method in class org.zkoss.bind.impl.BinderImpl
-
- getValidator() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getValidator() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- getValidator() - Method in interface org.zkoss.bind.sys.SaveBinding
-
- getValidator() - Static method in class org.zkoss.bind.validator.BeanValidations
-
- getValidator() - Method in class org.zkoss.bind.validator.BeanValidator
-
- getValidator() - Method in class org.zkoss.zkmax.bind.FormBeanValidator
-
- getValidatorArg(String) - Method in interface org.zkoss.bind.BindContext
-
Returns validator arg value of the given key in this Bind Context.
- getValidatorArg(String) - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getValidatorArg(String) - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- getValidatorArg(String) - Method in interface org.zkoss.bind.ValidationContext
-
Returns validator arg value of the given key
This is a shortcut of getBindContext().getValidatorArg()
- getValidatorArgs() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- getValidatorArgs() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getValidatorArgs() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- getValidatorArgs() - Method in interface org.zkoss.bind.sys.SaveBinding
-
Returns an argument pairs map for validator.
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- getValidatorExpressionString() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- getValign() - Method in class org.zkoss.zul.Cell
-
Returns the vertical alignment.
- getValign() - Method in class org.zkoss.zul.Hlayout
-
Returns the vertical-align property used for the inner children.
- getValign() - Method in class org.zkoss.zul.impl.FooterElement
-
Returns the vertical alignment of this footer.
- getValign() - Method in class org.zkoss.zul.impl.HeaderElement
-
Returns the vertical alignment of this grid.
- getValign() - Method in class org.zkoss.zul.Row
-
Returns the vertical alignment of the whole row.
- getValue(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- getValue(BindELContext) - Method in class org.zkoss.bind.impl.IndirectBinding
-
- getValue() - Method in class org.zkoss.bind.impl.PropertyImpl
-
- getValue(BindELContext) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
-
- getValue() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
-
- getValue() - Method in interface org.zkoss.bind.Property
-
Returns the value object of this property.
- getValue(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Sets the specified value to the property resolved from the specified expression.
- getValue(BindELContext) - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Returns the referenced value.
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
-
- getValue(ELContext, Object, int) - Method in interface org.zkoss.bind.xel.zel.ValidationMessagesELResolver.ValueResolver
-
- 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(String) - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Deprecated.
- getValue() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns the value.
- getValue() - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Returns the attribute value.
- getValue(String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
-
- getValue(String) - Method in class org.zkoss.web.servlet.xel.RequestScope
-
- getValue(String) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
-
Returns the value associated with the specified key.
- getValue(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanNameELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- getValue(String, Class<?>) - Method in class org.zkoss.zel.ELProcessor
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstAnd
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstAssign
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstBracketSuffix
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstCompositeExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstConcatenation
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDiv
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDotSuffix
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEmpty
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEqual
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFalse
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstGreaterThan
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstGreaterThanEqual
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstInteger
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLambdaExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLessThan
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLessThanEqual
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstListData
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMapData
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMinus
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMod
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMult
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNegative
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNot
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNotEqual
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNull
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstOr
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstPlus
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstSemicolon
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstSetData
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstString
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstTrue
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- getValue(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getValue() - Method in class org.zkoss.zel.impl.parser.Token
-
An optional attribute value of the Token.
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
-
- getValue(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- getValue(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.TypeConverter
-
- getValue(ELContext) - Method in class org.zkoss.zel.ValueExpression
-
- getValue() - Method in class org.zkoss.zhtml.Button
-
Returns the value of this button tag.
- getValue() - Method in class org.zkoss.zhtml.Input
-
Returns the value of this input.
- getValue() - Method in class org.zkoss.zhtml.Li
-
Returns the value of this li tag.
- getValue() - Method in class org.zkoss.zhtml.Option
-
Returns the value of this option tag.
- getValue() - Method in class org.zkoss.zhtml.Text
-
Returns the value.
- getValue() - Method in interface org.zkoss.zk.au.DeferredValue
-
Returns the value.
- getValue() - Method in exception org.zkoss.zk.ui.ArithmeticWrongValueException
-
- getValue() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns the value that user input.
- getValue() - Method in class org.zkoss.zk.ui.event.OpenEvent
-
Returns the value of the target component,
when the onOpen event is sent, or null if not applicable.
- getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Evaluates the value to an Object.
- getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Evaluates the value to an Object.
- getValue(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
-
Returns the value of the response header.
- getValue(Page) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
-
Returns the value after evaluation (might be null).
- getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.TextInfo
-
Returns the value after evaluation.
- getValue(Component) - Method in class org.zkoss.zk.ui.metainfo.WidgetAttribute
-
Returns the value associated with this event handler.
- getValue() - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- getValue(Component) - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
-
- getValue(Evaluator, Page) - Method in class org.zkoss.zk.xel.ExValue
-
Returns the value after evaluation.
- getValue(Evaluator, Component) - Method in class org.zkoss.zk.xel.ExValue
-
Returns the value after evaluation.
- getValue() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the value of color
Default: #000000
- getValue(ELContext) - Method in class org.zkoss.zkmax.bind.impl.ValueExpressionImplEx
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
-
- getValue() - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Returns editor's content with html format
- getValue() - Method in class org.zkoss.zkmax.zul.Timepicker
-
Returns the value (in Date), might be null unless
a constraint stops it.
- getValue() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
-
Deprecated.
Gets the value to be saved after "onBindingSave" event.
- getValue() - Method in class org.zkoss.zul.Calendar
-
Returns the value that is assigned to this component, never null.
- getValue() - Method in class org.zkoss.zul.Captcha
-
Returns the text value of this captcha.
- getValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
-
Get value of the specified series and category.
- getValue() - Method in class org.zkoss.zul.Checkbox
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Column
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Columns
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Comboitem
-
Returns the value associated with this combo item.
- getValue() - Method in class org.zkoss.zul.Datebox
-
Returns the value (in Date), might be null unless a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Decimalbox
-
Returns the value (in BigDecimal), might be null unless
a constraint stops it.
- getValue(int) - Method in class org.zkoss.zul.DialModel
-
Get value of the scale per the specified index.
- getValue() - Method in class org.zkoss.zul.DialModelScale
-
Get the value
- getValue() - Method in class org.zkoss.zul.Doublebox
-
Returns the value (in Double), might be null unless
a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Doublespinner
-
Returns the value (in Double), might be null unless
a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Intbox
-
Returns the value (in Integer), might be null unless
a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Label
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Listcell
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Listhead
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Listheader
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Listitem
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Longbox
-
Returns the value (in Long), might be null unless
a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Menuitem
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Progressmeter
-
Returns the current value of the progress meter.
- getValue() - Method in class org.zkoss.zul.Row
-
Returns the value.
- getValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
-
- getValue(Comparable<?>) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
-
- getValue(Comparable<?>) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
Get value of the specified category.
- getValue() - Method in class org.zkoss.zul.Spinner
-
Returns the value (in Integer), might be null unless
a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Tab
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Textbox
-
Returns the value.
- getValue() - Method in class org.zkoss.zul.Timebox
-
Returns the value (in Date), might be null unless
a constraint stops it.
- getValue() - Method in class org.zkoss.zul.Treeitem
-
Returns the value.
- getValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
-
Returns the value of the given chip at (x,y) of the wafer matrix.
- getValueAngle() - Method in class org.zkoss.zul.DialModelScale
-
Return the angle to place the value (counter clockwise is positive).
- getValueFont() - Method in class org.zkoss.zul.DialModelScale
-
Returns the value font.
- getValueNames() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
Deprecated.
- getValueRadius() - Method in class org.zkoss.zul.DialModelScale
-
Return the radius percentage(0 ~ 1) to place the value.
- getValueReference(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- getValueReference(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
-
- getValueReference(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Returns the result reference of the specified expression.
- 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
-
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- getValueReference(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
-
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getValueReference(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- getValueReference(ELContext) - Method in class org.zkoss.zel.ValueExpression
-
- getValues() - Method in class org.zkoss.zkplus.databind.BindingValidateEvent
-
Deprecated.
Gets the list of the value to be saved after "onBindingValidate" event.
- getVar() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the variable name used to iterate thru items.
- getVar() - Method in class org.zkoss.web.servlet.dsp.action.Remove
-
Returns the attribute name.
- getVar() - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Returns the attribute name.
- getVar() - Method in class org.zkoss.zuti.zul.ForEach
-
- getVariable(Scope, String) - Method in interface org.zkoss.zk.scripting.HierachicalAware
-
Returns the value of a variable defined in this interpreter's
scope identified by the specified scope.
- getVariable(String) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Returns the value of a variable defined in this interpreter.
- getVariable(String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Retrieve the variable.
- getVariable(Scope, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Returns the value of a variable defined in this interpreter's
scope identified by the specified scope.
- getVariableMapper() - Method in class org.zkoss.xel.zel.XelELContext
-
- getVariableMapper() - Method in class org.zkoss.zel.ELContext
-
- getVariableMapper() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getVariableMapper() - Method in class org.zkoss.zel.StandardELContext
-
- getVariableResolver() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.PageContext
-
The current variable resolver.
- getVariableResolver() - Method in interface org.zkoss.web.servlet.xel.RequestContext
-
Returns the variable resolver.
- 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.
- getVariableResolver() - Method in interface org.zkoss.zk.ui.Execution
-
Returns the variable resolver for this execution, or null if not
available.
- getVariableResolver() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- getVariableResolver(Object) - Method in class org.zkoss.zk.xel.impl.SimpleEvaluator
-
Returns the variable resolver, or null if not available.
- getVarStatus() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns the variable name used to hold the current iteration
status, an instance of
LoopStatus
.
- getVarStatus() - Method in class org.zkoss.zuti.zul.ForEach
-
- getVersion() - Method in interface org.zkoss.web.servlet.Servlets.ClientIdentifier
-
Returns the version of the browser.
- getVersion() - Static method in class org.zkoss.zk.fn.ZkFns
-
Returns the ZK version, such as "1.1.0" and "2.0.0".
- getVersion() - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- getVersion() - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the ZK version, such as "1.1.0" and "2.0.0".
- getVersion() - Method in class org.zkoss.zul.Flash
-
Returns the expected version of the Flash player.
- getVflex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Return vertical flex hint of this component.
- getVflex() - Method in class org.zkoss.zul.Panelchildren
-
- getView() - Method in interface org.zkoss.bind.Binder
-
Returns associated root component of this binder.
- getView() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getViewerClass() - Method in class org.zkoss.zkmax.zul.Dropupload
-
- getViewModel() - Method in class org.zkoss.bind.BindComposer
-
- getViewModel() - Method in interface org.zkoss.bind.Binder
-
Returns associated ViewModel of this binder.
- getViewModel() - Method in class org.zkoss.bind.impl.BinderImpl
-
- getViewModel() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
-
- getViewModelName() - Method in class org.zkoss.bind.impl.SimpleBindXelContext
-
- getViewport() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getViewport() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the viewport that will be assigned to pages created from
this definition, or "auto" if no viewport is assigned at the beginning.
- getViewport() - Method in interface org.zkoss.zk.ui.Page
-
Return the meta viewport of this page, or "auto" if not specified.
- getViewport() - Method in interface org.zkoss.zk.ui.sys.PageConfig
-
Return the page's viewport, or "auto" if not specified.
- getVisibilityChangeEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
-
Converts an AU request to a visibility change event.
- getVisibilityState() - Method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
-
Return the current page's visibility state.
- getVisibleChildren(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns a collection of visible children.
- getVisibleItemCount() - Method in class org.zkoss.zul.Group
-
Returns the number of visible descendant
Row
.
- getVisibleItemCount() - Method in class org.zkoss.zul.Listbox
-
Returns the number of visible descendant
Listitem
.
- getVisibleItemCount() - Method in class org.zkoss.zul.Listgroup
-
Returns the number of visible descendant
Listitem
.
- getVisibleItemCount() - Method in class org.zkoss.zul.Rows
-
Returns the number of visible descendant
Row
.
- getVisibleItemCount() - Method in class org.zkoss.zul.Treechildren
-
Returns the number of visible descendant
Treeitem
.
- getVisibleItemCount() - Method in class org.zkoss.zul.Treeitem
-
- getVisibleRows() - Method in class org.zkoss.zul.Grid
-
Returns the visible rows.
- getVisualizer() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- getVisualizer() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getVisualizer() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns the visualizer associated with this desktop.
- getVisualizer() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
- getVm() - Method in class org.zkoss.zkmax.zul.event.OfflineRecoverEvent
-
Returns the VM.
- getVolume(int) - Method in interface org.zkoss.zul.HiLoModel
-
Get volume value of a specified data index.
- getVolume(int) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- getVspace() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the vspace.
- getVspace() - Method in class org.zkoss.zul.Applet
-
Returns the vertical spacing around an applet.
- getVspace() - Method in class org.zkoss.zul.Image
-
Deprecated.
as of release 6.0.0, use CSS instead.
- getWCSCacheControl(Execution, String) - Method in interface org.zkoss.zk.ui.util.ThemeProvider
-
Returns the number of hours that the specified WCS
(Widget CSS descriptor) file won't be changed.
- getWCSCacheControl(Execution, String) - Method in class org.zkoss.zkmax.init.TabletThemeProvider
-
Deprecated.
- getWCSCacheControl(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
-
- getWebApp() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns the Web application this desktop belongs to.
- getWebApp() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- getWebApp(String) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- getWebApp() - Method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web application.
- getWebApp(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web application of the specified context.
- getWebApp() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- getWebApp() - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- getWebApp() - Method in class org.zkoss.zk.ui.impl.RichletConfigImpl
-
- getWebApp() - Method in interface org.zkoss.zk.ui.RichletConfig
-
Returns the web application that the richlet belongs to.
- getWebApp() - Method in interface org.zkoss.zk.ui.Session
-
Returns the Web application that this session belongs to.
- getWebApp() - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Returns the Web application; never null.
- getWebApp() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the Web application that this configuration belongs to,
or null if it is not associated yet.
- getWebApp(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Returns the WebApp that corresponds to a specified URL on the server,
or null if either none exists or the container wishes to restrict
this access..
- getWebAppClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to represent this Web application,
or null if default is used.
- getWebAppFactoryClass() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the class used to instantiate an instance representing this Web application,
or null if default is used.
- getWebAppIfAny(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web application of the specified context, or null
if not available.
- getWebManager(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web manager of the specified context.
- getWebManager(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web manager of the specified
WebApp
.
- getWebManagerIfAny(ServletContext) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web manager of the give context, or null if not found.
- getWebManagerIfAny(WebApp) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Returns the Web manager of the specified
WebApp
,
or null if not found.
- getWest() - Method in class org.zkoss.zul.Borderlayout
-
- getWholeText() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- getWidgetAttribute(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetAttribute(String) - Method in interface org.zkoss.zk.ui.Component
-
- getWidgetAttributeNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetAttributeNames() - Method in interface org.zkoss.zk.ui.Component
-
Returns a read-only collection of additions DOM attributes that shall be
generated.
- getWidgetClass() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the widget class, "zhtml.Widget".
- getWidgetClass() - Method in class org.zkoss.zhtml.impl.ContentTag
-
Returns the widget class, "zhtml.Content".
- getWidgetClass() - Method in class org.zkoss.zhtml.Input
-
Returns the widget class, "zhtml.Input".
- getWidgetClass() - Method in class org.zkoss.zhtml.Select
-
Returns the widget class, "zhtml.Input".
- getWidgetClass() - Method in class org.zkoss.zhtml.Text
-
Returns the widget class, "zhtml.Text".
- getWidgetClass() - Method in class org.zkoss.zhtml.Textarea
-
Returns the widget class, "zhtml.Input".
- getWidgetClass() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns the widget class (a.k.a., widget type), or null if not defined.
- getWidgetClass() - Method in interface org.zkoss.zk.ui.Component
-
Returns the widget class (a.k.a., the widget type), or null
if not available.
- getWidgetClass() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Returns the component class (a.k.a., widget type), "zk.Macro".
- getWidgetClass() - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
Returns the widget class, "zk.Native".
- getWidgetClass() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getWidgetClass(Component, String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
- getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns the widget class (might contain EL expressions), or null
if not available.
- getWidgetClass(Component, String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- getWidgetClass() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- getWidgetClass(Page) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the widget class of the given page, or null if the default is used.
- getWidgetClass() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns the widget class (a JavaScript class).
- getWidgetClass() - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Returns the widget class of this page, or null to use the device default.
- getWidgetClass() - Method in class org.zkoss.zk.ui.sys.StubComponent
-
Returns the widget class, "#stub".
- getWidgetClass() - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
Returns the widget class, "#stubs".
- getWidgetDefinition(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the widget of the specified class name.
- getWidgetDefinitionIfAny(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns the widget of the specified class name, or null if not found.
- getWidgetListener(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetListener(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the script of the client event, or null if not found.
- getWidgetListenerNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetListenerNames() - Method in interface org.zkoss.zk.ui.Component
-
Returns a read-only collection of event names (String) that
the listener of the peer widget are assigned, or
an empty collection if none is registered.
- getWidgetOverride(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetOverride(String) - Method in interface org.zkoss.zk.ui.Component
-
Returns the script of the method definition to override
widget's method, or null if not found.
- getWidgetOverrideNames() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- getWidgetOverrideNames() - Method in interface org.zkoss.zk.ui.Component
-
Returns a read-only collection of the property names (String) that
shall be overridden, or an empty collection if none is registered.
- getWidth() - Method in class org.zkoss.image.AImage
-
Returns the width.
- getWidth() - Method in interface org.zkoss.image.Image
-
Returns the width.
- getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns the width.
- getWidth() - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Returns the width.
- getWidth() - Method in class org.zkoss.zhtml.Embed
-
Returns the width of this embed tag.
- getWidth() - Method in class org.zkoss.zhtml.Iframe
-
Returns the width of this iframe tag.
- getWidth() - Method in class org.zkoss.zhtml.Img
-
Returns the width of this img tag.
- getWidth() - Method in class org.zkoss.zhtml.Input
-
Returns the width of this input tag.
- getWidth() - Method in class org.zkoss.zhtml.Object
-
Returns the width of this object tag.
- getWidth() - Method in class org.zkoss.zk.ui.event.AfterSizeEvent
-
- getWidth() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns the width of the component, which is its original width.
- getWidth() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns the width of the component, which is its original width.
- getWidth() - Method in class org.zkoss.zk.ui.event.SizeEvent
-
Returns the width of the component after re-sized.
- getWidth() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the width.
- getWidth() - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the column width
- getWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the column width of the specified column index.
- getWidth() - Method in class org.zkoss.zul.Tabs
-
- getWidth() - Method in class org.zkoss.zul.Treecell
-
- getWidths() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns the widths.
- getWidths() - Method in class org.zkoss.zul.Box
-
Deprecated.
As of release 5.0.0, use Cell
instead.
- getWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
-
Returns the value without trying to expunge for more
memory.
- getWmode() - Method in class org.zkoss.zul.Flash
-
Returns the Window mode property of the Flash movie
Default: "transparent".
- getWrap() - Method in class org.zkoss.zhtml.Textarea
-
Returns the wrap of this textarea tag.
- getWriter() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- getWriter() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- getWriter() - Method in class org.zkoss.web.servlet.BufferedResponse
-
- getWriter() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
- getWrongValueExceptions() - Method in class org.zkoss.bind.impl.WrongValuePropertyImpl
-
- getWrongValueExceptions() - Method in exception org.zkoss.zk.ui.WrongValuesException
-
Returns all the exceptions (never null).
- getX() - Method in class org.zkoss.util.Pair
-
Returns the first value of the pair.
- getX() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the horizontal coordinate of the mouse pointer relevant to
the component.
- getX() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
-
Returns the axis-X position for the scrolling
- getX() - Method in class org.zkoss.zul.Absolutechildren
-
Returns the current "x" position within parent container component
- getX(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
-
- getX() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
-
- getX() - Method in class org.zkoss.zul.WaferMapModel.IntPair
-
- getX(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
-
Get X value of a specified series and data index.
- getXAxis() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the label in xAxis.
- getXAxis() - Method in class org.zkoss.zul.Chart
-
Get the label in xAxis.
- getXAxisFont() - Method in class org.zkoss.zul.Chart
-
Returns the label font of x axis of this chart.
- getXAxisProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig
-
Return the x axis config.
- getXAxisPropertiesMap(XYChartConfig) - Static method in class org.zkoss.zkmax.zul.fusionchart.config.PropertiesProxy
-
- getXAxisTickFont() - Method in class org.zkoss.zul.Chart
-
Returns the tick number font of x axis of this chart.
- getXelContext() - Method in class org.zkoss.xel.zel.XelELContext
-
- getXelContext() - Method in class org.zkoss.xel.zel.XelELResolver
-
- getXelVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getXelVariable(XelContext, Object, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getXelVariable(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns a variable that is visible to XEL expressions.
- getXelVariable(XelContext, Object, Object, boolean) - Method in interface org.zkoss.zk.ui.Page
-
Returns a variable that is visible to XEL expressions.
- getXmlEncoding() - Method in class org.zkoss.idom.Document
-
- getXmlns() - Method in class org.zkoss.zhtml.Html
-
Returns the xmlns of this html tag.
- getXMLResourcesLocator() - Static method in class org.zkoss.zk.ui.impl.Utils
-
Returns the XML resources locator to locate
metainfo/zk/config.xml, metainfo/zk/lang.xml, and metainfo/zk/lang-addon.xml
- getXmlStandalone() - Method in class org.zkoss.idom.Document
-
- getXmlVersion() - Method in class org.zkoss.idom.Document
-
- getXProperties(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
-
Returns the x property.
- getXProperties(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.XYChartConfig.AxisPropertiesMap
-
Returns the x property.
- getXsize() - Method in class org.zkoss.zul.WaferMapModel
-
Returns the x size of the wafer matrix.
- getXsl() - Method in class org.zkoss.zml.Transformer
-
Returns the XSL (Extensible Stylesheet Language), or null
if not available.
- getY() - Method in class org.zkoss.util.Pair
-
Returns the second value of the pair.
- getY() - Method in class org.zkoss.zk.ui.event.MouseEvent
-
Returns the vertical coordinate of the mouse pointer relevant to
the component.
- getY() - Method in class org.zkoss.zkmax.zul.event.ScrollEventExt
-
Returns the axis-Y position for the scrolling
- getY() - Method in class org.zkoss.zul.Absolutechildren
-
Returns current "y" position within parent container component
- getY(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
-
- getY() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
-
- getY() - Method in class org.zkoss.zul.WaferMapModel.IntPair
-
- getY(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
-
Get Y value of a specified series and data index.
- getYAxis() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Get the label in yAxis.
- getYAxis() - Method in class org.zkoss.zul.Chart
-
Get the label in yAxis.
- getYAxisFont() - Method in class org.zkoss.zul.Chart
-
Returns the label font of y axis of this chart.
- getYAxisMaxValue() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Returns the upper limit of the chart.
- getYAxisMinValue() - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Returns the lower limit of the chart.
- getYAxisTickFont() - Method in class org.zkoss.zul.Chart
-
Returns the tick number font of y axis of this chart.
- getYsize() - Method in class org.zkoss.zul.WaferMapModel
-
Returns the y size of the wafer matrix.
- getZ(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYZModel
-
- getZ(Comparable<?>, int) - Method in interface org.zkoss.zul.XYZModel
-
Get Z value of a specified series and data index.
- getZclass() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the ZK Cascading Style class(es) for this component.
- getZclass() - Method in class org.zkoss.zkex.zul.Colorbox
-
- getZclass() - Method in class org.zkoss.zkex.zul.Columnchildren
-
- getZclass() - Method in class org.zkoss.zkex.zul.Columnlayout
-
- getZclass() - Method in class org.zkoss.zkex.zul.Fisheye
-
- getZclass() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
The default zclass is "z-biglistbox"
- getZclass() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Nav
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Navbar
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Navitem
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Navseparator
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Portalchildren
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Portallayout
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Scrollview
-
The default zclass is "z-scrollview"
- getZclass() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
The default zclass is "z-splitlayout"
- getZclass() - Method in class org.zkoss.zkmax.zul.Tablechildren
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Tablelayout
-
- getZclass() - Method in class org.zkoss.zkmax.zul.Tbeditor
-
The default zclass is "z-tbeditor"
- getZclass() - Method in class org.zkoss.zkmax.zul.Timepicker
-
- getZclass() - Method in class org.zkoss.zul.A
-
- getZclass() - Method in class org.zkoss.zul.Absolutechildren
-
- getZclass() - Method in class org.zkoss.zul.Absolutelayout
-
The default zclass is "z-absolutelayout"
- getZclass() - Method in class org.zkoss.zul.Anchorchildren
-
- getZclass() - Method in class org.zkoss.zul.Anchorlayout
-
- getZclass() - Method in class org.zkoss.zul.Auxhead
-
- getZclass() - Method in class org.zkoss.zul.Auxheader
-
- getZclass() - Method in class org.zkoss.zul.Bandbox
-
- getZclass() - Method in class org.zkoss.zul.Bandpopup
-
- getZclass() - Method in class org.zkoss.zul.Borderlayout
-
- getZclass() - Method in class org.zkoss.zul.Box
-
- getZclass() - Method in class org.zkoss.zul.Button
-
- getZclass() - Method in class org.zkoss.zul.Calendar
-
- getZclass() - Method in class org.zkoss.zul.Caption
-
- getZclass() - Method in class org.zkoss.zul.Cell
-
- getZclass() - Method in class org.zkoss.zul.Center
-
- getZclass() - Method in class org.zkoss.zul.Checkbox
-
Returns the Style of checkbox label
Default: "z-checkbox"
Since 3.5.1
- getZclass() - Method in class org.zkoss.zul.Column
-
- getZclass() - Method in class org.zkoss.zul.Columns
-
- getZclass() - Method in class org.zkoss.zul.Combobox
-
- getZclass() - Method in class org.zkoss.zul.Combobutton
-
- getZclass() - Method in class org.zkoss.zul.Comboitem
-
- getZclass() - Method in class org.zkoss.zul.Datebox
-
- getZclass() - Method in class org.zkoss.zul.Decimalbox
-
- getZclass() - Method in class org.zkoss.zul.Detail
-
- getZclass() - Method in class org.zkoss.zul.Doublebox
-
- getZclass() - Method in class org.zkoss.zul.Doublespinner
-
- getZclass() - Method in class org.zkoss.zul.Foot
-
- getZclass() - Method in class org.zkoss.zul.Footer
-
- getZclass() - Method in class org.zkoss.zul.Frozen
-
- getZclass() - Method in class org.zkoss.zul.Grid
-
- getZclass() - Method in class org.zkoss.zul.Group
-
- getZclass() - Method in class org.zkoss.zul.Groupbox
-
- getZclass() - Method in class org.zkoss.zul.Groupfoot
-
- getZclass() - Method in class org.zkoss.zul.Hlayout
-
- getZclass() - Method in class org.zkoss.zul.Intbox
-
- getZclass() - Method in class org.zkoss.zul.Label
-
- getZclass() - Method in class org.zkoss.zul.LayoutRegion
-
- getZclass() - Method in class org.zkoss.zul.Listbox
-
- getZclass() - Method in class org.zkoss.zul.Listcell
-
- getZclass() - Method in class org.zkoss.zul.Listfoot
-
- getZclass() - Method in class org.zkoss.zul.Listfooter
-
- getZclass() - Method in class org.zkoss.zul.Listgroup
-
- getZclass() - Method in class org.zkoss.zul.Listgroupfoot
-
- getZclass() - Method in class org.zkoss.zul.Listhead
-
- getZclass() - Method in class org.zkoss.zul.Listheader
-
- getZclass() - Method in class org.zkoss.zul.Listitem
-
- getZclass() - Method in class org.zkoss.zul.Longbox
-
- getZclass() - Method in class org.zkoss.zul.Menu
-
- getZclass() - Method in class org.zkoss.zul.Menubar
-
- getZclass() - Method in class org.zkoss.zul.Menuitem
-
- getZclass() - Method in class org.zkoss.zul.Menupopup
-
- getZclass() - Method in class org.zkoss.zul.Menuseparator
-
- getZclass() - Method in class org.zkoss.zul.Paging
-
- getZclass() - Method in class org.zkoss.zul.Panel
-
- getZclass() - Method in class org.zkoss.zul.Panelchildren
-
- getZclass() - Method in class org.zkoss.zul.Popup
-
- getZclass() - Method in class org.zkoss.zul.Progressmeter
-
- getZclass() - Method in class org.zkoss.zul.Radio
-
Returns the Style of radio label
Default: "z-radio"
Since 3.5.1
- getZclass() - Method in class org.zkoss.zul.Row
-
- getZclass() - Method in class org.zkoss.zul.Rows
-
- getZclass() - Method in class org.zkoss.zul.Selectbox
-
- getZclass() - Method in class org.zkoss.zul.Separator
-
- getZclass() - Method in class org.zkoss.zul.Slider
-
- getZclass() - Method in class org.zkoss.zul.Spinner
-
- getZclass() - Method in class org.zkoss.zul.Splitter
-
- getZclass() - Method in class org.zkoss.zul.Tab
-
- getZclass() - Method in class org.zkoss.zul.Tabbox
-
- getZclass() - Method in class org.zkoss.zul.Tabpanel
-
Returns the style class.
- getZclass() - Method in class org.zkoss.zul.Tabpanels
-
Returns the style class.
- getZclass() - Method in class org.zkoss.zul.Tabs
-
- getZclass() - Method in class org.zkoss.zul.Textbox
-
- getZclass() - Method in class org.zkoss.zul.Timebox
-
- getZclass() - Method in class org.zkoss.zul.Toolbar
-
- getZclass() - Method in class org.zkoss.zul.Toolbarbutton
-
- getZclass() - Method in class org.zkoss.zul.Tree
-
- getZclass() - Method in class org.zkoss.zul.Treecell
-
- getZclass() - Method in class org.zkoss.zul.Treechildren
-
- getZclass() - Method in class org.zkoss.zul.Treecol
-
- getZclass() - Method in class org.zkoss.zul.Treecols
-
- getZclass() - Method in class org.zkoss.zul.Treefoot
-
- getZclass() - Method in class org.zkoss.zul.Treefooter
-
- getZclass() - Method in class org.zkoss.zul.Treerow
-
- getZclass() - Method in class org.zkoss.zul.Vlayout
-
- getZclass() - Method in class org.zkoss.zul.Window
-
- getZIndex() - Method in class org.zkoss.zk.ui.event.ZIndexEvent
-
Returns the z-index of the component after moved.
- getZIndex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the Z index.
- getZindex() - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Returns the Z index.
- getZIndexEvent(AuRequest) - Static method in class org.zkoss.zk.ui.event.ZIndexEvent
-
Converts an AU request to a z-index event.
- getZScript() - Method in class org.zkoss.zk.ui.metainfo.EventHandler
-
Returns the zscript associated with this event handler.
- getZScript() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns the
ZScript
object hold in this info.
- getZScriptClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptClass(String) - Method in interface org.zkoss.zk.ui.Page
-
- getZScriptFunction(String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptFunction(Component, String, Class[]) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptFunction(String, Class[]) - Method in interface org.zkoss.zk.ui.Page
-
Returns the function of the specified name by searching
the loaded interpreters.
- getZScriptFunction(Component, String, Class[]) - Method in interface org.zkoss.zk.ui.Page
-
Returns the function of the specified name by searching
the logical scope of the specified component
in all the loaded interpreters.
- getZScriptLanguage() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptLanguage() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns the default scripting language which is assumed when
a zscript element doesn't specify any language.
- getZScriptLanguage() - Method in interface org.zkoss.zk.ui.Page
-
Returns the default scripting language which is assumed when
a zscript element doesn't specify any language.
- getZScriptLanguages() - Static method in class org.zkoss.zk.scripting.Interpreters
-
Returns a set of names of the scripting languages supported by this
installation.
- getZScriptVariable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptVariable(Component, String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- getZScriptVariable(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the variable of the specified name by searching
the loaded interpreters, if any.
- getZScriptVariable(Component, String) - Method in interface org.zkoss.zk.ui.Page
-
Returns the value of the variable of the specified name by searching
the logical scope of the specified component
in all the loaded interpreters, if any.
- GLOBAL - Static variable in class org.zkoss.bind.sys.debugger.impl.info.AddCommandBindingInfo
-
- GLOBAL_COMMAND_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
-
- GlobalCommand - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a Global Command method.
- GlobalCommandEvent - Class in org.zkoss.bind
-
The global-command event
- GlobalCommandEvent(Component, String, Map<String, Object>) - Constructor for class org.zkoss.bind.GlobalCommandEvent
-
- GlobalDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
-
A implementation of
DesktopCacheProvider
that stores all
desktops from the same Web application into one desktop cache.
- GlobalDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- gradient(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific of browser CSS color gradient rules String.
- GRADIENT_DIRECTION - Static variable in class org.zkoss.zul.event.DialChartDataEvent
-
- gradients(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a set of cross-browser CSS color gradient rules String.
- gradValue(String, String) - Static method in class org.zkoss.web.fn.ThemeFns
-
Generates a specific CSS color gradient value only.
- Grid - Class in org.zkoss.zul
-
A grid is an element that contains both rows and columns elements.
- Grid() - Constructor for class org.zkoss.zul.Grid
-
- Grid.ExtraCtrl - Class in org.zkoss.zul
-
- Grid.ExtraCtrl() - Constructor for class org.zkoss.zul.Grid.ExtraCtrl
-
- GRID_ASC - Static variable in interface org.zkoss.zul.mesg.MZul
-
- GRID_COLUMNS - Static variable in interface org.zkoss.zul.mesg.MZul
-
- GRID_DESC - Static variable in interface org.zkoss.zul.mesg.MZul
-
- GRID_GROUP - Static variable in interface org.zkoss.zul.mesg.MZul
-
- GRID_OTHER - Static variable in interface org.zkoss.zul.mesg.MZul
-
- GRID_UNGROUP - Static variable in interface org.zkoss.zul.mesg.MZul
-
- GridDataLoader - Class in org.zkoss.zul.impl
-
Generic
Grid
data loader.
- GridDataLoader() - Constructor for class org.zkoss.zul.impl.GridDataLoader
-
- GridModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter
implementation of the grid for converting collection to ListModel and vice versa.
- GridModelConverter() - Constructor for class org.zkoss.bind.converter.sys.GridModelConverter
-
- GroovyInterpreter - Class in org.zkoss.zk.scripting.groovy
-
Groovy interpreter.
- GroovyInterpreter() - Constructor for class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
- Group - Interface in org.zkoss.idom
-
Represents an item might have children.
- GROUP - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents a group of desktops that belongs to the same browser.
- group(boolean) - Method in class org.zkoss.zul.Column
-
- GROUP - Static variable in interface org.zkoss.zul.ext.GroupingInfo
-
Indicates the data is a group (a.k.a., the head of the group).
- group(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
-
Groups and sorts the data by the specified column.
- Group - Class in org.zkoss.zul
-
Adds the ability for single level grouping to the Grid.
- Group() - Constructor for class org.zkoss.zul.Group
-
- Group(String) - Constructor for class org.zkoss.zul.Group
-
- Group(String, T) - Constructor for class org.zkoss.zul.Group
-
- group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
-
- GROUP - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
Indicates the data is a group (a.k.a., the head of the group).
- group(boolean) - Method in class org.zkoss.zul.Listheader
-
- group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- Groupbox - Class in org.zkoss.zul
-
Groups a set of child elements to have a visual effect.
- Groupbox() - Constructor for class org.zkoss.zul.Groupbox
-
- GroupComparator<D> - Interface in org.zkoss.zul
-
A comparison function used to compare the group order of two objects,
and the order of them in the group if they belongs to the same group.
- GroupEventQueue<T extends Event> - Class in org.zkoss.zkmax.ui.event.impl
-
The implementation of the group-scoped event queue.
- GroupEventQueue() - Constructor for class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
-
- GROUPFOOT - Static variable in interface org.zkoss.zul.ext.GroupingInfo
-
Indicates the data is a group foot.
- Groupfoot - Class in org.zkoss.zul
-
Groupfoot serves as a summary row of group.
- Groupfoot() - Constructor for class org.zkoss.zul.Groupfoot
-
- Groupfoot(String) - Constructor for class org.zkoss.zul.Groupfoot
-
- Groupfoot(String, T) - Constructor for class org.zkoss.zul.Groupfoot
-
- GROUPFOOT - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
Indicates the data is a group foot.
- GroupingInfo - Interface in org.zkoss.zul.ext
-
Represents the runtime information of each iteration caused by
GroupsModel
- GroupRendererExt - Interface in org.zkoss.zul
-
- GROUPS_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the addition of one or more contiguous items to the list.
- GROUPS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies one or more changes in the groups contents.
- GROUPS_OPENED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the Group opened.
- GROUPS_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the removal of one or more contiguous items from the list.
- GROUPS_RESET - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the Group is reset.
- GroupsDataEvent - Class in org.zkoss.zul.event
-
Defines an event that encapsulates changes to a list of groups.
- GroupsDataEvent(GroupsModel, int, int, int, int) - Constructor for class org.zkoss.zul.event.GroupsDataEvent
-
Constructor.
- GroupsDataListener - Interface in org.zkoss.zul.event
-
Defines the methods used to listener when the content of
GroupsModel
is changed.
- GroupsListModel<D,G,F> - Class in org.zkoss.zul.impl
-
- GroupsListModel(GroupsModel<D, G, F>) - Constructor for class org.zkoss.zul.impl.GroupsListModel
-
- GroupsListModel.GroupDataInfo - Class in org.zkoss.zul.impl
-
- GroupsModel<D,H,F> - Interface in org.zkoss.zul
-
The interface defines a suitable data model for grouping
Listbox
and
Grid
.
- GroupsModelArray<D,H,F,E> - Class in org.zkoss.zul
-
- GroupsModelArray(D[], Comparator<D>) - Constructor for class org.zkoss.zul.GroupsModelArray
-
Constructor with an array of data.
- GroupsModelArray(D[], Comparator<D>, int) - Constructor for class org.zkoss.zul.GroupsModelArray
-
Constructor with an array of data.
- GroupsModelArray(D[], Comparator<D>, int, boolean) - Constructor for class org.zkoss.zul.GroupsModelArray
-
Constructor with an array of data.
- GroupsModelArray(List<D>, Comparator, int) - Constructor for class org.zkoss.zul.GroupsModelArray
-
Deprecated.
As of release 6.0.1, there is no way to instantiate
the array with the correct type.
- GroupsModelArray(List<D>, Comparator) - Constructor for class org.zkoss.zul.GroupsModelArray
-
Deprecated.
As of release 6.0.1, there is no way to instantiate
the array with the correct type.
- GroupsSelectableModel<E> - Interface in org.zkoss.zul.ext
-
Indicate a groups model that supports selection.
- GroupsSortableModel<D> - Interface in org.zkoss.zul.ext
-
An extra interface that can be implemented with
GroupsModel
to control the sorting and grouping of the data model.
- GsonConverter - Class in org.zkoss.zkmax.bind
-
A Gson converter for Binding Parameter
- GsonConverter() - Constructor for class org.zkoss.zkmax.bind.GsonConverter
-
- GsonConverter - Class in org.zkoss.zkmax.ui
-
A Gson converter for Service Parameter
- GsonConverter() - Constructor for class org.zkoss.zkmax.ui.GsonConverter
-
- GT0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- gzip(HttpServletRequest, HttpServletResponse, InputStream, byte[]) - Static method in class org.zkoss.web.servlet.http.Https
-
Compresses the content into an byte array, or null
if the browser doesn't support the compression (accept-encoding).
- I - Class in org.zkoss.zhtml
-
The I tag.
- I() - Constructor for class org.zkoss.zhtml.I
-
- I18Ns - Class in org.zkoss.zk.ui.http
-
Internationalization utilities.
- I18Ns() - Constructor for class org.zkoss.zk.ui.http.I18Ns
-
- id - Variable in class org.zkoss.zel.impl.parser.SimpleNode
-
- id - Variable in enum org.zkoss.zul.Messagebox.Button
-
The unique ID to represent this button type.
- ID_ANNO - Static variable in class org.zkoss.bind.BindComposer
-
- ID_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
-
- Identifier() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- IDENTIFIER - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- 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.
- IdGenerator - Interface in org.zkoss.zk.ui.sys
-
Used to generate UUID of components and pages and ID of desktops.
- 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
-
- IdSpace - Interface in org.zkoss.zk.ui
-
Implemented by a component (
Component
) and a page
(
Page
)
to denote that all its descendant and itself forms an independent ID space.
- Idspace - Class in org.zkoss.zul
-
Just like DIV tag but implements IdSpace.
- Idspace() - Constructor for class org.zkoss.zul.Idspace
-
- idSpaceChanged(Scope, IdSpace) - Method in interface org.zkoss.zk.ui.ext.ScopeListener
-
Called when the ID space of this scope has been changed.
- If - Class in org.zkoss.web.servlet.dsp.action
-
Tests whether an condition is true and render the child only
if the condition is true.
- If() - Constructor for class org.zkoss.web.servlet.dsp.action.If
-
- If - Class in org.zkoss.zuti.zul
-
The conditional execution of its body according to the value of the
test attribute
- If() - Constructor for class org.zkoss.zuti.zul.If
-
- ifPresent(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Optional
-
- Iframe - Class in org.zkoss.zhtml
-
The IFRAME tag.
- Iframe() - Constructor for class org.zkoss.zhtml.Iframe
-
- Iframe - Class in org.zkoss.zul
-
Includes an inline frame.
- Iframe() - Constructor for class org.zkoss.zul.Iframe
-
- Iframe(String) - Constructor for class org.zkoss.zul.Iframe
-
- Iframe.ExtraCtrl - Class in org.zkoss.zul
-
- Iframe.ExtraCtrl() - Constructor for class org.zkoss.zul.Iframe.ExtraCtrl
-
- ignorableWhitespace(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
-
- IGNORE - Static variable in interface org.zkoss.zkplus.databind.TypeConverter
-
Deprecated.
- IGNORE - Static variable in interface org.zkoss.zul.mesg.MZul
-
- IGNORE - Static variable in class org.zkoss.zul.Messagebox
-
A IGNORE button.
- IGNORE_PARAM - Static variable in class org.zkoss.web.portlet.Portlets
-
Whether to ignore params if both uri and params contain the same
parameter.
- IGNORE_PARAM - Static variable in class org.zkoss.web.servlet.Servlets
-
Whether to ignore params if both uri and params contain the same
parameter.
- IGNORE_PARAM - Static variable in interface org.zkoss.zk.ui.Execution
-
Whether to ignore params if both uri and params contain the same
parameter.
- IGNORE_REF_VALUE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- IGNORE_TRACKER - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- IGNORED_VALUE - Static variable in interface org.zkoss.bind.Converter
-
Indicates the returned value should be ignored to load to a component or save to a bean,
It is useful for writing a converter to manipulate component directly when loading or saving
Note :
If you want to return
Converter.IGNORED_VALUE
in the converter method, then you need to set
U or
B to Object.
- ignoreTracker() - Method in class org.zkoss.bind.impl.ChildrenBindingImpl
-
- ignoreTracker() - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- ignoreTracker() - Method in class org.zkoss.bind.impl.InitChildrenBindingImpl
-
- ignoreTracker() - Method in class org.zkoss.bind.impl.InitFormBindingImpl
-
- ignoreTracker() - Method in class org.zkoss.bind.impl.InitPropertyBindingImpl
-
- ignoreTracker() - Method in class org.zkoss.bind.impl.PropertyBindingImpl
-
- ignoreTracker() - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- ignoreTracker() - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- ignoreTracker() - Method in class org.zkoss.bind.xel.zel.BindELContext
-
- ILLEGAL_CHAR - Static variable in interface org.zkoss.mesg.MCommon
-
- ILLEGAL_CHARACTER - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- ILLEGAL_REQUEST_COMPONENT_REQUIRED - Static variable in interface org.zkoss.zk.mesg.MZk
-
- ILLEGAL_REQUEST_WRONG_DATA - Static variable in interface org.zkoss.zk.mesg.MZk
-
- ILLEGAL_VALUE - Static variable in interface org.zkoss.zul.mesg.MZul
-
- 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.
- image - Variable in class org.zkoss.zel.impl.parser.SimpleNode
-
- image - Variable in class org.zkoss.zel.impl.parser.Token
-
The string image of the token.
- Image - Class in org.zkoss.zul
-
An image.
- Image() - Constructor for class org.zkoss.zul.Image
-
- Image(String) - Constructor for class org.zkoss.zul.Image
-
- Image.ExtraCtrl - Class in org.zkoss.zul
-
- Image.ExtraCtrl() - Constructor for class org.zkoss.zul.Image.ExtraCtrl
-
- ImageContentConverter - Class in org.zkoss.bind.converter.sys
-
- ImageContentConverter() - Constructor for class org.zkoss.bind.converter.sys.ImageContentConverter
-
- 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
-
- Imagemap - Class in org.zkoss.zul
-
An image map.
- Imagemap() - Constructor for class org.zkoss.zul.Imagemap
-
- Images - Class in org.zkoss.image
-
Utilities to handle images.
- Images() - Constructor for class org.zkoss.image.Images
-
- Img - Class in org.zkoss.web.servlet.dsp.action.html
-
Generates the HTML <img> tag
- Img() - Constructor for class org.zkoss.web.servlet.dsp.action.html.Img
-
- Img - Class in org.zkoss.zhtml
-
The IMG tag.
- Img() - Constructor for class org.zkoss.zhtml.Img
-
- Immutable - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate an immutable class (no setters).
- ImmutableElements - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate that the elements of the collection for
FormProxyObject
are immutable class.
- ImmutableFields - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to indicate all of the fields returned from the given class
are immutable (no setter).
- IMPL_OBJ_START - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- IMPLICIT_OBJECTS - Static variable in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- ImplicitObjectContributor - Interface in org.zkoss.bind.impl
-
to contribute implicit object
- ImplicitObjectContributorImpl - Class in org.zkoss.bind.impl
-
contribute implicit object of zkbind EL
- ImplicitObjectContributorImpl() - Constructor for class org.zkoss.bind.impl.ImplicitObjectContributorImpl
-
- ImplicitObjectELResolver - Class in org.zkoss.bind.xel.zel
-
ELResolver for implicit object that is not supported in zk el
- ImplicitObjectELResolver() - Constructor for class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- importClass(String) - Method in class org.zkoss.zel.ELManager
-
- importClass(String) - Method in class org.zkoss.zel.ImportHandler
-
- 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
-
- ImportHandler - Class in org.zkoss.zel
-
- importNode(Node, boolean) - Method in class org.zkoss.idom.Document
-
- importPackage(String) - Method in class org.zkoss.zel.ELManager
-
- importPackage(String) - Method in class org.zkoss.zel.ImportHandler
-
- imports(PageDefinition, String[]) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Imports the specified directives from the specified page definition.
- imports(PageDefinition) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Imports the init directives and component definitions from
the specified page definition.
- importStatic(String) - Method in class org.zkoss.zel.ELManager
-
- importStatic(String) - Method in class org.zkoss.zel.ImportHandler
-
- IN_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
Lexical state.
- IN_SET_OR_MAP - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
Lexical state.
- InaccessibleWidgetBlockService - Class in org.zkoss.zkmax.au
-
Inaccessible Widget Block Service (IWBS) used to block the request sent by
an inaccessible widget (at the client).
- InaccessibleWidgetBlockService() - Constructor for class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
-
- InaccessibleWidgetBlockService.DesktopInit - Class in org.zkoss.zkmax.au
-
The initial listener used to register in WEB-INF/zk.xml
- InaccessibleWidgetBlockService.DesktopInit() - Constructor for class org.zkoss.zkmax.au.InaccessibleWidgetBlockService.DesktopInit
-
- inBuf - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
-
- include(PortletContext, RenderRequest, RenderResponse, String, Map, int) - Static method in class org.zkoss.web.portlet.Portlets
-
Includes the resource at the specified URI.
- include(ServletRequest, ServletResponse) - Method in class org.zkoss.web.portlet.PortletServletDispatcher
-
- include(RenderRequest, RenderResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
-
- include(PortletRequest, PortletResponse) - Method in class org.zkoss.web.portlet.ServletPortletDispatcher
-
- include(String, Map<?, ?>) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Includes the specified URI and render the result to the specified
output.
- Include - Class in org.zkoss.web.servlet.dsp.action
-
Includes another URL.
- Include() - Constructor for class org.zkoss.web.servlet.dsp.action.Include
-
- include(String, Map) - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Includes the specified URI and render the result to the specified
output.
- include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ExtendletDspContext
-
- include(String, Map) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- include(ServletRequest, ServletResponse, String) - Method in class org.zkoss.web.servlet.GenericFilter
-
Includes the specified page.
- include(ServletRequest, ServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
-
Includes the specified page with parameters.
- include(ServletContext, ServletRequest, ServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Includes the resource at the specified URI.
- include(ServletContext, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Servlets
-
A shortcut of include(request, response, uri, null, 0).
- include(HttpServletRequest, HttpServletResponse, String, Map) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Includes the specified page.
- include(Writer, String, Map<String, ?>, int) - Method in interface org.zkoss.zk.ui.Execution
-
Includes a page.
- include(String) - Method in interface org.zkoss.zk.ui.Execution
-
A shortcut of include(null, page, null, 0).
- include(String) - Static method in class org.zkoss.zk.ui.Executions
-
A shortcut of Executions.getCurrent().include(page).
- include(Writer, String, Map<String, ?>, int) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- include(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- Include - Class in org.zkoss.zul
-
Includes the result generated by any servlet, not limited to a ZUML page.
- Include() - Constructor for class org.zkoss.zul.Include
-
- Include(String) - Constructor for class org.zkoss.zul.Include
-
- INCLUDE_CONTEXT_PATH - Static variable in class org.zkoss.web.Attributes
-
The included context path; set by the servlet container.
- INCLUDE_PATH_INFO - Static variable in class org.zkoss.web.Attributes
-
The included servlet path; set by the servlet container.
- INCLUDE_QUERY_STRING - Static variable in class org.zkoss.web.Attributes
-
The included servlet path; set by the servlet container.
- INCLUDE_REQUEST_URI - Static variable in class org.zkoss.web.Attributes
-
The included request URI; set by the servlet container.
- INCLUDE_SERVLET_PATH - Static variable in class org.zkoss.web.Attributes
-
The included servlet path; set by the servlet container.
- included - Variable in class org.zkoss.zk.ui.sys.HtmlPageRenders.RenderContext
-
Indicated whether this page/execution is included.
- Includer - Interface in org.zkoss.zk.ui.ext
-
Implemented by a component to indicate that
it might include another ZUML page.
- indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelArray
-
Deprecated.
- indexesOf(Object) - Method in interface org.zkoss.zkplus.databind.BindingListModelExt
-
Deprecated.
Returns indexes of the given object inside a ListModel.
- indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelList
-
Deprecated.
- indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelMap
-
Deprecated.
- indexesOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelSet
-
Deprecated.
- indexOf(Object) - Method in class org.zkoss.bind.proxy.ListProxy
-
- 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.
- indexOf(Object) - Method in class org.zkoss.zkplus.databind.BindingGroupsListModel
-
Deprecated.
- indexOf(Object) - Method in interface org.zkoss.zkplus.databind.BindingListModel
-
Deprecated.
Returns index of the given object inside a ListModel.
- indexOf(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- indexOf(DialModelScale) - Method in class org.zkoss.zul.DialModel
-
Return the index of the specified model entry.
- indexOf(Object) - Method in class org.zkoss.zul.ListModelArray
-
Returns the index of the specified element.
- indexOf(Object) - Method in class org.zkoss.zul.ListModelList
-
- indexOf(Object) - Method in class org.zkoss.zul.ListModelMap
-
Returns the index of the specified object based on the entry
(Map.Entry).
- indexOf(Object) - Method in class org.zkoss.zul.ListModelSet
-
Returns the index of the specified object, or -1 if not found.
- indexOf() - Method in class org.zkoss.zul.Treeitem
-
- indexOfKey(Object) - Method in class org.zkoss.zul.ListModelMap
-
Returns the index of the specified object based on the key.
- 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.
- IndirectBinding - Class in org.zkoss.bind.impl
-
An indirect binding, a kind of reference binding, but it won't create a sub-tracking
tree to get two way bindings, and it is used for children binding internally.
- IndirectBinding(Object) - Constructor for class org.zkoss.bind.impl.IndirectBinding
-
- inEmbedded() - Method in class org.zkoss.zul.Window
-
Returns whether this is embedded with other components (Default).
- inEventListener() - Static method in class org.zkoss.zk.ui.event.Events
-
Returns whether the current thread is an event listener.
- inEventListener() - Static method in class org.zkoss.zk.ui.impl.EventProcessor
-
Returns whether the current thread is an event listener.
- 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.
- INFORMATION - Static variable in class org.zkoss.zul.Messagebox
-
A symbol of a lower case letter i in a circle.
- inHighlighted() - Method in class org.zkoss.zul.Window
-
Returns whether this is a highlighted window.
- init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.AnnotateBinder
-
Initializes the binder with a root component and viewModel object.
- Init - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify a initial method.
- init(Component, Object) - Method in interface org.zkoss.bind.Binder
-
- init(Component, Object, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
Initializes the binder with a root component and viewModel object.
- init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.DefaultBinder
-
- init(Component, Object) - Method in class org.zkoss.bind.impl.BinderImpl
-
- init(Component, Object, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- init() - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- 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
- init(FilterConfig) - Method in class org.zkoss.web.servlet.CharsetFilter
-
- init() - Method in class org.zkoss.web.servlet.dsp.InterpreterServlet
-
- init() - Method in class org.zkoss.web.servlet.GenericFilter
-
A convenience method which can be overridden so that there's
no need to call super.init(config).
- init(FilterConfig) - Method in class org.zkoss.web.servlet.GenericFilter
-
Called by the web container to indicate to a filter that it is
being placed into service.
- init(ExtendletConfig) - Method in class org.zkoss.web.util.resource.DspExtendlet
-
- init(ExtendletConfig) - Method in interface org.zkoss.web.util.resource.Extendlet
-
Initializes the resource processor.
- init(FilterConfig) - Method in interface org.zkoss.web.util.resource.Filter
-
Initializes the resource processor.
- init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuDropUploader
-
- init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuDynaMediar
-
- init(DHtmlUpdateServlet) - Method in interface org.zkoss.zk.au.http.AuExtension
-
Initializes the AU extension.
- init(WebApp) - Method in class org.zkoss.zk.au.http.AuRedirect
-
- init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuRedirect
-
- init(DHtmlUpdateServlet) - Method in class org.zkoss.zk.au.http.AuUploader
-
- init() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
- init(Desktop, Object) - Method in class org.zkoss.zk.au.http.UploadInfoService.DesktopInit
-
- init(String, DeviceConfig) - Method in interface org.zkoss.zk.device.Device
-
Initializes the device.
- init(String, DeviceConfig) - Method in class org.zkoss.zk.device.GenericDevice
-
- init(Page, String) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- init(Page, String) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
- init(Page, String) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Initializes the interpreter.
- init(Page, String) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
-
- init(Page, String) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
-
- init(Page, String) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
- init(Page, String) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- init(Component, Event) - Method in interface org.zkoss.zk.ui.event.EventThreadInit
-
Initialize the event processing thread before processing the event.
- init(RichletConfig) - Method in class org.zkoss.zk.ui.GenericRichlet
-
Called by the richlet container to indicate to a richlet that
the richlet is being placed into service.
- init(FilterConfig) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutFilter
-
- init() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
-
- init() - Method in class org.zkoss.zk.ui.http.DHtmlLayoutServlet
-
- init(FilterConfig) - Method in class org.zkoss.zk.ui.http.RichletFilter
-
- init(WebApp) - Method in class org.zkoss.zk.ui.http.SimpleSessionCache
-
- init(Object, Configuration) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.WcsExtendlet
-
- init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
-
- init(ExtendletConfig) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
-
- init(Object, Configuration) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- init() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
Initialized the page when constructed or deserialized.
- init(PageConfig) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- init(Page, boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Initializes a page after execution is activated.
- init(RichletConfig) - Method in interface org.zkoss.zk.ui.Richlet
-
Called by the richlet container to indicate to a richlet that
the richlet is being placed into service.
- init(PageConfig) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
- init(WebApp) - Method in interface org.zkoss.zk.ui.sys.SessionCache
-
Initializes the session cache.
- init(Object, Configuration) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Initializes this Web application.
- init(Page) - Method in class org.zkoss.zk.ui.util.Configuration
-
- init(Desktop, Object) - Method in interface org.zkoss.zk.ui.util.DesktopInit
-
Called when a desktop is created and initialized.
- init(Execution, Execution) - Method in interface org.zkoss.zk.ui.util.ExecutionInit
-
Called when an execution is created and initialized.
- init(Session, Object) - Method in interface org.zkoss.zk.ui.util.SessionInit
-
Called when a session is created and initialized.
- init(WebApp) - Method in interface org.zkoss.zk.ui.util.WebAppInit
-
Called when a ZK application is created and initialized.
- init(WebApp) - Static method in class org.zkoss.zkmax.au.http.AuDownloader
-
Initializes the downloader.
- init(DHtmlUpdateServlet) - Method in class org.zkoss.zkmax.au.http.AuDownloader
-
- init(Desktop, Object) - Method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService.DesktopInit
-
- init(Desktop, Object) - Method in class org.zkoss.zkmax.au.websocket.WebSocketDesktopInit
-
- init(FilterConfig) - Method in class org.zkoss.zkmax.au.websocket.WebSocketFilter
-
- init(WebApp) - Method in class org.zkoss.zkmax.au.websocket.WebSocketWebAppInit
-
- init() - Method in class org.zkoss.zkmax.bind.impl.BindELResolverEx
-
- Init - Class in org.zkoss.zkmax.bind.impl
-
- Init() - Constructor for class org.zkoss.zkmax.bind.impl.Init
-
- init(WebApp) - Static method in class org.zkoss.zkmax.bind.impl.Init
-
- init(WebApp) - Method in class org.zkoss.zkmax.init.WebAppInit
-
- init() - Method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
-
- init(Component, int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
-
- init(Component, int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
-
- init(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
-
Deprecated.
- init(FilterConfig) - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
-
Deprecated.
- init(Desktop, boolean) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Initialization that read all binding annotations of the components inside the specified desktop.
- init(Page, boolean) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Initialization that read all binding annotations of the components inside the specified page.
- init(Component[], boolean) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Initialization that read all binding annotations of the given component array.
- init(Component, boolean) - Method in class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Initialization that read all binding annotations in the components inside the specified component (inclusive).
- init() - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
- init(Execution, Execution) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
-
Deprecated.
- init(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
-
Deprecated.
- init(WebApp) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionFactoryListener
-
Deprecated.
- init(Execution, Execution) - Method in class org.zkoss.zkplus.hibernate.OpenSessionInViewListener
-
Deprecated.
- init(Execution, Execution) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
-
- init(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
-
- init(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
-
- init(Component, int, int) - Method in interface org.zkoss.zul.impl.DataLoader
-
Callback from the owner component and give a chance to initialize things.
- init(Component, int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
-
- init(Component, int, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- INIT_ANNO - Static variable in class org.zkoss.bind.BindComposer
-
- INIT_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
-
- INIT_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
-
- initActivator() - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- initAnnotatedBindings() - Method in class org.zkoss.bind.AnnotateBinder
-
This method will parse Zul component's annotation that user declared and call
Binder
's addBindings series methods
to initiate binder's internal binding syntax trees, which then will cooperate with context(for look up variables) and be used by Binder's EL engine
while
BinderImpl.loadComponent(Component, boolean)
or
Command
been triggered.
- initAnnotatedBindings() - Method in class org.zkoss.zkmax.bind.impl.AnnotateBinderEx
-
- initCache() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- initCache() - Method in class org.zkoss.bind.proxy.ListProxy
-
- initCache() - Method in class org.zkoss.bind.proxy.SetProxy
-
- initChartProperties() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
Might be overwritten in other constructor
- InitChildrenBinding - Interface in org.zkoss.bind.sys
-
ChildrenBinding for init-loading into children component from backing bean property.
- InitChildrenBindingImpl - Class in org.zkoss.bind.impl
-
- InitChildrenBindingImpl(Binder, Component, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitChildrenBindingImpl
-
- initCompMap() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl
-
- initCompMap() - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
-
- initComponentBindings(Component) - Method in class org.zkoss.bind.impl.AnnotateBinderHelper
-
- initFormBean(Object, Class<Object>, BindContext) - Method in class org.zkoss.bind.impl.FormBindingImpl
-
- InitFormBinding - Interface in org.zkoss.bind.sys
-
Binding for init a form.
- InitFormBindingImpl - Class in org.zkoss.bind.impl
-
- InitFormBindingImpl(Binder, Component, String, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitFormBindingImpl
-
- Initiator - Interface in org.zkoss.zk.ui.util
-
Implemented by an initiator that will be invoked if it is specified
in the init directive.
- InitiatorExt - Interface in org.zkoss.zk.ui.util
-
An extra interface that can be implemented with
Initiator
to
have the better control.
- InitiatorInfo - Class in org.zkoss.zk.ui.metainfo
-
The init directive in the ZUML page.
- InitiatorInfo(Class<? extends Initiator>, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
-
- InitiatorInfo(String, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
-
- InitiatorInfo(Initiator, Map<String, String>) - Constructor for class org.zkoss.zk.ui.metainfo.InitiatorInfo
-
- InitPropertyBinding - Interface in org.zkoss.bind.sys
-
PropertyBinding for init-loading into component attribute from backing bean property.
- InitPropertyBindingImpl - Class in org.zkoss.bind.impl
-
- InitPropertyBindingImpl(Binder, Component, String, String, Class<?>, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.InitPropertyBindingImpl
-
- initQueue() - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- initVariableResolver(ForEach, ForEachRenderer.ForEachIterator<Object>) - Method in class org.zkoss.zuti.zul.ForEachRenderer
-
- INJECT_URI_PREFIX - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A special prefix that is used if you want to inject a special
fragment into the URI of a class Web resource (CWR).
- injectURI(String, String) - Static method in class org.zkoss.zk.ui.util.ThemeProvider.Aide
-
Injects a fragment into the specified URI, and returns
the injected URI.
- 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
-
- inModal() - Method in class org.zkoss.zul.Window
-
Returns whether this is a modal dialog.
- INNER_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
-
- inOverlapped() - Method in class org.zkoss.zul.Window
-
Returns whether this is a overlapped window.
- inPagingMold() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- inPagingMold() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- inPopup() - Method in class org.zkoss.zul.Window
-
Returns whether this is a popup window.
- Input - Class in org.zkoss.zhtml
-
The input tag.
- Input() - Constructor for class org.zkoss.zhtml.Input
-
- Input(String) - Constructor for class org.zkoss.zhtml.Input
-
- input_stream - Variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
- InputElement - Class in org.zkoss.zul.impl
-
A skeletal implementation of an input box.
- InputElement() - Constructor for class org.zkoss.zul.impl.InputElement
-
- InputEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's input something at the client.
- InputEvent(String, Component, String, Object) - Constructor for class org.zkoss.zk.ui.event.InputEvent
-
Constructs a input-relevant event.
- InputEvent(String, Component, String, Object, boolean, int) - Constructor for class org.zkoss.zk.ui.event.InputEvent
-
Constructs an input event
- inputStream - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
-
- inRange(HtmlShadowElement, Component) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns the direction of the target component according to the given shadow element.
- Ins - Class in org.zkoss.zhtml
-
The INS tag.
- Ins() - Constructor for class org.zkoss.zhtml.Ins
-
- inSelectMold() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- INSERT - Static variable in class org.zkoss.zk.ui.event.KeyEvent
-
- insert(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeNode
-
- insert(TreeNode<E>, int) - Method in interface org.zkoss.zul.TreeNode
-
Adds child to this node at the given index.
- insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
-
- insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
-
- insertBefore(Component, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- insertBefore(Component, Component) - Method in interface org.zkoss.zk.ui.Component
-
Inserts a child before the reference child.
- insertBefore(Component, Component) - Method in class org.zkoss.zkmax.zul.Cardlayout
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Borderlayout
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Grid
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Groupbox
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.LayoutRegion
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Listbox
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Menu
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Panel
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Row
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Rows
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Tab
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabbox
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabs
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Tree
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Treechildren
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Treeitem
-
- insertBefore(Component, Component) - Method in class org.zkoss.zul.Window
-
- insertData(int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
-
- insertEmptySourceMap(int, int) - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Insert a empty source map which would be ignored in mapping
- insertSourceMap(int, String, int, String) - Method in class org.zkoss.zk.ui.http.SourceMapManager
-
Insert a source map by content
- inst - Static variable in class org.zkoss.bind.impl.AllocUtil
-
- install(ServletContext) - Static method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
-
Installs this servlet.
- INSTANCEOF - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- inSubModel(Object, Object) - Method in class org.zkoss.zul.SimpleListModel
-
Compares if the given value shall belong to the submodel represented
by the key.
- Intbox - Class in org.zkoss.zul
-
An edit box for holding an integer.
- Intbox() - Constructor for class org.zkoss.zul.Intbox
-
- Intbox(int) - Constructor for class org.zkoss.zul.Intbox
-
- Integer() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- INTEGER - Static variable in class org.zkoss.zul.Slider
-
Represent integer slider.
- INTEGER_LITERAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- INTEGER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
-
- IntegerPropertyAccess - Class in org.zkoss.zk.ui.sys
-
An Integer property class.
- IntegerPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.IntegerPropertyAccess
-
- Integers - Class in org.zkoss.lang
-
Integer utilities.
- Integers() - Constructor for class org.zkoss.lang.Integers
-
- INTERNAL_EVENT - Static variable in interface org.zkoss.zul.PagingEventPublisher
-
A flag different from standard PagingEvent, differentiating standard
PagingEvent from Paging component and PagingEvent from PagingEventPublisher
- internalEntityDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
-
- interpret(DspContext) - Method in interface org.zkoss.web.servlet.dsp.Interpretation
-
Interprets this interpretation of a DSP page, and generates
the result to the output specified in
DspContext
.
- interpret(DspContext, String, String, XelContext) - Method in class org.zkoss.web.servlet.dsp.Interpreter
-
Interprets the specified content and generates the result to
the output specified in
DspContext
.
- interpret(ServletContext, HttpServletRequest, HttpServletResponse, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
-
Interprets the specified content based on the HTTP request.
- interpret(ServletContext, HttpServletRequest, HttpServletResponse, Writer, String, String, Locator) - Method in class org.zkoss.web.servlet.dsp.Interpreter
-
Interprets the specified content based on the HTTP request.
- interpret(String, Scope) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Evaluates the script against the specified scope.
- interpret(String, Scope) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
- interpret(String, String, Scope) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- interpret(String, String, Scope) - Method in interface org.zkoss.zk.ui.Page
-
Interprets a script in the specified scripting language in
the context of the specified scope.
- Interpretation - Interface in org.zkoss.web.servlet.dsp
-
Defines an interpretation of a DSP page.
- Interpreter - Class in org.zkoss.web.servlet.dsp
-
The interpreter of the DSP file.
- Interpreter() - Constructor for class org.zkoss.web.servlet.dsp.Interpreter
-
Constructor.
- Interpreter - Interface in org.zkoss.zk.scripting
-
Represents an interpreter that can interpret the scripting codes.
- InterpreterNotFoundException - Exception in org.zkoss.zk.scripting
-
Denotes the interpreter of the requested scripting language not found.
- InterpreterNotFoundException(String, String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String, String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String, int, Object[], Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String, int, Object, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String, int, Object[]) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String, int, Object) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String, int, Throwable) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- InterpreterNotFoundException(String, int) - Constructor for exception org.zkoss.zk.scripting.InterpreterNotFoundException
-
- Interpreters - Class in org.zkoss.zk.scripting
-
- InterpreterServlet - Class in org.zkoss.web.servlet.dsp
-
The servlet used to interpret the DSP file (Potix Dynamic Script Page).
- InterpreterServlet() - Constructor for class org.zkoss.web.servlet.dsp.InterpreterServlet
-
- INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the addition of one or more contiguous items to a
particular group.
- INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies the addition of one or more contiguous items to the list.
- INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the addition of children to a node.
- INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the removal of one or more contiguous items from a
particular group.
- INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies the removal of one or more contiguous items from the list.
- INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the removal of children to a node.
- IntPropertyAccess - Class in org.zkoss.zk.ui.sys
-
An int property class.
- IntPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.IntPropertyAccess
-
- intsToString(int[]) - Static method in class org.zkoss.zul.impl.Utils
-
Converts an array of numbers to a string.
- intValue() - Method in class org.zkoss.lang.MutableInteger
-
- intValue() - Method in class org.zkoss.zul.Decimalbox
-
Returns the value in integer.
- intValue() - Method in class org.zkoss.zul.Doublebox
-
Returns the value in integer.
- intValue() - Method in class org.zkoss.zul.Intbox
-
Returns the value in int.
- intValue() - Method in class org.zkoss.zul.Longbox
-
Returns the value in int.
- intValue() - Method in class org.zkoss.zul.Spinner
-
Returns the value in integer.
- invalidate() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- invalidate() - Method in class org.zkoss.zhtml.Body
-
- invalidate() - Method in class org.zkoss.zhtml.Html
-
- invalidate() - Method in class org.zkoss.zhtml.Text
-
- invalidate() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- invalidate() - Method in interface org.zkoss.zk.ui.Component
-
Invalidates this component by setting the dirty flag
such that it will be redraw the whole content of this
component and its dependences later.
- invalidate() - Method in interface org.zkoss.zk.ui.Desktop
-
Invalidates the desktop.
- invalidate() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- invalidate() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- invalidate() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- invalidate() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- invalidate() - Method in interface org.zkoss.zk.ui.Page
-
Invalidates this page to cause all components to redraw.
- invalidate() - Method in interface org.zkoss.zk.ui.Session
-
Invalidates this session then unbinds any objects bound to it.
- invalidate() - Method in class org.zkoss.zkex.zul.Colorbox
-
- invalidate() - Method in class org.zkoss.zkex.zul.Columnchildren
-
- invalidate() - Method in class org.zkoss.zkex.zul.Columnlayout
-
- invalidate() - Method in class org.zkoss.zkex.zul.Fisheye
-
- invalidate() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
- invalidate() - Method in class org.zkoss.zkex.zul.Jasperreport
-
- invalidate() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
- invalidate() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- invalidate() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- invalidate() - Method in class org.zkoss.zkmax.zul.Portalchildren
-
- invalidate() - Method in class org.zkoss.zkmax.zul.Portallayout
-
- invalidate() - Method in class org.zkoss.zkmax.zul.Tablechildren
-
- invalidate() - Method in class org.zkoss.zkmax.zul.Tablelayout
-
- invalidate() - Method in class org.zkoss.zul.Include
-
Invalidates this component.
- invalidate() - Method in class org.zkoss.zul.Selectbox
-
- invalidate() - Method in class org.zkoss.zul.Tabs
-
- INVALIDATE_REF_VALUE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- invalidateCache() - Method in class org.zkoss.bind.impl.IndirectBinding
-
do nothing for this method
- invalidateCache() - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
-
- invalidateCache() - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Invalidate cached value of this reference.
- invalidateNow() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- invalidateNow() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Really invalidates the session.
- inverse() - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
-
- invoke(Object, Method, Method, Object[]) - Method in class org.zkoss.bind.proxy.BeanProxyHandler
-
- invoke(Object, Method, Method, Object[]) - Method in class org.zkoss.bind.proxy.FormProxyHandler
-
- invoke(ELContext, Object, Object, Class[], Object[]) - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- 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
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.BeanELResolver
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.CompositeELResolver
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.ELResolver
-
Invokes a method on the the given object.
- invoke(ELContext, Object[]) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, invokes the
method that was found using the supplied parameters, and returns the
result of the method invocation.
- invoke(ELContext, Object[]) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
-
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- invoke(EvaluationContext, Class[], Object[]) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in interface org.zkoss.zel.impl.parser.Node
-
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
-
- invoke(ELContext, Object...) - Method in class org.zkoss.zel.LambdaExpression
-
- invoke(Object...) - Method in class org.zkoss.zel.LambdaExpression
-
- invoke(ELContext, Object[]) - Method in class org.zkoss.zel.MethodExpression
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.zkoss.zel.StaticFieldELResolver
-
- invoke(String) - Method in class org.zkoss.zul.Applet
-
Invokes the function of the applet running at the client.
- invoke(String, String) - Method in class org.zkoss.zul.Applet
-
Invokes the function of the applet running at the client with
one argument.
- invoke(String, String[]) - Method in class org.zkoss.zul.Applet
-
Invokes the function of the applet running at the client with
variable number argument.
- invokeDesktopCleanups() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- invokeDesktopCleanups() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- invokeDesktopCleanups(Desktop) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeDesktopInits(Desktop, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeEventThreadCompletes(List<EventThreadCleanup>, Component, Event, List<Throwable>, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeEventThreadInits(List<EventThreadInit>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeEventThreadResumeAborts(Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeEventThreadResumes(List<EventThreadResume>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeEventThreadSuspends(List<EventThreadSuspend>, Component, Event) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- invokeExecutionCleanups(Execution, Execution, List<Throwable>) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- invokeExecutionInits(Execution, Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
- invokeExecutionInits(Execution, Execution) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeMethod(Binder, Map<String, Object>) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
-
- invokeMethod(Binder, Map<String, Object>, Event, boolean) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
-
- invokeMethod(Method, Object, Object...) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Invoke a method reflexively.
- invokeRequestInterceptors(Session, Object, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeSessionCleanups(Session) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeSessionInits(Session, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeURIInterceptors(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeWebAppCleanups() - Method in class org.zkoss.zk.ui.util.Configuration
-
- invokeWebAppInits() - Method in class org.zkoss.zk.ui.util.Configuration
-
- IS_TEMPLATE_MODEL_ENABLED_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
-
- isAborting() - Method in class org.zkoss.zk.ui.impl.AbortByRemoveDesktop
-
- isAborting() - Method in class org.zkoss.zk.ui.impl.AbortBySendRedirect
-
- isAborting() - Method in interface org.zkoss.zk.ui.sys.AbortingReason
-
Returns whether to abort the execution.
- isActivated() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- isActivated() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns whether this execution is activated.
- isActivating() - Method in class org.zkoss.bind.impl.BinderImpl
-
- isActivating() - Method in interface org.zkoss.bind.sys.BinderCtrl
-
check if binder is in activating state
- isActive() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- isActive() - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Returns if the working thread of the server push is active.
- isActive() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
- isActive() - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
-
- isAlive() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns whether the desktop is still alive.
- isAlive() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- isAlive() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- isAlive() - Method in interface org.zkoss.zk.ui.Page
-
Returns whether the desktop is still alive.
- isAltKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns whether ALT is pressed.
- isAncestor(Component, Component) - Static method in class org.zkoss.zk.ui.Components
-
Tests whether node1 is an ancestor of node 2.
- isAnimation() - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
Returns whether to perform animation.
- isAnimationDisabled() - Method in class org.zkoss.zul.Borderlayout
-
Returns whether disable animation effects
Default: false.
- isAnnotation(String) - Static method in class org.zkoss.zk.ui.metainfo.impl.AnnotationHelper
-
Test if the given value is an annotation.
- isAppendableToCollection(Type, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Return true if field is of Collection type, and an object of type clazz
can be added into the Collection.
- isAscending() - Method in class org.zkoss.zk.ui.event.SortEvent
-
Returns true if the sorting request is ascending.
- isAscending() - Method in class org.zkoss.zul.ArrayComparator
-
Returns whether the sorting is ascending.
- isAscending() - Method in class org.zkoss.zul.FieldComparator
-
Returns whether the sorting is ascending.
- isAscending() - Method in class org.zkoss.zul.ListitemComparator
-
Returns whether the order is ascending.
- isAscending() - Method in class org.zkoss.zul.RowComparator
-
Returns whether the order is ascending.
- isAscending() - Method in class org.zkoss.zul.TreeitemComparator
-
Returns whether the order is ascending.
- isAsync() - Method in class org.zkoss.zhtml.Script
-
Returns the async of this script tag.
- isAsyncStarted() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- isAsyncSupported() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- isAsyncUpdate(Page) - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether this execution is an asynchronous update for the
specified page (thru ZK Update Engine).
- isAsyncUpdate(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- 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.
- isAutocheck() - Method in class org.zkoss.zul.Menuitem
-
Returns whether the menuitem check mark will update each time
the menu item is selected.
- isAutoclose() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns whether to automatically close all other nav/navitem on opening nav/navitem.
- isAutoCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns whether enables the auto adjusting cols size.
- isAutocomplete() - Method in class org.zkoss.zhtml.Form
-
Returns the autocomplete of this form tag.
- isAutocomplete() - Method in class org.zkoss.zul.Combobox
-
Returns whether to automatically complete this text box
by matching the nearest item (
Comboitem
.
- isAutodrop() - Method in class org.zkoss.zul.Bandbox
-
Returns whether to automatically drop the list if users is changing
this text box.
- isAutodrop() - Method in class org.zkoss.zul.Combobox
-
Returns whether to automatically drop the list if users is changing
this text box.
- isAutodrop() - Method in class org.zkoss.zul.Combobutton
-
Returns whether to automatically drop the popup if user hovers on this
Combobutton.
- isAutodrop() - Method in class org.zkoss.zul.Menubar
-
Returns whether to automatically drop down menus if user moves mouse
over it.
- isAutofocus() - Method in class org.zkoss.zhtml.Button
-
Returns the autofocus of this button tag.
- isAutofocus() - Method in class org.zkoss.zhtml.Input
-
Returns the autofocus of this input tag.
- isAutofocus() - Method in class org.zkoss.zhtml.Select
-
Returns the autofocus of this select tag.
- isAutohide() - Method in interface org.zkoss.zul.ext.Paginal
-
Returns whether to automatically hide the paging if
there is only one page available.
- isAutohide() - Method in class org.zkoss.zul.Iframe
-
Returns whether to automatically hide this component if
a popup or dropdown is overlapped with it.
- isAutohide() - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
-
- isAutohide() - Method in class org.zkoss.zul.Paging
-
Returns whether to automatically hide this component if
there is only one page available.
- isAutohideModify() - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
-
- isAutohidePaging() - Method in class org.zkoss.zul.Grid
-
- isAutohidePaging() - Method in class org.zkoss.zul.impl.MeshElement
-
- isAutohidePaging() - Method in class org.zkoss.zul.Listbox
-
- isAutohidePaging() - Method in class org.zkoss.zul.Tree
-
- isAutomaticTimeout(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to automatically trigger the timeout at the client.
- isAutopaging() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns whether the auto-paging facility is turned on when mold is
"paging".
- isAutoplay() - Method in class org.zkoss.zul.Audio
-
Returns whether to auto start playing the audio.
- isAutoPlay() - Method in class org.zkoss.zul.Flash
-
- isAutoplay() - Method in class org.zkoss.zul.Flash
-
Return true if the Flash movie starts playing automatically
Default: true
- isAutoRows() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns whether enables the auto adjusting rows size.
- isAutoscroll() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether enable overflow scrolling.
- isAutoSort() - Method in class org.zkoss.zul.SimpleXYModel
-
- isAutoSort() - Method in interface org.zkoss.zul.XYModel
-
check whether to autosort on x value for each series; default is true.
- isAutostart() - Method in class org.zkoss.zul.Audio
-
- isAutoUuid(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns whether an ID is generated automatically.
- isBar() - Method in class org.zkoss.zul.Separator
-
Returns whether to display a visual bar as the separator.
- 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.
- isBigDecimalOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- isBigIntegerOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- 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
-
- isBindingReady() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
Returns the current phase is in a binding ready state, if any.
- isBlank(String) - Static method in class org.zkoss.lang.Strings
-
Returns true if the string is null or empty or pure blank.
- isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether to preserve the blank text.
- isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns whether to preserve the blank text.
- isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- isBlankPreserved() - Method in class org.zkoss.zk.ui.metainfo.impl.WidgetDefinitionImpl
-
- isBlankPreserved() - Method in interface org.zkoss.zk.ui.metainfo.WidgetDefinition
-
Returns whether to preserve the blank text.
- isBorder() - Method in class org.zkoss.zul.Captcha
-
- isBottom() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the bottom orientation.
- isBracket(String) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
- isBrowser(String) - Static method in class org.zkoss.web.fn.ServletFns
-
- isBrowser(ServletRequest, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the client is a browser of the specified type.
- isBrowser(String, String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the user agent is a browser of the specified type.
- isBrowser() - Method in interface org.zkoss.zk.ui.Execution
-
- isBrowser(String) - Method in interface org.zkoss.zk.ui.Execution
-
- isBrowser() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isBrowser(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isButtonVisible() - Method in class org.zkoss.zul.Bandbox
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Combobox
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Datebox
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Doublespinner
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Spinner
-
Returns whether the button (on the right of the textbox) is visible.
- isButtonVisible() - Method in class org.zkoss.zul.Timebox
-
Returns whether the button (on the right of the textbox) is visible.
- isCacheable() - Method in class org.zkoss.zk.device.AjaxDevice
-
Return false to indicate it is not cacheable.
- isCacheable() - Method in interface org.zkoss.zk.device.Device
-
Returns whether the output can be cached by the client.
- isCacheable() - Method in class org.zkoss.zk.device.GenericDevice
-
Return true to indicate it is cacheable.
- isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap
-
Returns whether the component names are case-insensitive.
- isCaseInsensitive() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether the component names are case-insensitive.
- isCeased() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- isCeased() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns whether it is ceased.
- isChangingBySelectBack() - Method in class org.zkoss.zk.ui.event.InputEvent
-
Returns whether this event is onChanging
, and caused by
user's selecting a list of predefined values (a.k.a., items).
- isCheckable() - Method in class org.zkoss.zul.Listitem
-
- isCheckable() - Method in class org.zkoss.zul.Treeitem
-
- isChecked() - Method in class org.zkoss.zhtml.Input
-
Returns if the input is checked (type: checkbox or radio).
- isChecked() - Method in class org.zkoss.zk.ui.event.CheckEvent
-
Returns whether the state is checked.
- isChecked() - Method in class org.zkoss.zul.Checkbox
-
Returns whether it is checked.
- isChecked() - Method in class org.zkoss.zul.Menuitem
-
Returns whether it is checked.
- isChecked() - Method in class org.zkoss.zul.Toolbarbutton
-
Returns whether it is checked.
- isCheckmark() - Method in class org.zkoss.zul.Listbox
-
Returns whether the check mark shall be displayed in front of each item.
- isCheckmark() - Method in class org.zkoss.zul.Menuitem
-
Returns whether the check mark shall be displayed in front
of each item.
- isCheckmark() - Method in class org.zkoss.zul.Tree
-
Returns whether the check mark shall be displayed in front
of each item.
- isChildable() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
- isChildable() - Method in class org.zkoss.zhtml.impl.ContentTag
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zhtml.Text
-
- isChildable() - Method in class org.zkoss.zk.ui.AbstractComponent
-
Returns whether this component can have a child.
- isChildable() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- isChildable() - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
- isChildable() - Method in class org.zkoss.zkex.zul.Colorbox
-
- isChildable() - Method in class org.zkoss.zkex.zul.Fisheye
-
Not childable.
- isChildable() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
- isChildable() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- isChildable() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Not childable.
- isChildable() - Method in class org.zkoss.zkmax.zul.Navseparator
-
Not childable.
- isChildable() - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Not support child added
- isChildable() - Method in class org.zkoss.zml.XmlMacroComponent
-
- isChildable() - Method in class org.zkoss.zul.Applet
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zul.Area
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Audio
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Bandbox
-
Childable.
- isChildable() - Method in class org.zkoss.zul.Button
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zul.Checkbox
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Combobox
-
Childable.
- isChildable() - Method in class org.zkoss.zul.Combobutton
-
- isChildable() - Method in class org.zkoss.zul.Comboitem
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zul.Html
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Iframe
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Image
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Imagemap
-
Default: childable.
- isChildable() - Method in class org.zkoss.zul.impl.InputElement
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Include
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Label
-
No child is allowed.
- isChildable() - Method in class org.zkoss.zul.Menuitem
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Menuseparator
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Paging
-
- isChildable() - Method in class org.zkoss.zul.Progressmeter
-
- isChildable() - Method in class org.zkoss.zul.Script
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Selectbox
-
- isChildable() - Method in class org.zkoss.zul.Separator
-
Default: not childable.
- isChildable() - Method in class org.zkoss.zul.Slider
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Splitter
-
Not allow any children.
- isChildable() - Method in class org.zkoss.zul.Style
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Tab
-
- isChildable() - Method in class org.zkoss.zul.Timer
-
Not childable.
- isChildAllowedInTextAs() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns if a child is allowed in the text-as area.
- isChildAllowedInTextAs() - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Returns if a child is allowed in the text-as area.
- isChildAllowedInTextAs() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- isClosable() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether to show a close button.
- isClosable() - Method in class org.zkoss.zul.Groupbox
-
Returns whether user can open or close the group box.
- isClosable() - Method in class org.zkoss.zul.Panel
-
Returns whether to show a close button on the title bar.
- isClosable() - Method in class org.zkoss.zul.Tab
-
Returns whether this tab is closable.
- isClosable() - Method in class org.zkoss.zul.Window
-
Returns whether to show a close button on the title bar.
- isClose() - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Returns whether it is closed.
- isClose() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
- isClose() - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- isClose() - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
-
- isClose(int) - Method in class org.zkoss.zul.GroupsModelArray
-
- isClose(int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- 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.
- isCollapsed() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns whether it is collapsed.
- isCollapsible() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether to show a toggle button.
- isCollapsible() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether set the initial display to collapse.
- isCollapsible() - Method in class org.zkoss.zul.Panel
-
Returns whether to show a toggle button on the title bar.
- isCollapsible() - Method in class org.zkoss.zul.Window
-
Always return false.
- isColumnsgroup() - Method in class org.zkoss.zul.Columns
-
Returns whether to enable grouping of columns with the header context menu.
- isColumnsgroup() - Method in class org.zkoss.zul.Listhead
-
Returns whether to enable grouping of listheader with the header context menu.
- isColumnshide() - Method in class org.zkoss.zul.Columns
-
Returns whether to enable hiding of columns with the header context menu.
- isColumnshide() - Method in class org.zkoss.zul.Listhead
-
Returns whether to enable hiding of listheader with the header context menu.
- isComment() - Method in class org.zkoss.zul.Include
-
Returns whether to generate the included content inside
the HTML comment.
- isCommitted() - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- isCommitted() - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- isCompact() - Method in class org.zkoss.zul.Datebox
-
Deprecated.
As of release 5.0.0, it is no longer supported.
- isCompatible(String) - Method in class org.zkoss.zk.device.AjaxDevice
-
- isCompatible(String) - Method in interface org.zkoss.zk.device.Device
-
Returns whether this device supports the specified client.
- isCompatible(String) - Method in class org.zkoss.zk.device.GenericDevice
-
Returns null to indicate unknown.
- isComplete() - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- isComplete() - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Returns if the page is a complete page.
- isComplete() - Method in interface org.zkoss.zk.ui.Page
-
Returns if this page is a complete page.
- isCompress() - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
- isCompress() - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
Returns whether to compress the output.
- isContainer() - Method in class org.zkoss.zul.Treeitem
-
Returns whether the element is to act as a container
which can have child elements.
- 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
-
- isContenteditable() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the contenteditable of this tag.
- isControls() - Method in class org.zkoss.zul.Audio
-
Returns whether to display the audio controls.
- isCrawlable() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether this Web application can be crawled by search engines.
- isCreatable() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns whether can create new item.
- isCropper() - Method in interface org.zkoss.zk.ui.ext.render.Cropper
-
Returns whether it is a cropper, i.e., cropping is applied.
- isCropper() - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
-
- isCropper() - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
-
- isCropper() - Method in class org.zkoss.zul.impl.GridDataLoader
-
- isCropper() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- isCropper() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
-
- isCropper() - Method in class org.zkoss.zul.Rows.ExtraCtrl
-
- isCropper() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
-
- isCtrlKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns whether CTRL is pressed.
- isCustomThemeProvider() - Method in class org.zkoss.zk.ui.util.Configuration
-
- isCustomThemeRegistry() - Method in class org.zkoss.zk.ui.util.Configuration
-
- isCustomThemeResolver() - Method in class org.zkoss.zk.ui.util.Configuration
-
- isDateTimeType(Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- isDebugJS() - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Returns whether to debug JavaScript files.
- isDebugJS() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to debug JavaScript files.
- isDecimal() - Method in class org.zkoss.zul.Slider
-
Returns whether it is a decimal slider.
- isDefaultConfig() - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Whether use the default binding configuration.
- isDefaultNamespace(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- isDefer() - Method in class org.zkoss.zhtml.Script
-
Returns the defer of this script tag.
- isDefer() - Method in class org.zkoss.zul.Script
-
Returns whether to defer the execution of the script codes
until the widget is instantiated and mounted.
- isDeferrable() - Method in interface org.zkoss.zk.ui.event.Deferrable
-
Returns whether the event can be deferred for this listener.
- isDeferred() - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Returns whether the evaluation of the zscript shall be deferred.
- isDetailed() - Method in interface org.zkoss.zul.ext.Paginal
-
- isDetailed() - Method in class org.zkoss.zul.Paging
-
- isDirectContent(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns whether a component can directly generate HTML tags
to the output.
- isDirty() - Method in interface org.zkoss.bind.FormStatus
-
Returns whether the form has been modified
- isDisabled() - Method in class org.zkoss.zhtml.Button
-
Returns the disabled of this button tag.
- isDisabled() - Method in class org.zkoss.zhtml.Fieldset
-
Returns the disabled of this fieldset tag.
- isDisabled() - Method in class org.zkoss.zhtml.Input
-
Returns the disabled of this input tag.
- isDisabled() - Method in class org.zkoss.zhtml.Optgroup
-
Returns the disabled of this optgroup tag.
- isDisabled() - Method in class org.zkoss.zhtml.Option
-
Returns the disabled of this option tag.
- isDisabled() - Method in class org.zkoss.zhtml.Select
-
Returns the disabled of this select tag.
- isDisabled() - Method in interface org.zkoss.zk.ui.ext.Disable
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.A
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Button
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Checkbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Comboitem
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.impl.InputElement
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Listbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Listitem
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Menu
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Menuitem
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Paging
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Selectbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zul.Tab
-
Returns whether this tab is disabled.
- isDisabled() - Method in class org.zkoss.zul.Treeitem
-
Returns whether it is disabled.
- isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelArray
-
Deprecated.
- isDistinct() - Method in interface org.zkoss.zkplus.databind.BindingListModelExt
-
Deprecated.
Returns true if all objects inside this ListModel is distinct.
- isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelList
-
Deprecated.
- isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelMap
-
Deprecated.
- isDistinct() - Method in class org.zkoss.zkplus.databind.BindingListModelSet
-
Deprecated.
- isDoubleOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- isDraggable() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the draggable of this tag.
- isDynamic() - Method in class org.zkoss.zul.Style
-
Deprecated.
As of release 5.0.0, it is decided automatically.
- isDynamicReservedAttributes(String) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
- isDynamicValue(String) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns whether the property name contains with a dynamic value.
- isDynamicValue() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- isDynamicValue() - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Returns whether the shadow element contains a dynamic value, it means the
shadow element cannot be destroyed after evaluated.
- isDynamicValue() - Method in class org.zkoss.zuti.zul.ForEach
-
- isDynamicValue() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
- isEditionValid() - Static method in class org.zkoss.zk.fn.ZkFns
-
Returns the edition whether valid or invalid.
- isEffective() - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Returns whether this tag is effective.
- isEffective() - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Returns whether the shadow element is effective
- isEffective(Component) - Method in interface org.zkoss.zk.ui.util.Condition
-
Used to evaluate whether it is effective.
- isEffective(Page) - Method in interface org.zkoss.zk.ui.util.Condition
-
Used to evaluate whether it is effective.
- isEffective(Evaluator, Component) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Used to evaluate whether it is effective.
- isEffective(Evaluator, Page) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Used to evaluate whether it is effective.
- isEffective() - Method in class org.zkoss.zuti.zul.Apply
-
- isEffective() - Method in class org.zkoss.zuti.zul.Choose
-
- isEffective() - Method in class org.zkoss.zuti.zul.ForEach
-
- isEffective() - Method in class org.zkoss.zuti.zul.If
-
- isEffective() - Method in class org.zkoss.zuti.zul.Otherwise
-
- isEffective() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
- isElementContentWhitespace() - Method in class org.zkoss.idom.impl.AbstractTextual
-
- isEmpty() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- isEmpty() - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- isEmpty() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- isEmpty() - Method in class org.zkoss.bind.proxy.MapProxy
-
- 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
-
- isEmpty() - Method in class org.zkoss.web.servlet.xel.AttributesMap
-
- isEmpty() - Method in class org.zkoss.zk.ui.impl.RequestQueueImpl
-
- isEmpty() - Method in class org.zkoss.zk.ui.metainfo.AnnotationMap
-
Returns whether no annotation at all.
- isEmpty() - Method in class org.zkoss.zk.ui.metainfo.EventHandlerMap
-
Returns whether no event handler at all.
- isEmpty() - Method in interface org.zkoss.zk.ui.sys.RequestQueue
-
Returns if no more request available in the queue.
- isEmpty() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
-
- isEmpty() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
-
- isEmpty() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
Always returns true, no matter any variable is defined.
- isEmpty() - Method in class org.zkoss.zul.ListModelList
-
- isEmpty() - Method in class org.zkoss.zul.ListModelMap
-
- isEmpty() - Method in class org.zkoss.zul.ListModelSet
-
- isEmpty() - Method in class org.zkoss.zul.Treeitem
-
Returns whether this element contains no child elements.
- isEmptyWithoutExpunge() - Method in class org.zkoss.util.CacheMap
-
Returns whether it is empty without trying to expunge first.
- isEncode() - Method in class org.zkoss.zhtml.Text
-
Returns whether to encode the text, such as converting < to <.
- 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
-
- isEventThreadEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to use the event processing thread.
- isEverAsyncUpdate() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Whether the execution associated with this visualizer
is caused by an async-update.
- 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.
- isExplorer() - Static method in class org.zkoss.web.fn.ServletFns
-
- isExplorer(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
- isExplorer(String) - Static method in class org.zkoss.web.servlet.Servlets
-
- isExplorer() - Method in interface org.zkoss.zk.ui.Execution
-
- isExplorer() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isExplorer7() - Static method in class org.zkoss.web.fn.ServletFns
-
- isExplorer7(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
- isExplorer7(String) - Static method in class org.zkoss.web.servlet.Servlets
-
- isExplorer7() - Method in interface org.zkoss.zk.ui.Execution
-
- isExplorer7() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isExpression() - Method in class org.zkoss.zk.xel.ExValue
-
Tests whether it is an expression.
- isFirst() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- isFirst() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns whether the current round is the first pass through the iteration
- isFixedLayout() - Method in class org.zkoss.zul.Grid
-
- isFixedLayout() - Method in class org.zkoss.zul.Listbox
-
- isFixedLayout() - Method in class org.zkoss.zul.Tree
-
- isFixFrozenCols() - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Returns whether is fix frozen columns, that means user cannot change the
size of the frozen columns dynamically.
- isFlex() - Method in class org.zkoss.zul.LayoutRegion
-
- isFloatable() - Method in class org.zkoss.zul.Panel
-
Returns whether to float the panel to display it inline where it is rendered.
- isFormDirty() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- isFormDirty() - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Returns whether the form proxy object is dirty or not, including all
of its attributes.
- isFormDirty() - Method in class org.zkoss.bind.proxy.MapProxy
-
- isForwarded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Tests whether this page is forwarded by another page.
- isForwarded() - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether the execution is forwarded from other pages.
- isForwarded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isFramable() - Method in class org.zkoss.zul.Panel
-
Deprecated.
As of release 5.0.6, replaced with Panel.getBorder()
.
Returns whether to render the panel with custom rounded borders.
Default: false.
- isFrame() - Method in class org.zkoss.zul.Captcha
-
Returns whether generate border.
- isFullComposerOnly() - Method in class org.zkoss.zk.ui.impl.MultiComposer
-
Returns whether to invoke only the composer that implements
FullComposer
.
- isGecko() - Static method in class org.zkoss.web.fn.ServletFns
-
- isGecko(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
- isGecko(String) - Static method in class org.zkoss.web.servlet.Servlets
-
- isGecko() - Method in interface org.zkoss.zk.ui.Execution
-
- isGecko() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isGecko3() - Static method in class org.zkoss.web.fn.ServletFns
-
- isGecko3(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
- isGecko3(String) - Static method in class org.zkoss.web.servlet.Servlets
-
- isGecko3() - Method in interface org.zkoss.zk.ui.Execution
-
- isGecko3() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isGroupOpened(int) - Method in interface org.zkoss.zul.GroupsModel
-
Whether the group is open at the specified index.
- isGroupOpened(int) - Method in class org.zkoss.zul.GroupsModelArray
-
- isGroupOpened(int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- isGroupSelectable() - Method in class org.zkoss.zul.AbstractGroupsModel
-
- isGroupSelectable() - Method in interface org.zkoss.zul.ext.GroupsSelectableModel
-
Returns whether the groups are selectable
- isGroupSelectable() - Method in class org.zkoss.zul.impl.GroupsListModel
-
- isHandled(Class<?>) - Method in class org.zkoss.bind.init.ZKBinderPhaseListeners
-
- isHandled(Class<?>) - Method in class org.zkoss.bind.proxy.ZKProxyTargetHandlers
-
- isHandled(Class<?>) - Method in interface org.zkoss.zk.ui.util.AggregationListener
-
Returns whether the given class is handled.
- isHandling(Component) - Static method in class org.zkoss.bind.impl.BinderUtil
-
- isHibernate() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns whether enable the hibernate data source.
- isHidden() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the hidden of this tag.
- isHidden() - Method in class org.zkoss.zk.ui.event.VisibilityChangeEvent
-
Return the current page is hidden or not.
- isHierarchy() - Static method in class org.zkoss.util.logging.Log
-
Deprecated.
Returns whether the loggers support hierarchy.
- isHilDevice(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
- isHilDevice(String) - Static method in class org.zkoss.web.servlet.Servlets
-
- isHilDevice() - Method in interface org.zkoss.zk.ui.Execution
-
- isHilDevice() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isHorizontal() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Utility to check if the current orientation is landscape on tablet/mobile device.
- isHorizontal() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Returns whether it is a horizontal .
- isHorizontal() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns whether it is horizontal .
- isHorizontal() - Method in class org.zkoss.zul.Box
-
Returns whether it is a horizontal box.
- isHorizontal() - Method in class org.zkoss.zul.Menubar
-
Returns whether it is a horizontal .
- isHorizontal() - Method in class org.zkoss.zul.Separator
-
Returns whether it is a horizontal separator.
- isHorizontal() - Method in class org.zkoss.zul.Splitter
-
Returns if the orientation of this splitter is horizontal.
- isHorizontal() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is a horizontal tabbox.
- isHyphen() - Method in class org.zkoss.zul.Label
-
Deprecated.
As of release 5.0.0, use CSS instead.
- isId() - Method in class org.zkoss.idom.Attribute
-
- isIdentifier(String) - Static method in class org.zkoss.zel.impl.util.Validation
-
Test whether a string is a Java identifier.
- isIdle() - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
Returns if there is listener being registered.
- isIdle() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- isIdle() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns whether this thread is idle, i.e., not processing any event.
- isIgnorable(Object, WebApp) - Method in interface org.zkoss.zk.au.AuDecoder
-
Returns if the request is ignorable when an error occurs.
- isIgnoreAccessCreationWarn() - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
-
- 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.
- isImageAssigned() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns whether the image is available.
- isImmutable(Object) - Static method in class org.zkoss.bind.proxy.ProxyHelper
-
Returns whether the given origin object is immutable.
- isImmutable(Object) - Static method in class org.zkoss.bind.xel.zel.BindELContext
-
Returns whether the specified Object is an immutable object
- isImmutableElements - Variable in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- isImplicit(String) - Static method in class org.zkoss.zk.ui.Components
-
Returns whether the given id is an implicit ZK object id.
- isIncluded() - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Returns whether this page is included.
- isIncluded() - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Returns whether this page is included.
- isIncluded() - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- isIncluded(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
Tests whether this page is included by another page.
- isIncluded() - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether this execution is included by some other pages.
- isIncluded() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- Isindex - Class in org.zkoss.zhtml
-
Deprecated.
Not supported in HTML5.
- Isindex() - Constructor for class org.zkoss.zhtml.Isindex
-
Deprecated.
- isInline() - Method in interface org.zkoss.zk.ui.ext.Macro
-
Returns whether this is an inline macro.
- isInline() - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- isInline() - Method in class org.zkoss.zml.XmlMacroComponent
-
- isInlineMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether this is an inline macro.
- isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- isInlineMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
-
- isInplace() - Method in class org.zkoss.zul.impl.InputElement
-
Returns whether enable the inplace-editing.
- isInstalled(ServletContext) - Static method in class org.zkoss.zkmax.ui.comet.CometAsyncServlet
-
Returns whether this servlet has been installed.
- isInstance(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
-
Tests whether an object, o, is an instance of a class, c.
- isInstance(Object, Class<?>) - Static method in class org.zkoss.zel.impl.util.ClassUtil
-
- isInstance(Component) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether a component belongs to this definition.
- isInstance(Component) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- isInstant() - Method in class org.zkoss.zul.impl.InputElement
-
Returns true if onChange event is sent as soon as user types in the input
component.
- isIntersected(Set<?>, Set<?>) - Static method in class org.zkoss.util.CollectionsX
-
Tests whether two sets has any intersection.
- isInvalidated() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- isInvalidated() - Method in interface org.zkoss.zk.ui.Component
-
Returns if this component needs to be redrawn at the client.
- isInvalidated() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- isInvalidated(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- isInvalidated() - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
- isInvalidated(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Returns if this component needs to be redrawn.
- isIsmap() - Method in class org.zkoss.zhtml.Img
-
Returns the ismap of this img tag.
- 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.
- isKeepDesktopAcrossVisits() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to keep the desktops across visits.
- isLambdaArgument(String) - Method in class org.zkoss.zel.ELContext
-
Determine if the specified name is recognised as the name of a lambda
argument.
- isLambdaArgument(String) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- isLandscape() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Utility to check if the current orientation is landscape on tablet/mobile device.
- isLast() - Method in class org.zkoss.bind.impl.AbstractForEachStatus
-
- isLast() - Method in interface org.zkoss.zk.ui.util.ForEachStatus
-
Returns whether the current round is the last pass through the iteration
- isLeaf(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
-
- isLeaf() - Method in class org.zkoss.zul.DefaultTreeNode
-
- isLeaf(E) - Method in interface org.zkoss.zul.TreeModel
-
Returns true if node is a leaf.
- isLeaf() - Method in interface org.zkoss.zul.TreeNode
-
Returns true if this node is a leaf.
- 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.
- isLeft() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the left orientation.
- isLegalName(char) - Static method in class org.zkoss.zk.scripting.Interpreters
-
Tests whether a character is legal to be used as part of the scripting
language name.
- isLegend() - Method in class org.zkoss.zul.Groupbox
-
Deprecated.
As of release 6.0, legend no longer used in groupbox.
- isLenient() - Method in class org.zkoss.zul.Datebox
-
Returns whether or not date/time parsing is to be lenient.
- isLifeCycleHandling(Component) - Method in interface org.zkoss.bind.tracker.impl.BindUiLifeCycle.Extension
-
- isLifeCycleHandling(Component) - Method in class org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
-
- isListened(Component, String, boolean) - Static method in class org.zkoss.zk.ui.event.Events
-
Returns whether an event handler or listener is available for
the specified component and event.
- isListenerAvailable(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- isListenerAvailable(String, boolean) - Method in interface org.zkoss.zk.ui.Component
-
Returns whether the event listener is available.
- isListenerAvailable(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- isListenerAvailable(String) - Method in interface org.zkoss.zk.ui.Page
-
Returns whether the event listener is available.
- isLiteralText() - Method in class org.zkoss.zel.Expression
-
- isLiteralText() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
- isLiteralText() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
-
- isLiteralText() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- isLiteralText() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- isLoadable() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Whether the binding is loadable.
- isLoaded() - Method in interface org.zkoss.zul.impl.LoadStatus
-
Returns whether the on-demand-loading item is loaded.
- isLoaded() - Method in class org.zkoss.zul.Listitem.ExtraCtrl
-
- isLoaded() - Method in class org.zkoss.zul.Listitem
-
Returns whether the content of this item is loaded.
- isLoaded() - Method in class org.zkoss.zul.Row.ExtraCtrl
-
- isLoaded() - Method in class org.zkoss.zul.Treeitem
-
Return true whether all children of this tree item, if any, is loaded
- isLoadOnSave() - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Returns whether this DataBinder shall do load-on-save automatically(default is true).
- isLocal() - Method in class org.zkoss.zk.ui.metainfo.VariablesInfo
-
Returns if it is for local variable.
- isLocalized() - Method in class org.zkoss.zul.Include
-
Returns whether the source depends on the current Locale.
- isLocalValid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- isLocalValid() - Method in interface org.zkoss.bind.ValidationContext
-
Checks status of local validation context valid or not, it only relates to one validator.
- isLongOp(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- isLoop() - Method in class org.zkoss.zul.Audio
-
Returns whether to play the audio repeatedly.
- isLoop() - Method in class org.zkoss.zul.Flash
-
Returns true if the Flash movie plays repeatedly.
- isMacro() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether this is a macro component.
- isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- isMacro() - Method in class org.zkoss.zk.ui.metainfo.impl.MacroDefinition
-
- isMatched(String) - Method in class org.zkoss.bind.impl.ClientBinderCommandParser
-
- isMatched(String) - Method in interface org.zkoss.zk.ui.metainfo.NamespaceParser
-
Checks whether the namespace URI is used for this Namespace Parser.
- isMatched() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component matched the last position of any selectors
in the list.
- isMatched(int) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component matched the last position of the given
selector.
- isMaximalHeight() - Method in class org.zkoss.zul.Tabbox
-
Returns whether to use maximum height of all tabpanel in initial phase.
- isMaximizable() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether to display the maximizing button.
- isMaximizable() - Method in class org.zkoss.zul.Panel
-
Returns whether to display the maximizing button and allow the user to maximize
the panel.
- isMaximizable() - Method in class org.zkoss.zul.Window
-
Returns whether to display the maximizing button and allow the user to maximize
the window.
- isMaximized() - Method in class org.zkoss.zk.ui.event.MaximizeEvent
-
Returns whether to be maximized.
- isMaximized() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether is maximized.
- isMaximized() - Method in class org.zkoss.zul.Panel
-
Returns whether the panel is maximized.
- isMaximized() - Method in class org.zkoss.zul.Window
-
Returns whether the window is maximized.
- isMayscript() - Method in class org.zkoss.zul.Applet
-
Returns whether the applet is allowed to access the scripting object.
- isMediaMatched() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Returns true if the serialized media query list is matched
- isMetaKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns whether META is pressed.
- isMinimizable() - Method in interface org.zkoss.zul.ext.Framable
-
Returns whether to display the minimizing button.
- isMinimizable() - Method in class org.zkoss.zul.Panel
-
Returns whether to display the minimizing button and allow the user to minimize
the panel.
- isMinimizable() - Method in class org.zkoss.zul.Window
-
Returns whether to display the minimizing button and allow the user to minimize
the window.
- isMinimized() - Method in class org.zkoss.zk.ui.event.MinimizeEvent
-
Returns whether to be minimized.
- isMinimized() - Method in class org.zkoss.zul.Panel
-
Returns whether the panel is minimized.
- isMinimized() - Method in class org.zkoss.zul.Window
-
Returns whether the window is minimized.
- isMovable() - Method in class org.zkoss.zul.Panel
-
Returns whether to move the panel to display it inline where it is rendered.
- isMultiline() - Method in class org.zkoss.zul.impl.InputElement
-
Returns whether it is multiline.
- isMultiline() - Method in class org.zkoss.zul.Label
-
Returns whether to preserve the new line and the white spaces at the
beginning of each line.
- isMultiline() - Method in class org.zkoss.zul.Textbox
-
Returns whether it is multiline.
- isMultipartContent(HttpServletRequest) - Static method in class org.zkoss.zk.au.http.AuDropUploader
-
Returns whether the request contains multipart content.
- isMultipartContent(HttpServletRequest) - Static method in class org.zkoss.zk.au.http.AuUploader
-
Returns whether the request contains multipart content.
- isMultiple() - Method in class org.zkoss.zhtml.Input
-
Returns the multiple of this input tag.
- isMultiple() - Method in class org.zkoss.zhtml.Select
-
Returns the multiple of this select tag.
- isMultiple() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- isMultiple() - Method in class org.zkoss.zul.AbstractGroupsModel
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in class org.zkoss.zul.AbstractListModel
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in class org.zkoss.zul.AbstractTreeModel
-
- isMultiple() - Method in interface org.zkoss.zul.ext.Selectable
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns whether the current selection mode is multiple.
- isMultiple() - Method in class org.zkoss.zul.Listbox
-
Returns whether multiple selections are allowed.
- isMultiple() - Method in class org.zkoss.zul.Tree
-
Returns whether multiple selections are allowed.
- isMuted() - Method in class org.zkoss.zul.Audio
-
Returns whether to mute the audio.
- isNameResolved(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- isNameResolved(String) - Method in class org.zkoss.zel.BeanNameResolver
-
Can this resolver resolve the given bean name?
- isNamespaceAware() - Method in class org.zkoss.idom.input.SAXBuilder
-
Tests whether or not this parser is configured to understand namespaces.
- isNative() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether this is used for the native namespace.
- isNative() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- isNative() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether this is a native language.
- isNative() - Method in class org.zkoss.zkmax.zul.Dropupload
-
Return the setting that treat the upload file as binary or not.
- isNative() - Method in class org.zkoss.zul.Fileupload
-
- isNew() - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- isNoise() - Method in class org.zkoss.zul.Captcha
-
Returns whether generate noise; default to false.
- isNovalidate() - Method in class org.zkoss.zhtml.Form
-
Returns the novalidate of this form tag.
- isNowrap() - Method in class org.zkoss.zul.Row
-
Returns the nowrap.
- isNumber(Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- isNumberType(Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- isNumeric(Class<?>, boolean) - Static method in class org.zkoss.lang.Classes
-
Checks whether the specified class is a numeric class.
- isObjectOpened(Object) - Method in class org.zkoss.zul.AbstractTreeModel
-
- isObjectOpened(Object) - Method in class org.zkoss.zul.DefaultTreeModel
-
- isObjectOpened(Object) - Method in interface org.zkoss.zul.ext.Openable
-
Returns whether the specified object be opened.
- isOfferExpired(String, int) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether a token returned by getLimitTimeOffer expired.
- isOpen() - Method in class org.zkoss.zk.ui.event.OpenEvent
-
Returns whether it causes open.
- isOpen() - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- isOpen() - Method in class org.zkoss.zkmax.zul.Nav
-
Returns whether this container is open.
- isOpen() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns whether it is open (i.e., not collapsed.
- isOpen() - Method in class org.zkoss.zul.Bandbox
-
Returns whether this bandbox is open.
- isOpen() - Method in class org.zkoss.zul.Combobox
-
Returns whether this combobox is open.
- isOpen() - Method in class org.zkoss.zul.Combobutton
-
Returns whether this combobutton is open.
- isOpen(Object) - Method in class org.zkoss.zul.DefaultTreeModel
-
- isOpen() - Method in class org.zkoss.zul.Detail
-
Returns whether the detail is open.
- isOpen() - Method in interface org.zkoss.zul.ext.GroupingInfo
-
Whether the group is opened.
- isOpen() - Method in class org.zkoss.zul.Group
-
Returns whether this container is open.
- isOpen() - Method in class org.zkoss.zul.Groupbox
-
Returns whether this groupbox is open.
- isOpen() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
-
- isOpen() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether it is open (i.e., not collapsed.
- isOpen() - Method in class org.zkoss.zul.Listgroup
-
Returns whether this container is open.
- isOpen() - Method in class org.zkoss.zul.Panel
-
Returns whether this Panel is open.
- isOpen() - Method in class org.zkoss.zul.Splitter
-
Returns whether it is open (i.e., not collapsed.
- isOpen() - Method in class org.zkoss.zul.Treeitem
-
Returns whether this container is open.
- isOpenEmpty() - Method in class org.zkoss.zul.AbstractTreeModel
-
- isOpenEmpty() - Method in interface org.zkoss.zul.ext.Openable
-
Returns true if the open is currently empty.
- isOpenEmpty() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns true if the open is currently empty.
- isOpera() - Static method in class org.zkoss.web.fn.ServletFns
-
- isOpera(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
- isOpera(String) - Static method in class org.zkoss.web.servlet.Servlets
-
- isOpera() - Method in interface org.zkoss.zk.ui.Execution
-
- isOpera() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isOrphanTag(String) - Static method in class org.zkoss.html.HTMLs
-
Returns whether the specified tag is an 'orphan' tag.
- isOrphanTag() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns whether this tag is an orphan tag, i.e., it shall be in the form of <tag/>.
- isOutOfBound() - Method in class org.zkoss.zk.ui.event.ScrollEvent
-
Return true if the scroll position is outside of boundary on tablet/mobile device.
- isOverride() - Method in class org.zkoss.zk.ui.util.DataHandlerInfo
-
Returns whether the handler is to override another one.
- isPagingDisabled() - Method in interface org.zkoss.zul.ext.Paginated
-
Returns whether the Paging component of this component is disabled.
- isPagingDisabled() - Method in class org.zkoss.zul.impl.MeshElement
-
- isParametersProvided() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
- isParametersProvided() - Method in class org.zkoss.zel.impl.parser.AstValue
-
- isParametersProvided() - Method in interface org.zkoss.zel.impl.parser.Node
-
- isParametersProvided() - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- isParametersProvided() - Method in class org.zkoss.zel.MethodExpression
-
- isParmetersProvided() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
- isParmetersProvided() - Method in class org.zkoss.zel.MethodExpression
-
- 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.
- isPassableToMethod(Method, Object...) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Return true if the given arguments can be passed as the arguments of
the method.
- isPathOpened(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
- isPathOpened(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
-
Returns true if the path, path
, is in the current open.
- isPathSelected(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
- isPathSelected(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns true if the path, path
, is in the current selection.
- isPopup() - Method in class org.zkoss.zul.Menuseparator
-
- isPortrait() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Utility to check if the current orientation is portrait on tablet/mobile device.
- isPre() - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Returns whether to preserve the white spaces, such as space.
- isPre() - Method in class org.zkoss.zul.Label
-
Returns whether to preserve the white spaces, such as space,
tab and new line.
- 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.
- isPropagatable() - Method in class org.zkoss.zk.ui.event.Event
-
Returns whether this event is propagatable.
- isPropertyResolved() - Method in class org.zkoss.zel.ELContext
-
- isPropertyResolved() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- isQualified(int, int) - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component matched the given position of the given
selector.
- isQuoted() - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- isRawLabel() - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Returns whether this language prefers the raw label.
- isReadOnly(BindContext, Component, ExpressionX) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- isReadOnly(XelContext) - Method in class org.zkoss.bind.impl.PropertyExpression
-
- isReadOnly(BindContext, Component, ExpressionX) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Returns whether the specified expression a read only expression.
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
-
- 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
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanNameELResolver
-
- isReadOnly(String) - Method in class org.zkoss.zel.BeanNameResolver
-
Is the named bean read-only?
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
-
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
-
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
-
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- isReadOnly(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
-
- isReadOnly(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
-
- isReadOnly(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- isReadOnly(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zel.TypeConverter
-
- isReadOnly(ELContext) - Method in class org.zkoss.zel.ValueExpression
-
- isReadonly() - Method in class org.zkoss.zhtml.Input
-
Returns the readonly of this input tag.
- isReadonly() - Method in interface org.zkoss.zk.ui.ext.Readonly
-
Returns whether it is readonly.
- isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
-
- isReadonly() - Method in class org.zkoss.zul.impl.InputElement
-
Returns whether it is readonly.
- isRealVisible(Component) - Static method in class org.zkoss.zk.ui.Components
-
Returns whether this component is real visible (all its parents
are visible).
- isRecoverable(Session, String) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
-
Tests whether the specified desktop ID is recoverable.
- isRecovering() - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- isRecovering() - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Returns whether this execution is in recovering.
- isRecovering() - Method in interface org.zkoss.zk.ui.sys.Visualizer
-
Returns whether it is in recovering.
- isRendered() - Method in class org.zkoss.zul.Treeitem
-
Returns true whether this tree item is rendered.
- isRepeats() - Method in class org.zkoss.zul.Timer
-
Returns whether the timer shall send Event repeatedly.
- isRepeatUuid() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to use the same UUID sequence for desktops after
rebooting.
- isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- isRequestedSessionIdFromCookie() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- isRequestedSessionIdFromCookie() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
Deprecated.
- isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- isRequestedSessionIdFromUrl() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
Deprecated.
- isRequestedSessionIdFromURL() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- isRequestedSessionIdFromURL() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- isRequestedSessionIdFromUrl() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- isRequestedSessionIdValid() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- isRequestedSessionIdValid() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- isRequired() - Method in class org.zkoss.zhtml.Input
-
Returns the required of this input tag.
- isRequired() - Method in class org.zkoss.zhtml.Select
-
Returns the required of this select tag.
- isReserved(String) - Static method in class org.zkoss.zk.ui.sys.Names
-
Returns whether the specified name is reserved.
- isReservedAttribute(String) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Returns if the attribute name is reserved.
- isResizable() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns resizable of the splitter
- isResolved() - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- 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.
- isReversed() - Method in class org.zkoss.zhtml.Ol
-
Returns the reversed of this ol tag.
- isRichlet(RequestInfo, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- isRichlet(RequestInfo, boolean) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Tests whether the specified request is a richlet.
- isRight() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the right orientation.
- isRobot(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
- isRobot(String) - Static method in class org.zkoss.web.servlet.Servlets
-
- isRobot() - Method in interface org.zkoss.zk.ui.Execution
-
- isRobot() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- 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.
- isRunning() - Method in class org.zkoss.zkex.zul.impl.OperationThread
-
Is this thread still running
- isRunning() - Method in class org.zkoss.zul.Timer
-
Returns whether this timer is running.
- isSafari() - Static method in class org.zkoss.web.fn.ServletFns
-
- isSafari(ServletRequest) - Static method in class org.zkoss.web.servlet.Servlets
-
- isSafari(String) - Static method in class org.zkoss.web.servlet.Servlets
-
- isSafari() - Method in interface org.zkoss.zk.ui.Execution
-
- isSafari() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isSameNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
-
- isSavable() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Whether the binding is savable.
- isSave() - Method in interface org.zkoss.bind.BindContext
-
Returns whether currently is doing save operation.
- isSave() - Method in class org.zkoss.bind.impl.BindContextImpl
-
- isScoped() - Method in class org.zkoss.zhtml.Style
-
Returns the scoped of this style tag.
- isScriptIgnored(ServletRequest, String) - Method in interface org.zkoss.zk.ui.http.ScriptManager
-
Check whether the script should be loaded or ignored.
- isScriptIgnored(ServletRequest, String) - Method in class org.zkoss.zk.ui.http.ScriptManagerImpl
-
- isScriptIgnored(ServletRequest, String) - Method in class org.zkoss.zkmax.ui.http.ScriptManagerImpl
-
- isScrollable() - Method in class org.zkoss.zul.Menubar
-
Returns whether the menubar scrolling is enabled.
- isSecure() - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- isSecure() - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- isSecure() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- isSelectable(E) - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
-
- isSelectable(E) - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
-
- isSelectable(E) - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
-
- isSelectable(E) - Method in interface org.zkoss.zul.ext.SelectionControl
-
Returns whether the element can be selected.
- isSelectable() - Method in class org.zkoss.zul.Listitem
-
Returns whether it is selectable.
- isSelectable() - Method in class org.zkoss.zul.Treeitem
-
Returns whether it is selectable.
- isSelectAll() - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
-
- isSelectAll() - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
-
- isSelectAll() - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
-
- isSelectAll() - Method in interface org.zkoss.zul.ext.SelectionControl
-
Returns whether it's all elements selected
- isSelected() - Method in class org.zkoss.zhtml.Option
-
Returns the selected of this option tag.
- isSelected() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns whether it is selected.
- isSelected(Object) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- isSelected(Object) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Returns whether an object is selected.
- isSelected(Object) - Method in class org.zkoss.zul.AbstractListModel
-
Returns whether an object is selected.
- isSelected(Object) - Method in class org.zkoss.zul.AbstractTreeModel
-
- isSelected(Object) - Method in class org.zkoss.zul.DefaultTreeModel
-
- isSelected(Object) - Method in interface org.zkoss.zul.ext.Selectable
-
Returns whether an object is selected.
- isSelected(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns whether an object is selected.
- isSelected() - Method in class org.zkoss.zul.Listitem
-
Returns whether it is selected.
- isSelected() - Method in class org.zkoss.zul.Radio
-
Returns whether it is selected.
- isSelected() - Method in class org.zkoss.zul.Tab
-
Returns whether this tab is selected.
- isSelected() - Method in class org.zkoss.zul.Tabpanel
-
Returns whether this tab panel is selected.
- isSelected() - Method in class org.zkoss.zul.Treeitem
-
Returns whether this item is selected.
- isSelectionEmpty() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- isSelectionEmpty() - Method in class org.zkoss.zul.AbstractGroupsModel
-
Returns true if the selection is currently empty.
- isSelectionEmpty() - Method in class org.zkoss.zul.AbstractListModel
-
Returns true if the selection is currently empty.
- isSelectionEmpty() - Method in class org.zkoss.zul.AbstractTreeModel
-
- isSelectionEmpty() - Method in interface org.zkoss.zul.ext.Selectable
-
Returns true if the selection is currently empty.
- isSelectionEmpty() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Returns true if the selection is currently empty.
- isSelectionEmpty() - Method in class org.zkoss.zul.impl.GroupsListModel
-
Returns true if the selection is currently empty.
- isSelectOnHighlightDisabled() - Method in class org.zkoss.zul.Listbox
-
- isSelectOnHighlightDisabled() - Method in class org.zkoss.zul.Tree
-
- isSendRedirect() - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
- isServerPushEnabled() - Method in interface org.zkoss.zk.ui.Desktop
-
Returns whether the server-push feature is enabled for this
desktop.
- isServerPushEnabled() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- isServlet23() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the current Web server supports Servlet 2.3 or above.
- isServlet24() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the current Web server supports Servlet 2.4 or above.
- isServlet3() - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether the current Web server supports Servlet 3.0 or above.
- isShadow() - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Returns whether this box has the shadow effect.
- isShadow() - Method in class org.zkoss.zul.Window
-
Returns whether to show the shadow of an overlapped/popup/modal
window.
- isShadowElement() - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Returns whether this is a shadow element.
- isShadowElement() - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- isShadowElement() - Method in class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
-
- isShadowHost() - Method in class org.zkoss.zk.ui.select.impl.ComponentMatchCtx
-
Return true if the component is a shadow host, i.e. component's seRoots is not empty
- isShiftKey() - Method in class org.zkoss.zk.ui.event.KeyEvent
-
Returns whether SHIFT is pressed.
- isShowDateHeader() - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
Returns whether to show the date column.
- isShowLegend() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Check whether show the legend of the chart.
- isShowLegend() - Method in class org.zkoss.zul.Chart
-
Check whether show the legend of the chart.
- isShowTooltiptext() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Check whether show the tooltiptext.
- isShowTooltiptext() - Method in class org.zkoss.zul.Chart
-
Check whether show the tooltiptext.
- isSizable() - Method in class org.zkoss.zul.impl.HeadersElement
-
Returns whether the width of the child column is sizable.
- isSizable() - Method in class org.zkoss.zul.Panel
-
Returns whether the panel is sizable.
- isSizable() - Method in class org.zkoss.zul.Window
-
Returns whether the window is sizable.
- isSizedByContent() - Method in class org.zkoss.zul.Box
-
Returns whether sizing the cell's size by its content.
- isSizedByContent() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns whether sizing grid/listbox/tree column width by its content.
- isSlide() - Method in class org.zkoss.zk.ui.event.SlideEvent
-
Returns whether it is slide out.
- isSlide() - Method in class org.zkoss.zul.LayoutRegion
-
- isSmooth() - Method in class org.zkoss.zul.Frozen
-
Returns frozen is smooth or not.
- isSourceMapEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether source map is enabled.
- isSpan() - Method in class org.zkoss.zul.impl.MeshElement
-
Returns whether distributes remaining empty space of this component to ANY column.
- isSpellcheck() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Returns the spellcheck of this tag.
- isSplittable() - Method in class org.zkoss.zul.LayoutRegion
-
Returns whether enable the split functionality.
- isStringFloat(String) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- isSubscribed(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Returns if an event listener is subscribed.
- isSubscribed(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
- isSubscribed(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- isSubscribed(EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
-
- 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
-
- isSupported(int) - Method in interface org.zkoss.zk.device.Device
-
Returns whether the specified function is supported.
- isSupported(int) - Method in class org.zkoss.zk.device.GenericDevice
-
- isSupported(int) - Method in class org.zkoss.zkmax.xel.el.ApacheELFactory
-
- isSupported(int) - Method in class org.zkoss.zkmax.xel.el21.ApacheELFactory
-
- isSupported(int) - Method in class org.zkoss.zkmax.xel.mvel.MVELFactory
-
- isSupported(int) - Method in class org.zkoss.zkmax.xel.ognl.OGNLFactory
-
- isSuspended() - Method in class org.zkoss.fsm.StateMachine
-
Return true if the machine is suspended
- isSuspended() - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- isSuspended() - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Returns whether it is suspended.
- isTabbable() - Method in class org.zkoss.zul.Textbox
-
Returns whether TAB is allowed.
- isTabscroll() - Method in class org.zkoss.zul.Tabbox
-
Returns whether the tab scrolling is enabled.
- isTerminated() - Method in class org.zkoss.fsm.StateMachine
-
Return true if the machine is stopped
- isTest() - Method in class org.zkoss.zuti.zul.If
-
- isThreeD() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Whether a 3d chart.
- isThreeD() - Method in class org.zkoss.zul.Chart
-
Whether a 3d chart.
- isTimerKeepAlive() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether to keep the session alive,
when receiving the onTimer event.
- isTimeZonesReadonly() - Method in class org.zkoss.zul.Datebox
-
Returns whether the list of the time zones to display is readonly.
- isTop() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the top orientation.
- isTopmost() - Method in class org.zkoss.zkmax.zul.Navitem
-
Returns whether this is in a top-level navbar, i.e., not owning
by another
Nav
.
- isTopmost() - Method in class org.zkoss.zul.Menu
-
Returns whether this is an top-level menu, i.e., not owning
by another
Menupopup
.
- isTopmost() - Method in class org.zkoss.zul.Menuitem
-
Returns whether this is an top-level menu, i.e., not owning
by another
Menupopup
.
- isTrim() - Method in class org.zkoss.web.servlet.dsp.action.Choose
-
Returns whether to trim the result.
- isTrim() - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Returns whether to trim the result.
- isTrim() - Method in class org.zkoss.web.servlet.dsp.action.If
-
Returns whether to trim the result.
- isTypemustmatch() - Method in class org.zkoss.zhtml.Object
-
Returns the typemustmatch of this object tag.
- isUniversalURL(String) - Static method in class org.zkoss.web.servlet.Servlets
-
Returns whether a URL starts with xxx://, mailto:, about:,
javascript:, data:
- isUserInRole(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- isUserInRole(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- isUserInRole(String) - Method in interface org.zkoss.zk.ui.Execution
-
Returns a boolean indicating whether the authenticated user is
included in the specified logical "role".
- isUserInRole(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isUserInRole(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- isValid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- isValid() - Method in interface org.zkoss.bind.ValidationContext
-
Checks status of validation context valid or not, it is a global status of same command,
any validator of this validation phase call
ValidationContext.setInvalid()
will set this false.
- isValid(String) - Static method in class org.zkoss.zk.ui.event.Events
-
Returns whether an event name is valid.
- isValid(String) - Static method in class org.zkoss.zk.ui.sys.Names
-
Returns whether the specified is valid.
- isValid() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the current content of this input is correct.
- isValidating() - Method in class org.zkoss.idom.input.SAXBuilder
-
Tests whether or not this parser is configured to validate XML documents.
- isVertical() - Method in class org.zkoss.zk.ui.event.ClientInfoEvent
-
Utility to check if the current orientation is portrait on tablet/mobile device.
- isVertical() - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Returns whether it is a vertical .
- isVertical() - Method in class org.zkoss.zkmax.zul.event.DivisionSizeEvent
-
- isVertical() - Method in class org.zkoss.zkmax.zul.Navbar
-
Returns whether it is vertical .
- isVertical() - Method in class org.zkoss.zkmax.zul.Portallayout
-
Returns whether it is a vertical portallayout.
- isVertical() - Method in class org.zkoss.zkmax.zul.Scrollview
-
Returns whether current orient is vertical or not.
- isVertical() - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Returns whether it is a vertical splitlayout.
- isVertical() - Method in class org.zkoss.zul.Box
-
Returns whether it is a vertical box.
- isVertical() - Method in class org.zkoss.zul.Menubar
-
Returns whether it is a vertical .
- isVertical() - Method in class org.zkoss.zul.Separator
-
Returns whether it is a vertical separator.
- isVertical() - Method in class org.zkoss.zul.Slider
-
Returns whether it is a vertical slider.
- isVertical() - Method in class org.zkoss.zul.Splitter
-
Returns if the orientation of this splitter is vertical.
- isVertical() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is a vertical tabbox.
- isVflex() - Method in class org.zkoss.zul.Grid
-
Returns whether to grow and shrink vertical to fit their given space,
so called vertical flexibility.
- isVflex() - Method in class org.zkoss.zul.Listbox
-
Returns whether to grow and shrink vertical to fit their given space, so
called vertical flexibility.
- isVflex() - Method in class org.zkoss.zul.Tree
-
Returns whether to grow and shrink vertical to fit their given space,
so called vertical flexibility.
- isVisible() - Method in class org.zkoss.zk.ui.AbstractComponent
-
- isVisible() - Method in interface org.zkoss.zk.ui.Component
-
Returns whether this component is visible.
- isVisible() - Method in class org.zkoss.zul.Paging
-
- isVisible() - Method in class org.zkoss.zul.Tabpanel
-
- isVoided() - Method in interface org.zkoss.zk.ui.Execution
-
Returns whether the execution is voided.
- isVoided() - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- isWeekOfYear() - Method in class org.zkoss.zul.Calendar
-
Returns whether enable to show the week number within the current year or not.
- isWeekOfYear() - Method in class org.zkoss.zul.Datebox
-
Returns whether enable to show the week number in the current calendar or not.
- 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.
- isZkTagsGenerated(Execution) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Returns if the ZK specific HTML tags are generated.
- isZScriptEnabled() - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns whether zscript is allowed.
- 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.
- ItemRenderer<T> - Interface in org.zkoss.zul
-
Used to generated the HTML fragment for the data associated
with a component, such as
Selectbox
.
- iterable(Page, String) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Returns an Iterable that iterates through all Components matched by the
selector.
- iterable(Component, String) - Static method in class org.zkoss.zk.ui.select.Selectors
-
Returns an Iterable that iterates through all Components matched by the
selector.
- iterator() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- iterator() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- iterator() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
-
- iterator(Object) - Static method in class org.zkoss.util.CollectionsX
-
Based on the given collection type of Object, return an iterator.
- iterator() - Method in class org.zkoss.util.CollectionsX.OneCollection
-
- iterator() - Method in class org.zkoss.util.DualCollection
-
- iterator() - Method in class org.zkoss.util.IdentityHashSet
-
- iterator() - Method in class org.zkoss.zel.impl.stream.Stream
-
- iterator() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
-
- iterator() - Method in class org.zkoss.zul.ListModelList
-
- iterator() - Method in class org.zkoss.zul.ListModelSet
-
- S - Class in org.zkoss.zhtml
-
The S tag.
- S() - Constructor for class org.zkoss.zhtml.S
-
- S_END - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_ARRAY - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_ERROR - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_FINISHED_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_OBJECT - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_IN_PAIR_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_INIT - Static variable in class org.zkoss.json.parser.JSONParser
-
- S_PASSED_PAIR_KEY - Static variable in class org.zkoss.json.parser.JSONParser
-
- Samp - Class in org.zkoss.zhtml
-
The SAMP tag.
- Samp() - Constructor for class org.zkoss.zhtml.Samp
-
- save(BindContext) - Method in class org.zkoss.bind.impl.SaveFormBindingImpl
-
- save(BindContext) - Method in class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- save(BindContext) - Method in interface org.zkoss.bind.sys.SaveBinding
-
Save data from the source attribute into the target property.
- save(Media) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client.
- save(Media, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file
name.
- save(byte[], String, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file
name.
- save(String, String, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file
name.
- save(InputStream, String, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file
name.
- save(Reader, String, String) - Static method in class org.zkoss.zhtml.Filedownload
-
Open a download dialog to save the specified content at the client with the suggested file
name.
- save(byte[]) - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
Called to encode the last response for repeated request before storing.
- save(byte[]) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
-
- save(Media) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client.
- save(Media, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client
with the suggested file name.
- save(byte[], String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client
with the suggested file name.
- save(String, String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client
with the suggested file name.
- save(InputStream, String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client
with the suggested file name.
- save(Reader, String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified content at the client
with the suggested file name.
- save(File, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified file at the client.
- save(URL, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the resource of the specified URL
at the client.
- save(String, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the resource of the specified path
at the client.
- SAVE_ANNO - Static variable in class org.zkoss.bind.impl.AnnotateBinderHelper
-
- SAVE_ANNO - Static variable in class org.zkoss.zk.ui.HtmlShadowElement
-
- SAVE_BASE - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- SAVE_EVENT - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the save trigger event; meaningful only when ACCESS is "both" or "save".
- SAVE_REPLACEMENT - Static variable in interface org.zkoss.bind.Binder
-
Attribute of
Binder.ZKBIND
annotation, the save replacement ; e.g. selectedItem of selectbox, it save the value selectedIndex (via converter) to bean
- saveAll() - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Save all values from UI components to beans.
- saveAttribute(Component) - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
save into bean value from the attribute of the specified component.
- saveAttribute(Component, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Save value from a specified attribute of the UI component to a data bean property.
- SaveBinding - Interface in org.zkoss.bind.sys
-
Binding for saving.
- saveComponent(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Save values from all attributes of a specified UI component to data bean properties.
- SaveFormBinding - Interface in org.zkoss.bind.sys
-
Binding for saving a form.
- SaveFormBindingImpl - Class in org.zkoss.bind.impl
-
- SaveFormBindingImpl(Binder, Component, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.SaveFormBindingImpl
-
- SaveInfo - Class in org.zkoss.bind.sys.debugger.impl.info
-
- SaveInfo(String, Component, String, String, String, Object, Map<String, Object>, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.SaveInfo
-
- SavePropertyBinding - Interface in org.zkoss.bind.sys
-
PropertyBinding for save from component attribute into backing bean property.
- SavePropertyBindingImpl - Class in org.zkoss.bind.impl
-
- SavePropertyBindingImpl(Binder, Component, String, String, String, ConditionType, String, Map<String, Object>, String, Map<String, Object>, String, Map<String, Object>) - Constructor for class org.zkoss.bind.impl.SavePropertyBindingImpl
-
- saveResumable(File, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
-
Open a download dialog to save the specified file at the client.
- saveResumable(URL, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
-
Open a download dialog to save the resource of the specified URL at the client.
- saveResumable(String, String, String) - Static method in class org.zkoss.zkmax.zul.Filedownload
-
Open a download dialog to save the resource of the specified path at the client.
- 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.
- SC_ACTIVATION_TIMEOUT - Static variable in class org.zkoss.zk.au.AuResponse
-
ZK-Error (5502) indicating the request is aborted, because it
is waiting too long for the completion of the previous request.
- SC_OUT_OF_SEQUENCE - Static variable in class org.zkoss.zk.au.AuResponse
-
ZK-Error (5501) indicating the request is out-of-sequence.
- SCALAR - Static variable in class org.zkoss.zk.xel.impl.Utils
-
- SCALE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
-
- SCALE_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
-
- SCALE_TEXT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
-
- SCALE_VALUE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
-
- SCATTER - Static variable in class org.zkoss.zul.Chart
-
- schedule(Desktop, EventListener<T>, T) - Static method in class org.zkoss.zk.ui.Executions
-
Schedules a task to run under the server push of the given desktop asynchronously.
- schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- schedule(EventListener<T>, T) - Method in interface org.zkoss.zk.ui.sys.Scheduler
-
Schedules the task to execute asynchronously.
- schedule(EventListener<T>, T, Scheduler<T>) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Called by the associated desktop to schedule a task to execute
asynchronously.
- schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
- schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
-
- scheduledServerPush() - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- scheduledServerPush() - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Returns if there is any scheduled task for server push.
- Scheduler<T extends Event> - Interface in org.zkoss.zk.ui.sys
-
A scheduler that is able to schedule a task to execute asynchronously.
- scheduleServerPush(EventListener<T>, T) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- scheduleServerPush(EventListener<T>, T) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Schedules a task to run under the server push of the given desktop asynchronously.
- Scope - Enum in org.zkoss.bind.annotation
-
- Scope - Interface in org.zkoss.zk.ui.ext
-
Represents a scope of attributes.
- ScopeListener - Interface in org.zkoss.zk.ui.ext
-
A listener used to listen whether a scope (
Scope
) is changed.
- ScopeListeners - Class in org.zkoss.zk.ui.impl
-
- ScopeListeners(Scope) - Constructor for class org.zkoss.zk.ui.impl.ScopeListeners
-
Constructor.
- ScopeParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the name of a parameter of a method.
- Scopes - Class in org.zkoss.zk.ui.ext
-
Utilities to manage the current scope (
Scope
).
- Scopes() - Constructor for class org.zkoss.zk.ui.ext.Scopes
-
- scopeToString(int) - Static method in class org.zkoss.zk.ui.Components
-
Converts an integer to the string representing the scope.
- Script - Class in org.zkoss.zhtml
-
The SCRIPT tag.
- Script() - Constructor for class org.zkoss.zhtml.Script
-
- Script(String) - Constructor for class org.zkoss.zhtml.Script
-
- Script - Class in org.zkoss.zul
-
A component to generate script codes that will be evaluated at the client.
- Script() - Constructor for class org.zkoss.zul.Script
-
- Script(String) - Constructor for class org.zkoss.zul.Script
-
Constructs a script component with the specified content.
- ScriptManager - Interface in org.zkoss.zk.ui.http
-
A manager to manage the script of WPD.
- ScriptManagerImpl - Class in org.zkoss.zk.ui.http
-
The default implementation of the script manager (
ScriptManager
).
- ScriptManagerImpl() - Constructor for class org.zkoss.zk.ui.http.ScriptManagerImpl
-
- ScriptManagerImpl - Class in org.zkoss.zkmax.ui.http
-
- ScriptManagerImpl() - Constructor for class org.zkoss.zkmax.ui.http.ScriptManagerImpl
-
- scrollBy(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Scrolls the current desktop (a.k.a., browser window) by the specified number of pixels.
- ScrollEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by that user is scrolling or
has scrolled at the client.
- ScrollEvent(String, Component, int) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
-
Constructs an scroll-relevant event.
- ScrollEvent(String, Component, double) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
-
Constructs an scroll-relevant event.
- ScrollEvent(String, Component, int, boolean) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
-
Constructs an scroll-relevant event.
- ScrollEvent(String, Component, double, boolean) - Constructor for class org.zkoss.zk.ui.event.ScrollEvent
-
Constructs an scroll-relevant event.
- ScrollEventExt - Class in org.zkoss.zkmax.zul.event
-
Represents an event caused by that user is scrolling or has scrolled at the
client for
Biglistbox
component and provides more information
about the position X and Y data.
- ScrollEventExt(String, Component, int, int) - Constructor for class org.zkoss.zkmax.zul.event.ScrollEventExt
-
- scrollIntoView(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Scrolls the ancestor elements to make the specified element visible.
- scrollTo(int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Scrolls the current desktop (a.k.a., browser window) to the specified location (in pixels).
- Scrollview - Class in org.zkoss.zkmax.zul
-
A container that can scroll containing elements on touch devices.
- Scrollview() - Constructor for class org.zkoss.zkmax.zul.Scrollview
-
- SECOND - Static variable in class org.zkoss.zul.Chart
-
- Select - Class in org.zkoss.zhtml
-
The SELECT tag.
- Select() - Constructor for class org.zkoss.zhtml.Select
-
- select() - Method in class org.zkoss.zul.impl.InputElement
-
Selects the whole text in this input.
- Selectable<E> - Interface in org.zkoss.zul.ext
-
Indicate a selectable collection or component.
- selectAll() - Method in class org.zkoss.zul.Listbox
-
Selects all items.
- selectAll() - Method in class org.zkoss.zul.Tree
-
Selects all items.
- Selectbox - Class in org.zkoss.zul
-
A light weight dropdown list.
- Selectbox() - Constructor for class org.zkoss.zul.Selectbox
-
- Selectbox.ExtraCtrl - Class in org.zkoss.zul
-
- Selectbox.ExtraCtrl() - Constructor for class org.zkoss.zul.Selectbox.ExtraCtrl
-
- SelectboxListModelConverter - Class in org.zkoss.zkplus.databind
-
Deprecated.
As of release 7.0.0, replace with new ZK binding.
- SelectboxListModelConverter() - Constructor for class org.zkoss.zkplus.databind.SelectboxListModelConverter
-
Deprecated.
- SelectboxModelConverter - Class in org.zkoss.bind.converter.sys
-
The
Converter
implementation of the selectbox for converting collection to ListModel and vice versa.
- SelectboxModelConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxModelConverter
-
- SelectboxSelectedIndexConverter - Class in org.zkoss.bind.converter.sys
-
Convert selected index to bean and vice versa.
- SelectboxSelectedIndexConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxSelectedIndexConverter
-
- SelectboxSelectedItemConverter - Class in org.zkoss.bind.converter.sys
-
Convert listbox selected listitem to bean and vice versa.
- SelectboxSelectedItemConverter() - Constructor for class org.zkoss.bind.converter.sys.SelectboxSelectedItemConverter
-
- SelectedComboitemConverter - Class in org.zkoss.zkplus.databind
-
Deprecated.
As of release 7.0.0, replace with new ZK binding.
- SelectedComboitemConverter() - Constructor for class org.zkoss.zkplus.databind.SelectedComboitemConverter
-
Deprecated.
- SelectedItemConverter - Class in org.zkoss.zkplus.databind
-
Deprecated.
As of release 7.0.0, replace with new ZK binding.
- SelectedItemConverter() - Constructor for class org.zkoss.zkplus.databind.SelectedItemConverter
-
Deprecated.
- SelectEvent<T extends Component,E> - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's the list selection is changed
at the client.
- SelectEvent(String, Component, Set<T>) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
-
Constructs a selection event.
- SelectEvent(String, Component, Set<T>, T) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
-
Constructs a selection event.
- SelectEvent(String, Component, Set<T>, T, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
-
Constructs a selection event.
- SelectEvent(String, Component, Set<T>, Set<T>, Set<T>, Set<E>, Set<E>, Set<E>, T, Object, int) - Constructor for class org.zkoss.zk.ui.event.SelectEvent
-
Constructs a selection event containing the data objects that model
provided.
- SelectEvent.SelectedObjectHandler<T extends Component> - Interface in org.zkoss.zk.ui.event
-
A handle to retrieve selected objects from selected items (components)
if possible.
- SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the selection of the lists has changed.
- SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies the selection of the lists has changed.
- SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the selection of the tree has changed.
- SelectionControl<E> - Interface in org.zkoss.zul.ext
-
- SelectionEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's the active selection which is a
highlighted block of text.
- SelectionEvent(String, Component, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SelectionEvent
-
Constructs a selection event.
- selectItem(Navitem) - Method in class org.zkoss.zkmax.zul.Navbar
-
Deselects the currently selected item and selects
the given item.
- selectItem(Listitem) - Method in class org.zkoss.zul.Listbox
-
Deselects all of the currently selected items and selects the given item.
- selectItem(Treeitem) - Method in class org.zkoss.zul.Tree
-
Deselects all of the currently selected items and selects
the given item.
- Selector - Class in org.zkoss.zk.ui.select.impl
-
The model representing a selector.
- Selector(int) - Constructor for class org.zkoss.zk.ui.select.impl.Selector
-
- Selector.Combinator - Enum in org.zkoss.zk.ui.select.impl
-
- SelectorComposer<T extends Component> - Class in org.zkoss.zk.ui.select
-
A composer analogous to GenericForwardComposer.
- SelectorComposer() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer
-
- SelectorComposer.UtilityHandler - Interface in org.zkoss.zk.ui.select
-
An interface for SelectorComposer's functionality plug-in.
- SelectorComposer.UtilityHandlerImpl - Class in org.zkoss.zk.ui.select
-
- SelectorComposer.UtilityHandlerImpl() - Constructor for class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
- SelectorParam - Annotation Type in org.zkoss.bind.annotation
-
Marker annotation to identify the component of a parameter of a method
The
SelectorParam.value() is the selector to find components.
- Selectors - Class in org.zkoss.zk.ui.select
-
A collection of selector related utilities.
- Selectors() - Constructor for class org.zkoss.zk.ui.select.Selectors
-
- Selectors.ComposerEventListener - Class in org.zkoss.zk.ui.select
-
- Selectors.ComposerEventListener(Method, Object) - Constructor for class org.zkoss.zk.ui.select.Selectors.ComposerEventListener
-
- SelectorsExt - Class in org.zkoss.zkmax.ui.select
-
- SelectorsExt() - Constructor for class org.zkoss.zkmax.ui.select.SelectorsExt
-
- SelectorsExt.ExtendedUtilityHandlerImpl - Class in org.zkoss.zkmax.ui.select
-
- SelectorsExt.ExtendedUtilityHandlerImpl() - Constructor for class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
-
- self - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the applied component itself.
- Semicolon() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- SEMICOLON - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- SEND_REDIRECT - Static variable in class org.zkoss.zk.ui.util.URIInfo
-
Represents send-redirect shall be used to access the URI (
URIInfo.uri
).
- sendClientCommand(Component, String, Object) - Static method in class org.zkoss.zk.ui.util.Clients
-
Send a command to client (afterCommand)
- sendCommand(String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
send command fired to this binder and process the command immediately
- sendCommand(String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- sendError(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- sendError(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- sendError(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- sendError(int, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- sendEvent(Component, Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Sends the event to the specified component and process it
immediately.
- sendEvent(Event) - Static method in class org.zkoss.zk.ui.event.Events
-
Sends the event to the target specified in the event, and processes it immediately.
- sendEvent(String, Component, Object) - Static method in class org.zkoss.zk.ui.event.Events
-
Sends the event to the target, and processes it immediately.
- sendEvent(Component, Event) - Method in class org.zkoss.zk.ui.impl.EventProcessingThreadImpl
-
- sendEvent(Component, Event) - Method in interface org.zkoss.zk.ui.sys.EventProcessingThread
-
Sends the specified component and event and processes the event
synchronously.
- sendRedirect(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- sendRedirect(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- sendRedirect(HttpServletRequest, HttpServletResponse, String, Map, int) - Method in class org.zkoss.web.servlet.GenericFilter
-
Redirects to another page.
- sendRedirect(String) - Method in class org.zkoss.web.servlet.http.HttpBufferedResponse
-
- sendRedirect(ServletContext, HttpServletRequest, HttpServletResponse, String, Map, int) - Static method in class org.zkoss.web.servlet.http.Https
-
Redirects to another URL by prefixing the context path and
encoding with encodeRedirectURL.
- sendRedirect(String) - Method in interface org.zkoss.zk.ui.Execution
-
Sends a temporary redirect response to the client using the specified
redirect location URL.
- sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Sends a temporary redirect response to the client using the specified
redirect location URL and redirect to the specified browser window.
- sendRedirect(String, boolean) - Method in interface org.zkoss.zk.ui.Execution
-
Send a redirect to the given url in the application the redirect is done
via status 302 by
AuRedirect
if respRedirect is set to true.
- sendRedirect(String) - Static method in class org.zkoss.zk.ui.Executions
-
Sends a temporary redirect response to the client using the specified
redirect location URL by use of the current execution,
Executions.getCurrent()
.
- sendRedirect(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- sendRedirect(String, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- sendRedirect(String, String) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- sendRedirect(String, String) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Sends a temporary redirect response to the client using the specified
redirect location URL.
- sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
-
Deprecated.
- sendText(String) - Method in class org.zkoss.zkmax.au.websocket.WebSocketEndPoint
-
- SEORenderer - Interface in org.zkoss.zk.ui.sys
-
A plugin that an application could add to generate application-specific
SEO content.
- separator - Variable in class org.zkoss.lang.Strings.Result
-
The separator found.
- Separator - Class in org.zkoss.zul
-
A separator.
- Separator() - Constructor for class org.zkoss.zul.Separator
-
- Separator(String) - Constructor for class org.zkoss.zul.Separator
-
- SerializableAware - Interface in org.zkoss.zk.scripting
-
An extra interface implemented by an interpreter (
Interpreter
)
if it supports serialization.
- SerializableAware.Filter - Interface in org.zkoss.zk.scripting
-
- SerializableEventListener<T extends Event> - Interface in org.zkoss.zk.ui.event
-
- 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.
- SerializableSession - Class in org.zkoss.zk.ui.http
-
- SerializableSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
-
Constructor.
- SerializableSession(WebApp, Object, Object) - Constructor for class org.zkoss.zk.ui.http.SerializableSession
-
Constructs a ZK session with either a HTTP session or a Portlet session.
- SerializableUiFactory - Class in org.zkoss.zk.ui.http
-
The serializable implementation of
UiFactory
.
- SerializableUiFactory() - Constructor for class org.zkoss.zk.ui.http.SerializableUiFactory
-
- SeriesPropertiesMap - Class in org.zkoss.zkmax.zul.fusionchart.config
-
- SeriesPropertiesMap() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.SeriesPropertiesMap
-
- SERVER - Static variable in class org.zkoss.zul.SimpleConstraint
-
Indicates this constraint requires the server validation.
- serveResource(ResourceRequest, ResourceResponse) - Method in class org.zkoss.zk.ui.http.DHtmlLayoutPortlet
-
Process AJAX request here instead of DHtmlUpdateServlet if the Portal Container support JSR 286.
- ServerPush - Interface in org.zkoss.zk.ui.sys
-
Represents a server-push controller.
- ServerPushEventQueue<T extends Event> - Class in org.zkoss.zk.ui.event.impl
-
The default implementation of the server-push based event queue
(
EventQueue
).
- ServerPushEventQueue() - Constructor for class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- service(AuRequest, boolean) - Method in class org.zkoss.bind.BindComposer
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Process the request by retrieving the path from the path info.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Process the request with the specified path.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.web.util.resource.DspExtendlet
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.web.util.resource.Extendlet
-
Process the specified request.
- service(AuRequest, boolean) - Method in class org.zkoss.zhtml.Input
-
Processes an AU request.
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.au.AuService
-
Handles an AU request.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDropUploader
-
Processes a file uploaded from the client.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuDynaMediar
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.zk.au.http.AuExtension
-
Called by ZK to process the AU request.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuRedirect
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.au.http.AuUploader
-
Processes a file uploaded from the client.
- service(AuRequest, boolean) - Method in class org.zkoss.zk.au.http.UploadInfoService
-
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Handles an AU request.
- service(Event, Scope) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Processes an AU request.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WcsExtendlet
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.WpdExtendlet
-
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zk.ui.http.ZumlExtendlet
-
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- service(Page) - Method in interface org.zkoss.zk.ui.Richlet
-
Called by the richlet container to create components when
the specified page is visited and created.
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Handles an AU request.
- service(Event, Scope) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Handles an event.
- service(AuRequest, boolean) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Processes an AU request.
- service(Event, Scope, Component, String) - Method in interface org.zkoss.zk.ui.sys.EventListenerMap
-
Services the event under the given page and scope.
- service(AuRequest, boolean) - Method in class org.zkoss.zk.ui.sys.StubComponent
-
- service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubComponent
-
- service(Event, Scope) - Method in class org.zkoss.zk.ui.sys.StubsComponent
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Colorbox
-
Processes an AU request.
- service(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zkmax.au.http.AuDownloader
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Swipe event on client will fire onChange to server to set selected index.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Process an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Fragment
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Nav
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Navbar
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Scrollview
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
- service(AuRequest, boolean) - Method in class org.zkoss.zkmax.zul.Tbeditor
-
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Bandbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Calendar
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Checkbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Column
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Combobox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Combobutton
-
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Datebox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Detail
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Grid
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Group
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Groupbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Iframe
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.FileuploadDlg
-
- service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.HeadersElement
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Listbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Listgroup
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Listheader
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Menu
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Menuitem
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Paging
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Panel
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Popup
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Radio
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Selectbox
-
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Slider
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Splitter
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Tab
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Timer
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Toolbarbutton
-
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Tree
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Treeitem
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Window
-
Processes an AU request.
- 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
-
- ServletContextLocator - Class in org.zkoss.web.util.resource
-
Locator based on ServletContext.
- ServletContextLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, boolean) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, String, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, String, String, boolean) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletContextLocator(ServletContext, String, String, boolean, String) - Constructor for class org.zkoss.web.util.resource.ServletContextLocator
-
Constructor.
- ServletDspContext - Class in org.zkoss.web.servlet.dsp
-
A DSP context based on HTTP servlet request and response.
- ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
-
Constructor.
- ServletDspContext(ServletContext, HttpServletRequest, HttpServletResponse, Writer, Locator) - Constructor for class org.zkoss.web.servlet.dsp.ServletDspContext
-
Constructor with the specified writer.
- ServletFns - Class in org.zkoss.web.fn
-
Providing servlet relevant functions for EL.
- ServletFns() - Constructor for class org.zkoss.web.fn.ServletFns
-
- ServletLabelLocator - Class in org.zkoss.web.util.resource
-
Used by Labels to load labels from a servlet context.
- ServletLabelLocator(ServletContext) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
-
Constructs a locator where the properties file is decided
by the library property called org.zkoss.util.label.web.location.
- ServletLabelLocator(ServletContext, String) - Constructor for class org.zkoss.web.util.resource.ServletLabelLocator
-
Constructs a locator for the given path.
- ServletOutputStreamWrapper - Class in org.zkoss.web.servlet
-
A facade of OutputStream for implementing ServletOutputStream.
- ServletOutputStreamWrapper(Writer, String) - Constructor for class org.zkoss.web.servlet.ServletOutputStreamWrapper
-
- ServletPortletDispatcher - Class in org.zkoss.web.portlet
-
A facade of a RequestDispatch for implementing PortletRequestDispatcher.
- ServletRequestResolver - Class in org.zkoss.web.util.resource
-
Used to resolve the variables defined in the request
(such as DSP context and ZK's execution).
- ServletRequestResolver() - Constructor for class org.zkoss.web.util.resource.ServletRequestResolver
-
- Servlets - Class in org.zkoss.web.servlet
-
The servlet relevant utilities.
- Servlets() - Constructor for class org.zkoss.web.servlet.Servlets
-
Utilities; no instantiation required.
- Servlets.ClientIdentifier - Interface in org.zkoss.web.servlet
-
- SESSION - Static variable in class org.zkoss.zk.ui.event.EventQueues
-
Represents the event queue in the sessions cope.
- Session - Interface in org.zkoss.zk.ui
-
A user session.
- session - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the session.
- SESSION_SCOPE - Static variable in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
The session scope.
- SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
- SESSION_SCOPE - Static variable in interface org.zkoss.zk.ui.Page
-
- SessionActivationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a session, when the session
is going to be deactivated or has been activated.
- SessionCache - Interface in org.zkoss.zk.ui.sys
-
The cache for storing ZK sessions.
- SessionCleanup - Interface in org.zkoss.zk.ui.util
-
Used to clean up a session.
- sessionCreated(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- sessionCreated(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when a new session is created.
- sessionCreated(Session) - Method in class org.zkoss.zk.ui.util.Statistic
-
- SessionCtrl - Interface in org.zkoss.zk.ui.sys
-
Additional interface of
Session
for implementation.
- SessionDesktopCacheProvider - Class in org.zkoss.zk.ui.impl
-
A implementation of
DesktopCacheProvider
that stores all desktops
from the same session in one desktop cache.
- SessionDesktopCacheProvider() - Constructor for class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.HttpSessionListener23
-
- sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Called when a session is destroyed.
- sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Called when the native session of the specified session
has been destroyed
- sessionDestroyed(Session) - Method in interface org.zkoss.zk.ui.util.Monitor
-
Called when a session is being destroyed.
- sessionDestroyed(Session) - Method in class org.zkoss.zk.ui.util.Statistic
-
- sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.device.Device
-
Notification that the desktop, which owns this device,
has just been activated (a.k.a., deserialized) by the Web container.
- sessionDidActivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
-
- sessionDidActivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- sessionDidActivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
-
- sessionDidActivate(HttpSession) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class to post-process a session after
it is read back.
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- sessionDidActivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- sessionDidActivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- sessionDidActivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Notification that the session, which owns this component,
has just been activated (a.k.a., deserialized).
- sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Notification that the session has just been activated
(a.k.a., deserialized).
- sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Notification that the session has just been activated
(a.k.a., deserialized).
- sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Notification that the session, which owns this desktop,
has just been activated (a.k.a., deserialized) by the Web container.
- sessionDidActivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Notification that the session, which owns this page,
has just been activated (a.k.a., deserialized).
- sessionDidActivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Notification that the session has just been activated
(a.k.a., deserialized).
- sessionDidActivate(Page) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
- sessionDidActivate(Page) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Combobox
-
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Grid
-
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Listbox
-
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Selectbox
-
- sessionDidActivate(Page) - Method in class org.zkoss.zul.Tree
-
- SessionInit - Interface in org.zkoss.zk.ui.util
-
Used to initialize a session when it is created.
- SessionResolver - Interface in org.zkoss.zk.ui.sys
-
- SessionResolverImpl - Class in org.zkoss.zk.ui.http
-
An implementation of session resolver (
SessionResolver
) based on HTTP request.
- SessionResolverImpl(ServletContext, HttpServletRequest) - Constructor for class org.zkoss.zk.ui.http.SessionResolverImpl
-
- Sessions - Class in org.zkoss.zk.ui
-
- Sessions() - Constructor for class org.zkoss.zk.ui.Sessions
-
- sessionScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the session.
- SessionsCtrl - Class in org.zkoss.zk.ui.sys
-
An additional utilities for implementation related to
Session
.
- SessionsCtrl() - Constructor for class org.zkoss.zk.ui.sys.SessionsCtrl
-
- SessionSerializationListener - Interface in org.zkoss.zk.ui.util
-
Used to notify an object stored in a session, when the session
is going to be serialized or has been deserialized.
- sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.device.Device
-
Notification that the desktop, which owns this device,
is about to be passivated (a.k.a., serialized) by the Web container.
- sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.device.GenericDevice
-
- sessionWillPassivate(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- sessionWillPassivate(HttpSessionEvent) - Method in class org.zkoss.zk.ui.http.SerializableSession
-
- sessionWillPassivate() - Method in class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class to pre-process a session before writing
the session
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- sessionWillPassivate(Desktop) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- sessionWillPassivate(Session) - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- sessionWillPassivate(Page) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Notification that the session, which owns this component,
is about to be passivated (a.k.a., serialized).
- sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Notification that the session is about to be passivated
(a.k.a., serialized).
- sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Notification that the session is about to be passivated
(a.k.a., serialized).
- sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Notification that the session, which owns this desktop,
is about to be passivated (a.k.a., serialized) by the Web container.
- sessionWillPassivate(Desktop) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Notification that the session, which owns this page,
is about to be passivated (a.k.a., serialized).
- sessionWillPassivate(Session) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Notification that the session is about to be passivated
(a.k.a., serialized).
- sessionWillPassivate(Page) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
- sessionWillPassivate(Page) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Combobox
-
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Grid
-
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Listbox
-
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Selectbox
-
- sessionWillPassivate(Page) - Method in class org.zkoss.zul.Tree
-
- set(String, Converter) - Static method in class org.zkoss.bind.impl.SystemConverters
-
- set(String, Validator) - Static method in class org.zkoss.bind.impl.SystemValidators
-
- set(int, E) - Method in class org.zkoss.bind.proxy.ListProxy
-
- 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
-
- Set - Class in org.zkoss.web.servlet.dsp.action
-
The set action used to set an attribute.
- Set() - Constructor for class org.zkoss.web.servlet.dsp.action.Set
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.bsh.BSHInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.groovy.GroovyInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.jruby.JRubyInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.jython.JythonInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.rhino.RhinoInterpreter
-
- set(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Sets the variable to the interpreter.
- set(Scope, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Sets the variable to the interpreter's scope associated with the
giving scope.
- set(int, E) - Method in class org.zkoss.zul.ListModelArray
-
Change content of the Array at specified index.
- set(int, E) - Method in class org.zkoss.zul.ListModelList
-
- setAbortingReason(AbortingReason) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- setAbortingReason(AbortingReason) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Aborts the current execution.
- setAccept(String) - Method in class org.zkoss.zhtml.Input
-
Sets the accept of this input tag
- setAcceptcharset(String) - Method in class org.zkoss.zhtml.Form
-
Sets the accept-charset of this form tag.
- setAccessible(AccessibleObject, boolean) - Static method in class org.zkoss.lang.reflect.Fields
-
Changes the accessibility without throwing any exception.
- setAccesskey(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the accesskey of this tag.
- setAction(String) - Method in class org.zkoss.zhtml.Form
-
Sets the action of this form tag.
- setAction(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the client-side action (CSA).
- setActivePage(int) - Method in class org.zkoss.zul.AbstractListModel
-
- setActivePage(int) - Method in class org.zkoss.zul.AbstractTreeModel
-
- setActivePage(int) - Method in interface org.zkoss.zul.ext.Pageable
-
Sets the active page (starting from 0).
- setActivePage(int) - Method in class org.zkoss.zul.Grid
-
- setActivePage(int) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets the active page (starting from 0).
- setActivePage(Listitem) - Method in class org.zkoss.zul.Listbox
-
Sets the active page in which the specified item is.
- setActivePage(int) - Method in class org.zkoss.zul.Listbox
-
- setActivePage(int) - Method in class org.zkoss.zul.Paging
-
Set the active page
Note: In server side, active page starts from 0.
- setActivePage(Treeitem) - Method in class org.zkoss.zul.Tree
-
Sets the active page in which the specified item is.
- setActivePage(int) - Method in class org.zkoss.zul.Tree
-
- setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the horizontal alignment.
- setAlign(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the alignment.
- setAlign(String) - Method in class org.zkoss.zul.Applet
-
Sets the alignment of an applet according to surrounding elements.
- setAlign(String) - Method in class org.zkoss.zul.Box
-
Sets the alignment of cells of this box in the 'opposite' direction
(start, center, end, stretch).
- setAlign(String) - Method in class org.zkoss.zul.Cell
-
Sets the horizontal alignment.
- setAlign(String) - Method in class org.zkoss.zul.Div
-
Deprecated.
as of release 6.0.0, use CSS instead.
- setAlign(String) - Method in class org.zkoss.zul.Grid
-
Deprecated.
As of release 5.0, use CSS instead.
- setAlign(String) - Method in class org.zkoss.zul.Iframe
-
Deprecated.
as of release 6.0.0, use CSS instead.
- setAlign(String) - Method in class org.zkoss.zul.Image
-
Deprecated.
as of release 6.0.0, use CSS instead.
- setAlign(String) - Method in class org.zkoss.zul.impl.FooterElement
-
Sets the horizontal alignment of this footer.
- setAlign(String) - Method in class org.zkoss.zul.impl.HeaderElement
-
Sets the horizontal alignment of this column.
- setAlign(String) - Method in class org.zkoss.zul.Row
-
Sets the horizontal alignment of the whole row.
- setAlign(String) - Method in class org.zkoss.zul.Tabs
-
Sets the alignment of tab.
- setAlign(String) - Method in class org.zkoss.zul.Toolbar
-
Sets the alignment of any children added to this toolbar.
- setAlt(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the alt.
- setAlt(String) - Method in class org.zkoss.zhtml.Area
-
Sets the alt of this area tag.
- setAlt(String) - Method in class org.zkoss.zhtml.Img
-
Sets the alt of this img tag.
- setAlt(String) - Method in class org.zkoss.zhtml.Input
-
Sets the alt of this input tag
- setAnchor(Component) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the anchor of dropupload, it allows the dropupload component to anchor to another component
and overlay that component when the user drag & drops files to the browser.
- setAnchor(String) - Method in class org.zkoss.zul.Anchorchildren
-
Sets the width, height relative to parent, anchorlayout.
- setAnimation(boolean) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
Sets whether to perform animation.
- setAnimationDisabled(boolean) - Method in class org.zkoss.zul.Borderlayout
-
Sets to disable animation effects.
- setApply(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the apply attribute that is is a list of
Composer
class
or EL expressions returning classes, class names or composer instances.
- setApply(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the apply attribute that is is a list of
Composer
class
or EL expressions returning classes, class names or composer instances.
- setApply(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- setAppName(String) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setAppName(String) - Method in interface org.zkoss.zk.ui.WebApp
-
Sets the application name.
- setArchive(String) - Method in class org.zkoss.zul.Applet
-
Sets the location of an archive file (URL).
- setAreaListener(ChartAreaListener) - Method in class org.zkoss.zul.Chart
-
Sets the renderer which is used to render each area.
- setAreaListener(String) - Method in class org.zkoss.zul.Chart
-
Sets the renderer by use of a class name.
- setAsync(boolean) - Method in class org.zkoss.zhtml.Script
-
Sets the async of this script tag.
- setAttachEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the attach edge.
- setAttribute(Object, Object) - Method in interface org.zkoss.bind.BindContext
-
Sets given value to the given key in this Bind context.
- setAttribute(Object, Object) - Method in class org.zkoss.bind.impl.BindContextImpl
-
- setAttribute(BindContext, Object, Object) - Method in class org.zkoss.bind.impl.BindingImpl
-
- setAttribute(String, Object) - Method in class org.zkoss.bind.xel.zel.BindELContext
-
- 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.web.portlet.PortletHttpSession
-
- setAttribute(String, Object) - Method in class org.zkoss.web.portlet.PortletServletContext
-
- setAttribute(String, Object) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- setAttribute(String, Object) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- setAttribute(String, Object, int) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Sets the attribute of the specified scope.
- 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
- setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Component
-
Sets the value of the specified custom attribute in the specified scope.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Component
-
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the value of the specified custom attribute associated with the desktop.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Execution
-
Sets the value of the specified request attribute.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Sets (a.k.a., associates) the value for a custom attribute with this object (scope).
- setAttribute(String, Object, boolean) - Method in interface org.zkoss.zk.ui.ext.Scope
-
Sets the custom attribute associated with this scope, or the parent
scope.
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.http.SimpleWebApp
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setAttribute(String, Object, int) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
- setAttribute(String, Object, boolean) - Method in class org.zkoss.zk.ui.impl.SimpleScope
-
The same as setAttribute(name, value).
- setAttribute(String, Object, int) - Method in interface org.zkoss.zk.ui.Page
-
Sets the value of the specified custom attribute in the specified scope.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Page
-
Sets the value of the specified custom attribute associated with this page.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.Session
-
Sets the value of the specified custom attribute.
- setAttribute(String, Object) - Method in class org.zkoss.zk.ui.util.Configuration
-
Returns the value of an application-specific attribute.
- setAttribute(String, Object) - Method in interface org.zkoss.zk.ui.WebApp
-
Sets the value of the specified custom attribute.
- setAttribute(String, Object) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
-
- setAttribute(String, Object) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- setAttribute(String, Object) - Method in class org.zkoss.zuti.zul.When
-
- setAttributeName(String) - Method in class org.zkoss.bind.impl.AbstractRenderer
-
- 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
-
- setAuDecoder(AuDecoder) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setAuDecoder(AuDecoder) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the AU decoder for this Web application.
- setAuDecoderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to decode AU requests,
or null to use the default.
- setAuService(AuService) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAuService(AuService) - Method in interface org.zkoss.zk.ui.Component
-
Sets an AU service to process the AU request before the component's
default handling.
- setAutag(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setAutag(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the AU tag for this widget.
- setAutocheck(boolean) - Method in class org.zkoss.zul.Menuitem
-
Sets whether the menuitem check mark will update each time
the menu item is selected.
- setAutoclose(boolean) - Method in class org.zkoss.zkmax.zul.Navbar
-
Sets whether to automatically close all other nav/navitem on opening nav/navitem.
- setAutoCols(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets whether enables auto adjusting the number of cols.
- setAutocomplete(boolean) - Method in class org.zkoss.zhtml.Form
-
Sets the autocomplete of this form tag.
- setAutocomplete(String) - Method in class org.zkoss.zhtml.Input
-
Sets the autocomplete of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setAutocomplete(boolean) - Method in class org.zkoss.zul.Combobox
-
Sets whether to automatically complete this text box
by matching the nearest item (
Comboitem
.
- setAutodisable(String) - Method in class org.zkoss.zul.A
-
Sets a list of component IDs that shall be disabled when the user
clicks this anchor.
- setAutodisable(String) - Method in class org.zkoss.zul.Button
-
Sets a list of component IDs that shall be disabled when the user
clicks this button.
- setAutodisable(String) - Method in class org.zkoss.zul.Checkbox
-
Sets a list of component IDs that shall be disabled when the user
clicks this checkbox.
- setAutodisable(String) - Method in class org.zkoss.zul.Menuitem
-
Sets a list of component IDs that shall be disabled when the user
clicks this menuitem.
- setAutodrop(boolean) - Method in class org.zkoss.zul.Bandbox
-
Sets whether to automatically drop the list if users is changing
this text box.
- setAutodrop(boolean) - Method in class org.zkoss.zul.Combobox
-
Sets whether to automatically drop the list if users is changing
this text box.
- setAutodrop(boolean) - Method in class org.zkoss.zul.Combobutton
-
Sets whether to automatically drop the popup if user hovers on this
Combobutton.
- setAutodrop(boolean) - Method in class org.zkoss.zul.Menubar
-
Sets whether to automatically drop down menus if user moves mouse
over it.
- setAutofocus(boolean) - Method in class org.zkoss.zhtml.Button
-
Sets the autofocus of this button tag.
- setAutofocus(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the autofocus of this input tag.
- setAutofocus(boolean) - Method in class org.zkoss.zhtml.Select
-
Sets the autofocus of this select tag.
- setAutohide(boolean) - Method in interface org.zkoss.zul.ext.Paginal
-
Sets whether to automatically hide the paging if
there is only one page available.
- setAutohide(boolean) - Method in class org.zkoss.zul.Iframe
-
Sets whether to automatically hide this component if
a popup or dropdown is overlapped with it.
- setAutohide(boolean) - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
-
- setAutohide(boolean) - Method in class org.zkoss.zul.Paging
-
Sets whether to automatically hide this component if
there is only one page available.
- setAutomaticTimeout(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setAutomaticTimeout(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets whether to automatically redirect to the timeout URI.
- setAutomaticTimeout(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets whether to automatically redirect to the timeout URI.
- setAutomaticTimeout(String, boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to automatically trigger the timeout at the client.
- setAutopaging(boolean) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets whether the auto-paging facility is turned on when mold is
"paging".
- setAutoplay(boolean) - Method in class org.zkoss.zul.Audio
-
Sets whether to auto start playing the audio.
- setAutoPlay(boolean) - Method in class org.zkoss.zul.Flash
-
- setAutoplay(boolean) - Method in class org.zkoss.zul.Flash
-
Sets wether to play the Flash movie automatically.
- setAutoResendTimeout(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the timeout, in milliseconds, to re-send the AU request when
the server's service unavailable or timeout.
- setAutoRows(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets whether enables auto adjusting the number of rows.
- setAutoscroll(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Sets whether enable overflow scrolling.
- setAutoSort(boolean) - Method in class org.zkoss.zul.SimpleXYModel
-
- setAutoSort(boolean) - Method in interface org.zkoss.zul.XYModel
-
Set model to autosort on x value for each series.
- setAutostart(boolean) - Method in class org.zkoss.zul.Audio
-
- setBadgeText(String) - Method in class org.zkoss.zkmax.zul.Nav
-
Sets the badge text of the nav
- setBar(boolean) - Method in class org.zkoss.zul.Separator
-
Sets whether to display a visual bar as the separator.
- setBean(Object) - Method in interface org.zkoss.bind.sys.tracker.TrackerNode
-
Sets associated bean of this TrackerNode.
- setBean(Object) - Method in class org.zkoss.bind.tracker.impl.TrackerNodeImpl
-
- setBeanValue(String, Object) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
-
- setBeanValue(String, Object) - Method in class org.zkoss.zel.BeanNameResolver
-
Sets a value of a bean of the given name.
- setBegin(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the index of the item at which the iteration begins.
- setBegin(int) - Method in class org.zkoss.zuti.zul.ForEach
-
- setBgAlpha(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
Sets the alpha (opacity) for the background.
- setBgAlpha(int) - Method in class org.zkoss.zul.Chart
-
Set the background alpha (transparency, 0 ~ 255).
- setBgColor(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
-
Sets the background color for the chart.
- setBgColor(String) - Method in class org.zkoss.zul.Captcha
-
Set the background color of the chart.
- setBgColor(String) - Method in class org.zkoss.zul.Chart
-
Set the background color of the chart.
- setBgcolor(String) - Method in class org.zkoss.zul.Flash
-
Sets the background color of Flash movie.
- setBindContext(BindContext) - Method in class org.zkoss.bind.impl.ParamCall
-
- setBinder(Binder) - Method in class org.zkoss.bind.impl.AbstractBindingHandler
-
- setBinder(Binder) - Method in class org.zkoss.bind.impl.ParamCall
-
- setBinder(Binder) - Method in interface org.zkoss.bind.impl.ReferenceBindingHandler
-
- setBinderAnnotations(Set<String>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Set binder annotations
- setBinderInitAttribute(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Set binder init attribute name
- setBindingArgs(Map<String, Object>) - Method in class org.zkoss.bind.impl.ParamCall
-
- setBlankPreserved(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets whether to preserve the blank text.
- setBookmark(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets a bookmark to this desktop.
- setBookmark(String, boolean) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the bookmark to this desktop. with more control.
- setBookmark(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setBookmark(String, boolean) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setBorder(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the border.
- setBorder(boolean) - Method in class org.zkoss.zul.Captcha
-
- setBorder(String) - Method in class org.zkoss.zul.Image
-
Deprecated.
As of release 5.0.5, use CSS instead.
- setBorder(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the border (either none or normal).
- setBorder(String) - Method in class org.zkoss.zul.Panel
-
Sets the border.
- setBorder(boolean) - Method in class org.zkoss.zul.Panel
-
Enables or disables the border.
- setBorder(String) - Method in class org.zkoss.zul.Window
-
Sets the border (either none or normal).
- setBorder(boolean) - Method in class org.zkoss.zul.Window
-
Enables or disables the border.
- setBufferSize(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setBufferSize(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setBusy() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Sets busy and return if it is busy for processing other request.
- setBusy() - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
-
- setButton(Messagebox.Button, String) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
-
Sets the label's information and label.
- setButton(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
-
Sets the label's information with a default label.
- setButtons(Messagebox.Button[], String[]) - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Sets what buttons are allowed.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Bandbox
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Combobox
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Doublespinner
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Spinner
-
Sets whether the button (on the right of the textbox) is visible.
- setButtonVisible(boolean) - Method in class org.zkoss.zul.Timebox
-
Sets whether the button (on the right of the textbox) is visible.
- 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.
- setCacheable(Boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setCacheable(Boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets if the client can cache the rendered result.
- setCacheable(Boolean) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets if the client can cache the rendered result.
- setCacheControl(String, int) - Static method in class org.zkoss.zk.fn.DspFns
-
Sets the Cache-Control and Expires headers for the response.
- setCacheControl(HttpServletResponse, String, int) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Last-Modified headers for the response.
- setCacheControl(ServletContext, HttpServletRequest, HttpServletResponse, String, int) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Etag headers for the response.
- setCanvasBgAlpha(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Sets the alpha for Canvas Background.
- setCanvasBgAlpha(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Sets the alpha for Canvas Background.
- setCanvasBgColor(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Sets the canvas background color.
- setCanvasBgColor(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
-
Sets the canvas background color.
- setCapRadius(double) - Method in class org.zkoss.zul.DialModel
-
Sets the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
- setCaption(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the caption.
- setCase(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Sets the case condition.
- setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletRequest
-
- setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletRequest
-
- setCharacterEncoding(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setCharacterEncoding(String) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- setCharset(String) - Method in class org.zkoss.zhtml.Meta
-
Sets the charset of this meta tag.
- setCharset(String) - Method in class org.zkoss.zhtml.Script
-
Sets the charset of this script tag.
- setCharset(String) - Method in class org.zkoss.zul.Script
-
Sets the character encoding of the source.
- setChartConfig(AbstractChartConfig) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- setCheckable(boolean) - Method in class org.zkoss.zul.Listitem
-
- setCheckable(boolean) - Method in class org.zkoss.zul.Treeitem
-
- setChecked(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets if the input is checked (type: checkbox or radio).
- setChecked(boolean) - Method in class org.zkoss.zul.Checkbox
-
Sets whether it is checked.
- setChecked(boolean) - Method in class org.zkoss.zul.Menuitem
-
Sets whether it is checked.
- setChecked(boolean) - Method in class org.zkoss.zul.Radio
-
Sets the radio is checked and unchecked the others in the same radio
group (
Radiogroup
.
- setChecked(boolean) - Method in class org.zkoss.zul.Toolbarbutton
-
Sets whether it is checked.
- setCheckmark(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether the check mark shall be displayed in front of each item.
- setCheckmark(boolean) - Method in class org.zkoss.zul.Menuitem
-
Sets whether the check mark shall be displayed in front
of each item.
- setCheckmark(boolean) - Method in class org.zkoss.zul.Tree
-
Sets whether the check mark shall be displayed in front
of each item.
- setCheckPeriod(int) - Method in class org.zkoss.util.resource.ResourceCache
-
Sets how often to check (unit=milliseconds).
- setChildAllowedInTextAs(boolean) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets whether the child component is allowed within the element.
- setChildPage(Page) - Method in interface org.zkoss.zk.ui.ext.Includer
-
Sets the child page.
- setChildPage(Page) - Method in class org.zkoss.zul.Include
-
- setCite(String) - Method in class org.zkoss.zhtml.Blockquote
-
Sets the cite of this blockquote tag.
- setCite(String) - Method in class org.zkoss.zhtml.Del
-
Sets the cite of this del tag.
- setCite(String) - Method in class org.zkoss.zhtml.Ins
-
Sets the cite of this ins tag.
- setCite(String) - Method in class org.zkoss.zhtml.Q
-
Sets the cite of this q tag.
- setClass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the CSS class.
- setClickFilterDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
- setClientAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setClientAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
-
Sets or removes a DOM attribute of the peer widget (at the client).
- setClientDataAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setClientDataAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
-
Sets a DOM data attribute of the peer widget (at the client).
- setClientErrorReload(String, int, String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the URI to redirect to, when ZK Client Engine receives
an error.
- setClientIdentifier(Servlets.ClientIdentifier) - Static method in class org.zkoss.web.servlet.Servlets
-
- setClosable(boolean) - Method in class org.zkoss.zul.Groupbox
-
Sets whether user can open or close the group box.
- setClosable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to show a close button on the title bar.
- setClosable(boolean) - Method in class org.zkoss.zul.Tab
-
Sets whether this tab is closable.
- setClosable(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether to show a close button on the title bar.
- setClose(int, boolean) - Method in class org.zkoss.zul.GroupsModelArray
-
- setClose(int, boolean) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- setCmargins(String) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the collapsed margin functionality.
- setCmargins(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the collapsed margins for the element "0,1,2,3" that direction is
"top,left,right,bottom"
Default: "3,3,3,3" for center, "0,3,3,0" for east and west,
and "3,0,0,3" for north and south.
- 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.
- setCode(String) - Method in class org.zkoss.zul.Applet
-
Sets the applet class to run.
- setCodebase(String) - Method in class org.zkoss.zul.Applet
-
- setCollapse(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets which side of the splitter is collapsed when its grippy
is clicked.
- setCollapse(String) - Method in class org.zkoss.zul.Splitter
-
Sets which side of the splitter is collapsed when its grippy
is clicked.
- setCollapsed(boolean) - Method in class org.zkoss.zkmax.zul.Navbar
-
Sets whether to collapse it.
- setCollapsible(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the collapse functionality.
- setCollapsible(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Sets whether set the initial display to collapse.
- setCollapsible(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to show a toggle button on the title bar.
- setColor(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the color.
- setColor(String) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets the color
- setCols(Integer) - Method in class org.zkoss.zhtml.Textarea
-
Sets the cols of this textarea tag.
- setCols(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the number of columns within the viewport.
- setCols(int) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the cols.
- setColspan(Integer) - Method in class org.zkoss.zhtml.Td
-
Sets the colspan of this td tag.
- setColspan(Integer) - Method in class org.zkoss.zhtml.Th
-
Sets the colspan of this th tag.
- setColspan(int) - Method in class org.zkoss.zkmax.zul.Rowchildren
-
- setColspan(int) - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Sets the number of columns to span this header.
- setColspan(int) - Method in class org.zkoss.zul.Auxheader
-
Sets the number of columns to span this header.
- setColspan(int) - Method in class org.zkoss.zul.Cell
-
Sets the number of columns to span.
- setColumns(int) - Method in class org.zkoss.zkmax.zul.Tablelayout
-
Sets the number of columns.
- setColumns(int) - Method in class org.zkoss.zul.Frozen
-
Sets the number of columns to freeze.
- setColumnsgroup(boolean) - Method in class org.zkoss.zul.Columns
-
Sets whether to enable grouping of columns with the header context menu.
- setColumnsgroup(boolean) - Method in class org.zkoss.zul.Listhead
-
Sets whether to enable grouping of listheader with the header context menu.
- setColumnshide(boolean) - Method in class org.zkoss.zul.Columns
-
Sets whether to enable hiding of columns with the header context menu.
- setColumnshide(boolean) - Method in class org.zkoss.zul.Listhead
-
Sets whether to enable hiding of listheader with the header context menu.
- setColWidth(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the width of the single column.
- setCombinator(Selector.Combinator) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- setCommandArgs(Binder, Component, BindContext, Map<String, Object>) - Static method in class org.zkoss.bind.impl.BindContextUtil
-
- setComment(boolean) - Method in class org.zkoss.zul.Include
-
Sets whether to generate the included content inside
the HTML comment.
- setCompact(boolean) - Method in class org.zkoss.zul.Datebox
-
Deprecated.
As of release 5.0.0, it is no longer supported.
- setComplete(boolean) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setComplete(boolean) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets if the page is a complete page.
- setComplete(boolean) - Method in interface org.zkoss.zk.ui.Page
-
Sets if the page is a complete page.
- setComponent(Component) - Method in class org.zkoss.bind.impl.ParamCall
-
- setComponentInfo(Component, ComponentInfo) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Sets the component info for the given component.
- setCompress(String[]) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Sets the extension that shall be compressed if the browser
supports the compression encoding (accept-encoding).
- setCompress(boolean) - Method in interface org.zkoss.zk.au.AuWriter
-
Sets whether to compress the output with GZIP.
- setCompress(boolean) - Method in class org.zkoss.zk.au.http.DHtmlUpdateServlet
-
- setCompress(boolean) - Method in class org.zkoss.zk.au.http.HttpAuWriter
-
- setCompress(boolean) - Method in class org.zkoss.zkmax.au.websocket.WSAuWriter
-
- setConfig(Map<String, Object>) - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Sets the editor's configuration,
For more detail, please refer to
official document (not support localization for now).
- setConstraint(String) - Method in class org.zkoss.zul.Datebox
-
- setConstraint(String) - Method in class org.zkoss.zul.Doublespinner
-
- setConstraint(Constraint) - Method in interface org.zkoss.zul.ext.Constrainted
-
Sets the constraint.
- setConstraint(String) - Method in class org.zkoss.zul.impl.InputElement
-
- setConstraint(Constraint) - Method in class org.zkoss.zul.impl.InputElement
-
- setConstraint(String) - Method in class org.zkoss.zul.Spinner
-
- 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.
- setContent(String) - Method in class org.zkoss.zhtml.impl.ContentTag
-
Sets the content.
- setContent(String) - Method in class org.zkoss.zhtml.Meta
-
Sets the content of this meta tag.
- setContent(String) - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- setContent(Media) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the content directly.
- setContent(String) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the content of component, it will be shown depend on detection setting.
- setContent(String) - Method in class org.zkoss.zkmax.zul.Fragment
-
Sets the content of this component.
- setContent(String) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets the embedded content (i.e., HTML tags) that is
shown as part of the description.
- setContent(Audio) - Method in class org.zkoss.zul.Audio
-
Sets the content directly.
- setContent(String) - Method in class org.zkoss.zul.Comboitem
-
Sets the embedded content (i.e., HTML tags) that is
shown as part of the description.
- setContent(Media) - Method in class org.zkoss.zul.Flash
-
Sets the content of the flash directly.
- setContent(String) - Method in class org.zkoss.zul.Html
-
Sets the embedded content (i.e., HTML tags).
- setContent(Media) - Method in class org.zkoss.zul.Iframe
-
Sets the content directly.
- setContent(Image) - Method in class org.zkoss.zul.Image
-
Sets the content directly.
- setContent(RenderedImage) - Method in class org.zkoss.zul.Image
-
Sets the content directly with the rendered image.
- setContent(String) - Method in class org.zkoss.zul.Menu
-
Sets the embedded content (i.e., HTML tags) that is
shown as part of the description.
- setContent(String) - Method in class org.zkoss.zul.Script
-
Sets the content of the script element.
- setContent(String) - Method in class org.zkoss.zul.Style
-
Sets the content of the style element.
- 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.
- setContenteditable(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the contenteditable of this tag.
- setContentLength(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setContentLength(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setContents(Collection<Element>, Object) - Static method in class org.zkoss.idom.util.IDOMs
-
Set the contents of elements.
- setContentSclass(String) - Method in class org.zkoss.zul.Detail
-
Sets the style class used for the content block.
- setContentSclass(String) - Method in class org.zkoss.zul.Groupbox
-
Sets the style class used for the content block.
- setContentSclass(String) - Method in class org.zkoss.zul.Window
-
Sets the style class used for the content block.
- setContentStyle(String) - Method in class org.zkoss.zul.Detail
-
Sets the CSS style for the content block of the window.
- setContentStyle(String) - Method in class org.zkoss.zul.Groupbox
-
Sets the CSS style for the content block of the groupbox.
- setContentStyle(String) - Method in class org.zkoss.zul.Window
-
Sets the CSS style for the content block of the window.
- setContentType(String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setContentType(String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.action.ActionContext
-
Sets the content type.
- setContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
-
Sets the content type.
- setContentType(String) - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Sets the content type of the output.
- setContentType(String) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- setContentType(String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setContentType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setContentType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the content type.
- setContentType(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the content type.
- setContentType(Execution, Page) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Sets the content type to the specified execution for the given page.
- setContentType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the content type.
- setContext(String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the ID of the popup (
Popup
) that should appear
when the user right-clicks on the element (a.k.a., context menu).
- setContext(Popup) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the UUID of the popup that should appear
when the user right-clicks on the element (a.k.a., context menu).
- setContextAttributes(Popup, String, String, String, String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the Attributes for the Context Popup
Note that position will be ignored if coordinates are set.
- setControls(boolean) - Method in class org.zkoss.zul.Audio
-
Sets whether to display the audio controls.
- setConverterArgs(Binder, Component, BindContext, PropertyBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
-
- setCoords(String) - Method in class org.zkoss.zhtml.Area
-
Sets the coords of this area tag.
- setCoords(String) - Method in class org.zkoss.zul.Area
-
Sets the coords of this area.
- setCrawlable(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether this Web application is crawlable.
- setCreatable(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets whether can create new item.
- setCreateMessage(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the create message of this component.
- setCrossorigin(String) - Method in class org.zkoss.zhtml.Img
-
Sets the crossorigin of this img tag.
- setCrossorigin(String) - Method in class org.zkoss.zhtml.Link
-
Sets the crossorigin of this link tag.
- setCSSCacheControl() - Static method in class org.zkoss.zk.fn.DspFns
-
Sets the Cache-Control and Expires headers for the CSS files
of class Web resources.
- setCSSCacheControl(HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Last-Modified headers for the CSS files
of class Web resources.
- setCSSCacheControl(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Etag headers for the CSS files
of class Web resources.
- setCtrlKeys(String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets what keystrokes to intercept.
- setCurpos(int) - Method in class org.zkoss.zul.Slider
-
Sets the current position of the slider.
- setCurpos(double) - Method in class org.zkoss.zul.Slider
-
Sets the current position of the slider.
- setCurrent(Execution) - Static method in class org.zkoss.zk.ui.sys.ExecutionsCtrl
-
Sets the execution for the current thread.
- setCurrent(Session) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Sets the session for the current thread.
- setCurrent(SessionResolver) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Sets the session for the current thread.
- setCurrent(WebApp) - Static method in class org.zkoss.zk.ui.sys.WebAppsCtrl
-
Sets the Web application for this installation.
- setCurrentDirectory(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the current directory.
- setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setCurrentDirectory(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets the current directory which is used to convert
a relative URI to absolute.
- setCurrentInfo(ComponentDefinition) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
- setCurrentInfo(ComponentInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
- setCurrentInfo(ShadowInfo) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
- setCurrentInfo(Object) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- setCurrentLocation(Location) - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
-
- setCurrentPage(Page) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setCurrentPage(Page) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the current page.
- setCurrentPageDefinition(PageDefinition) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setCurrentPageDefinition(PageDefinition) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the current page definition.
- setCustomThemeProvider(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
- setCustomThemeRegistry(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
- setCustomThemeResolver(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
- setCWRCacheControl() - Static method in class org.zkoss.zk.fn.DspFns
-
Sets the Cache-Control and Expires headers for class Web resources.
- setCWRCacheControl(HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Last-Modified headers for class Web resources.
- setCWRCacheControl(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.zkoss.zk.fn.JspFns
-
Sets the Cache-Control, Expires, and Etag headers for class Web resources.
- setDaemon(Thread, boolean) - Static method in class org.zkoss.lang.Threads
-
Sets the priority without throwing any exception but log warning.
- setData(Object) - Method in class org.zkoss.bind.impl.IndirectBinding
-
Sets the data
- 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.
- SetData() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- setData(String) - Method in class org.zkoss.zhtml.Object
-
Sets the data of this object tag.
- setData(E) - Method in class org.zkoss.zul.DefaultTreeNode
-
- setData(E) - Method in interface org.zkoss.zul.TreeNode
-
Sets the application-specific data associated with this node.
- setDataConnection(Connection) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the JasperReports Data Connection.
- setDatasource(JRDataSource) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the JasperReports DataSource.
- setDataXMLPath(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Set the url of the chart data .xml file.
- setDateFormat(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Sets the date format used by date related Chart.
- setDateFormat(String) - Method in class org.zkoss.zul.Chart
-
Sets the date format used by date related Chart.
- setDateFormater(String) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
Sets the dateformat for all of header.
- setDateHeader(String, long) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setDateHeader(String, long) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setDatetime(String) - Method in class org.zkoss.zhtml.Del
-
Sets the datetime of this del tag.
- setDatetime(String) - Method in class org.zkoss.zhtml.Ins
-
Sets the datetime of this ins tag
- setDebugJS(boolean) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Sets whether to debug JavaScript files.
- setDebugJS(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to debug JavaScript files.
- setDebugMode(boolean) - Method in class org.zkoss.fsm.StateMachine
-
- setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Parser
-
- setDebugMode(boolean) - Method in class org.zkoss.zk.ui.select.impl.Tokenizer
-
- setDebugStream(PrintStream) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Set debug output.
- setDeclarationURL(URL) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets the URI where this definition is declared.
- setDefaultActionOnShow(String) - Static method in class org.zkoss.zul.Window
-
- setDefaultConfig(boolean) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Whether use the default binding configuration.
- setDefaultWidgetClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the default widget class.
- setDefaultWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- setDefer(boolean) - Method in class org.zkoss.zhtml.Script
-
Sets the defer of this script tag.
- setDefer(boolean) - Method in class org.zkoss.zul.Script
-
Sets whether to defer the execution of the script codes.
- setDeferred(boolean) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Sets whether the evaluation of the zscript shall be deferred.
- setDefinition(ComponentDefinition) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setDefinition(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setDefinition(ComponentDefinition) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Sets the component definition.
- setDefinition(String) - Method in interface org.zkoss.zk.ui.sys.ComponentCtrl
-
Sets the component definition by specifying the name.
- setDelay(int) - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
Sets the number of milliseconds to wait before replacing with
the correct content.
- setDelay(int) - Method in class org.zkoss.zul.Timer
-
Sets the delay, the number of milliseconds between
successive action events.
- setDelegates(Map<K, V>, Map<V, K>) - Method in class org.zkoss.zkmax.bind.ext.StandardBiMap
-
Specifies the delegate maps going in each direction.
- setDescription(String) - Method in class org.zkoss.zul.Comboitem
-
Sets the description.
- setDescription(String) - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- setDesktop(HttpServletRequest, Desktop) - Static method in class org.zkoss.zk.ui.http.WebManager
-
Sets the desktop to the specified request.
- setDesktop(Desktop) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setDesktop(Desktop) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the desktop associated with this execution.
- setDesktopCache(DesktopCache) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setDesktopCache(DesktopCache) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Sets the desktop cache.
- setDesktopCacheProvider(DesktopCacheProvider) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setDesktopCacheProvider(DesktopCacheProvider) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the desktop provider for this Web application.
- setDesktopCacheProviderClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to provide the desktop cache, or null to
use the default.
- setDesktopMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in seconds, between client requests
before ZK will invalidate the desktop.
- setDesktopRecycle(DesktopRecycle) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the desktop recycler for this application, or null to disable it.
- setDetailed(boolean) - Method in interface org.zkoss.zul.ext.Paginal
-
- setDetailed(boolean) - Method in class org.zkoss.zul.Paging
-
Sets whether to show total size and index of items in current page
- setDetection(String) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set drag detection area.
- setDeviceType(String) - Method in interface org.zkoss.zk.ui.Desktop
-
Sets the device type that this desktop belongs to.
- setDeviceType(String) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setDeviceType(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setDeviceType(String) - Method in interface org.zkoss.zk.ui.sys.SessionCtrl
-
Sets the device type that this session belongs to.
- setDir(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the dir of this tag.
- setDir(String) - Method in class org.zkoss.zul.A
-
Sets the direction to layout with image.
- setDir(String) - Method in class org.zkoss.zul.Button
-
Sets the direction to layout image.
- setDirectContent(Execution, boolean) - Static method in class org.zkoss.zk.ui.sys.HtmlPageRenders
-
Sets whether a component can directly generate HTML tags
to the output.
- setDirname(String) - Method in class org.zkoss.zhtml.Input
-
Sets the dirname of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setDirty(boolean) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- setDirty(boolean) - Method in class org.zkoss.bind.proxy.MapProxy
-
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Button
-
Sets the disabled of this button tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Fieldset
-
Sets the disabled of this fieldset tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the disabled of this input tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Optgroup
-
Sets the disabled of this optgroup tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Option
-
Sets the disabled of this option tag.
- setDisabled(boolean) - Method in class org.zkoss.zhtml.Select
-
Sets the disabled of this select tag.
- setDisabled(boolean) - Method in interface org.zkoss.zk.ui.ext.Disable
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.A
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Button
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Checkbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Comboitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Listitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Menu
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Menuitem
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Paging
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Selectbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Tab
-
Sets whether this tab is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zul.Treeitem
-
Sets whether it is disabled.
- setDisplayedTimeZones(List<TimeZone>) - Method in class org.zkoss.zul.Datebox
-
Sets a list of the time zones that will be displayed at the
client and allow user to select.
- setDisplayedTimeZones(String) - Method in class org.zkoss.zul.Datebox
-
Sets a concatenation of a list of the time zones' ID, separated by comma,
that will be displayed at the client and allow user to select.
- setDisplayName(String) - Method in class org.zkoss.web.theme.StandardTheme
-
Rename the display name
- setDisplayName(String, String) - Static method in class org.zkoss.zul.theme.Themes
-
Set the display name (human name) of the theme
- setDistributedIndexInfo(Object) - Static method in class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- setDocType(DocType) - Method in class org.zkoss.idom.Document
-
Sets the document type.
- setDocType(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setDocType(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the doc type (<!
- setDocType(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the doc type (<!
- setDocumentLocator(Locator) - Method in class org.zkoss.idom.input.SAXHandler
-
- setDocumentURI(String) - Method in class org.zkoss.idom.Document
-
- setDownload(String) - Method in class org.zkoss.zhtml.A
-
Sets the download of this a tag.
- setDownload(String) - Method in class org.zkoss.zhtml.Area
-
Sets the download of this area tag.
- setDraggable(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the draggable of this tag.
- setDraggable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets "true" or "false" to denote whether a component is draggable,
or an identifier of a draggable type of objects.
- setDraggable(String) - Method in class org.zkoss.zul.Window
-
- setDroppable(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets "true" or "false" to denote whether a component is droppable,
or a list of identifiers of draggable types of objects that could
be dropped to this component.
- setDynamic(boolean) - Method in class org.zkoss.zul.Style
-
Deprecated.
As of release 5.0.0, it is decided automatically.
- setDynamicAttrs(String, Object) - Method in class org.zkoss.bind.impl.BinderImpl
-
Internal use only.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the dynamic property.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zhtml.Textarea
-
- setDynamicProperty(String, Object) - Method in interface org.zkoss.zk.ui.ext.DynamicPropertied
-
Sets a property with the specified name and value.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zkmax.zul.Fragment
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zml.XmlMacroComponent
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zml.XmlNativeComponent
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Applet
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Include
-
Adds a dynamic property that will be passed to the included page
via the request's attribute.
- setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.Apply
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
- setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
- setDynamicTagInfo(String, Set<String>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Adds the definition for the dynamic tag.
- setDynamicValue(boolean) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
Sets whether the shadow element contains a dynamic value, if true means the
shadow element cannot be destroyed after evaluated, if false it will detect
its attribute automatically.
- setDynamicValue(boolean) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Sets whether the shadow element contains a dynamic value, if true means the
shadow element cannot be destroyed after evaluated, if false it will detect
its attribute automatically.
- setELContext(ELContext) - Method in class org.zkoss.zel.ELManager
-
- setELContext(ELContext) - Method in class org.zkoss.zel.LambdaExpression
-
- setEmptyMessage(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the emptyMessage of the input of this component.
- setEmptyMessage(String) - Method in class org.zkoss.zul.Grid
-
Sets the message to display when there are no items
- setEmptyMessage(String) - Method in class org.zkoss.zul.Listbox
-
Sets the message to display when there are no items
- setEnclosingTag(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Sets the the name of the enclosing tag for this macro component.
- setEnclosingTag(String) - Method in class org.zkoss.zul.Include
-
Sets the the name of the enclosing tag
Default: div
- setEncode(boolean) - Method in class org.zkoss.zhtml.Text
-
Sets whether to encode the text, such as converting < to <.
- setEncoderClass(String, Class) - Static method in class org.zkoss.image.encoder.ImageEncoders
-
Sets the class of the image encoder for the specified format.
- setEncodeURLPrefix(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Sets the prefix used to encoding the URL.
- 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
-
- setEnctype(String) - Method in class org.zkoss.zhtml.Form
-
Sets the enctype of this form tag.
- setEnd(int) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the index of the item at which the iteration ends (inclusive).
- setEnd(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- setEnd(int) - Method in class org.zkoss.zuti.zul.ForEach
-
- setEngine(FusionchartEngine<Fusionchart>) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Sets the chart engine.
- setEngine(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Sets the chart engine by use of a class name.
- setEngine(String) - Method in class org.zkoss.zul.Captcha
-
Sets the captcha engine by use of a class name.
- setEngine(CaptchaEngine) - Method in class org.zkoss.zul.Captcha
-
Set the captcha engine.
- setEngine(ChartEngine) - Method in class org.zkoss.zul.Chart
-
Sets the chart engine.
- setEngine(String) - Method in class org.zkoss.zul.Chart
-
Sets the chart engine by use of a class name.
- setEngine(TabboxEngine) - Method in class org.zkoss.zul.Tabbox
-
- 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.
- setEpilogContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
-
Sets the epilog content.
- setEpilogContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setEpilogContent(String) - Method in class org.zkoss.zml.XmlNativeComponent
-
- setErrorboxIconSclass(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the class name of the custom style to be applied to the errorbox icon of this component.
- setErrorboxSclass(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the class name of the custom style to be applied to the errorbox of this component.
- 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.
- setErrorMessage(String) - Method in class org.zkoss.zul.impl.InputElement
-
Associates an error message to this input.
- setErrorPage(String) - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
-
Deprecated.
- setErrorType(int) - Method in exception org.zkoss.json.parser.ParseException
-
- setEscapeXML(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets whether to escape XML.
- setEventListener(EventListener<Messagebox.ClickEvent>) - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Sets the event listener.
- setEventMethodCache(Cache) - Static method in class org.zkoss.zk.ui.sys.ComponentsCtrl
-
Sets the cache that stores the information about event handler methods.
- setEventTimeWarning(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Set the time, in seconds, to show a warning message
if an event has been processinged longer than it.
- setExclude(String) - Method in class org.zkoss.zul.Captcha
-
Set exclude characters that will not be generated.
- setExecution(Execution) - Method in class org.zkoss.bind.impl.ParamCall
-
- setExecution(Execution) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setExecution(Execution) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Sets the execution (used to represent a lock).
- setExecutionInfo(ExecutionInfo) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setExecutionInfo(ExecutionInfo) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the information of the event being served, or null if not under
serving an event.
- setExecutionMonitor(ExecutionMonitor) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the execution monitor for this application, or null to disable it.
- 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.
- setExpectedType(Class) - Method in class org.zkoss.zk.xel.ExValue
-
Sets the expected type.
- 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.
- setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setExpressionFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the implementation of the expression factory that shall
be used by this page.
- setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in interface org.zkoss.zk.ui.Page
-
Sets the implementation of the expression factory that
is used by this page.
- setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the implementation of the expression factory that shall
be used by the whole system.
- setExtraLocator(Locator) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Sets the extra locator.
- setFailoverManager(FailoverManager) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setFailoverManager(FailoverManager) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the failover manager for this Web application.
- setFailoverManagerClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to handle the failover mechanism, or null if
no custom failover mechanism.
- setFgAlpha(int) - Method in class org.zkoss.zul.Chart
-
Set the foreground alpha (transparency, 0 ~ 255).
- setField(String, String) - Method in class org.zkoss.zul.Applet
-
Sets the value of the specified filed.
- setFieldValue(Object, Field, Object) - Static method in class org.zkoss.zk.ui.select.impl.Reflections
-
Set a value to a field of the object.
- setFileItemFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to create a file item for fileupload,
or null to use the default.
- setFileRepository(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the directory in which uploaded files will be stored, if stored on disk.
- setFileSizeThreshold(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the threshold at which a temporary file is created as a
buffer, in kilobytes.
- setFirstLine(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setFirstLine(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the first line to be generated to the output.
- setFirstLine(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the first line to be generated to the output.
- setFixedLayout(boolean) - Method in class org.zkoss.zul.Grid
-
- setFixedLayout(boolean) - Method in class org.zkoss.zul.Listbox
-
- setFixedLayout(boolean) - Method in class org.zkoss.zul.Tree
-
- setFixFrozenCols(boolean) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets to fix the frozen columns, if true, meaning the user cannot change
the size of the frozen columns dynamically.
- setFlex(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
- setFloatable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to float the panel to display it inline where it is rendered.
- setFocus(boolean) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets focus to this element.
- setFocus(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg
-
Sets the focus.
- setFontColor(String) - Method in class org.zkoss.zul.Captcha
-
Set font color.
- setFor(String) - Method in class org.zkoss.zhtml.Label
-
Sets the for of this label tag.
- setFormat(String) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the date format.
- setFormat(String) - Method in class org.zkoss.zul.Datebox
-
Sets the date format.
- setFormat(String) - Method in class org.zkoss.zul.impl.FormatInputElement
-
Sets the format.
- setFormat(String) - Method in class org.zkoss.zul.Timebox
-
Sets the date format.
- setFormatter(Messages.Formatter) - Static method in class org.zkoss.mesg.Messages
-
- setFormOwner(Object, FormBinding) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- setFormOwner(Object, FormBinding) - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Sets the owner of this form with its binding.
- setFormOwner(Object, FormBinding) - Method in class org.zkoss.bind.proxy.MapProxy
-
- setForward(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the forward condition that controls when to forward
an event receiving by this component to another component.
- setFramable(boolean) - Method in class org.zkoss.zul.Panel
-
- setFrame(boolean) - Method in class org.zkoss.zul.Captcha
-
Sets whether generate border.
- setFrameBgAlpha(int) - Method in class org.zkoss.zul.DialModel
-
Set the background alpha of the dial frame (transparency, 0 ~ 255).
- setFrameBgColor(String) - Method in class org.zkoss.zul.DialModel
-
Set the background color of the dial frame.
- setFrameBgColor1(String) - Method in class org.zkoss.zul.DialModel
-
Set the 1st background color of the dial frame (for gradient starting color).
- setFrameBgColor2(String) - Method in class org.zkoss.zul.DialModel
-
Set the 2nd background color of the dial frame (for gradient ending color).
- setFrameFgColor(String) - Method in class org.zkoss.zul.DialModel
-
Set the foreground color of the dial frame.
- setFrozenCols(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the size of the frozen columns.
- setFulfill(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the fulfill condition that controls when to create
the child components.
- setFullComposerOnly(boolean) - Method in class org.zkoss.zk.ui.impl.MultiComposer
-
Sets whether to invoke only the composer that implements
FullComposer
.
- setFunctionMapper(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleXelContext
-
Sets the function mapper, or null if not available.
- setGradientDirection(String) - Method in class org.zkoss.zul.DialModel
-
Set the Frame background gradient color direction (from bgColor1 to bgColor2);
center_horizontal, center_vertical, horizontal, vertical.
- setGroupSelectable(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel
-
- setGroupSelectable(boolean) - Method in interface org.zkoss.zul.ext.GroupsSelectableModel
-
Sets the groups are selectable
- setGroupSelectable(boolean) - Method in class org.zkoss.zul.impl.GroupsListModel
-
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- setHandler(MethodHandler) - Method in class org.zkoss.bind.proxy.MapProxy
-
- setHeader(String, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setHeader(String, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setHeader(String, String) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- setHeaders(String) - Method in class org.zkoss.zhtml.Td
-
Sets the headers of this td tag.
- setHeaders(String) - Method in class org.zkoss.zhtml.Th
-
Sets the headers of this th tag.
- setHeaders(Map<String, String>) - Method in class org.zkoss.zkmax.au.websocket.RequestWrapper
-
- setHeight(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the height.
- setHeight(String) - Method in class org.zkoss.zhtml.Embed
-
Sets the height of this embed tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the height of this iframe tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Img
-
Sets the height of this img tag.
- setHeight(String) - Method in class org.zkoss.zhtml.Input
-
Sets the height of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setHeight(String) - Method in class org.zkoss.zhtml.Object
-
Sets the height of this object tag.
- setHeight(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the height.
- setHeight(String) - Method in class org.zkoss.zkex.zul.Fisheye
-
This method is unsupported.
- setHeight(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Override super class to prepare the int height.
- setHeight(String) - Method in class org.zkoss.zul.Auxheader
-
- setHeight(String) - Method in class org.zkoss.zul.Captcha
-
Override super class to prepare the int height.
- setHeight(String) - Method in class org.zkoss.zul.Center
-
The height can't be specified in this component because its height is
determined by other region components (
North
or
South
).
- setHeight(String) - Method in class org.zkoss.zul.Chart
-
Override super class to prepare the int height.
- setHeight(String) - Method in class org.zkoss.zul.East
-
The height can't be specified in this component because its height is
determined by other region components (
North
or
South
).
- setHeight(int) - Method in class org.zkoss.zul.Grid.ExtraCtrl
-
- setHeight(int) - Method in interface org.zkoss.zul.impl.Padding
-
Set the padding height in px.
- setHeight(int) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
-
- setHeight(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setHeight(String) - Method in class org.zkoss.zul.West
-
The height can't be specified in this component because its height is
determined by other region components (
North
or
South
).
- setHeight0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Internal Use Only.
- setHeightDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the height directly without sending back the result
(smart update) to the client
- setHeights(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the heights, which is a list of numbers separated
by comma to denote the width/height of two caves in splitlayout.
- setHeights(String) - Method in class org.zkoss.zul.Box
-
Deprecated.
As of release 5.0.0, use Cell
instead.
- setHflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets horizontal flex hint of this component.
- setHflex(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Overrides the method in HtmlBasedComponent, not to check using hflex and width at the same time
- setHflex(String) - Method in class org.zkoss.zkmax.zul.Rowlayout
-
- setHflex(String) - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Only the following values are supported: min, 0, and false
- setHflex(String) - Method in class org.zkoss.zul.Auxheader
-
- setHflex(String) - Method in class org.zkoss.zul.Captcha
-
Overrides the method in HtmlBasedComponent, not to check using hflex and width at the same time
- setHflex(String) - Method in class org.zkoss.zul.Chart
-
Overrides the method in HtmlBasedComponent, not to check using hflex and width at the same time
- setHflex(String) - Method in class org.zkoss.zul.Columns
-
Deprecated.
as of release 6.0.0. To control the size of Grid related
components, please refer to Grid
and Column
instead.
- setHflex(String) - Method in class org.zkoss.zul.Foot
-
Deprecated.
as of release 6.0.0. To control the size of Grid related
components, please refer to Grid
and Column
instead.
- setHflex(String) - Method in class org.zkoss.zul.Listcell
-
- setHflex(String) - Method in class org.zkoss.zul.Listfoot
-
Deprecated.
as of release 6.0.0. To control the size of Listbox related
components, please refer to Listbox
and Listheader
instead.
- setHflex(String) - Method in class org.zkoss.zul.Listhead
-
Deprecated.
as of release 6.0.0. To control the size of Listbox related
components, please refer to Listbox
and Listheader
instead.
- setHflex(String) - Method in class org.zkoss.zul.Listitem
-
Deprecated.
as of release 6.0.0. To control the size of Listbox related
components, please refer to Listbox
and Listheader
instead.
- setHflex(String) - Method in class org.zkoss.zul.Panel
-
- setHflex(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setHflex(String) - Method in class org.zkoss.zul.Progressmeter
-
Overrides the method in HtmlBasedComponent, to avoid misuse hflex and width at the same time.
- setHflex(String) - Method in class org.zkoss.zul.Row
-
Deprecated.
as of release 6.0.0. To control the size of Grid related
components, please refer to Grid
and Column
instead.
- setHflex(String) - Method in class org.zkoss.zul.Rows
-
Deprecated.
as of release 6.0.0. To control the size of Grid related
components, please refer to Grid
and Column
instead.
- setHflex(String) - Method in class org.zkoss.zul.Slider
-
Overrides the method in HtmlBasedComponent, to avoid misuse hflex and width at the same time.
- setHflex(String) - Method in class org.zkoss.zul.Treecell
-
- setHflex(String) - Method in class org.zkoss.zul.Treechildren
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setHflex(String) - Method in class org.zkoss.zul.Treecols
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setHflex(String) - Method in class org.zkoss.zul.Treefoot
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setHflex(String) - Method in class org.zkoss.zul.Treeitem
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setHflex(String) - Method in class org.zkoss.zul.Treerow
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setHflex0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Internal Use Only.
- setHflexDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the hflex directly without sending back the result
(smart update) to the client
- setHibernate(boolean) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets whether enable the hibernate data source.
- setHidden(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the hidden of this tag.
- setHierarchy(boolean) - Static method in class org.zkoss.util.logging.Log
-
Deprecated.
Sets whether to support the hierarchical loggers.
- setHover(String) - Method in class org.zkoss.zul.Image
-
Sets the image URI.
- setHoverContent(Image) - Method in class org.zkoss.zul.Image
-
Sets the content of the hover image directly.
- setHoverContent(RenderedImage) - Method in class org.zkoss.zul.Image
-
Sets the content of the hover image directly with the rendered image.
- setHoverImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the image URI.
- setHoverImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content of the hover image directly.
- setHoverImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content of the hover image directly with the rendered image.
- setHref(String) - Method in class org.zkoss.zhtml.A
-
Sets the href of this a tag.
- setHref(String) - Method in class org.zkoss.zhtml.Area
-
Sets the href of this area tag.
- setHref(String) - Method in class org.zkoss.zhtml.Base
-
Sets the href of this base tag.
- setHref(String) - Method in class org.zkoss.zhtml.Link
-
Sets the href of this link tag.
- setHref(String) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets the href.
- setHref(String) - Method in class org.zkoss.zul.A
-
Sets the href.
- setHref(String) - Method in class org.zkoss.zul.Button
-
Sets the href.
- setHref(String) - Method in class org.zkoss.zul.Menuitem
-
Sets the href.
- setHreflang(String) - Method in class org.zkoss.zhtml.A
-
Sets the hreflang of this a tag.
- setHreflang(String) - Method in class org.zkoss.zhtml.Area
-
Sets the hreflang of this area tag.
- setHreflang(String) - Method in class org.zkoss.zhtml.Link
-
Sets the hreflang of this link tag.
- setHspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the hspace.
- setHspace(String) - Method in class org.zkoss.zul.Applet
-
Sets the horizontal spacing in pixels around an applet.
- setHspace(String) - Method in class org.zkoss.zul.Image
-
Deprecated.
as of release 6.0.0, use CSS instead.
- setHttpequiv(String) - Method in class org.zkoss.zhtml.Meta
-
Sets the http-equiv of this meta tag.
- setHyphen(boolean) - Method in class org.zkoss.zul.Label
-
Deprecated.
As of release 5.0.0, use CSS instead.
Use the CSS style called "word-wrap: word-break"
to have similar effect.
Unfortunately, word-wrap is not applicable to
FF and Opera(it works fine with IE and Safari).
- setIconSclass(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the icon font
- setId(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the id attribute.
- setId(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setId(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the ID.
- setId(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setId(String) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setId(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setId(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the identifier that will be assigned to pages created from this
definition.
- setId(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the identifier of this page.
- setId(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- setId(String) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Sets the desktop identifier.
- setId(String) - Method in class org.zkoss.zml.XmlNativeComponent
-
- 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
-
- setIdentity(int) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
-
Deprecated.
As of release 6.0.0, buttons are created in Java
- setIdGenerator(IdGenerator) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setIdGenerator(IdGenerator) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the ID generator for this Web application.
- setIdGeneratorClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to generate UUID/ID of desktop,
page and components, or null to use the default.
- 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.
- setIf(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Sets the if condition.
- setIf(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Sets the if condition.
- setIgnoreAccessCreationWarn(boolean) - Method in class org.zkoss.bind.impl.BinderUtil.UtilContext
-
- 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.
- setImage(String) - Method in class org.zkoss.zel.impl.parser.AstDotSuffix
-
- setImage(String) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- setImage(String) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
-
- setImage(String) - Method in class org.zkoss.zel.impl.parser.AstString
-
- setImage(String) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- setImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the image URI.
- setImage(String) - Method in class org.zkoss.zul.Listitem
-
Sets the image of the
Listcell
it contains.
- setImage(String) - Method in class org.zkoss.zul.Treeitem
-
Sets the image of the
Treecell
it contains.
- setImage(String) - Method in class org.zkoss.zul.Treerow
-
Sets the image of the
Treecell
it contains.
- setImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content directly.
- setImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content directly with the rendered image.
- setImplementation(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the string that implements the component.
- setImplementationClass(Class) - Static method in class org.zkoss.zk.au.AuWriters
-
Sets the implementation class of
AuWriter
that
will be used to generate the output to the client.
- setImplementationClass(Class<? extends Component>) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the class to implements the component.
- setImplementationClass(String) - Method in interface org.zkoss.zk.ui.metainfo.ComponentDefinition
-
Sets the class name to implements the component.
- setImplementationClass(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- setImplementationClass(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
- setImplicit(String, Object) - Static method in class org.zkoss.zk.ui.ext.Scopes
-
Sets an implicit object.
- setIndex(int) - Method in interface org.zkoss.zul.impl.LoadStatus
-
Sets the index of the loaded item (so client known row's index).
- setIndex(int) - Method in class org.zkoss.zul.Listitem.ExtraCtrl
-
- setIndex(int) - Method in class org.zkoss.zul.Listitem
-
- setIndex(int) - Method in class org.zkoss.zul.Row.ExtraCtrl
-
- setInitCrashScript(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets user customized init crash script
User can customize init crash page layout by defining a javascript function which is assigned to window.zkShowCrashMessage
- setInitCrashTimeout(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets user customized init crash timeout
User can customize init crash timeout by simply giving a number(sec).
- setInlineParent(Component, Component) - Method in interface org.zkoss.zk.ui.ext.Macro
-
Sets the parent to the given one and insert the children of
the inline macro right before the given sibling (beforeSibling).
- setInlineParent(Component, Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- setInlineParent(Component, Component) - Method in class org.zkoss.zml.XmlMacroComponent
-
- setInnerRadius(double) - Method in class org.zkoss.zul.DialModelRange
-
Sets the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
- setInnerWidth(String) - Method in class org.zkoss.zul.Grid
-
Sets the inner width of this component.
- setInnerWidth(String) - Method in class org.zkoss.zul.Listbox
-
Sets the inner width of this component.
- setInnerWidth(String) - Method in class org.zkoss.zul.Tree
-
Sets the inner width of this component.
- setInplace(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets to enable the inplace-editing function that the look and feel is
like a label.
- setInputmode(String) - Method in class org.zkoss.zhtml.Input
-
Sets the inputmode of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setInstant(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the instant attribute.
- setInternalSubset(String) - Method in class org.zkoss.idom.DocType
-
Sets the data for the internal subset.
- setInterval(int) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the interval time used to generate the options in Timepicker
Unit: 1 second
- setIntHeader(String, int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setIntHeader(String, int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setInvalid() - Method in class org.zkoss.bind.impl.ValidationContextImpl
-
- setInvalid() - Method in interface org.zkoss.bind.ValidationContext
-
set invalid
- setIsmap(boolean) - Method in class org.zkoss.zhtml.Img
-
Sets the ismap of this img tag.
- setItem(String, T) - Method in interface org.zkoss.zk.ui.sys.Storage
-
Sets a data value with a given key
- setItemHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
- setItemMaxHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item maximal height of
Fisheye
.
- setItemMaxWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item maximal width of
Fisheye
.
- setItemPadding(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
- setItemRenderer(ItemRenderer<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- setItemRenderer(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the renderer by use of a class name.
- setItemRenderer(ComboitemRenderer<?>) - Method in class org.zkoss.zul.Combobox
-
- setItemRenderer(String) - Method in class org.zkoss.zul.Combobox
-
Sets the renderer by use of a class name.
- setItemRenderer(ListitemRenderer<?>) - Method in class org.zkoss.zul.Listbox
-
- setItemRenderer(String) - Method in class org.zkoss.zul.Listbox
-
Sets the renderer by use of a class name.
- setItemRenderer(ItemRenderer<?>) - Method in class org.zkoss.zul.Selectbox
-
- setItemRenderer(String) - Method in class org.zkoss.zul.Selectbox
-
Sets the renderer by use of a class name.
- setItemRenderer(TreeitemRenderer<?>) - Method in class org.zkoss.zul.Tree
-
Sets the renderer which is used to render each item
if
Tree.getModel()
is not null.
- setItemRenderer(String) - Method in class org.zkoss.zul.Tree
-
Sets the renderer by use of a class name.
- setItems(Object) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the attribute items.
- setItems(Object) - Method in class org.zkoss.zuti.zul.ForEach
-
- setItemWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
- setJasperreporteExporterFactory(JasperreportExporterFactory) - Method in class org.zkoss.zkex.zul.Jasperreport
-
- setJasperreporteExporterFactory(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
- setKeepDesktopAcrossVisits(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies whether to keep the desktops across visits.
- setLabel(String) - Method in class org.zkoss.zhtml.Menu
-
Sets the label of this menu tag.
- setLabel(String) - Method in class org.zkoss.zhtml.Optgroup
-
Sets the label of this optgroup tag.
- setLabel(String) - Method in class org.zkoss.zhtml.Option
-
Sets the label of this option tag.
- setLabel(String) - Method in class org.zkoss.zul.Comboitem
-
- setLabel(String) - Method in class org.zkoss.zul.Group
-
Sets the value of the
Label
it contains.
- setLabel(String) - Method in class org.zkoss.zul.Groupfoot
-
Sets the value of the
Label
it contains.
- setLabel(String) - Method in class org.zkoss.zul.impl.LabelElement
-
Sets the label.
- setLabel(String) - Method in class org.zkoss.zul.Listgroupfoot
-
Sets the value of the
Label
it contains.
- setLabel(String) - Method in class org.zkoss.zul.Listitem
-
Sets the label of the
Listcell
it contains.
- setLabel(String) - Method in class org.zkoss.zul.Treeitem
-
Sets the label of the
Treecell
it contains.
- setLabel(String) - Method in class org.zkoss.zul.Treerow
-
Sets the label of the
Treecell
it contains.
- setLabelEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the label edge.
- setLabelTemplate(String, String, boolean) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the component and attribute names used to represent a label.
- setLang(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the lang of this tag.
- setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScript
-
Sets the scripting language.
- setLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.ZScriptInfo
-
Sets the scripting language.
- setLeft(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the left position.
- setLeftDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the left directly without sending back the result
(smart update) to the client
- setLegend(boolean) - Method in class org.zkoss.zul.Groupbox
-
Deprecated.
As of release 6.0, legend no longer used in groupbox.
- setLegendFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the legend font of this chart.
- setLength(int) - Method in class org.zkoss.zul.Captcha
-
Set length of the autogenerated text value; default to 5.
- setLenient(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether or not date/time parsing is to be lenient.
- 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
-
- setLineCount(int) - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- setList(String) - Method in class org.zkoss.zhtml.Input
-
Sets the list of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setLoadAll(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
-
- setLoadAll(boolean) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
-
- setLoadAll(boolean) - Method in interface org.zkoss.zul.impl.DataLoader
-
Sets whether to always load all items from ListModel.
- setLoadAll(boolean) - Method in class org.zkoss.zul.impl.GridDataLoader
-
- setLoadAll(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- setLoaded(boolean) - Method in interface org.zkoss.zul.impl.LoadStatus
-
Sets whether the on-demand-loading item is loaded.
- setLoaded(boolean) - Method in class org.zkoss.zul.Listitem.ExtraCtrl
-
- setLoaded(boolean) - Method in class org.zkoss.zul.Row.ExtraCtrl
-
- setLoadOnSave(boolean) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Sets whether this DataBinder shall do load-on-save automatically.
- setLocale(Locale) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setLocale(Locale) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setLocale(Locale) - Method in class org.zkoss.zel.ELContext
-
- setLocale(Locale) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- setLocale(Locale) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the output file locale.
- setLocale(Locale) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the locale used to identify the format of this timepicker.
- setLocale(String) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the locale used to identify the format of this timepicker.
- setLocale(Locale) - Method in class org.zkoss.zul.Datebox
-
Sets the locale used to identify the format of this datebox.
- setLocale(String) - Method in class org.zkoss.zul.Datebox
-
Sets the locale used to identify the format of this datebox.
- setLocale(Locale) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Sets the locale used to identify the symbols of this number input element.
- setLocale(String) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Sets the locale used to identify the symbols of this number input element.
- setLocale(Locale) - Method in class org.zkoss.zul.Timebox
-
Sets the locale used to identify the format of this timebox.
- setLocale(String) - Method in class org.zkoss.zul.Timebox
-
Sets the locale used to identify the format of this timebox.
- setLocalFormatInfo(DateFormatInfo) - Static method in class org.zkoss.text.DateFormats
-
Sets the info of date/time format for the current thread.
- setLocalized(boolean) - Method in class org.zkoss.zul.Include
-
Sets whether the source depends on the current Locale.
- 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.
- setLocalName(String) - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- 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.
- setLocator(Locator) - Method in class org.zkoss.zk.ui.impl.RequestInfoImpl
-
- setLocator(Locator) - Method in interface org.zkoss.zk.ui.sys.RequestInfo
-
Sets the locator used to retrieve resources, such as
taglib and zscript files.
- setLongdesc(String) - Method in class org.zkoss.zhtml.Img
-
Sets the longdesc of this img tag.
- setLoop(boolean) - Method in class org.zkoss.zul.Audio
-
Sets whether to play the audio repeatedly.
- setLoop(boolean) - Method in class org.zkoss.zul.Flash
-
Sets whether the Flash movie plays repeatedly
- setLowerBound(double) - Method in class org.zkoss.zul.DialModelRange
-
Sets the lower bound in scale of this colored range.
- setMacroTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the macro template.
- setMacroURI(String) - Method in interface org.zkoss.zk.ui.ext.Macro
-
Sets the macro URI.
- setMacroURI(String) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
- setMacroURI(String) - Method in class org.zkoss.zml.XmlMacroComponent
-
- setManifest(String) - Method in class org.zkoss.zhtml.Html
-
Sets the manifest of this html tag.
- setMappingURI(String) - Method in class org.zkoss.web.util.resource.ClassWebResource
-
Called by WebManager#setUpdateUri when WebManager is created
by HttpSessionListener#contextInitialized
- setMargins(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets margins for the element "0,1,2,3" that direction is
"top,left,right,bottom"
- setMaster(StateMachine<E, C, IN>) - Method in class org.zkoss.fsm.StateCtx
-
Sets the owner state machine.
- setMatrixRenderer(MatrixRenderer<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the matrix renderer.
- setMatrixRenderer(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the matrix renderer from a class string.
- setMax(String) - Method in class org.zkoss.zhtml.Input
-
Sets the max of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setMax(Date) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the maximum time used to generate the options in Timepicker
- setMax(Double) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Set the maximum value.
- setMax(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
-
Set the maximum value.
- setMaximalHeight(boolean) - Method in class org.zkoss.zul.Tabbox
-
Sets whether to use maximum height of all tabpanel in initial phase.
- setMaximizable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to display the maximizing button and allow the user to maximize
the panel, when a panel is maximized, the button will automatically
change to a restore button with the appropriate behavior already built-in
that will restore the panel to its previous size.
- setMaximizable(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether to display the maximizing button and allow the user to maximize
the window, when a window is maximized, the button will automatically
change to a restore button with the appropriate behavior already built-in
that will restore the window to its previous size.
- setMaximized(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether the panel is maximized, and then the size of the panel will depend
on it to show a appropriate size.
- setMaximized(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether the window is maximized, and then the size of the window will depend
on it to show a appropriate size.
- setMaximizedMode(String) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Sets the mode of the panel to maximize according to "whole" or "column".
- setMaxInactiveInterval(int) - Method in class org.zkoss.web.portlet.PortletHttpSession
-
- setMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.http.SimpleSession
-
- setMaxInactiveInterval(int) - Method in interface org.zkoss.zk.ui.Session
-
Specifies the time, in seconds, between client requests before
the servlet container will invalidate this session.
- setMaxlength(int) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets the maxlength to output.
- setMaxlength(Integer) - Method in class org.zkoss.zhtml.Input
-
Sets the maxlength of this input tag
- setMaxlength(int) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the maxlength.
- setMaxlength(int) - Method in class org.zkoss.zul.Label
-
Sets the maximal length of the label.
- setMaxlength(int) - Method in class org.zkoss.zul.Listbox
-
Sets the maximal length of each item's label.
- setMaxlength(int) - Method in class org.zkoss.zul.Listheader
-
Sets the maximal length of each item's label.
- setMaxlength(int) - Method in class org.zkoss.zul.Treecol
-
Sets the maximal length of each item's label.
- setMaxpos(int) - Method in class org.zkoss.zul.Slider
-
Sets the maximum position of the slider.
- setMaxpos(double) - Method in class org.zkoss.zul.Slider
-
Sets the maximum position of the slider.
- setMaxProcessTime(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed time to process events, in milliseconds.
- 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
-
- setMaxsize(int) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the max size of upload file, unit is "KB".
- setMaxsize(int) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the maxsize.
- setMaxsize(int) - Method in class org.zkoss.zul.Fileupload
-
- setMaxsize(int) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the maximum size of the resizing element.
- setMaxSpareThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of the spare pool for
queuing the event processing threads (per Web application).
- setMaxSuspendedThreads(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of suspended event
processing threads (per Web application).
- setMaxUploadSize(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed upload size, in kilobytes.
- setMayscript(boolean) - Method in class org.zkoss.zul.Applet
-
Sets whether the applet is allowed to access the scripting object.
- setMedia(String) - Method in class org.zkoss.zhtml.A
-
Sets the media of this a tag.
- setMedia(String) - Method in class org.zkoss.zhtml.Area
-
Sets the media of this area tag.
- setMedia(String) - Method in class org.zkoss.zhtml.Link
-
Sets the media of this link tag.
- setMedia(String) - Method in class org.zkoss.zhtml.Style
-
Sets the media of this style tag.
- setMedia(String) - Method in class org.zkoss.zul.Style
-
Sets the media dependencies for this style sheet.
- setMenupopup(String) - Method in class org.zkoss.zul.Columns
-
Sets the ID of the menupopup (
Menupopup
) that should appear
when the user clicks on the element of each column.
- setMenupopup(String) - Method in class org.zkoss.zul.Listhead
-
Sets the ID of the menupopup (
Menupopup
) that should appear
when the user clicks on the element of each column.
- setMessages(Component, String, String, String[]) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- setMessages(Component, String, String, String[], Object) - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- setMessages(Component, String, String, String[]) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
set validation messages to component, it will replace previous messages
- setMessages(Component, String, String, String[], Object) - Method in interface org.zkoss.bind.sys.ValidationMessages
-
set validation messages to component, it will replace previous messages
- setMethod(String) - Method in class org.zkoss.zhtml.Form
-
Sets the method of this form tag.
- setMin(String) - Method in class org.zkoss.zhtml.Input
-
Sets the min of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setMin(Date) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the minimum time used to generate the options in Timepicker
- setMin(Double) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Set the minimum value.
- setMin(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
-
Set the minimum value.
- setMinheight(int) - Method in class org.zkoss.zul.Panel
-
Sets the minimum height in pixels allowed for this panel.
- setMinheight(int) - Method in class org.zkoss.zul.Window
-
Sets the minimum height in pixels allowed for this window.
- setMinHeights(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the minimum heights, which is a list of numbers separated
by comma to denote the minimum heights of two caves in splitlayout.
- setMinimizable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to display the minimizing button and allow the user to minimize
the panel.
- setMinimizable(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether to display the minimizing button and allow the user to minimize
the window.
- setMinimized(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether the panel is minimized.
- setMinimized(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether the window is minimized.
- setMinpos(int) - Method in class org.zkoss.zul.Slider
-
Sets the minimum position of the slider.
- setMinpos(double) - Method in class org.zkoss.zul.Slider
-
Sets the minimum position of the slider.
- setMinsize(int) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the minsize.
- setMinsize(int) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the minimum size of the resizing element.
- setMinwidth(int) - Method in class org.zkoss.zul.Panel
-
Sets the minimum width in pixels allowed for this panel.
- setMinwidth(int) - Method in class org.zkoss.zul.Window
-
Sets the minimum width in pixels allowed for this window.
- setMinWidths(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the minimum widths, which is a list of numbers separated
by comma to denote the minimum width of two caves in splitlayout.
- setMode(String) - Method in class org.zkoss.zul.Include
-
Sets the inclusion mode.
- setMode(String) - Method in class org.zkoss.zul.Slider
-
Sets the mode.
- setMode(String) - Method in class org.zkoss.zul.Toolbarbutton
-
Set the mode of toolbarbutton.
- setMode(Window.Mode) - Method in class org.zkoss.zul.Window
-
Sets the mode.
- setMode(String) - Method in class org.zkoss.zul.Window
-
Sets the mode to overlapped, popup, modal, embedded or highlighted.
- setMode(int) - Method in class org.zkoss.zul.Window
-
Sets the mode to overlapped, popup, modal, embedded or highlighted.
- setModel(MatrixModel<?, ?, ?, ?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the matrix model.
- setModel(ListModel<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the list model associated with this chosenbox.
- setModel(ChartModel) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Sets the chart model associated with this chart.
- setModel(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Sets the model by use of a class name.
- setModel(ChartModel) - Method in class org.zkoss.zul.Chart
-
Sets the chart model associated with this chart.
- setModel(String) - Method in class org.zkoss.zul.Chart
-
Sets the model by use of a class name.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Combobox
-
Sets the list model associated with this combobox.
- setModel(DefaultTreeModel<E>) - Method in class org.zkoss.zul.DefaultTreeNode
-
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Grid
-
Sets the list model associated with this grid.
- setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Grid
-
Sets the groups model associated with this grid.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Listbox
-
Sets the list model associated with this listbox.
- setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Listbox
-
Sets the groups model associated with this list box.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Radiogroup
-
Sets the list model associated with this radiogroup.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Selectbox
-
Sets the list model associated with this selectbox.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Tabbox
-
Sets the list model associated with this t.
- setModel(TreeModel<?>) - Method in class org.zkoss.zul.Tree
-
Sets the tree model associated with this tree.
- setModel(DefaultTreeModel<E>) - Method in interface org.zkoss.zul.TreeNode
-
Sets the tree model it belongs to.
- setModel(ListModel) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Accept model to render iteratively.
- setMold(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setMold(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the mold to render this component.
- setMold(String) - Method in class org.zkoss.zul.Grid
-
Sets the mold to render this component.
- setMold(String) - Method in class org.zkoss.zul.Listbox
-
Sets the mold to render this component.
- setMold(String) - Method in class org.zkoss.zul.Slider
-
Sets the mold.
- setMold(String) - Method in class org.zkoss.zul.Tabbox
-
Sets the mold.
- setMold(String) - Method in class org.zkoss.zul.Tree
-
Sets the mold to render this component.
- setMonitor(Monitor) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the monitor for this application, or null to disable it.
- setMovable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether to move the panel to display it inline where it is rendered.
- setMultiline(boolean) - Method in class org.zkoss.zul.Bandbox
-
Bandbox can't be enabled the multiline functionality.
- setMultiline(boolean) - Method in class org.zkoss.zul.Combobox
-
- setMultiline(boolean) - Method in class org.zkoss.zul.Label
-
Sets whether to preserve the new line and the white spaces at the
beginning of each line.
- setMultiline(boolean) - Method in class org.zkoss.zul.Textbox
-
Sets whether it is multiline.
- setMultiple(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the multiple of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setMultiple(boolean) - Method in class org.zkoss.zhtml.Select
-
Sets the multiple of this select tag
- setMultiple(boolean) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- setMultiple(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in class org.zkoss.zul.AbstractListModel
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in class org.zkoss.zul.AbstractTreeModel
-
- setMultiple(boolean) - Method in interface org.zkoss.zul.ext.Selectable
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Sets the selection mode to be multiple.
- setMultiple(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether multiple selections are allowed.
- setMultiple(boolean) - Method in class org.zkoss.zul.Tree
-
Sets whether multiple selections are allowed.
- setMuted(boolean) - Method in class org.zkoss.zul.Audio
-
Sets whether to mute the audio.
- 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
-
- setName(String) - Method in class org.zkoss.web.theme.Theme
-
Rename the theme
- setName(String) - Method in class org.zkoss.zhtml.Button
-
Sets the name of this button tag.
- setName(String) - Method in class org.zkoss.zhtml.Fieldset
-
Sets the name of this fieldset tag.
- setName(String) - Method in class org.zkoss.zhtml.Form
-
Sets the name of this form tag.
- setName(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the name of this iframe tag.
- setName(String) - Method in class org.zkoss.zhtml.Input
-
Sets the name of this input tag
- setName(String) - Method in class org.zkoss.zhtml.Map
-
Sets the name of this map tag.
- setName(String) - Method in class org.zkoss.zhtml.Meta
-
Sets the name of this meta tag.
- setName(String) - Method in class org.zkoss.zhtml.Object
-
Sets the name of this object tag.
- setName(String) - Method in class org.zkoss.zhtml.Select
-
Sets the name of this select tag.
- setName(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setName(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoClass
-
- setName(String) - Method in class org.zkoss.zk.ui.select.impl.PseudoElement
-
- setName(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the name of the input element of this component.
- setName(String) - Method in class org.zkoss.zul.Calendar
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Checkbox
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Iframe
-
Sets the frame name.
- setName(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Listbox
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Radiogroup
-
Sets the name of this group of radio buttons.
- setName(String) - Method in class org.zkoss.zul.Selectbox
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Slider
-
Sets the name of this component.
- setName(String) - Method in class org.zkoss.zul.Tree
-
Sets the name of this component.
- 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.
- setNative(boolean) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the setting that treat the upload file as binary or not.
- setNative(boolean) - Method in class org.zkoss.zul.Fileupload
-
- setNativeTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the native template.
- setNbsp(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets whether to generate if the content is empty.
- setNcols(int) - Method in class org.zkoss.zkmax.zul.Rowlayout
-
- setNeedleColor(String) - Method in class org.zkoss.zul.DialModelScale
-
Set the needle color.
- setNeedleRadius(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
- setNeedleType(String) - Method in class org.zkoss.zul.DialModelScale
-
Sets the needle type of this scale ("pointer" or "pin")
- setNodeValue(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setNoise(boolean) - Method in class org.zkoss.zul.Captcha
-
Sets whether generate noise; default to false.
- setNonselectableTags(String) - Method in class org.zkoss.zul.Listbox
-
Sets a list of HTML tag names that shall not cause the list item
being selected if they are clicked.
- setNonselectableTags(String) - Method in class org.zkoss.zul.Tree
-
Sets a list of HTML tag names that shall not cause the tree item
being selected if they are clicked.
- setNoResultsText(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the no-result text of this component.
- setNovalidate(boolean) - Method in class org.zkoss.zhtml.Form
-
Sets the novalidate of this form tag.
- setNowrap(boolean) - Method in class org.zkoss.zul.Row
-
Sets the nowrap.
- setNumber(int) - Method in class org.zkoss.zul.Fileupload
-
- setOddRowSclass(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the style class for the odd rows.
- setOddRowSclass(String) - Method in class org.zkoss.zul.Grid
-
Sets the style class for the odd rows.
- setOddRowSclass(String) - Method in class org.zkoss.zul.Listbox
-
Sets the style class for the odd rows.
- setOffset(int) - Method in class org.zkoss.zkmax.zul.Rowchildren
-
- setOnclick(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the onclick.
- setOnDataChangeCallback(Callback) - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- setOnDirtyChangeCallback(Callback) - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Nav
-
Sets whether this container is open.
- setOpen(boolean) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Opens or collapses the splitter.
- setOpen(boolean) - Method in class org.zkoss.zul.Bandbox
-
Drops down or closes the child.
- setOpen(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be closed.
- setOpen(boolean) - Method in class org.zkoss.zul.Combobox
-
Drops down or closes the list of combo items (
Comboitem
.
- setOpen(boolean) - Method in class org.zkoss.zul.Combobutton
-
Drops down or closes the child,
only works while visible.
- setOpen(boolean) - Method in class org.zkoss.zul.Datebox
-
Drops down or closes the calendar to select a date.
- setOpen(TreeNode<E>, boolean) - Method in class org.zkoss.zul.DefaultTreeModel
-
- setOpen(boolean) - Method in class org.zkoss.zul.Detail
-
Sets whether the detail is open.
- setOpen(boolean) - Method in class org.zkoss.zul.Group
-
Sets whether this container is open.
- setOpen(boolean) - Method in class org.zkoss.zul.Groupbox
-
Opens or closes this groupbox.
- setOpen(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Opens or collapses the splitter.
- setOpen(boolean) - Method in class org.zkoss.zul.Listgroup
-
Sets whether this container is open.
- setOpen(boolean) - Method in class org.zkoss.zul.Panel
-
Opens or closes this Panel.
- setOpen(boolean) - Method in class org.zkoss.zul.Splitter
-
Opens or collapses the splitter.
- setOpen(boolean) - Method in class org.zkoss.zul.Treeitem
-
Sets whether this container is open.
- setOpenGroup0(int, boolean) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- setOpenObjects(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractTreeModel
-
- setOpenObjects(Collection<? extends E>) - Method in interface org.zkoss.zul.ext.Openable
-
Replace the current set of opened objects with the given set.
- setOperator(Attribute.Operator) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setOptionalContentType(String) - Method in class org.zkoss.web.servlet.dsp.action.Page
-
Sets the optional content type.
- setOrient(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Set the chart orientation.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Navbar
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Scrollview
-
- setOrient(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Box
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Button
-
Sets the orient to layout image.
- setOrient(String) - Method in class org.zkoss.zul.Chart
-
Set the chart orientation.
- setOrient(String) - Method in class org.zkoss.zul.Menubar
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Radiogroup
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Separator
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Slider
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Tabbox
-
Sets the orient.
- setOrient(String) - Method in class org.zkoss.zul.Toolbar
-
Sets the orient.
- setOut(Writer) - Method in interface org.zkoss.web.servlet.dsp.DspContext
-
Changes the writer of this context to the specified one.
- setOut(Writer) - Method in class org.zkoss.web.servlet.dsp.ServletDspContext
-
- setOuterRadius(double) - Method in class org.zkoss.zul.DialModelRange
-
Sets the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
- 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.
- setOwner(Component) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setOwner(Component) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the owner of this page.
- setOwner(Component) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Called before a component redraws itself if the component might
include another page.
- setPack(String) - Method in class org.zkoss.zul.Box
-
Sets the alignment of cells of this box
(start, center, end) plus an stretch option.
- setPackages(String) - Method in class org.zkoss.zul.Script
-
- setPage(String) - Method in class org.zkoss.web.servlet.dsp.action.Include
-
Sets the page (URI).
- setPage(Page) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setPage(Page) - Method in interface org.zkoss.zk.ui.Component
-
Sets what page this component belongs to.
- setPage(Page) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Changes the page.
- setPage(Page) - Method in class org.zkoss.zml.XmlMacroComponent
-
Changes the page.
- setPageBefore(Page, Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setPageBefore(Page, Component) - Method in interface org.zkoss.zk.ui.Component
-
Sets what page this component belongs to, and insert
this component right before the reference component.
- setPageIncrement(int) - Method in interface org.zkoss.zul.ext.Paginal
-
Sets the number of page anchors shall appear at the client.
- setPageIncrement(int) - Method in class org.zkoss.zul.Paging
-
Sets the number of page list icon when mold is "os"
- setPageIncrement(int) - Method in class org.zkoss.zul.Slider
-
Sets the amount that the value of
Slider.getCurpos()
changes by when the tray of the scroll bar is clicked.
- setPageIncrement(double) - Method in class org.zkoss.zul.Slider
-
Sets the amount that the value of
Slider.getCurpos()
changes by when the tray of the scroll bar is clicked.
- setPageSize(int) - Method in class org.zkoss.zul.AbstractListModel
-
- setPageSize(int) - Method in class org.zkoss.zul.AbstractTreeModel
-
- setPageSize(int) - Method in interface org.zkoss.zul.ext.Pageable
-
Sets the number of items per page.
- setPageSize(int) - Method in class org.zkoss.zul.Grid
-
- setPageSize(int) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets the page size, a.k.a., the number rows per page.
- setPageSize(int) - Method in class org.zkoss.zul.Listbox
-
- setPageSize(int) - Method in class org.zkoss.zul.Paging
-
Sets the items to show in each page
- setPageSize(int) - Method in class org.zkoss.zul.Tree
-
Sets the page size, a.k.a., the number items per page.
- setPaginal(Paginal) - Method in class org.zkoss.zul.Grid
-
Specifies the paging controller.
- setPaginal(Paginal) - Method in class org.zkoss.zul.Listbox
-
Specifies the paging controller.
- setPaginal(Paginal) - Method in class org.zkoss.zul.Tree
-
- setPagingDisabled(boolean) - Method in interface org.zkoss.zul.ext.Paginated
-
Sets whether the Paging component of this component is disabled.
- setPagingDisabled(boolean) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets whether to disable the Paging component of this component
- setPagingPosition(String) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets how to position the paging of mesh element at the client screen.
- setPaneAlpha(int) - Method in class org.zkoss.zul.Chart
-
Set the pane alpha (transparency, 0 ~ 255).
- setPaneColor(String) - Method in class org.zkoss.zul.Chart
-
Set the pane color of the chart.
- setPanel(Panel, int, int) - Method in class org.zkoss.zkmax.zul.Portallayout
-
Sets the specified panel via the position(col and row).
- setPanelSpacing(String) - Method in class org.zkoss.zul.Tabbox
-
- setParam(String, String) - Method in class org.zkoss.zul.Applet
-
Sets a parameter.
- setParameters(Map<String, Object>) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the JasperReports Parameters.
- setParams(Map<String, String>) - Method in class org.zkoss.zul.Applet
-
Sets a map of parameters (all existent parameters are removed first).
- setParent(ProxyNode) - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- 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.
- setParent(Component) - Method in class org.zkoss.zhtml.Text
-
- setParent(Component) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setParent(Component) - Method in interface org.zkoss.zk.ui.Component
-
Sets the parent component.
- setParent(Component) - Method in class org.zkoss.zk.ui.HtmlMacroComponent
-
Changes the parent.
- setParent(Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- setParent(Component) - Method in class org.zkoss.zml.XmlMacroComponent
-
Changes the parent.
- setParent(DefaultTreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
-
Sets the parent.
- setParent(Component) - Method in class org.zkoss.zul.Radio
-
- setParent(Component) - Method in class org.zkoss.zul.Selectbox
-
- setParent(Component) - Method in class org.zkoss.zul.Treechildren
-
- setParent(Component) - Method in class org.zkoss.zul.Treeitem
-
- setPath(String, ProxyNode) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- setPath(String, ProxyNode) - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Set the property of current form proxy object and it's creator
- setPath(String, ProxyNode) - Method in class org.zkoss.bind.proxy.MapProxy
-
- setPattern(String) - Method in class org.zkoss.zhtml.Input
-
Sets the pattern of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setPercent(double) - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- setPerformanceMeter(PerformanceMeter) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the performance meter for this application, or null to disable it.
- setPeriod(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
Sets the period used in header.
- setPeriod(String) - Method in class org.zkoss.zul.Chart
-
Sets the period used in Time Series Chart.
- setPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.Binder
-
Sets the associated phase listener to intervene the binding life cycle.
- setPhaseListener(PhaseListener) - Method in class org.zkoss.bind.impl.BinderImpl
-
- setPhaseListener(PhaseListener) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- setPieFillAlpha(int) - Method in class org.zkoss.zkmax.zul.fusionchart.config.PieChartConfig
-
Sets the alpha for all the pies on the chart.
- setPlaceholder(String) - Method in class org.zkoss.zhtml.Input
-
Sets the placeholder of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setPlaceholder(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the placeholder text that is displayed when input is empty.
- setPopup(String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the ID of the popup (
Popup
) that should appear
when the user clicks on the element.
- setPopup(Popup) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the UUID of the popup that should appear
when the user clicks on the element.
- setPopupAttributes(Popup, String, String, String, String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the Attributes for the Popup
Note that position will be ignored if coordinates are set.
- setPopupWidth(String) - Method in class org.zkoss.zul.Bandbox
-
Sets the width of the popup of this component.
- setPopupWidth(String) - Method in class org.zkoss.zul.Combobox
-
Sets the width of the popup of this component.
- setPosition(int) - Method in exception org.zkoss.json.parser.ParseException
-
- setPosition(String) - Method in class org.zkoss.zul.Datebox
-
Position the popup datebox to the specified location.
- setPosition(String) - Method in class org.zkoss.zul.Window
-
Sets how to position the window at the client screen.
- setPre(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets whether to preserve the white spaces, such as space.
- setPre(boolean) - Method in class org.zkoss.zul.Label
-
Sets whether to preserve the white spaces, such as space,
tab and new line.
- setPreference(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the value of the preference.
- setPreferredLocale(HttpSession, Locale) - Static method in class org.zkoss.web.servlet.Charsets
-
Sets the preferred locale for the specified session.
- setPreferredLocale(ServletContext, Locale) - Static method in class org.zkoss.web.servlet.Charsets
-
Sets the preferred locale for the specified servlet context.
- setPreferredTimeZone(HttpSession, TimeZone) - Static method in class org.zkoss.zk.ui.http.I18Ns
-
Sets the preferred timezone for the specified session.
- setPreferredTimeZone(ServletContext, TimeZone) - Static method in class org.zkoss.zk.ui.http.I18Ns
-
Sets the preferred timezone for the specified servlet context.
- 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
-
- setPrefix(String) - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- setPreload(String) - Method in class org.zkoss.zul.Audio
-
Sets whether and how the audio should be loaded.
- setPreloadSize(int) - Method in class org.zkoss.zul.Grid
-
Deprecated.
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead.
Sets the number of rows to preload when receiving
the rendering request from the client.
It is used only if live data (Grid.setModel(ListModel)
and
not paging (Grid.getPagingChild()
.
- setPreloadSize(int) - Method in class org.zkoss.zul.Listbox
-
Deprecated.
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead.
Sets the number of items to preload when receiving the rendering request
from the client.
It is used only if live data (Listbox.setModel(ListModel)
and not paging
(Listbox.getPagingChild()
.
- setPrevInsertion(Component, Component) - Static method in class org.zkoss.zk.ui.HtmlShadowElement
-
- setPriority(Thread, int) - Static method in class org.zkoss.lang.Threads
-
Sets the priority without throwing any exception but log warning.
- setPriority(int) - Method in class org.zkoss.web.theme.StandardTheme
-
Adjust the priority of the theme
- setPriority(String, int) - Static method in class org.zkoss.zul.theme.Themes
-
Set the priority of the theme.
- setProcessingPromptDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in milliseconds, before ZK Client Engine shows
a dialog to prompt users that the request is in processing.
- setProgressing(boolean) - Method in class org.zkoss.zul.Include
-
- setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.Native
-
Sets the prolog content.
- setPrologContent(String) - Method in interface org.zkoss.zk.ui.ext.render.PrologAllowed
-
Sets the prolog content.
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
-
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
-
- setPrologContent(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setPrologContent(String) - Method in class org.zkoss.zml.XmlNativeComponent
-
- setProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
-
Sets the library properties indicated by the specified key.
- setProperty(String) - Method in interface org.zkoss.bind.proxy.ProxyNode
-
- setProperty(String, String) - Static method in class org.zkoss.lang.Library
-
Sets the library property indicated by the specified key.
- setPropertyResolved(boolean) - Method in class org.zkoss.zel.ELContext
-
- setPropertyResolved(Object, Object) - Method in class org.zkoss.zel.ELContext
-
Mark the given property as resolved and notfy any interested listeners.
- setPropertyResolved(boolean) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- setPropertyResolved(Object, Object) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- SetProxy<E> - Class in org.zkoss.bind.proxy
-
This class provides a proxy implementation of the Set interface.
- SetProxy(Collection<E>, Annotation[]) - Constructor for class org.zkoss.bind.proxy.SetProxy
-
- setPseudoClassDef(String, PseudoClassDef) - Method in class org.zkoss.zk.ui.select.impl.ComponentIterator
-
Add or set pseudo class definition.
- 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
-
- setQuality(String) - Method in class org.zkoss.zul.Flash
-
Sets the quality of the Flash movie.
- setQuoted(boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setRadiogroup(Radiogroup) - Method in class org.zkoss.zul.Radio
-
Associates the radiogroup to this radio component.
- setRadiogroup(String) - Method in class org.zkoss.zul.Radio
-
Associates the radiogroup to this radio component by giving ID.
- setRadioRenderer(RadioRenderer<?>) - Method in class org.zkoss.zul.Radiogroup
-
- setRadioRenderer(String) - Method in class org.zkoss.zul.Radiogroup
-
Sets the renderer by use of a class name.
- setRange(double, double, String, double, double) - Method in class org.zkoss.zul.DialModelRange
-
Setup the DailModel range.
- setRange(int, int) - Method in class org.zkoss.zul.Slider
-
Sets the range of slider.
- setRange(double, double) - Method in class org.zkoss.zul.Slider
-
Sets the range of slider.
- setRangeColor(String) - Method in class org.zkoss.zul.DialModelRange
-
Set the range color of the dial range.
- setRawCurrent(Object) - Static method in class org.zkoss.zk.ui.sys.SessionsCtrl
-
Sets the current session or the current session resolver.
- setRawValue(String) - Method in class org.zkoss.zk.ui.metainfo.Property
-
Sets the raw value of the property.
- setRawValue(String) - Method in class org.zkoss.zk.xel.ExValue
-
Sets the raw value.
- setRawValue(Object) - Method in class org.zkoss.zul.Decimalbox
-
- setRawValue(Object) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the raw value directly.
- setReadonly(Boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the readonly of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setReadonly(boolean) - Method in interface org.zkoss.zk.ui.ext.Readonly
-
Sets whether it is readonly.
- setReadonly(boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets whether it is readonly.
- setReady(boolean) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
-
- setRecoverId(String) - Method in class org.zkoss.zkmax.zul.Fragment
-
Sets the recover ID.
- setRel(String) - Method in class org.zkoss.zhtml.A
-
Sets the rel of this a tag.
- setRel(String) - Method in class org.zkoss.zhtml.Area
-
Sets the rel of this area tag.
- setRel(String) - Method in class org.zkoss.zhtml.Link
-
Sets the rel of this link tag.
- setRenderdefer(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the number of milliseconds before rendering this component
at the client.
- setRenderingResult(String) - Method in interface org.zkoss.zk.ui.ext.Includer
-
- setRenderingResult(String) - Method in class org.zkoss.zul.Include
-
- setRepeats(boolean) - Method in class org.zkoss.zul.Timer
-
Sets whether the timer shall send Event repeatedly.
- setRepeatUuid(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets whether to use the same UUID sequence for desktops after
rebooting.
- setReplaceableText(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the replaceable text.
- setRequestId(String) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setRequestId(String) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the sequence ID of the current request.
- setRequestPath(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the request path of this page definition.
- setRequired(boolean) - Method in class org.zkoss.zhtml.Input
-
Sets the required of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setRequired(boolean) - Method in class org.zkoss.zhtml.Select
-
Sets the required of this select tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setResendDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Deprecated.
As of release 6.0.0, it is removed without replacement, since
it is rarely applicable and over complicated.
Specifies the time, in milliseconds, before ZK Client Engine re-sends
the request to the server.
Default: -1 (i.e., disabled).
However, if ZK 5.0.3 EE or prior, the default is 9000.
There are many reasons an Ajax request is not received by
the server. With the resending mechanism, ZK ensures the reliable
connection between the client and the server.
See also Bug 1839246
- setResizable(boolean) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets resizable of the splitter.
- setResolved(boolean) - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- setResponseCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the charset used to generate HTTP response.
- setResponseHeader(String, String) - Method in interface org.zkoss.zk.ui.Execution
-
Sets a response header with the give name and value.
- setResponseHeader(String, Date) - Method in interface org.zkoss.zk.ui.Execution
-
Sets a response header with the given name and date-value.
- setResponseHeader(String, String) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setResponseHeader(String, Date) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setResponseId(int) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setResponseId(int) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Sets the sequence ID of the response.
- setResponses(Collection<AuResponse>) - Method in class org.zkoss.zk.ui.impl.AbstractExecution
-
- setResponses(Collection<AuResponse>) - Method in interface org.zkoss.zk.ui.sys.ExecutionCtrl
-
Sets the collection of the AU responses (
AuResponse
)
that shall be generated to the output.
- setReturningAll(boolean) - Method in class org.zkoss.fsm.StateCtx
-
Set whether returns to this state upon meeting unspecified characters
- setReversed(boolean) - Method in class org.zkoss.zhtml.Ol
-
Sets the reversed of this ol tag.
- setRootAttribute(String, String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Adds a root attribute.
- setRootAttributes(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setRootAttributes(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Set the attributes of the root element declared in this page
Default: "".
- setRootElement(Element) - Method in class org.zkoss.idom.Document
-
Sets the root element.
- setRoundingMode(int) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Sets the rounding mode.
- setRoundingMode(String) - Method in class org.zkoss.zul.impl.NumberInputElement
-
Sets the rounding mode by the name.
- setRowHeight(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the height of the single row.
- setRowRenderer(RowRenderer<?>) - Method in class org.zkoss.zul.Grid
-
Sets the renderer which is used to render each row
if
Grid.getModel()
is not null.
- setRowRenderer(String) - Method in class org.zkoss.zul.Grid
-
Sets the renderer by use of a class name.
- setRows(Integer) - Method in class org.zkoss.zhtml.Textarea
-
Sets the rows of this textarea tag.
- setRows(int) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the rows' size of the viewport.
- setRows(int) - Method in class org.zkoss.zul.Bandbox
-
Bandbox can't be enabled the rows functionality.
- setRows(int) - Method in class org.zkoss.zul.Combobox
-
- setRows(int) - Method in class org.zkoss.zul.Frozen
-
Sets the number of rows to freeze.
- setRows(int) - Method in class org.zkoss.zul.Listbox
-
Sets the rows.
- setRows(int) - Method in class org.zkoss.zul.Textbox
-
Sets the rows.
- setRows(int) - Method in class org.zkoss.zul.Tree
-
Sets the rows.
- setRowspan(Integer) - Method in class org.zkoss.zhtml.Td
-
Sets the rowspan of this td tag.
- setRowspan(Integer) - Method in class org.zkoss.zhtml.Th
-
Sets the rowspan of this th tag.
- setRowspan(int) - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Sets the number of rows to span this header.
- setRowspan(int) - Method in class org.zkoss.zul.Auxheader
-
Sets the number of rows to span this header.
- setRowspan(int) - Method in class org.zkoss.zul.Cell
-
Sets the number of rows to span.
- setRunning(boolean) - Method in class org.zkoss.zul.Timer
-
Start or stops the timer.
- setSandbox(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the sandbox of this iframe tag.
- setScale(int) - Method in class org.zkoss.zul.Decimalbox
-
Sets the scale for the decimal number storing in this component,
or
Decimalbox.AUTO
if the scale is decided automatically (based on
what user has entered).
- setScale(double, double, double, double, double, int) - Method in class org.zkoss.zul.DialModelScale
-
Sets the scale information of this DialModelScale.
- setSclass(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the style class.
- setSclass(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the CSS class.
- setSclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the CSS class.
- setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
-
Sets the scope.
- setScope(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Sets the scope.
- setScope(String) - Method in class org.zkoss.zhtml.Th
-
Sets the scope of this th tag.
- setScoped(boolean) - Method in class org.zkoss.zhtml.Style
-
Sets the scoped of this style tag.
- setScrollable(boolean) - Method in class org.zkoss.zul.Menubar
-
Sets whether to enable the menubar scrolling
When enable, if menubar is shorter than total width of menu, left,right arrow will appear.
- setScrolling(String) - Method in class org.zkoss.zul.Iframe
-
Define scroll bars
- setSelectable(boolean) - Method in class org.zkoss.zul.Listitem
-
Sets whether it is selectable.
- setSelectable(boolean) - Method in class org.zkoss.zul.Treeitem
-
Sets whether it is selectable.
- setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
-
- setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
-
- setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
-
- setSelectAll(boolean) - Method in interface org.zkoss.zul.ext.SelectionControl
-
Sets to select all elements or deselect all elements.
- setSelected(boolean) - Method in class org.zkoss.zhtml.Option
-
Sets the selected of this option tag.
- setSelected(boolean) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets whether it is selected.
- setSelected(boolean) - Method in class org.zkoss.zul.Listitem
-
Sets whether it is selected.
- setSelected(boolean) - Method in class org.zkoss.zul.Radio
-
Sets whether it is selected.
- setSelected(boolean) - Method in class org.zkoss.zul.Tab
-
Sets whether this tab is selected.
- setSelected(boolean) - Method in class org.zkoss.zul.Treeitem
-
Returns whether this item is selected.
- setSelectedIndex(int) - Method in class org.zkoss.zkmax.zul.Cardlayout
-
Note: Unlike other component, "deselect" is unnecessary in Cardlayout.
- setSelectedIndex(int) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the index of the selected item (-1 if no one is selected).
- setSelectedIndex(int) - Method in class org.zkoss.zul.Combobox
-
Deselects the currently selected items and selects
the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.zul.Listbox
-
Deselects all of the currently selected items and selects the item with
the given index.
- setSelectedIndex(int) - Method in class org.zkoss.zul.Radiogroup
-
Deselects all of the currently selected radio button and selects
the radio button with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.zul.Selectbox
-
Selects the item with the given index.
- setSelectedIndex(int) - Method in class org.zkoss.zul.Tabbox
-
Sets the selected index.
- setSelectedItem(Navitem) - Method in class org.zkoss.zkmax.zul.Navbar
-
Deselects the currently selected item and selects
the given item.
- setSelectedItem(Comboitem) - Method in class org.zkoss.zul.Combobox
-
Deselects the currently selected items and selects the given item.
- setSelectedItem(Listitem) - Method in class org.zkoss.zul.Listbox
-
Deselects all of the currently selected items and selects the given item.
- setSelectedItem(Radio) - Method in class org.zkoss.zul.Radiogroup
-
Deselects all of the currently selected radio buttons and selects
the given radio button.
- setSelectedItem(Treeitem) - Method in class org.zkoss.zul.Tree
-
Deselects all of the currently selected items and selects
the given item.
- setSelectedItems(Set<Listitem>) - Method in class org.zkoss.zul.Listbox
-
Selects the given listitems.
- setSelectedObjects(Collection<?>) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the selected objects.
- setSelectedPanel(Tabpanel) - Method in class org.zkoss.zul.Tabbox
-
Sets the selected tab panel.
- setSelectedTab(Tab) - Method in class org.zkoss.zul.Tabbox
-
Sets the selected tab.
- setSelectedText(int, int, String, boolean) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the text of this InputElement to the specified text which is
beginning with the new start point and ending with the new end point.
- setSelection(Collection<? extends E>) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Replace the current selection with the given set.
- setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractListModel
-
Replace the current selection with the given set.
- setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractTreeModel
-
- setSelection(Collection<? extends E>) - Method in interface org.zkoss.zul.ext.Selectable
-
Replace the current selection with the given set.
- setSelection(Collection<?>) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Replace the current selection with the given set.
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractGroupsModel
-
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractListModel
-
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractTreeModel
-
- setSelectionControl(SelectionControl) - Method in interface org.zkoss.zul.ext.Selectable
-
Sets the selection control for the selection model
- setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.impl.GroupsListModel
-
- setSelectiondirection(String) - Method in class org.zkoss.zhtml.Input
-
Sets the selectiondirection of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setSelectionRange(int, int) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the selection end to the specified position and the selection start
to the specified position.
- setSelf(Object) - Method in class org.zkoss.zk.xel.impl.ExecutionResolver
-
Sets the self variable.
- setSeltype(String) - Method in class org.zkoss.zul.Listbox
-
Sets the seltype.
- setSeltype(String) - Method in class org.zkoss.zul.Tree
-
Sets the seltype.
- setSendZkEventAfterSuccessfulAuthentication(boolean) - Method in class org.zkoss.zkplus.acegi.ZkAuthenticationProcessingFilter
-
Deprecated.
Whether re-send the ZK event that caused popping up the login window after authentication successfully.
- setSeparator(String) - Method in class org.zkoss.zkmax.zul.Chosenbox
-
Sets the separate chars of this component.
- setSeries(Comparable<?>) - Method in interface org.zkoss.zul.HiLoModel
-
Set the only series.
- setSeries(Comparable<?>) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- setSeriesLength(int) - Method in class org.zkoss.bind.impl.LoadFormBindingImpl
-
- setServerPushClass(Class) - Method in interface org.zkoss.zk.device.Device
-
Sets the class that implements the server-push feature
(
ServerPush
) for this device, or null to use the default.
- setServerPushClass(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Sets the name of the class that implements the server-push feature.
- setServerPushClass(String, Class) - Static method in class org.zkoss.zk.device.Devices
-
Sets the class that implements the server-push feature.
- setServerPushClass(Class) - Method in class org.zkoss.zk.device.GenericDevice
-
- setSessionCache(SessionCache) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setSessionCache(SessionCache) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the session cache for this Web application.
- setSessionCacheClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class that is used to store ZK sessions,
or null to use the default.
- setSessionMaxDesktops(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of desktop
per session.
- setSessionMaxInactiveInterval(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in seconds, between client requests
before ZK will invalidate the session.
- setSessionMaxPushes(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of concurrent server-pushes
per session.
- setSessionMaxRequests(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the maximal allowed number of concurrent requests
per session.
- setShadow(boolean) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets whether this box has the shadow effect.
- setShadow(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether to show the shadow of an overlapped/popup/modal
window.
- setShadowHost(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- setShadowHost(Component, Component) - Method in interface org.zkoss.zk.ui.ShadowElementCtrl
-
Sets the owner component that hosts this shadow element.
- setShadowInfo(Component, ShadowInfo) - Static method in class org.zkoss.zk.ui.impl.Utils
-
Sets the component info for the given component.
- setShadowTemplate(Class<? extends Component>) - Method in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
Sets the shadow template.
- setShape(String) - Method in class org.zkoss.zhtml.Area
-
Sets the shape of this area tag.
- setShape(String) - Method in class org.zkoss.zul.Area
-
Sets the shape of this area.
- setShowDateHeader(boolean) - Method in class org.zkoss.zkmax.zul.fusionchart.config.GanttChartHeaderPropertiesMap
-
Sets whether to show the date column.
- setShowLegend(boolean) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
whether show the chart's legend.
- setShowLegend(boolean) - Method in class org.zkoss.zul.Chart
-
whether show the chart's legend.
- setShowTodayLink(boolean) - Method in class org.zkoss.zul.Calendar
-
Sets whether enable to show the link that jump to today in day view
- setShowTodayLink(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether enable to show the link that jump to today in day view
- setShowTooltiptext(boolean) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
whether show the chart's tooltip.
- setShowTooltiptext(boolean) - Method in class org.zkoss.zul.Chart
-
whether show the chart's tooltip.
- setSizable(boolean) - Method in class org.zkoss.zul.impl.HeadersElement
-
Sets whether the width of the child column is sizable.
- setSizable(boolean) - Method in class org.zkoss.zul.Panel
-
Sets whether the panel is sizable.
- setSizable(boolean) - Method in class org.zkoss.zul.Window
-
Sets whether the window is sizable.
- setSize(Integer) - Method in class org.zkoss.zhtml.Input
-
Sets the size of this input tag
- setSize(Integer) - Method in class org.zkoss.zhtml.Select
-
Sets the size of this select tag.
- setSize(String) - Method in class org.zkoss.zul.Center
-
The size can't be specified in this component.
- setSize(String) - Method in class org.zkoss.zul.East
-
Sets the size of this region.
- setSize(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the size of this region.
- setSize(String) - Method in class org.zkoss.zul.North
-
Sets the size of this region.
- setSize(String) - Method in class org.zkoss.zul.South
-
Sets the size of this region.
- setSize(String) - Method in class org.zkoss.zul.West
-
Sets the size of this region.
- setSizedByContent(boolean) - Method in class org.zkoss.zul.Box
-
Sets whether sizing the cell's size by its content.
- setSizedByContent(boolean) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets whether sizing grid/listbox/tree column width by its content; it equals set hflex="min" on each column.
- setSizes(String) - Method in class org.zkoss.zhtml.Link
-
Sets the sizes of this link tag.
- setSlide(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
- setSlidingtext(String) - Method in class org.zkoss.zul.Slider
-
Sets the sliding text.
- setSort(String) - Method in class org.zkoss.zul.Column
-
Sets the type of the sorter.
- setSort(String) - Method in class org.zkoss.zul.Listheader
-
Sets the type of the sorter.
- setSort(String) - Method in class org.zkoss.zul.Treecol
-
Sets the type of the sorter.
- setSortAscending(MatrixComparatorProvider<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the ascending sorter provider, or null for no sorter for the ascending order.
- setSortAscending(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the ascending sorter provider with the class name, or null for no
sorter for the ascending order.
- setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Column
-
Sets the ascending sorter, or null for no sorter for
the ascending order.
- setSortAscending(String) - Method in class org.zkoss.zul.Column
-
Sets the ascending sorter with the class name, or null for
no sorter for the ascending order.
- setSortAscending(Comparator) - Method in class org.zkoss.zul.Listheader
-
Sets the ascending sorter, or null for no sorter for
the ascending order.
- setSortAscending(String) - Method in class org.zkoss.zul.Listheader
-
Sets the ascending sorter with the class name, or null for
no sorter for the ascending order.
- setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Treecol
-
Sets the ascending sorter, or null for no sorter for
the ascending order.
- setSortAscending(String) - Method in class org.zkoss.zul.Treecol
-
Sets the ascending sorter with the class name, or null for
no sorter for the ascending order.
- setSortDescending(MatrixComparatorProvider<?>) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the descending sorter provider, or null for no sorter for the descending
order.
- setSortDescending(String) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
Sets the descending sorter provider with the class name, or null for no sorter for
the descending order.
- setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Column
-
Sets the descending sorter, or null for no sorter for the
descending order.
- setSortDescending(String) - Method in class org.zkoss.zul.Column
-
Sets the descending sorter with the class name, or null for
no sorter for the descending order.
- setSortDescending(Comparator) - Method in class org.zkoss.zul.Listheader
-
Sets the descending sorter, or null for no sorter for the
descending order.
- setSortDescending(String) - Method in class org.zkoss.zul.Listheader
-
Sets the descending sorter with the class name, or null for
no sorter for the descending order.
- setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Treecol
-
Sets the descending sorter, or null for no sorter for the
descending order.
- setSortDescending(String) - Method in class org.zkoss.zul.Treecol
-
Sets the descending sorter with the class name, or null for
no sorter for the descending order.
- setSortDirection(String) - Method in class org.zkoss.zul.Column
-
Sets the sort direction.
- setSortDirection(String) - Method in class org.zkoss.zul.Listheader
-
Sets the sort direction.
- setSortDirection(String) - Method in class org.zkoss.zul.Treecol
-
Sets the sort direction.
- setSourcePath(String) - Method in class org.zkoss.zk.ui.http.SourceMapInfo
-
- setSpacing(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the spacing.
- setSpacing(String) - Method in class org.zkoss.zkmax.zul.Rowlayout
-
- setSpacing(String) - Method in class org.zkoss.zul.Box
-
Sets the spacing between adjacent children.
- setSpacing(String) - Method in class org.zkoss.zul.Layout
-
Sets the spacing between adjacent children.
- setSpacing(String) - Method in class org.zkoss.zul.Separator
-
Sets the spacing.
- setSpan(Integer) - Method in class org.zkoss.zhtml.Col
-
Sets the span of this col tag.
- setSpan(Integer) - Method in class org.zkoss.zhtml.Colgroup
-
Sets the span of this colgroup tag.
- setSpan(int) - Method in class org.zkoss.zul.impl.FooterElement
-
Sets the number of columns to span this footer.
- setSpan(String) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets column span hint of this component.
- setSpan(boolean) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets whether distributes remaining empty space of this component to ALL columns proportionally.
- setSpan(int) - Method in class org.zkoss.zul.Listcell
-
Sets the number of columns to span this cell.
- setSpan(int) - Method in class org.zkoss.zul.Treecell
-
Sets the number of columns to span this cell.
- setSpans(String) - Method in class org.zkoss.zul.Row
-
Deprecated.
As of release 5.0.0, use Cell
instead.
- setSpellcheck(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the spellcheck of this tag.
- setSplitChild(NativeInfo) - Method in class org.zkoss.zk.ui.metainfo.NativeInfo
-
Sets the split kid.
- setSplittable(boolean) - Method in class org.zkoss.zul.Center
-
Center region can't be enabled the split functionality.
- setSplittable(boolean) - Method in class org.zkoss.zul.LayoutRegion
-
Sets whether enable the split functionality.
- setSrc(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the src (URL).
- setSrc(String) - Method in class org.zkoss.zhtml.Embed
-
Sets the src of this embed tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the src of this iframe tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Img
-
Sets the src of this img tag.
- setSrc(String) - Method in class org.zkoss.zhtml.Input
-
Sets the src of this input tag
- setSrc(String) - Method in class org.zkoss.zhtml.Script
-
Sets the src of this script tag.
- setSrc(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the source (jasper file).
- setSrc(String) - Method in class org.zkoss.zkmax.zul.Fragment
-
Sets the URI of an external content file.
- setSrc(String) - Method in class org.zkoss.zul.Audio
-
Sets the src.
- setSrc(List<String>) - Method in class org.zkoss.zul.Audio
-
Sets the source list.
- setSrc(String) - Method in class org.zkoss.zul.Flash
-
Sets the source path of Flash movie
and redraw the component
- setSrc(String) - Method in class org.zkoss.zul.Iframe
-
Sets the src.
- setSrc(String) - Method in class org.zkoss.zul.Image
-
Sets the source URI of the image.
- setSrc(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
- setSrc(String) - Method in class org.zkoss.zul.Include
-
Sets the src.
- setSrc(String) - Method in class org.zkoss.zul.Listitem
-
- setSrc(String) - Method in class org.zkoss.zul.Script
-
Sets the URI of the source that contains the script codes.
- setSrc(String) - Method in class org.zkoss.zul.Style
-
Sets the URI of an external style sheet.
- setSrc(String) - Method in class org.zkoss.zul.Treeitem
-
- setSrcdoc(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the srcdoc of this iframe tag.
- setStart(Integer) - Method in class org.zkoss.zhtml.Ol
-
Sets the start of this ol tag.
- setStart(int) - Method in class org.zkoss.zul.Frozen
-
Sets the start position of the scrollbar.
- setStart(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
-
- setState(E, StateCtx<E, C, IN>) - Method in class org.zkoss.fsm.StateMachine
-
Set the state by token
- setStatus(int) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
- setStatus(int, String) - Method in class org.zkoss.web.portlet.RenderHttpServletResponse
-
Deprecated.
- setStatus(int) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
- setStatus(int, String) - Method in class org.zkoss.web.portlet.ResourceHttpServletResponse
-
Deprecated.
- setStatus(int) - Method in class org.zkoss.zkmax.au.websocket.ResponseWrapper
-
- setStep(Integer) - Method in class org.zkoss.zhtml.Input
-
Sets the step of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setStep(double) - Method in class org.zkoss.zul.Doublespinner
-
Set the step of double spinner
- setStep(int) - Method in class org.zkoss.zul.Slider
-
Sets the step of slider
- setStep(double) - Method in class org.zkoss.zul.Slider
-
Sets the step of slider
- setStep(int) - Method in class org.zkoss.zul.Spinner
-
Set the step of spinner
- setStep(int) - Method in class org.zkoss.zuti.zul.ForEach
-
- setStrictErrorChecking(boolean) - Method in class org.zkoss.idom.Document
-
- setStubonly(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setStubonly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setStubonly(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets whether this component is stub-only.
- setStubonly(boolean) - Method in interface org.zkoss.zk.ui.Component
-
Sets whether this component is stub-only.
- setStubonly(String) - Method in class org.zkoss.zul.Listitem
-
Deprecated.
as of release 7.0.3.
- setStubonly(boolean) - Method in class org.zkoss.zul.Listitem
-
Deprecated.
as of release 7.0.3.
- setStubonly(String) - Method in class org.zkoss.zul.Row
-
Deprecated.
as of release 7.0.3.
- setStubonly(boolean) - Method in class org.zkoss.zul.Row
-
Deprecated.
as of release 7.0.3.
- setStubonly(String) - Method in class org.zkoss.zul.Treeitem
-
Deprecated.
as of release 7.0.3.
- setStubonly(boolean) - Method in class org.zkoss.zul.Treeitem
-
Deprecated.
as of release 7.0.3.
- setStyle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the style.
- setStyle(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the CSS style.
- setStyle(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the CSS style.
- setStyle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setStyle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the CSS style that will be assigned to pages created from
this definition, or null if no style is assigned at the beginning.
- setStyle(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the CSS style of this page.
- setSubBindingAnnotationCount(int, AbstractComponent) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setSubTitle(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Set the chart's subtitle.
- setSwitch(String) - Method in class org.zkoss.zk.ui.metainfo.ZkInfo
-
Sets the switch condition.
- 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.
- setTabbable(boolean) - Method in class org.zkoss.zul.Textbox
-
Sets whether TAB is allowed.
- setTabboxRenderer(TabboxRenderer<?>) - Method in class org.zkoss.zul.Tabbox
-
Sets the renderer which is used to render each tab and tabpanel if
Tabbox.getModel()
is not null.
- setTabboxRenderer(String) - Method in class org.zkoss.zul.Tabbox
-
Sets the renderer by use of a class name.
- setTabindex(Integer) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the tabindex of this tag.
- setTabindex(Integer) - Method in class org.zkoss.zhtml.Text
-
Sets the tab order of this component.
- setTabindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the tab order of this component.
- setTabindex(Integer) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the tab order of this component.
- setTabindex(Integer) - Method in class org.zkoss.zul.Area
-
Sets the tab order of this component.
- setTableModel(ListModel<?>) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- setTableRenderer(GanttTableRenderer<?>) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
- setTabscroll(boolean) - Method in class org.zkoss.zul.Tabbox
-
Sets whether to enable the tab scrolling.
- setTabSize(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
- setTag(String) - Method in class org.zkoss.zhtml.Raw
-
- setTag(String) - Method in interface org.zkoss.zk.ui.ext.DynamicTag
-
Sets the tag name.
- setTag(String) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
Sets the tag name.
- setTag(String) - Method in class org.zkoss.zml.XmlNativeComponent
-
Sets the tag name.
- 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
-
- setTarget(String) - Method in class org.zkoss.zhtml.A
-
Sets the target of this a tag.
- setTarget(String) - Method in class org.zkoss.zhtml.Area
-
Sets the target of this area tag.
- setTarget(String) - Method in class org.zkoss.zhtml.Base
-
Sets the target of this base tag.
- setTarget(String) - Method in class org.zkoss.zhtml.Form
-
Sets the target of this form tag.
- setTarget(String) - Method in class org.zkoss.zkmax.zul.Navitem
-
Sets the target frame or window.
- setTarget(String) - Method in class org.zkoss.zul.A
-
Sets the target frame or window.
- setTarget(String) - Method in class org.zkoss.zul.Button
-
Sets the target frame or window.
- setTarget(String) - Method in class org.zkoss.zul.Menuitem
-
Sets the target frame or window.
- setTargetValue(Object) - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx
-
- setTemplate(Component, String, String, Map<String, Object>) - Method in interface org.zkoss.bind.Binder
-
set template to a component property by an expression
- setTemplate(Component, String, String, Map<String, Object>) - Method in class org.zkoss.bind.impl.BinderImpl
-
- setTemplate(String, Template) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setTemplate(String, Template) - Method in interface org.zkoss.zk.ui.Component
-
- setTemplate(String) - Static method in class org.zkoss.zul.Fileupload
-
Sets the template used to create the upload modal dialog.
- setTemplate(String) - Static method in class org.zkoss.zul.Messagebox
-
Sets the template used to create the message dialog.
- setTemplate(String) - Method in class org.zkoss.zuti.zul.Apply
-
Sets the template name to apply.
- setTemplate(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Sets the template name to apply.
- setTemplate(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
- setTemplateResolver(CollectionTemplateResolver) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Template resolver will resolve the proper
Template
by evaluating the variable reference from model.
- setTemplateURI(String) - Method in class org.zkoss.zuti.zul.Apply
-
Sets the template uri.
- setTemplateURI(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
-
Sets the template uri.
- setTemplateURI(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
-
- setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
-
Sets the test result.
- setTest(boolean) - Method in class org.zkoss.web.servlet.dsp.action.When
-
Sets the test result.
- setTest(boolean) - Method in class org.zkoss.zuti.zul.If
-
- 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
-
- setText(String) - Method in class org.zkoss.zul.DialModelScale
-
Sets the text annotation of this scale; e.g.
- setText(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the value in the String format.
- setTextAs(String) - Method in class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl
-
Sets the property name to which the text enclosed within
the element (associated with this component definition) is assigned to.
- setTextContent(String) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setTextFont(Font) - Method in class org.zkoss.zul.DialModelScale
-
Sets the text annotation font.
- setTextRadius(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the text annotation.
- setTheme(HttpServletRequest, HttpServletResponse, String) - Method in interface org.zkoss.web.theme.ThemeResolver
-
Set the current intended theme name to the given one.
- setTheme(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zul.theme.CookieThemeResolver
-
Stores theme name in Cookie
- setTheme(Execution, String) - Static method in class org.zkoss.zul.theme.Themes
-
Sets the theme name using the current theme resolution strategy
Default strategy is to use cookies
- setThemeProvider(ThemeProvider) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the theme provider for the current execution,
or null if not available.
- setThemeRegistry(ThemeRegistry) - Static method in class org.zkoss.web.fn.ThemeFns
-
Change the theme registry
- setThemeResolver(ThemeResolver) - Static method in class org.zkoss.web.fn.ThemeFns
-
Change the current theme resolver
- 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.
- setThreeD(boolean) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored).
- setThreeD(boolean) - Method in class org.zkoss.zul.Chart
-
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored).
- setTickColor(String) - Method in class org.zkoss.zul.DialModelScale
-
Set the tick color.
- setTickFont(Font) - Method in class org.zkoss.zul.DialModelScale
-
Sets the tick label font.
- setTickLabelOffset(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius offset in percentage(0 ~ 1) between the tick and tick label.
- setTickRadius(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the tick label.
- setTimeoutMessage(String, String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the timeout message for this device, or null if the default
message is preferred.
- setTimeoutURI(String, String, int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the timeout URI.
- setTimerKeepAlive(boolean) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies whether to keep the session alive,
when receiving the onTimer event.
- setTimeZone(TimeZone) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Sets the time zone that this Time Series Chart belongs to, or null if
the default time zone is used.
- setTimeZone(TimeZone) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the time zone that this time box belongs to, or null if
the default time zone is used.
- setTimeZone(TimeZone) - Method in class org.zkoss.zul.Calendar
-
As of release 5.0.5, it is meaningless to set time zone for a calendar.
- setTimeZone(TimeZone) - Method in class org.zkoss.zul.Chart
-
Sets the time zone that this Time Series Chart belongs to, or null if
the default time zone is used.
- setTimeZone(TimeZone) - Method in class org.zkoss.zul.Datebox
-
Sets the time zone that this date box belongs to, or null if
the default time zone is used.
- setTimeZone(String) - Method in class org.zkoss.zul.Datebox
-
Sets the time zone that this date box belongs to, or null if
the default time zone is used.
- setTimeZone(TimeZone) - Method in class org.zkoss.zul.Timebox
-
Sets the time zone that this time box belongs to, or null if
the default time zone is used.
- setTimeZonesReadonly(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether the list of the time zones to display is readonly.
- setTitle(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Sets the title of this tag.
- setTitle(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setTitle(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the title that will be assigned to pages created from
this definition, or null if no title is assigned at the beginning.
- setTitle(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the title of the desktop this page belongs to
(it might contain an expression).
- setTitle(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Set the chart's title.
- setTitle(String) - Method in class org.zkoss.zul.Chart
-
Set the chart's title.
- setTitle(String) - Method in class org.zkoss.zul.Groupbox
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zul.LayoutRegion
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zul.Panel
-
Sets the title.
- setTitle(String) - Method in class org.zkoss.zul.Window
-
Sets the title.
- setTitleFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the title font of this chart.
- setTodayLinkLabel(String) - Method in class org.zkoss.zul.Calendar
-
Sets the label of the link that jump to today in day view
- setTodayLinkLabel(String) - Method in class org.zkoss.zul.Datebox
-
Sets the label of the link that jump to today in day view
- setTooltip(String) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the ID of the popup (
Popup
) that should be used
as a tooltip window when the mouse hovers over the element for a moment.
- setTooltip(Popup) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the UUID of the popup that should be used
as a tooltip window when the mouse hovers over the element for a moment.
- setTooltipAttributes(Popup, String, String, String, Integer) - Method in class org.zkoss.zul.impl.XulElement
-
Sets the Attributes for the Tooltip Popup
Note that position will be ignored if coordinates are set.
- setTooltipDelay(int) - Method in class org.zkoss.zk.ui.util.Configuration
-
Specifies the time, in milliseconds, before ZK Client Engine shows
the tooltip when a user moves the mouse over particular UI components.
- setTooltiptext(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the text as the tooltip.
- setTooltiptext(String) - Method in class org.zkoss.zul.Area
-
Sets the text as the tooltip.
- setTop(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the top position.
- setTopDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the top directly without sending back the result
(smart update) to the client
- setTopmost() - Method in class org.zkoss.zul.Window
-
Makes this window as topmost.
- setToQueryString(String, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Sets the parameter (name=value) to a query string.
- setToQueryString(StringBuffer, String, Object) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Sets the parameter (name=value) to a query string.
- setToQueryString(String, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Sets a map of parameters (name=value) to a query string.
- setToQueryString(StringBuffer, Map) - Static method in class org.zkoss.web.servlet.http.Encodes
-
Sets a map of parameters (name=value) to a query string.
- setTotalSize(int) - Method in interface org.zkoss.zul.ext.Paginal
-
Sets the total number of items.
- setTotalSize(int) - Method in class org.zkoss.zul.Paging
-
Sets total size of items
- setTreeitemRenderer(TreeitemRenderer<?>) - Method in class org.zkoss.zul.Tree
-
- setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.Choose
-
Sets whether to trim the result.
- setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets whether to trim the result.
- setTrim(boolean) - Method in class org.zkoss.web.servlet.dsp.action.If
-
Sets whether to trim the result.
- setType(String) - Method in class org.zkoss.zhtml.A
-
Sets the type of this a tag
- setType(String) - Method in class org.zkoss.zhtml.Area
-
Sets the type of this area tag.
- setType(String) - Method in class org.zkoss.zhtml.Button
-
Sets the type of this button tag.
- setType(String) - Method in class org.zkoss.zhtml.Embed
-
Sets the type of this embed tag.
- setType(String) - Method in class org.zkoss.zhtml.Input
-
Sets the type of this input tag
- setType(String) - Method in class org.zkoss.zhtml.Link
-
Sets the type of this link tag.
- setType(String) - Method in class org.zkoss.zhtml.Menu
-
Sets the type of this menu tag.
- setType(String) - Method in class org.zkoss.zhtml.Object
-
Sets the type of this object tag.
- setType(String) - Method in class org.zkoss.zhtml.Ol
-
Sets the type of this ol tag.
- setType(String) - Method in class org.zkoss.zhtml.Script
-
Sets the type of this script tag.
- setType(String) - Method in class org.zkoss.zhtml.Style
-
Sets the type of this style tag.
- setType(String) - Method in class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- setType(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the output file type.
- setType(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.).
- setType(String) - Method in class org.zkoss.zul.Button
-
Sets the button type.
- setType(String) - Method in class org.zkoss.zul.Chart
-
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.).
- setType(String) - Method in class org.zkoss.zul.Script
-
Deprecated.
As of release 5.0.0, it is meaningless since
text/javascript is always assumed.
- setType(String) - Method in class org.zkoss.zul.Textbox
-
Sets the type.
- setTypemustmatch(boolean) - Method in class org.zkoss.zhtml.Object
-
Sets the typemustmatch of this object tag.
- setUiEngine(UiEngine) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setUiEngine(UiEngine) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the UI engine for this Web application.
- setUiEngineClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to handle UI loading and updates, or null to
use the default.
- setUiFactory(UiFactory) - Method in class org.zkoss.zk.ui.impl.AbstractWebApp
-
- setUiFactory(UiFactory) - Method in interface org.zkoss.zk.ui.sys.WebAppCtrl
-
Sets the UI factory for this Web application.
- setUiFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to instantiate desktops, pages and components, or
null to use the default.
- setUnavailableMessage(String) - Method in interface org.zkoss.zk.device.Device
-
Sets the unavailable message that is shown to the client
if the client doesn't support this device.
- setUnavailableMessage(String, String) - Static method in class org.zkoss.zk.device.Devices
-
Sets the unavailable message for the specified device type.
- setUnavailableMessage(String) - Method in class org.zkoss.zk.device.GenericDevice
-
- setUnexpectedObject(Object) - Method in exception org.zkoss.json.parser.ParseException
-
- setUnless(boolean) - Method in class org.zkoss.web.servlet.dsp.action.AbstractAction
-
Sets the unless condition.
- setUnless(String) - Method in class org.zkoss.zk.ui.util.ConditionImpl
-
Sets the unless condition.
- setup(HttpSession, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
-
- setup(ServletRequest, ServletResponse, String) - Static method in class org.zkoss.web.servlet.Charsets
-
- setup(Session, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
-
Sets up the internationalization attributes, including locale
and time zone.
- setup(HttpSession, ServletRequest, ServletResponse, String) - Static method in class org.zkoss.zk.ui.http.I18Ns
-
Sets up the internationalization attributes, including locale
and time zone.
- setup() - Method in class org.zkoss.zk.ui.impl.EventProcessor
-
- setupBindingRenderer(Component, DataBinder) - Method in interface org.zkoss.zkplus.databind.CollectionItem
-
Deprecated.
Sets the binding renderer for the template component such as Listitem
or Row.
- setUpload(String) - Method in class org.zkoss.zul.Button
-
Sets the JavaScript class at the client to handle the upload if this
button is used for file upload.
- setUpload(String) - Method in class org.zkoss.zul.Combobutton
-
Combobutton does not support file upload
- setUpload(String) - Method in class org.zkoss.zul.Menuitem
-
Sets the JavaScript class at the client to handle the upload if this
button is used for file upload.
- setUploadCharset(String) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the charset used to encode the upload text file.
- setUploadCharsetFinder(CharsetFinder) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the finder that is used to decide the character set
for the uploaded text file(s), or null if not available.
- setUploadListener(EventListener<UploadEvent>) - Method in class org.zkoss.zul.impl.FileuploadDlg
-
Set the upload call back event listener
- setUpperBound(double) - Method in class org.zkoss.zul.DialModelRange
-
Sets the upper bound in scale of this colored range.
- setupTemplateComponent(Component, Object) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Sets up the specified comp and its descendants to be as template (or not)
- setUsemap(String) - Method in class org.zkoss.zhtml.Img
-
Sets the usemap of this img tag.
- setUsemap(String) - Method in class org.zkoss.zhtml.Object
-
Sets the usemap of this object tag.
- setUserData(String, Object, UserDataHandler) - Method in class org.zkoss.idom.impl.AbstractItem
-
- setValidationMessages(ValidationMessages) - Method in class org.zkoss.bind.impl.BinderImpl
-
- setValidationMessages(ValidationMessages) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
- setValidatorArgs(Binder, Component, BindContext, SavePropertyBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
-
- setValidatorArgs(Binder, Component, BindContext, SaveFormBinding) - Static method in class org.zkoss.bind.impl.BindContextUtil
-
- setValign(String) - Method in class org.zkoss.zul.Cell
-
Sets the vertical alignment of this grid.
- setValign(String) - Method in class org.zkoss.zul.Hlayout
-
Sets the valign.
- setValign(String) - Method in class org.zkoss.zul.impl.FooterElement
-
Sets the vertical alignment of this footer.
- setValign(String) - Method in class org.zkoss.zul.impl.HeaderElement
-
Sets the vertical alignment of this grid.
- setValign(String) - Method in class org.zkoss.zul.Row
-
Sets the vertical alignment of the whole row.
- setValue(BindContext, Component, ExpressionX, Object) - Method in class org.zkoss.bind.impl.BindEvaluatorXImpl
-
- setValue(BindELContext, Object) - Method in class org.zkoss.bind.impl.IndirectBinding
-
- setValue(XelContext, Object) - Method in class org.zkoss.bind.impl.PropertyExpression
-
- setValue(BindELContext, Object) - Method in class org.zkoss.bind.impl.ReferenceBindingImpl
-
- setValue(BindContext, Component, ExpressionX, Object) - Method in interface org.zkoss.bind.sys.BindEvaluatorX
-
Sets the specified value to the property resolved from the specified expression.
- setValue(BindELContext, Object) - Method in interface org.zkoss.bind.sys.ReferenceBinding
-
Sets the value to referenced object
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.BindELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.DynamicPropertiedELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ImplicitObjectELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ListModelELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.PathELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.TreeModelELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.bind.xel.zel.ValidationMessagesELResolver
-
- 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(String) - Method in class org.zkoss.web.servlet.dsp.action.Out
-
Sets the value.
- setValue(Object) - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Sets the attribute value.
- setValue(String, String) - Method in class org.zkoss.web.servlet.xel.ParameterMap
-
- setValue(String, Object) - Method in class org.zkoss.web.servlet.xel.RequestScope
-
- setValue(String, V) - Method in class org.zkoss.web.servlet.xel.StringKeysMap
-
Sets the value associated with the specified key.
- 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
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.BeanNameELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- setValue(String, Object) - Method in class org.zkoss.zel.ELProcessor
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ELResolver
-
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
-
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
-
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- setValue(EvaluationContext, Object) - Method in interface org.zkoss.zel.impl.parser.Node
-
- setValue(EvaluationContext, Object) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.impl.stream.StreamELResolverImpl
-
- setValue(ELContext, Object) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- setValue(ELContext, Object) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ListELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.MapELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.StaticFieldELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zel.TypeConverter
-
- setValue(ELContext, Object) - Method in class org.zkoss.zel.ValueExpression
-
- setValue(String) - Method in class org.zkoss.zhtml.Button
-
Sets the value of this button tag.
- setValue(String) - Method in class org.zkoss.zhtml.Input
-
Sets the vallue of this input.
- setValue(String) - Method in class org.zkoss.zhtml.Li
-
Sets the value of this li tag.
- setValue(String) - Method in class org.zkoss.zhtml.Option
-
Sets the value of this option tag.
- setValue(String) - Method in class org.zkoss.zhtml.Text
-
Sets the value.
- setValue(String) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setValue(String, boolean) - Method in class org.zkoss.zk.ui.select.impl.Attribute
-
- setValue(Component, T) - Method in interface org.zkoss.zk.ui.sys.PropertyAccess
-
- setValue(String) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets the value of color
- setValue(ELContext, Object) - Method in class org.zkoss.zkmax.bind.impl.ValueExpressionImplEx
-
- setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.zkmax.xel.el21.XelELResolver
-
- setValue(String) - Method in class org.zkoss.zkmax.zul.Tbeditor
-
Sets the editor's content, and one can specify html tags to decorate the content
- setValue(Date) - Method in class org.zkoss.zkmax.zul.Timepicker
-
Sets the value (in Date).
- setValue(Date) - Method in class org.zkoss.zul.Calendar
-
Assigns a value to this component.
- setValue(String) - Method in class org.zkoss.zul.Captcha
-
Sets the text value to be shown as the distortion captcha.
- setValue(Comparable<?>, Comparable<?>, Number) - Method in interface org.zkoss.zul.CategoryModel
-
add or update the value of a specified series and category.
- setValue(T) - Method in class org.zkoss.zul.Checkbox
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Column
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Columns
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Comboitem
-
Associate the value with this combo item.
- setValue(Date) - Method in class org.zkoss.zul.Datebox
-
Sets the value (in Date).
- setValue(BigDecimal) - Method in class org.zkoss.zul.Decimalbox
-
Sets the value (in BigDecimal).
- setValue(String) - Method in class org.zkoss.zul.Decimalbox
-
- setValue(int, double) - Method in class org.zkoss.zul.DialModel
-
add or update the value of a specified scale index.
- setValue(double) - Method in class org.zkoss.zul.DialModelScale
-
- setValue(Double) - Method in class org.zkoss.zul.Doublebox
-
Sets the value (in Double).
- setValue(double) - Method in class org.zkoss.zul.Doublebox
-
Sets the value (in double)
- setValue(Double) - Method in class org.zkoss.zul.Doublespinner
-
Sets the value (in Double).
- setValue(Date, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.zul.HiLoModel
-
Replace an (date, open, high, low, close, volumn) tuple at specified index.
- setValue(Integer) - Method in class org.zkoss.zul.Intbox
-
Sets the value (in Integer).
- setValue(String) - Method in class org.zkoss.zul.Label
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Listcell
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Listhead
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Listheader
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Listitem
-
Sets the value.
- setValue(Long) - Method in class org.zkoss.zul.Longbox
-
Sets the value (in Long).
- setValue(String) - Method in class org.zkoss.zul.Menuitem
-
Sets the value.
- setValue(int) - Method in class org.zkoss.zul.Progressmeter
-
Sets the current value of the progress meter.
- setValue(T) - Method in class org.zkoss.zul.Row
-
Sets the value.
- setValue(Comparable<?>, Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleCategoryModel
-
- setValue(Date, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
-
- setValue(Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
-
- setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
-
- setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
-
Not supported since we need not only x, y, but also z information.
- setValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
-
- setValue(Comparable<?>, Number) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
add or update the value of a specified category.
- setValue(Integer) - Method in class org.zkoss.zul.Spinner
-
Sets the value (in Integer).
- setValue(T) - Method in class org.zkoss.zul.Tab
-
Sets the value.
- setValue(String) - Method in class org.zkoss.zul.Textbox
-
Sets the value.
- setValue(Date) - Method in class org.zkoss.zul.Timebox
-
Sets the value (in Date).
- setValue(T) - Method in class org.zkoss.zul.Treeitem
-
Sets the value.
- setValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.zul.XYModel
-
Replace the value of the new (x,y) into a series at specified index.
- setValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.zul.XYZModel
-
Replace an (x,y,z) into a series at the specified index.
- setValueAngle(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the angle in degree to place the value (counter clockwise is positive).
- setValueDirectly(Object) - Method in class org.zkoss.zul.impl.InputElement
-
Sets the value directly.
- setValueFont(Font) - Method in class org.zkoss.zul.DialModelScale
-
Sets the value font.
- setValueRadius(double) - Method in class org.zkoss.zul.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the value.
- setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the variable name used to iterate thru items.
- setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Remove
-
Sets the attribute name.
- setVar(String) - Method in class org.zkoss.web.servlet.dsp.action.Set
-
Sets the attribute name.
- setVar(String) - Method in class org.zkoss.zuti.zul.ForEach
-
- setVariable(String, ValueExpression) - Method in class org.zkoss.zel.ELManager
-
- setVariable(String, String) - Method in class org.zkoss.zel.ELProcessor
-
- setVariable(String, ValueExpression) - Method in class org.zkoss.zel.impl.lang.VariableMapperFactory
-
- setVariable(String, ValueExpression) - Method in class org.zkoss.zel.impl.lang.VariableMapperImpl
-
- setVariable(String, ValueExpression) - Method in class org.zkoss.zel.VariableMapper
-
- setVariable(Scope, String, Object) - Method in interface org.zkoss.zk.scripting.HierachicalAware
-
Sets the value of a variable to this interpreter's scope
identified by the specified scope.
- setVariable(String, Object) - Method in interface org.zkoss.zk.scripting.Interpreter
-
Sets the value of a variable to this interpreter, as if
they are defined in the interpreter.
- setVariable(String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Sets the variable to this interpreter.
- setVariable(Scope, String, Object) - Method in class org.zkoss.zk.scripting.util.GenericInterpreter
-
Sets the value of a variable to this interpreter's scope
identified by the specified scope.
- 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.
- setVarStatus(String) - Method in class org.zkoss.web.servlet.dsp.action.ForEach
-
Sets the variable name used to hold the current iteration status.
- setVarStatus(String) - Method in class org.zkoss.zuti.zul.ForEach
-
- setVersion(String) - Method in class org.zkoss.zul.Flash
-
Sets the expected version of the Flash player.
- setVflex(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets vertical flexibility hint of this component.
- setVflex(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Overrides the method in HtmlBasedComponent, not to check using vflex and height at the same time
- setVflex(String) - Method in class org.zkoss.zkmax.zul.Tablechildren
-
Only the following values are supported: min, 0, and false
- setVflex(String) - Method in class org.zkoss.zul.Auxheader
-
- setVflex(String) - Method in class org.zkoss.zul.Captcha
-
Overrides the method in HtmlBasedComponent, not to check using vflex and height at the same time
- setVflex(String) - Method in class org.zkoss.zul.Chart
-
Overrides the method in HtmlBasedComponent, not to check using vflex and height at the same time
- setVflex(boolean) - Method in class org.zkoss.zul.Grid
-
Sets whether to grow and shrink vertical to fit their given space,
so called vertical flexibility.
- setVflex(boolean) - Method in class org.zkoss.zul.Listbox
-
Sets whether to grow and shrink vertical to fit their given space, so
called vertical flexibility.
- setVflex(String) - Method in class org.zkoss.zul.Panel
-
- setVflex(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setVflex(boolean) - Method in class org.zkoss.zul.Tree
-
Sets whether to grow and shrink vertical to fit their given space,
so called vertical flexibility.
- setVflex0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Internal Use Only.
- setVflexDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the vflex directly without sending back the result
(smart update) to the client
- setViewerClass(String) - Method in class org.zkoss.zkmax.zul.Dropupload
-
Set the custom upload viewer class name, if was not specified, will use ZK default upload viewer.
- setViewModel(Object) - Method in class org.zkoss.bind.BindComposer
-
- setViewModel(Object) - Method in interface org.zkoss.bind.Binder
-
Sets associated ViewModel of this binder.
- setViewModel(Object) - Method in class org.zkoss.bind.impl.BinderImpl
-
- setViewport(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setViewport(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the viewport that will be assigned to pages created from
this definition, or "auto" if no viewport is assigned at the beginning.
- setViewport(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the viewport of this page.
- setVisible(boolean) - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Changes the visibility of this component.
- setVisible(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setVisible(boolean) - Method in interface org.zkoss.zk.ui.Component
-
Sets whether this component is visible.
- setVisible(boolean) - Method in class org.zkoss.zk.ui.HtmlNativeComponent
-
- setVisible(boolean) - Method in class org.zkoss.zml.XmlNativeComponent
-
- setVisible(boolean) - Method in class org.zkoss.zul.Bandpopup
-
- setVisible(boolean) - Method in class org.zkoss.zul.Center
-
This component can't be hidden.
- setVisible(boolean) - Method in class org.zkoss.zul.Listitem
-
- setVisible(boolean) - Method in class org.zkoss.zul.Panel
-
- setVisible(boolean) - Method in class org.zkoss.zul.Popup
-
Not allowed.
- setVisible(boolean) - Method in class org.zkoss.zul.Row
-
- setVisible(boolean) - Method in class org.zkoss.zul.Style
-
Not allowed.
- setVisible(boolean) - Method in class org.zkoss.zul.Treeitem
-
- setVisible(boolean) - Method in class org.zkoss.zul.Window
-
Changes the visibility of the window.
- setVisibleDirectly(boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Changes the visibility directly without sending any update to the client.
- setVisibleRows(int) - Method in class org.zkoss.zul.Grid
-
Sets the visible rows.
- setVisualizer(Visualizer) - Method in class org.zkoss.zk.ui.impl.DesktopImpl
-
- setVisualizer(Visualizer) - Method in interface org.zkoss.zk.ui.sys.DesktopCtrl
-
Sets the visualizer associated with is desktop.
- setVoided(boolean) - Method in interface org.zkoss.zk.ui.Execution
-
Sets whether the execution is voided.
- setVoided(boolean) - Method in class org.zkoss.zk.ui.http.ExecutionImpl
-
- setVspace(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the vspace.
- setVspace(String) - Method in class org.zkoss.zul.Applet
-
Sets the vertical spacing in pixels around an applet.
- setVspace(String) - Method in class org.zkoss.zul.Image
-
Deprecated.
as of release 6.0.0, use CSS instead.
- setWebApp(WebApp) - Method in class org.zkoss.zk.ui.util.Configuration
-
Associates it with a web application.
- setWebAppClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to represent this Web application,
or null to use the default.
- setWebAppFactoryClass(Class<?>) - Method in class org.zkoss.zk.ui.util.Configuration
-
Sets the class used to instantiate an instance representing this Web application,
or null to use the default.
- setWebSocketConnectionInfos(WebSocketEndPoint, HttpServletRequest) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
-
- setWebSocketServerPush(WebSocketServerPush) - Method in class org.zkoss.zkmax.au.websocket.WebSocketEndPoint
-
- setWeekOfYear(boolean) - Method in class org.zkoss.zul.Calendar
-
Sets whether enable to show the week number within the current year or
not.
- setWeekOfYear(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether enable to show the week number in the current calendar or
not.
- setWidgetAttribute(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setWidgetAttribute(String, String) - Method in interface org.zkoss.zk.ui.Component
-
- setWidgetClass(String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setWidgetClass(String) - Method in interface org.zkoss.zk.ui.Component
-
Sets the widget class (a.k.a., the widget type).
- setWidgetClass(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.ComponentInfo
-
Sets the widget class.
- setWidgetClass(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the widget class of the page.
- setWidgetClass(String) - Method in interface org.zkoss.zk.ui.sys.PageCtrl
-
Sets the widget class of this page.
- setWidgetListener(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setWidgetListener(String, String) - Method in interface org.zkoss.zk.ui.Component
-
Sets or removes an event listener of the peer widget.
- setWidgetOverride(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
- setWidgetOverride(String, String) - Method in interface org.zkoss.zk.ui.Component
-
Sets or removes a method or a property of the peer widget (at the client).
- setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Box
-
Sets the width.
- setWidth(String) - Method in class org.zkoss.web.servlet.dsp.action.html.Img
-
Sets the width.
- setWidth(String) - Method in class org.zkoss.zhtml.Embed
-
Sets the width of this embed tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Iframe
-
Sets the width of this iframe tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Img
-
Sets the width of this img tag.
- setWidth(String) - Method in class org.zkoss.zhtml.Input
-
Sets the width of this input tag
Notice that this attribute refers to the corresponding attribute of the HTML5 specification.
- setWidth(String) - Method in class org.zkoss.zhtml.Object
-
Sets the width of this object tag.
- setWidth(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the width.
- setWidth(String) - Method in class org.zkoss.zkex.zul.Fisheye
-
This method is unsupported.
- setWidth(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Override super class to prepare the int width.
- setWidth(String) - Method in class org.zkoss.zkmax.zul.Rowlayout
-
- setWidth(String) - Method in class org.zkoss.zul.Auxheader
-
- setWidth(String) - Method in class org.zkoss.zul.Captcha
-
Override super class to prepare the int width.
- setWidth(String) - Method in class org.zkoss.zul.Center
-
The width can't be specified in this component because its width is
determined by other region components (
West
or
East
).
- setWidth(String) - Method in class org.zkoss.zul.Chart
-
Override super class to prepare the int width.
- setWidth(String) - Method in class org.zkoss.zul.Columns
-
Deprecated.
as of release 6.0.0. To control the size of Grid related
components, please refer to Grid
and Column
instead.
- setWidth(String) - Method in class org.zkoss.zul.Foot
-
Deprecated.
as of release 6.0.0. To control the size of Grid related
components, please refer to Grid
and Column
instead.
- setWidth(String) - Method in class org.zkoss.zul.Listcell
-
- setWidth(String) - Method in class org.zkoss.zul.Listfoot
-
Deprecated.
as of release 6.0.0. To control the size of Listbox related
components, please refer to Listbox
and Listheader
instead.
- setWidth(String) - Method in class org.zkoss.zul.Listhead
-
Deprecated.
as of release 6.0.0. To control the size of Listbox related
components, please refer to Listbox
and Listheader
instead.
- setWidth(String) - Method in class org.zkoss.zul.Listitem
-
Deprecated.
as of release 6.0.0. To control the size of Listbox related
components, please refer to Listbox
and Listheader
instead.
- setWidth(String) - Method in class org.zkoss.zul.North
-
The width can't be specified in this component because its width is
determined by other region components (
West
or
East
).
- setWidth(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setWidth(String) - Method in class org.zkoss.zul.Progressmeter
-
Overrides the method in HtmlBasedComponent, to avoid misuse hflex and width at the same time.
- setWidth(String) - Method in class org.zkoss.zul.Row
-
Deprecated.
as of release 6.0.0. To control the size of Grid related
components, please refer to Grid
and Column
instead.
- setWidth(String) - Method in class org.zkoss.zul.Rows
-
Deprecated.
as of release 6.0.0. To control the size of Grid related
components, please refer to Grid
and Column
instead.
- setWidth(String) - Method in class org.zkoss.zul.Slider
-
Overrides the method in HtmlBasedComponent, to avoid misuse hflex and width at the same time.
- setWidth(String) - Method in class org.zkoss.zul.South
-
The width can't be specified in this component because its width is
determined by other region components (
West
or
East
).
- setWidth(String) - Method in class org.zkoss.zul.Tab
-
- setWidth(String) - Method in class org.zkoss.zul.Treecell
-
- setWidth(String) - Method in class org.zkoss.zul.Treechildren
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setWidth(String) - Method in class org.zkoss.zul.Treecols
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setWidth(String) - Method in class org.zkoss.zul.Treefoot
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setWidth(String) - Method in class org.zkoss.zul.Treeitem
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setWidth(String) - Method in class org.zkoss.zul.Treerow
-
Deprecated.
as of release 6.0.0. To control the size of Tree related
components, please refer to Tree
and Treecol
instead.
- setWidth0(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Internal Use Only.
- setWidthDirectly(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the width directly without sending back the result
(smart update) to the client
- setWidths(String) - Method in class org.zkoss.zkmax.zul.Splitlayout
-
Sets the widths, which is a list of numbers separated
by comma to denote the width/height of two caves in splitlayout.
- setWidths(String) - Method in class org.zkoss.zul.Box
-
Deprecated.
As of release 5.0.0, use Cell
instead.
- setWmode(String) - Method in class org.zkoss.zul.Flash
-
Sets the Window Mode property of the Flash movie
for transparency, layering, and positioning in the browser.
- setWrap(String) - Method in class org.zkoss.zhtml.Textarea
-
Sets the wrap of this textarea tag.
- setX(int) - Method in class org.zkoss.zul.Absolutechildren
-
Sets current "x" position within parent container component.
- setXAxis(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Set the label in xAxis.
- setXAxis(String) - Method in class org.zkoss.zul.Chart
-
Set the label in xAxis.
- setXAxisFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the label font of x axis of this chart.
- setXAxisTickFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the tick number font of x axis of this chart.
- setXmlns(String) - Method in class org.zkoss.zhtml.Html
-
Sets the xmlns of this html tag.
- setXmlStandalone(boolean) - Method in class org.zkoss.idom.Document
-
- setXmlVersion(String) - Method in class org.zkoss.idom.Document
-
- setXsize(int) - Method in class org.zkoss.zul.WaferMapModel
-
Returns the x size of the wafer matrix.
- setXsl(String) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with the resource path.
- setXsl(File) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a file.
- setXsl(URL) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with an URL.
- setXsl(InputStream) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with an input stream.
- setXsl(Reader) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a reader.
- setXsl(Source) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a XML source.
- setXsl(Document) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a document.
- setXsl(Document) - Method in class org.zkoss.zml.Transformer
-
Sets the XSL with a iDOM document.
- setY(int) - Method in class org.zkoss.zul.Absolutechildren
-
Sets current "y" position within parent container component.
- setYAxis(String) - Method in class org.zkoss.zkmax.zul.Fusionchart
-
Set the label in yAxis.
- setYAxis(String) - Method in class org.zkoss.zul.Chart
-
Set the label in yAxis.
- setYAxisFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the label font of y axis of this chart.
- setYAxisMaxValue(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Sets the upper limit of the chart.
- setYAxisMinValue(Number) - Method in class org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
-
Sets the lower limit of the chart.
- setYAxisTickFont(Font) - Method in class org.zkoss.zul.Chart
-
Sets the tick number font of y axis of this chart.
- setYsize(int) - Method in class org.zkoss.zul.WaferMapModel
-
Returns the y size of the wafer matrix.
- setZclass(String) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the ZK Cascading Style class(es) for this component.
- setZIndex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the Z index.
- setZindex(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the Z index.
- setZIndexDirectly(int) - Method in class org.zkoss.zk.ui.HtmlBasedComponent
-
Sets the z-index directly without sending back the result
(smart update) to the client
- setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.impl.PageImpl
-
- setZScriptLanguage(String) - Method in class org.zkoss.zk.ui.metainfo.PageDefinition
-
Sets the default scripting language which is assumed when
a zscript element doesn't specify any language.
- setZScriptLanguage(String) - Method in interface org.zkoss.zk.ui.Page
-
Sets the default scripting language which will be assumed
if a zscript element doesn't specify any language.
- SHADOW_NAME - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The names of ZK shadow components.
- SHADOW_NAMESPACE - Static variable in class org.zkoss.zk.ui.metainfo.LanguageDefinition
-
The namespace for ZK shadow components.
- SHADOW_VARIABLE - Static variable in class org.zkoss.zuti.zul.TemplateBasedShadowElement
-
Component developer use only
- ShadowDefinitionImpl - Class in org.zkoss.zk.ui.metainfo.impl
-
A shadow element definition.
- ShadowDefinitionImpl(LanguageDefinition, PageDefinition, String, Class<? extends Component>) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
-
- ShadowDefinitionImpl(LanguageDefinition, PageDefinition, String, String) - Constructor for class org.zkoss.zk.ui.metainfo.impl.ShadowDefinitionImpl
-
- ShadowElement - Interface in org.zkoss.zk.ui
-
A shadow element can allow to have a set of shadow elements to work with a
component tree and it can also support with ZK MVVM to dynamically change the
content of a shadow element.
- ShadowElementCtrl - Interface in org.zkoss.zk.ui
-
- ShadowElementsCtrl - Class in org.zkoss.zk.ui.sys
-
Utilities for implementing components.
- ShadowElementsCtrl() - Constructor for class org.zkoss.zk.ui.sys.ShadowElementsCtrl
-
- ShadowInfo - Class in org.zkoss.zk.ui.metainfo
-
Represent a shadow element.
- ShadowInfo(NodeInfo, ComponentDefinition, String, ConditionImpl) - Constructor for class org.zkoss.zk.ui.metainfo.ShadowInfo
-
Creates a shadow.
- ShadowTemplate - Class in org.zkoss.zuti.zul
-
A utility to let developers to apply shadow elements in Java class.
- ShadowTemplate(boolean) - Constructor for class org.zkoss.zuti.zul.ShadowTemplate
-
Constructor needs a boolean value to indicate whether to detached all rendered children automatically or not when
template or host is changed.
- SHALL_RENDER_ITEM - Static variable in class org.zkoss.zul.Attributes
-
It is used to check whether Treechildren should render its children or not
- shallAppend(PageDefinition, Page) - Method in class org.zkoss.zk.ui.metainfo.ResponseHeaderInfo
-
Returns whether to append the response header, rather than replace.
- shallBlock(AuRequest) - Method in interface org.zkoss.zk.ui.ext.Blockable
-
Return true if the request shall be blocked.
- shallBlock(AuRequest) - Method in class org.zkoss.zkmax.zul.Chosenbox.ExtraCtrl
-
- shallBlock(AuRequest) - Method in class org.zkoss.zul.Combobox.ExtraCtrl
-
- shallBlock(AuRequest) - Method in class org.zkoss.zul.Datebox.ExtraCtrl
-
- shallBlock(AuRequest) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
-
- shallBlock(AuRequest) - Method in class org.zkoss.zul.Selectbox.ExtraCtrl
-
- shallBlockPerComponent(AuRequest) - Static method in class org.zkoss.zkmax.au.InaccessibleWidgetBlockService
-
The default blocking policy.
- shallCache(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Returns whether to cache the desktop of the specified URI, such
that we can reuse it later.
- shallCheck(K, long) - Method in class org.zkoss.util.resource.AbstractLoader
-
- shallCheck(K, long) - Method in interface org.zkoss.util.resource.Loader
-
- shallCheck(String, long) - Method in class org.zkoss.web.util.resource.ExtendletLoader
-
- shallCheck(ResourceInfo, long) - Method in class org.zkoss.web.util.resource.ResourceLoader
-
- shallCompress(ServletRequest, String) - Method in interface org.zkoss.web.util.resource.ExtendletContext
-
Tests whether to compress the specified extension, e.g, "js" and
"css".
- shallExpunge() - Method in class org.zkoss.util.CacheMap
-
Returns whether it is time to expunge.
- shallExpunge(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Returns whether to remove it from the cache.
- shallHideId() - Method in class org.zkoss.zhtml.Head
-
Don't generate the id attribute.
- shallHideId() - Method in class org.zkoss.zhtml.Html
-
Don't generate the id attribute.
- shallHideId() - Method in class org.zkoss.zhtml.impl.AbstractTag
-
Whether to hide the id attribute.
- shallHideId() - Method in class org.zkoss.zhtml.Title
-
Don't generate the id attribute.
- shallIgnoreCase() - Method in class org.zkoss.zul.ListitemComparator
-
Returns whether to ignore case.
- shallIgnoreCase() - Method in class org.zkoss.zul.RowComparator
-
Returns whether to ignore case.
- shallIgnoreCase() - Method in class org.zkoss.zul.TreeitemComparator
-
Returns whether to ignore case.
- shallReuse(Desktop, String, int) - Method in class org.zkoss.zkmax.ui.util.DesktopRecycle
-
Returns whether to re-use the cached desktop.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MouseEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.MoveEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SelectEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zk.ui.event.SizeEvent
-
Indicates whether the Shift key is pressed.
- SHIFT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
-
Indicates whether the Shift key is pressed.
- shortValue() - Method in class org.zkoss.zul.Decimalbox
-
Returns the value in short.
- shortValue() - Method in class org.zkoss.zul.Doublebox
-
Returns the value in short.
- shouldLookupSuperclass(T) - Method in class org.zkoss.bind.impl.AbstractAnnotatedMethodInvoker
-
Verify if the super classes need to be traced.
- show(String, String, Messagebox.Button[], String[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>, Map<String, String>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, Messagebox.Button[], String[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, Messagebox.Button[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, Messagebox.Button[], String, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, Messagebox.Button[], EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, int, String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, int, String, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, int, String, int) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String, String, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box and returns what button is pressed.
- show(int, Object[], int, int, String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- show(int, Object[], int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- show(int, Object[], int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- show(int, Object, int, int, String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- show(int, Object, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- show(int, Object, int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- show(int, int, int, String) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- show(int, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- show(int, int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box by specifying a message code, and returns what
button is pressed.
- showBusy(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows the busy message at the browser such that
the user knows the system is busy.
- showBusy(Component, String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows the busy message at the browser that covers only the specified
component.
- showCustomError(Component, WrongValueException) - Method in interface org.zkoss.zul.CustomConstraint
-
To display the error message in a custom way.
- showCustomError(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
-
- showNotification(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows a message at the center of the browser window.
- showNotification(String, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows a message at the center of the browser window.
- showNotification(String, Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows a message at the right side of the given component.
- showNotification(String, Component, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Shows a message at the right side of the given component.
- showNotification(String, String, Component, String, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Displays a message.
- showNotification(String, String, Component, String, int, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Displays a message.
- showNotification(String, String, Component, int, int, int) - Static method in class org.zkoss.zk.ui.util.Clients
-
Displays a message.
- showNotification(String, String, Component, int, int, int, boolean) - Static method in class org.zkoss.zk.ui.util.Clients
-
Displays a message.
- ShowWindowEventListener<T extends Event> - Class in org.zkoss.zkplus.acegi
-
Deprecated.
As of release 7.0.0
- ShowWindowEventListener() - Constructor for class org.zkoss.zkplus.acegi.ShowWindowEventListener
-
Deprecated.
- 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.
- shrinkRange(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- sign(WebApp, Class...) - Static method in class org.zkoss.zk.ui.sys.Registry
-
- SimpleBindXelContext - Class in org.zkoss.bind.impl
-
Internal use only.
- SimpleBindXelContext(Component, Binder, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.bind.impl.SimpleBindXelContext
-
- SimpleCategoryModel - Class in org.zkoss.zul
-
- SimpleCategoryModel() - Constructor for class org.zkoss.zul.SimpleCategoryModel
-
- SimpleCharStream - Class in org.zkoss.zel.impl.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.zkoss.zel.impl.parser.SimpleCharStream
-
Constructor.
- SimpleClassResolver - Class in org.zkoss.lang
-
- SimpleClassResolver() - Constructor for class org.zkoss.lang.SimpleClassResolver
-
- SimpleConstraint - Class in org.zkoss.zul
-
The default constraint supporting no empty, regular expressions and so on.
- SimpleConstraint(int) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a constraint with flags.
- SimpleConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a constraint with flags and an error message.
- SimpleConstraint(String, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
- SimpleConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a regular-expression constraint.
- SimpleConstraint(int, String, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
- SimpleConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a constraint combining regular expression.
- SimpleConstraint(String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleDateConstraint - Class in org.zkoss.zul
-
A simple date constraint.
- SimpleDateConstraint(int) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
- SimpleDateConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constraints a constraint.
- SimpleDateConstraint(String, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
- SimpleDateConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a regular-expression constraint.
- SimpleDateConstraint(int, String, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
- SimpleDateConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint combining regular expression.
- SimpleDateConstraint(int, Date, Date, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint with beginning and ending date.
- SimpleDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleDesktopCache - Class in org.zkoss.zk.ui.impl
-
- SimpleDesktopCache(Configuration) - Constructor for class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- SimpleDoubleSpinnerConstraint - Class in org.zkoss.zul
-
A simple double spinner constraint.
- SimpleDoubleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Constraints a constraint.
- SimpleDoubleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Constraints a constraint.
- SimpleDoubleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleEvaluator - Class in org.zkoss.zk.xel.impl
-
- SimpleEvaluator(FunctionMapper, Class<? extends ExpressionFactory>) - Constructor for class org.zkoss.zk.xel.impl.SimpleEvaluator
-
- SimpleFusionchartEngine - Class in org.zkoss.zkmax.zul.fusionchart.impl
-
- SimpleFusionchartEngine() - Constructor for class org.zkoss.zkmax.zul.fusionchart.impl.SimpleFusionchartEngine
-
- SimpleGroupsModel<D,H,F,E> - Class in org.zkoss.zul
-
- SimpleGroupsModel(D[][]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructs a groups data model with a two-dimensional array of data.
- SimpleGroupsModel(D[][], H[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
- SimpleGroupsModel(D[][], H[], F[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
- SimpleGroupsModel(D[][], H[], F[], boolean[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
- SimpleGroupsModel(List<List<D>>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
Constructs a groups data model with a two-dimensional list of data.
- SimpleGroupsModel(List<List<D>>, List<H>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
- SimpleGroupsModel(List<List<D>>, List<H>, List<F>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
- SimpleGroupsModel(List<List<D>>, List<H>, List<F>, boolean[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
-
- SimpleHiLoModel - Class in org.zkoss.zul
-
A HiLo data model implementation of
HiLoModel
.
- SimpleHiLoModel() - Constructor for class org.zkoss.zul.SimpleHiLoModel
-
- SimpleListModel<E> - Class in org.zkoss.zul
-
- SimpleListModel(E[], boolean) - Constructor for class org.zkoss.zul.SimpleListModel
-
Constructor.
- SimpleListModel(E[]) - Constructor for class org.zkoss.zul.SimpleListModel
-
Constructor.
- SimpleListModel(List<? extends E>) - Constructor for class org.zkoss.zul.SimpleListModel
-
Constructor.
- SimpleListModelSharer<T> - Class in org.zkoss.zkex.zul
-
- SimpleListModelSharer(ListModel<T>) - Constructor for class org.zkoss.zkex.zul.SimpleListModelSharer
-
- 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
-
- SimpleNode - Class in org.zkoss.zel.impl.parser
-
- SimpleNode(int) - Constructor for class org.zkoss.zel.impl.parser.SimpleNode
-
- SimplePieModel - Class in org.zkoss.zul
-
A Pie chart data model implementation of
PieModel
.
- SimplePieModel() - Constructor for class org.zkoss.zul.SimplePieModel
-
- 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.
- SimpleScope - Class in org.zkoss.zk.ui.impl
-
A simple implementation of
Scope
.
- SimpleScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SimpleScope
-
Constructor.
- SimpleSelectorSequence - Class in org.zkoss.zk.ui.select.impl
-
The model representing a sequence of simple selectors.
- SimpleSelectorSequence() - Constructor for class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- SimpleSelectorSequence(String) - Constructor for class org.zkoss.zk.ui.select.impl.SimpleSelectorSequence
-
- SimpleSession - Class in org.zkoss.zk.ui.http
-
A non-serializable implementation of
Session
.
- SimpleSession(WebApp, HttpSession, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
-
Constructs a ZK session with a HTTP session.
- SimpleSession(WebApp, Object, Object) - Constructor for class org.zkoss.zk.ui.http.SimpleSession
-
Constructs a ZK session with either a HTTP session or a Portlet session.
- SimpleSession() - Constructor for class org.zkoss.zk.ui.http.SimpleSession
-
Used by the deriving class,
only if the deriving class implements java.io.Serializable.
- SimpleSessionCache - Class in org.zkoss.zk.ui.http
-
- SimpleSessionCache() - Constructor for class org.zkoss.zk.ui.http.SimpleSessionCache
-
- SimpleSingleValueCategoryModel - Class in org.zkoss.zul
-
- SimpleSingleValueCategoryModel() - Constructor for class org.zkoss.zul.SimpleSingleValueCategoryModel
-
- SimpleSpinnerConstraint - Class in org.zkoss.zul
-
A simple spinner constraint.
- SimpleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
-
Constraints a constraint.
- SimpleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
-
Constraints a constraint.
- SimpleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleUiFactory - Class in org.zkoss.zk.ui.http
-
- SimpleUiFactory() - Constructor for class org.zkoss.zk.ui.http.SimpleUiFactory
-
- SimpleWebApp - Class in org.zkoss.zk.ui.http
-
A servlet-based Web application.
- SimpleWebApp() - Constructor for class org.zkoss.zk.ui.http.SimpleWebApp
-
- 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
-
- SimpleXYModel - Class in org.zkoss.zul
-
A XY data model implementation of
XYModel
.
- SimpleXYModel() - Constructor for class org.zkoss.zul.SimpleXYModel
-
- SimpleXYModel.XYPair - Class in org.zkoss.zul
-
- SimpleXYModel.XYPair(Number, Number) - Constructor for class org.zkoss.zul.SimpleXYModel.XYPair
-
- SimpleXYZModel - Class in org.zkoss.zul
-
A XYZ data model implementation of
XYZModel
.
- SimpleXYZModel() - Constructor for class org.zkoss.zul.SimpleXYZModel
-
- SingleValueCategoryChartConfig - Class in org.zkoss.zkmax.zul.fusionchart.config
-
The chartPropery and categoryPropertiesMap property let you control a variety
of functional elements on the chart (or a single category)
with {link SingleValueCategoryModel}.
- SingleValueCategoryChartConfig() - Constructor for class org.zkoss.zkmax.zul.fusionchart.config.SingleValueCategoryChartConfig
-
- SingleValueCategoryModel - Interface in org.zkoss.zul
-
A Pie chart data model.
- size() - Method in class org.zkoss.bind.impl.Path
-
- size() - Method in class org.zkoss.bind.impl.ValidationMessagesImpl
-
- size() - Method in class org.zkoss.bind.impl.WeakIdentityMap
-
- size() - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- size() - Method in class org.zkoss.bind.proxy.MapProxy
-
- size() - Method in class org.zkoss.bind.tracker.impl.TrackerImpl.EqualBeansMap
-
- size() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
-
Returns the number of elements.
- size() - Method in class org.zkoss.util.CacheMap
-
- size() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
-
- size() - Method in class org.zkoss.util.CollectionsX.ArrayList
-
- size() - Method in class org.zkoss.util.CollectionsX.OneCollection
-
- size() - Method in class org.zkoss.util.DualCollection
-
- size() - Method in class org.zkoss.util.FastReadArray
-
Returns the size.
- size() - Method in class org.zkoss.util.IdentityHashSet
-
- size() - Method in class org.zkoss.util.NotableLinkedList
-
- size() - Method in class org.zkoss.web.servlet.xel.AttributesMap
-
- size() - Method in class org.zkoss.web.servlet.xel.ParameterMap
-
- size() - Method in class org.zkoss.zk.ui.AbstractComponent.Children
-
- size() - Method in class org.zkoss.zkmax.bind.ext.ForwardingCollection
-
- size() - Method in class org.zkoss.zkmax.bind.ext.ForwardingMap
-
- size() - Method in class org.zkoss.zkmax.bind.impl.TrackerImplEx.EqualBeansMapEx
-
- size() - Method in class org.zkoss.zkmax.xel.util.ResolverMap
-
Always returns 0, no matter any variable is defined.
- size() - Method in class org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
-
Return the count of properties.
- size() - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
-
- size() - Method in class org.zkoss.zul.DialModel
-
- size() - Method in class org.zkoss.zul.ListModelList
-
- size() - Method in class org.zkoss.zul.ListModelMap
-
- size() - Method in class org.zkoss.zul.ListModelSet
-
- SizeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event caused by a component being re-sized.
- SizeEvent(String, Component, String, String, int) - Constructor for class org.zkoss.zk.ui.event.SizeEvent
-
Constructs a mouse relevant event.
- sizeWithoutExpunge() - Method in class org.zkoss.util.CacheMap
-
Returns the size without trying to expunge first.
- skip() - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
-
- skip(int) - Method in class org.zkoss.zk.ui.select.impl.CharSequenceIterator
-
- 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.
- SlideEvent - Class in org.zkoss.zk.ui.event
-
Represents an event cause by user's slidedown or slideup
something at the client.
- SlideEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.SlideEvent
-
Constructs an onOpen event.
- Slider - Class in org.zkoss.zul
-
A slider.
- Slider() - Constructor for class org.zkoss.zul.Slider
-
- Slider(int) - Constructor for class org.zkoss.zul.Slider
-
- Small - Class in org.zkoss.zhtml
-
The SMALL tag.
- Small() - Constructor for class org.zkoss.zhtml.Small
-
- smartDrawCaptcha() - Method in class org.zkoss.zul.Captcha
-
mark a draw flag to inform that this Chart needs update.
- smartDrawChart() - Method in class org.zkoss.zkmax.zul.Fusionchart
-
mark a draw flag to inform that this Chart needs update.
- smartDrawChart() - Method in class org.zkoss.zul.Chart
-
mark a draw flag to inform that this Chart needs update.
- SmartNotifyChange - Annotation Type in org.zkoss.bind.annotation
-
- 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
-
- smartUpdate(String, Object) - Method in class org.zkoss.zhtml.Input
-
- smartUpdate(String, Object) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Smart-updates a property of the peer widget associated with
the component, running at the client, with the given value.
- smartUpdate(String, Object, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
Smart-updates a property of the peer widget with the given value
that allows caller to decide whether to append or overwrite.
- smartUpdate(String, int) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in int.
- smartUpdate(String, long) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in long.
- smartUpdate(String, byte) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in byte.
- smartUpdate(String, char) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in character.
- smartUpdate(String, boolean) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in boolean.
- smartUpdate(String, float) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in float.
- smartUpdate(String, double) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a value in double.
- smartUpdate(Component, String, Object, boolean) - Static method in class org.zkoss.zk.ui.Components
-
Adds the smartUpdate command to the specific component.
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Listitem
-
- smartUpdate(String, boolean) - Method in class org.zkoss.zul.Listitem
-
- smartUpdate(String, int) - Method in class org.zkoss.zul.Listitem
-
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Panelchildren
-
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Tree
-
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Treechildren
-
- smartUpdate(String, Object) - Method in class org.zkoss.zul.Treerow
-
- smartUpdateWidgetListener(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update an event listener for the
peer widget.
- smartUpdateWidgetOverride(String, String) - Method in class org.zkoss.zk.ui.AbstractComponent
-
A special smart update to update a method or a field of the peer widget.
- 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.
- sort(List<ConstraintViolation<?>>) - Method in class org.zkoss.bind.validator.BeanValidator
-
Sort the violations, make multiple violation order more predictable.
- sort(List<? extends Component>, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
-
Sorts the components in the list.
- sort(List<? extends Component>, int, int, Comparator<? super Component>) - Static method in class org.zkoss.zk.ui.Components
-
Sorts the components in the list.
- sort(List<ConstraintViolation<?>>) - Method in class org.zkoss.zkmax.bind.FormBeanValidator
-
Sort the violations, make multiple violation order more predictable.
- sort(boolean, int) - Method in class org.zkoss.zkmax.zul.Biglistbox
-
- sort(boolean) - Method in class org.zkoss.zul.Column
-
- sort(boolean, boolean) - Method in class org.zkoss.zul.Column
-
- sort(Comparator<TreeNode<E>>, boolean) - Method in class org.zkoss.zul.DefaultTreeModel
-
Sorts the data.
- sort(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
-
It called when
Listbox
or
Grid
has to sort
the content.
- sort(Comparator<T>, boolean) - Method in interface org.zkoss.zul.ext.Sortable
-
It called when the associated component
(such as
Listbox
) has to sort the content.
- sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
-
- sort(boolean) - Method in class org.zkoss.zul.Listheader
-
- sort(boolean, boolean) - Method in class org.zkoss.zul.Listheader
-
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelArray
-
Sorts the data.
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelList
-
Sorts the data.
- sort(Comparator<Map.Entry<K, V>>, boolean) - Method in class org.zkoss.zul.ListModelMap
-
Sorts the data.
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelSet
-
Sorts the data.
- sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.SimpleListModel
-
Sorts the data.
- sort(boolean) - Method in class org.zkoss.zul.Treecol
-
- sort(boolean, boolean) - Method in class org.zkoss.zul.Treecol
-
- Sortable<T> - Interface in org.zkoss.zul.ext
-
Indicate a data model that supports sorting.
- sortDataInGroupOrder(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
-
Sorts the native data in the group order.
- sorted() - Method in class org.zkoss.zel.impl.stream.Stream
-
- sorted(LambdaExpression) - Method in class org.zkoss.zel.impl.stream.Stream
-
- SortEvent - Class in org.zkoss.zk.ui.event
-
Represents an event that indicates a sorting request to data.
- SortEvent(String, Component, boolean) - Constructor for class org.zkoss.zk.ui.event.SortEvent
-
Constructs a sort event.
- SortEventExt - Class in org.zkoss.zkmax.zul.event
-
Represents an event that indicates a sorting request to data for
Biglistbox
,
and provides more information about the column index.
- SortEventExt(String, Component, boolean, int) - Constructor for class org.zkoss.zkmax.zul.event.SortEventExt
-
- sortGroupData(H, D[], Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
-
Sorts data within a group.
- sortGroupData(Object, D[], Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
- sortGroupData(Object, List<D>, Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Sorts a group of data.
- source(String) - Method in class org.zkoss.zk.ui.select.impl.Token
-
- SourceMapInfo - Class in org.zkoss.zk.ui.http
-
- SourceMapInfo(String, int, String) - Constructor for class org.zkoss.zk.ui.http.SourceMapInfo
-
- SourceMapInfo(String, int, String, boolean) - Constructor for class org.zkoss.zk.ui.http.SourceMapInfo
-
- SourceMapManager - Class in org.zkoss.zk.ui.http
-
A source map manager can handle source map info during the wpd file generating.
- SourceMapManager(String, String, String) - Constructor for class org.zkoss.zk.ui.http.SourceMapManager
-
- SOUTH - Static variable in class org.zkoss.zul.Borderlayout
-
The south layout constraint (bottom of container).
- South - Class in org.zkoss.zul
-
A south region of a border layout.
- South() - Constructor for class org.zkoss.zul.South
-
- Space - Class in org.zkoss.zul
-
Space is a
Separator
with the orient default to "vertical".
- Space() - Constructor for class org.zkoss.zul.Space
-
- SPACE_SCOPE - Static variable in interface org.zkoss.zk.ui.Component
-
- spaceOwner - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; the space owner of the applied component.
- spaceScope - Variable in class org.zkoss.zk.ui.util.GenericAutowireComposer
-
Implicit Object; a map of attributes defined in the ID space contains the applied component.
- Span - Class in org.zkoss.zhtml
-
The SPAN tag.
- Span() - Constructor for class org.zkoss.zhtml.Span
-
- Span - Class in org.zkoss.zul
-
The same as HTML SPAN tag.
- Span() - Constructor for class org.zkoss.zul.Span
-
- specialToken - Variable in class org.zkoss.zel.impl.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- Spinner - Class in org.zkoss.zul
-
An edit box for holding a constrained integer.
- Spinner() - Constructor for class org.zkoss.zul.Spinner
-
- Spinner(int) - Constructor for class org.zkoss.zul.Spinner
-
- 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.
- Splitlayout - Class in org.zkoss.zkmax.zul
-
A layout container which is used to divide a component into two components.
- Splitlayout() - Constructor for class org.zkoss.zkmax.zul.Splitlayout
-
- Splitter - Class in org.zkoss.zul
-
An element which should appear before or after an element inside a box
(
Box
,
Vbox
and
Hbox
).
- Splitter() - Constructor for class org.zkoss.zul.Splitter
-
- splitText(int) - Method in class org.zkoss.idom.impl.AbstractTextual
-
- SpringTransactionSynchronizationListener - Class in org.zkoss.zkplus.spring
-
Listener to make sure each ZK thread got the same ThreadLocal value of the
spring's org.springframework.transaction.support.TransactionSynchronizationManager;
especially those thread bound resources.
- SpringTransactionSynchronizationListener() - Constructor for class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
-
- SpringUtil - Class in org.zkoss.zkplus.spring
-
SpringUtil, a Spring utility.
- SpringUtil() - Constructor for class org.zkoss.zkplus.spring.SpringUtil
-
- SRCPATH - Static variable in interface org.zkoss.bind.sys.BinderCtrl
-
- STACKED_AREA - Static variable in class org.zkoss.zul.Chart
-
- STACKED_BAR - Static variable in class org.zkoss.zul.Chart
-
- StackInfo - Class in org.zkoss.bind.sys.debugger.impl.info
-
- StackInfo(String, String) - Constructor for class org.zkoss.bind.sys.debugger.impl.info.StackInfo
-
- StandardBiMap<K,V> - Class in org.zkoss.zkmax.bind.ext
-
A general-purpose bimap implementation using any two backing Map
instances.
- StandardBiMap(Map<K, V>, Map<V, K>) - Constructor for class org.zkoss.zkmax.bind.ext.StandardBiMap
-
Package-private constructor for creating a map-backed bimap.
- StandardELContext - Class in org.zkoss.zel
-
- StandardELContext(ExpressionFactory) - Constructor for class org.zkoss.zel.StandardELContext
-
- StandardELContext(ELContext) - Constructor for class org.zkoss.zel.StandardELContext
-
- StandardTheme - Class in org.zkoss.web.theme
-
A standard implementation of Theme.
- StandardTheme() - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a default theme
- StandardTheme(String) - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a standard theme
- StandardTheme(String, StandardTheme.ThemeOrigin) - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a standard theme
- StandardTheme(String, String, int) - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a standard theme
- StandardTheme(String, String, int, StandardTheme.ThemeOrigin) - Constructor for class org.zkoss.web.theme.StandardTheme
-
Instantiate a standard theme
- StandardTheme.ThemeOrigin - Enum in org.zkoss.web.theme
-
Used to specify the origin of theme resources (e.g.
- StandardThemeProvider - Class in org.zkoss.zkex.theme
-
A standard implementation of ThemeProvider for ZK PE, which works with the
Breeze series themes
- StandardThemeProvider() - Constructor for class org.zkoss.zkex.theme.StandardThemeProvider
-
- StandardThemeProvider - Class in org.zkoss.zkmax.theme
-
A standard implementation of ThemeProvider for ZK EE, which works with the
Breeze series themes, and also supports standard-derived tablet themes
- StandardThemeProvider() - Constructor for class org.zkoss.zkmax.theme.StandardThemeProvider
-
- StandardThemeProvider - Class in org.zkoss.zkplus.theme
-
Deprecated.
Please use org.zkoss.zul.theme.StandardThemeProvider instead after 6.5.2
- StandardThemeProvider() - Constructor for class org.zkoss.zkplus.theme.StandardThemeProvider
-
Deprecated.
- StandardThemeProvider - Class in org.zkoss.zul.theme
-
A standard implementation of ThemeProvider for ZK CE, which works with the
Breeze series themes
- StandardThemeProvider() - Constructor for class org.zkoss.zul.theme.StandardThemeProvider
-
- 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.
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- start(Desktop) - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- start(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Starts the provider.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
-
Starts the failover manager.
- start(Desktop) - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Starts and initializes the server-push controller.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Starts the engine.
- start(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Starts this factory.
- start(Desktop) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Starts the server push.
- start(Desktop) - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
-
- start(Desktop) - Method in class org.zkoss.zkmax.ui.comet.CometServerPush
-
- start(ServletContext, HttpServletRequest, HttpServletResponse, Desktop) - Static method in class org.zkoss.zkplus.embed.Bridge
-
Starts an execution.
- start() - Method in class org.zkoss.zul.Timer
-
Starts the timer.
- START_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- START_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
-
The Error-box position.
- START_DEFERRED_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- START_DYNAMIC_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- START_SET_OR_MAP - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- startAsync() - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- startAsync(ServletRequest, ServletResponse) - Method in class org.zkoss.zkmax.au.websocket.WSHandshakeRequest
-
- startCDATA() - Method in class org.zkoss.idom.input.SAXHandler
-
- startClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Sends an AU response to the client to start the server push.
- startClientPush() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Sends an AU response to the client to start the server push.
- 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.
- startUpdate(Execution) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- startUpdate(Execution) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Activates an execution that will allow developers to update
the state of components.
- 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
-
- StateMachine.StateMachineException(int, Object, Object) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
-
- StateMachine.StateMachineException(int, Object, Object, String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
-
- StateMachine.StateMachineException(String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
-
- StaticFieldELResolver - Class in org.zkoss.zel
-
- StaticFieldELResolver() - Constructor for class org.zkoss.zel.StaticFieldELResolver
-
- staticFlag - Static variable in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Whether parser is static.
- StaticIdGenerator - Class in org.zkoss.zk.ui.impl
-
Use this generator will generate fixed uuid for each component.
- StaticIdGenerator() - Constructor for class org.zkoss.zk.ui.impl.StaticIdGenerator
-
- Statistic - Class in org.zkoss.zk.ui.util
-
An implementation of
Monitor
to accumulate statistic data
in memory.
- Statistic() - Constructor for class org.zkoss.zk.ui.util.Statistic
-
- STATUS_ATTR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
-
- STATUS_ATTR - Static variable in interface org.zkoss.bind.sys.TemplateResolver
-
- STATUS_POST_VAR - Static variable in class org.zkoss.bind.impl.AbstractRenderer
-
- STEP - Static variable in class org.zkoss.zul.Chart
-
- STEP_AREA - Static variable in class org.zkoss.zul.Chart
-
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.AbstractUiFactory
-
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider
-
- stop() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.SessionDesktopCacheProvider
-
- stop() - Method in class org.zkoss.zk.ui.impl.SimpleDesktopCache
-
- stop(WebApp) - Method in class org.zkoss.zk.ui.impl.UiEngineImpl
-
- stop() - Method in interface org.zkoss.zk.ui.sys.DesktopCache
-
Called when to stop and cleanup this cache.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.DesktopCacheProvider
-
Stops the provider.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.FailoverManager
-
Stops the failover manager.
- stop() - Method in interface org.zkoss.zk.ui.sys.ServerPush
-
Stops and cleans up the server-push controller.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiEngine
-
Stops the engine.
- stop(WebApp) - Method in interface org.zkoss.zk.ui.sys.UiFactory
-
Stops this factory.
- stop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Stops the server push.
- stop() - Method in class org.zkoss.zkmax.au.websocket.WebSocketServerPush
-
- stop() - Method in class org.zkoss.zul.Audio
-
Stops the audio at the client.
- stop() - Method in class org.zkoss.zul.Timer
-
Stops the timer.
- stopClientPush() - Method in class org.zkoss.zk.ui.impl.PollingServerPush
-
Sends an AU response the client to stop the server push.
- stopClientPush() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Sends an AU response the client to stop the server push.
- stopPropagation() - Method in class org.zkoss.zk.ui.event.Event
-
Stops the propagation for this event.
- Storage - Interface in org.zkoss.zk.ui.sys
-
A storage interface is used for ZK web application to store application data
with a string key and a data type value.
- storeForm(Component, String, Form) - Method in class org.zkoss.bind.impl.BinderImpl
-
- storeForm(Component, String, Form) - Method in interface org.zkoss.bind.sys.BinderCtrl
-
Store the form in the component with id
- stream - Variable in class org.zkoss.util.resource.Locators.StreamLocation
-
- Stream - Class in org.zkoss.zel.impl.stream
-
- Stream(Iterator<Object>) - Constructor for class org.zkoss.zel.impl.stream.Stream
-
- StreamELResolverImpl - Class in org.zkoss.zel.impl.stream
-
- StreamELResolverImpl() - Constructor for class org.zkoss.zel.impl.stream.StreamELResolverImpl
-
- stretchRange(Component, Component) - Method in class org.zkoss.zk.ui.HtmlShadowElement
-
- STRICT - Static variable in class org.zkoss.zul.SimpleConstraint
-
The value must match inside the data from ListModel only.
- String() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- STRING_COMPARATOR - Static variable in class org.zkoss.zul.ListModels
-
- STRING_LITERAL - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- STRING_TOO_LONG - Static variable in interface org.zkoss.zul.mesg.MZul
-
- StringFns - Class in org.zkoss.xel.fn
-
Functions to manipulate strings in EL.
- StringFns() - Constructor for class org.zkoss.xel.fn.StringFns
-
- StringKeysMap<V> - Class in org.zkoss.web.servlet.xel
-
A skeletal implementation for Map to wrap something with enumeration of
keys, which must be String.
- StringKeysMap() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap
-
- StringKeysMap.EntryIter - Class in org.zkoss.web.servlet.xel
-
The iterator class used to iterator the entries in this map.
- StringKeysMap.EntryIter() - Constructor for class org.zkoss.web.servlet.xel.StringKeysMap.EntryIter
-
- StringPropertyAccess - Class in org.zkoss.zk.ui.sys
-
A String property class.
- StringPropertyAccess() - Constructor for class org.zkoss.zk.ui.sys.StringPropertyAccess
-
- 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
-
- Strings.Result(int, String, char) - Constructor for class org.zkoss.lang.Strings.Result
-
- Strings.Result(int, char) - Constructor for class org.zkoss.lang.Strings.Result
-
- stringToArray(String, String) - Static method in class org.zkoss.zul.impl.Utils
-
Parse a list of numbers.
- stringToInt(String) - Static method in class org.zkoss.zkmax.zul.fusionchart.impl.Utils
-
- stringToInts(String, int) - Static method in class org.zkoss.zul.impl.Utils
-
Parse a list of numbers.
- Strong - Class in org.zkoss.zhtml
-
The STRONG tag.
- Strong() - Constructor for class org.zkoss.zhtml.Strong
-
- STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
-
Identifies the structure of the lists has changed.
- STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
-
Identifies the structure of the lists has changed.
- STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identifies the structure of the tree has changed.
- STUB_NATIVE - Static variable in class org.zkoss.zk.ui.sys.Attributes
-
A component attribute used to indicate whether to enable the stubbing of
the native components.
- StubComponent - Class in org.zkoss.zk.ui.sys
-
A stub component is a 'degenerated' component that does not maintain
the states at the server.
- StubComponent() - Constructor for class org.zkoss.zk.ui.sys.StubComponent
-
- StubEvent - Class in org.zkoss.zk.ui.event
-
- StubEvent(String, Component, String, String, String, Map<String, Object>) - Constructor for class org.zkoss.zk.ui.event.StubEvent
-
Constructs a check-relevant event.
- StubEvent(StubEvent, Component) - Constructor for class org.zkoss.zk.ui.event.StubEvent
-
- StubsComponent - Class in org.zkoss.zk.ui.sys
-
Represents a tree of
StubComponent
that are merged into
a single component.
- StubsComponent() - Constructor for class org.zkoss.zk.ui.sys.StubsComponent
-
- Style - Class in org.zkoss.zhtml
-
The STYLE tag.
- Style() - Constructor for class org.zkoss.zhtml.Style
-
- Style(String) - Constructor for class org.zkoss.zhtml.Style
-
- Style - Class in org.zkoss.zul
-
The style component used to specify CSS styles for the owner desktop.
- Style() - Constructor for class org.zkoss.zul.Style
-
- Style(String) - Constructor for class org.zkoss.zul.Style
-
- Style(String, String) - Constructor for class org.zkoss.zul.Style
-
- 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).
- Sub - Class in org.zkoss.zhtml
-
The SUB tag.
- Sub() - Constructor for class org.zkoss.zhtml.Sub
-
- subList(int, int) - Method in class org.zkoss.bind.proxy.ListProxy
-
- subList(int, int) - Method in class org.zkoss.zul.ListModelList
-
- submit(BindContext) - Method in interface org.zkoss.bind.FormStatus
-
Submits the modified date to the origin object.
- submitForm(String) - Static method in class org.zkoss.zk.ui.util.Clients
-
Submits the form with the specified ID.
- submitForm(Component) - Static method in class org.zkoss.zk.ui.util.Clients
-
Submits the form with the specified form.
- submitToOrigin(BindContext) - Method in class org.zkoss.bind.proxy.AbstractCollectionProxy
-
- submitToOrigin(BindContext) - Method in interface org.zkoss.bind.proxy.FormProxyObject
-
Saves all of the changes of this form to the origin object.
- submitToOrigin(BindContext) - Method in class org.zkoss.bind.proxy.MapProxy
-
- subscribe(EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Subscribes a listener to this queue.
- subscribe(EventListener<T>, EventListener<T>) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Subscribes a synchronous or asynchronous listener to this event queue.
- subscribe(EventListener<T>, boolean) - Method in interface org.zkoss.zk.ui.event.EventQueue
-
Subscribes a synchronous or asynchronous listener to this event queue.
- subscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
- subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
- subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.DesktopEventQueue
-
- subscribe(EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zk.ui.event.impl.ServerPushEventQueue
-
- subscribe(EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
-
- subscribe(EventListener<T>, EventListener<T>) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
-
- subscribe(EventListener<T>, boolean) - Method in class org.zkoss.zkmax.ui.event.impl.GroupEventQueue
-
- Subscribe - Annotation Type in org.zkoss.zkmax.ui.select.annotation
-
Annotation for subscribing an EventQueue with the annotated method.
- subscribeEventQueues(Object) - Method in interface org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
-
Subscribes annotated methods to the EventQueues.
- subscribeEventQueues(Object) - Method in class org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
- subscribeEventQueues(Object) - Method in class org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
-
- subscribeEventQueues(Object) - Static method in class org.zkoss.zkmax.ui.select.SelectorsExt
-
Subscribe member methods with
Subscribe
annotation in the controller object.
- substream(Number) - Method in class org.zkoss.zel.impl.stream.Stream
-
- substream(Number, Number) - Method in class org.zkoss.zel.impl.stream.Stream
-
- 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). subtract a date from another date, return the
difference as the required fields.
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
-
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
-
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
-
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
-
- subtract(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- subtract(Number, Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- sum() - Method in class org.zkoss.zel.impl.stream.Stream
-
- Sup - Class in org.zkoss.zhtml
-
The Sup tag.
- Sup() - Constructor for class org.zkoss.zhtml.Sup
-
- suspend() - Method in class org.zkoss.fsm.StateMachine
-
Suspend the machine
- SuspendNotAllowedException - Exception in org.zkoss.zk.ui
-
Denotes the current event processing thread cannot be suspended
because there are too many suspended threads.
- SuspendNotAllowedException(String, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(String) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException() - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Object[], Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Object, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Object[]) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Object) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int, Throwable) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SuspendNotAllowedException(int) - Constructor for exception org.zkoss.zk.ui.SuspendNotAllowedException
-
- SwipeEvent - Class in org.zkoss.zk.ui.event
-
Represents an event that indicates swipe on a component and provides
information about the swipe displacement, duration and direction.
- SwipeEvent(String, Component, int, int, int, String) - Constructor for class org.zkoss.zk.ui.event.SwipeEvent
-
- SwitchTo(int) - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Switch to specified lex state.
- SynchronizedScope - Class in org.zkoss.zk.ui.impl
-
A synchronized scope.
- SynchronizedScope(Scope) - Constructor for class org.zkoss.zk.ui.impl.SynchronizedScope
-
- SYNCING_MODEL - Static variable in class org.zkoss.zul.Listbox
-
- syncModel(int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveGridDataLoader
-
- syncModel(int, int) - Method in class org.zkoss.zkmax.zul.impl.LiveListboxDataLoader
-
- syncModel(int, int) - Method in interface org.zkoss.zul.impl.DataLoader
-
Synchronizes the owner component to be consistent with the specified model.
- syncModel(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
-
- syncModel(int, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
- SystemConverters - Class in org.zkoss.bind.impl
-
To keep system level converters, the built-in converters are initialized when first accessing.
- SystemConverters() - Constructor for class org.zkoss.bind.impl.SystemConverters
-
- SystemException - Exception in org.zkoss.lang
-
Indicates a system exception.
- SystemException(String, Throwable) - Constructor for exception org.zkoss.lang.SystemException
-
Constructs a SystemException by specifying message directly.
- SystemException(String) - Constructor for exception org.zkoss.lang.SystemException
-
- SystemException(Throwable) - Constructor for exception org.zkoss.lang.SystemException
-
- SystemException() - Constructor for exception org.zkoss.lang.SystemException
-
- SystemException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.SystemException
-
Constructs an SystemException by use of an error code.
- SystemException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.SystemException
-
- SystemException(int, Object[]) - Constructor for exception org.zkoss.lang.SystemException
-
- SystemException(int, Object) - Constructor for exception org.zkoss.lang.SystemException
-
- SystemException(int, Throwable) - Constructor for exception org.zkoss.lang.SystemException
-
- SystemException(int) - Constructor for exception org.zkoss.lang.SystemException
-
- SystemException.Aide - Class in org.zkoss.lang
-
Utilities.
- SystemException.Aide() - Constructor for class org.zkoss.lang.SystemException.Aide
-
- SystemValidators - Class in org.zkoss.bind.impl
-
To keep system level validators, the built-in validators are initialized when first accessing.
- SystemValidators() - Constructor for class org.zkoss.bind.impl.SystemValidators
-