A B C D E F G H I J K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractKeyStoreParam - Class in org.zkoss.zkex.license
-
This is a convenience class implementing the
KeyStoreParam.getStream()method. - AbstractKeyStoreParam(Class, String) - Constructor for class org.zkoss.zkex.license.AbstractKeyStoreParam
-
Creates a new instance of AbstractKeyStoreParam which will look up the given resource using the classloader of the given class when calling
AbstractKeyStoreParam.getStream(). - activate(long) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- addListener(OperationQueueListener) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Add a listener to this queue
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.zkoss.zkex.license.LicenseContent
-
Adds a PropertyChangeListener to the listener list.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Adds a PropertyChangeListener to the listener list.
- addReferenceBinding(Component, String, ReferenceBinding) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
- addVetoableChangeListener(VetoableChangeListener) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Adds a VetoableChangeListener to the listener list.
B
- Base64Coder - Class in org.zkoss.zkex.util
-
A Base64 encoder/decoder.
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Columnlayout
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Fisheyebar
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Pdfviewer
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zkex.zul.Rangeslider
- beforeParentChanged(Component) - Method in class org.zkoss.zkex.zul.Columnchildren
- beforeParentChanged(Component) - Method in class org.zkoss.zkex.zul.Fisheye
- beforeUpdate(CometServerPush.ThreadInfo) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zkex.theme.StandardThemeProvider
- BUFSIZE - Static variable in class org.zkoss.zkex.xml.PersistenceService
-
The buffer size for I/O used in the store and load methods.
C
- cert2key(GenericCertificate) - Method in class org.zkoss.zkex.license.PrivacyGuard
-
Encodes, compresses and encrypts the given license certificate and returns the result as a license key.
- CHECK_PERIOD - Static variable in class org.zkoss.zkex.rt.Runtime
- checkPwd(String) - Method in class org.zkoss.zkex.license.Policy
-
Checks the given password for compliance to the current password policy.
- CipherParam - Interface in org.zkoss.zkex.license
-
Configures parameters for the PKCS-5 algorithm used to encrypt/decrypt a compressed, signed
GenericCertificate. - clone() - Method in class org.zkoss.zkex.license.LicenseContent
-
Deprecated.There's no need for this method. Since it's protected, it may vanish in the next major version update.
- CN - Static variable in class org.zkoss.zkex.license.LicenseManager
-
=> "CN="
- Colorbox - Class in org.zkoss.zkex.zul
-
A Colorbox used to retrieve an input that the user can select a color.
- Colorbox() - Constructor for class org.zkoss.zkex.zul.Colorbox
- Columnchildren - Class in org.zkoss.zkex.zul
-
The column of Columnlayout.
- Columnchildren() - Constructor for class org.zkoss.zkex.zul.Columnchildren
- Columnlayout - Class in org.zkoss.zkex.zul
-
A columnlayout lays out a container which can have multiple columns, and each column may contain one or more component.
Use Columnlayout need assign width (either present or pixel) on every Columnchildren, or we cannot make sure about layout look. - Columnlayout() - Constructor for class org.zkoss.zkex.zul.Columnlayout
- CometServerPush - Class in org.zkoss.zkex.ui.comet
-
A server-push implementation that is based on comet.
- CometServerPush() - Constructor for class org.zkoss.zkex.ui.comet.CometServerPush
- CometServerPush.AsyncInfo - Interface in org.zkoss.zkex.ui.comet
-
The interface for implementing asynchronous processing.
- CometServerPush.ThreadInfo - Class in org.zkoss.zkex.ui.comet
-
The info of a server-push thread.
- COMPANY_ADDRESS - Static variable in class org.zkoss.zkex.rt.Runtime
- COMPANY_NAME - Static variable in class org.zkoss.zkex.rt.Runtime
- COMPANY_ZIPCODE - Static variable in class org.zkoss.zkex.rt.Runtime
- complete() - Method in interface org.zkoss.zkex.ui.comet.CometServerPush.AsyncInfo
-
Called to complete the request.
- COUNTRY - Static variable in class org.zkoss.zkex.rt.Runtime
- create(LicenseContent) - Method in interface org.zkoss.zkex.license.LicenseCreator
-
Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and returns it as a license key.
- create(LicenseContent) - Method in class org.zkoss.zkex.license.LicenseManager
-
Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and returns it as a license key.
- create(LicenseContent, LicenseNotary) - Method in class org.zkoss.zkex.license.LicenseManager
-
Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and returns it as a license key.
D
- deactivate(boolean) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- decode(char[]) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Decodes a byte array from Base64 format.
- decode(char[], int, int) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Decodes a byte array from Base64 format.
- decode(String) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Decodes a byte array from Base64 format.
- decodeLines(String) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
- decodeString(String) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Decodes a string from Base64 format.
- DefaultCipherParam - Class in org.zkoss.zkex.license
-
This is a convenience class implementing the
CipherParaminterface. - DefaultCipherParam(String) - Constructor for class org.zkoss.zkex.license.DefaultCipherParam
-
Creates a new instance of DefaultCipherParam using the given password to be returned by
DefaultCipherParam.getKeyPwd(). - DefaultKeyStoreParam - Class in org.zkoss.zkex.license
-
This is a convenience class implementing the
KeyStoreParaminterface. - DefaultKeyStoreParam(Class, String, String, String, String) - Constructor for class org.zkoss.zkex.license.DefaultKeyStoreParam
-
Creates a new instance of AbstractKeyStoreParam.
- DefaultLicenseParam - Class in org.zkoss.zkex.license
-
This is a convenience class implementing the
LicenseParaminterface. - DefaultLicenseParam(String, Preferences, KeyStoreParam, CipherParam) - Constructor for class org.zkoss.zkex.license.DefaultLicenseParam
-
Creates a new instance of DefaultLicenseParam.
- DesktopInit - Class in org.zkoss.zkex.init
-
A RT info check
- DesktopInit() - Constructor for class org.zkoss.zkex.init.DesktopInit
- destroyWith(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
-
Terminate a OperationThread which is stored in desktop and clear it.
- drawChart(Object) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
- drawText(Graphics2D, Captcha) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
E
- element() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Get an operation from queue, doesn't remove it.
- enableUptimeLimit() - Static method in class org.zkoss.zkex.rt.Runtime
- encode(byte[]) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Encodes a byte array into Base64 format.
- encode(byte[], int) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Encodes a byte array into Base64 format.
- encode(byte[], int, int) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Encodes a byte array into Base64 format.
- encodeLines(byte[]) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Encodes a byte array into Base 64 format and breaks the output into lines of 76 characters.
- encodeLines(byte[], int, int, int, String) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Encodes a byte array into Base 64 format and breaks the output into lines.
- encodeString(String) - Static method in class org.zkoss.zkex.util.Base64Coder
-
Encodes a string into Base64 format.
- equals(Object) - Method in class org.zkoss.zkex.license.AbstractKeyStoreParam
-
Returns
trueif and only if these key store parameters seem to address the same key store entry as the given object. - equals(Object) - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns
trueif and only ifobjectis an instance ofLicenseContentand their properties are considered equal. - EVALUATION_LICENSE_DIRECTORY_PROPERTY - Static variable in class org.zkoss.zkex.rt.Runtime
- EVALUATION_VERSION - Static variable in class org.zkoss.zkex.rt.Runtime
- Events - Class in org.zkoss.zkex.ui.event
-
Utilities to access events for ZkEx.
- Events() - Constructor for class org.zkoss.zkex.ui.event.Events
- execute(Desktop) - Method in interface org.zkoss.zkex.zul.impl.Operation
-
Execute the operation.
TheOperationThreadwill activate desktop first, then call this method, and then call deactivate. - EXPIRY_DATE - Static variable in class org.zkoss.zkex.rt.Runtime
- ExtraCtrl() - Constructor for class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
- ExtraCtrl() - Constructor for class org.zkoss.zkex.zul.Pdfviewer.ExtraCtrl
F
- failToExecute(Desktop) - Method in interface org.zkoss.zkex.zul.impl.Operation
-
Notify when 1.any Exception occurs when execute 2.thread is terminate by
OperationThread.terminate()3.desktop is not longer available - firePropertyChange(PropertyChangeEvent) - Method in class org.zkoss.zkex.license.LicenseContent
- firePropertyChange(PropertyChangeEvent) - Method in class org.zkoss.zkex.xml.GenericCertificate
- firePropertyChange(String, Object, Object) - Method in class org.zkoss.zkex.license.LicenseContent
- fireVetoableChange(PropertyChangeEvent) - Method in class org.zkoss.zkex.xml.GenericCertificate
- firstPage() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Go to the first page.
- Fisheye - Class in org.zkoss.zkex.zul
-
A fisheye item.
- Fisheye() - Constructor for class org.zkoss.zkex.zul.Fisheye
- Fisheye(String, String) - Constructor for class org.zkoss.zkex.zul.Fisheye
- Fisheyebar - Class in org.zkoss.zkex.zul
-
A fisheye bar is a bar of
Fisheyethat is a menu similar to the fish eye menu on the Mac OS. - Fisheyebar() - Constructor for class org.zkoss.zkex.zul.Fisheyebar
G
- GENERAL_WARNING_EVALUATION - Static variable in class org.zkoss.zkex.rt.Runtime
- generateCaptcha(Object) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
- GenericCertificate - Class in org.zkoss.zkex.xml
-
This non-visual JavaBean implements authenticated runtime objects whose integrity cannot be compromised without being detected.
- GenericCertificate() - Constructor for class org.zkoss.zkex.xml.GenericCertificate
-
Creates a new generic certificate.
- GenericCertificate(GenericCertificate) - Constructor for class org.zkoss.zkex.xml.GenericCertificate
-
Copy constructor for the given generic certificate.
- GenericCertificateIntegrityException - Exception in org.zkoss.zkex.xml
-
An instance of this class is thrown if the integrity of a
GenericCertificatehas been detected to be compromised. - GenericCertificateIntegrityException() - Constructor for exception org.zkoss.zkex.xml.GenericCertificateIntegrityException
- GenericCertificateIsLockedException - Exception in org.zkoss.zkex.xml
-
Thrown if a property is tried to set once a
GenericCertificatehas been locked. - GenericCertificateIsLockedException(PropertyChangeEvent) - Constructor for exception org.zkoss.zkex.xml.GenericCertificateIsLockedException
- GenericCertificateNotLockedException - Exception in org.zkoss.zkex.xml
-
An instance of this class is thrown if a
GenericCertificate's content is tried to be retrieved but the certificate has neither signed nor verified any content. - GenericCertificateNotLockedException() - Constructor for exception org.zkoss.zkex.xml.GenericCertificateNotLockedException
- getActivePage() - Method in class org.zkoss.zkex.zul.Pdfviewer
- getAlias() - Method in class org.zkoss.zkex.license.DefaultKeyStoreParam
- getAlias() - Method in interface org.zkoss.zkex.license.KeyStoreParam
-
Returns the alias for the key entry in the key store -
nullis never returned. - getAllMaximums() - Method in interface org.zkoss.zkex.rt.RuntimeLicense
- getAttachEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the attach edge.
- getBeanDescriptor() - Method in class org.zkoss.zkex.license.LicenseContentBeanInfo
-
Gets the bean's
BeanDescriptors. - getCertificate() - Method in class org.zkoss.zkex.license.LicenseManager
-
Returns the license certificate cached from the last installation/verification of a license key or
nullif there wasn't an installation/verification or a timeout has occured. - getCipher() - Method in class org.zkoss.zkex.license.PrivacyGuard
-
Deprecated.Experimental: Methods marked with this note have been tested to be functional but may change or disappear at will in one of the next releases because they are still a topic for research on extended functionality. Most likely the methods will prevail however and this note will just vanish, so you may use them with a certain risk.
- getCipher4Decryption() - Method in class org.zkoss.zkex.license.PrivacyGuard
-
Deprecated.Experimental: Methods marked with this note have been tested to be functional but may change or disappear at will in one of the next releases because they are still a topic for research on extended functionality. Most likely the methods will prevail however and this note will just vanish, so you may use them with a certain risk.
- getCipher4Encryption() - Method in class org.zkoss.zkex.license.PrivacyGuard
-
Deprecated.Experimental: Methods marked with this note have been tested to be functional but may change or disappear at will in one of the next releases because they are still a topic for research on extended functionality. Most likely the methods will prevail however and this note will just vanish, so you may use them with a certain risk.
- getCipherParam() - Method in class org.zkoss.zkex.license.DefaultLicenseParam
- getCipherParam() - Method in interface org.zkoss.zkex.license.LicenseParam
-
Returns the cipher configuration parameters for the license manager -
nullis never returned. - getCipherParam() - Method in class org.zkoss.zkex.license.PrivacyGuard
-
Returns the cipher configuration parameters.
- getColor() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the color (in string as #RRGGBB).
- getConsumerAmount() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the amount of consumers which are allowed to license the subject with this license.
- getConsumerType() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the type of entity which needs to license the license subject in order to use it.
- getContent() - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Returns a clone of the certificate's content as it was signed or verified before.
- getContent() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the content set by
Pdfviewer.setContent(org.zkoss.util.media.Media). - 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";
- getCurrent() - Static method in class org.zkoss.zkex.license.Policy
-
Returns the current policy.
- getDataConnection() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports Data Connection.
- getDatasource() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports DataSource.
- getDefaultEventIndex() - Method in class org.zkoss.zkex.license.LicenseContentBeanInfo
-
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
- getDefaultPropertyIndex() - Method in class org.zkoss.zkex.license.LicenseContentBeanInfo
-
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
- getDelay() - Method in interface org.zkoss.zkex.rt.RuntimeLicense
- getDesktop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Returns the desktop that this server push belongs to (never null).
- getEncoded() - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Getter for the property
encoded. - getEncodedSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
- getEndValue() - Method in class org.zkoss.zkex.zul.event.RangeValueChangeEvent
-
Returns the end value of this sliderbuttons.
- getEndValue() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the end value of this rangeslider.
- getEndValue() - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Returns the end value of this sliderbuttons.
- getEventSetDescriptors() - Method in class org.zkoss.zkex.license.LicenseContentBeanInfo
-
Gets the bean's
EventSetDescriptors. - getExecution() - Method in class org.zkoss.zkex.ui.comet.CometServerPush.ThreadInfo
- getExportName() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the export file name for the download if any, the full name will be exportName + "." + format.
- getExtra() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the value of the property extra.
- getExtraCtrl() - Method in class org.zkoss.zkex.zul.Jasperreport
- getExtraCtrl() - Method in class org.zkoss.zkex.zul.Pdfviewer
- getFileFilter() - Method in class org.zkoss.zkex.license.LicenseManager
-
Returns a suitable file filter for the subject of this license manager.
- 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.
- getGanttTaskTooltip(Date, Date, Number) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
-
Returns data tooltiptext of the GanttTask.
- getHolder() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the legal entity (i.e. the user) to which the license is granted by the issuer.
- getInfo() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the value of the property
info. - getInstance() - Static method in class org.zkoss.zkex.rt.RuntimeUtil
- getIntPref(String) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Retrieve the integer preference by the given key.
- getIssued() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the time when the license represented by this license content has been issued.
- getIssuer() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the legal entity which grants the license to the holder.
- 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. - getItemWidth() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the item width of
Fisheye. - getJasperreporteExporterFactory() - Method in class org.zkoss.zkex.zul.Jasperreport
- 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.
- getKeyPwd() - Method in interface org.zkoss.zkex.license.CipherParam
-
Returns the password used to generate a secret key for encryption/decryption of license keys
- getKeyPwd() - Method in class org.zkoss.zkex.license.DefaultCipherParam
- getKeyPwd() - Method in class org.zkoss.zkex.license.DefaultKeyStoreParam
- getKeyPwd() - Method in interface org.zkoss.zkex.license.KeyStoreParam
-
Returns the password for the private key in the keystore.
- getKeyStore() - Method in class org.zkoss.zkex.license.LicenseNotary
-
Returns a loaded/initialized keyStore.
- getKeyStoreParam() - Method in class org.zkoss.zkex.license.DefaultLicenseParam
- getKeyStoreParam() - Method in class org.zkoss.zkex.license.LicenseNotary
-
Returns the keyStore configuration parameters.
- getKeyStoreParam() - Method in interface org.zkoss.zkex.license.LicenseParam
-
Returns the keystore configuration parameters for the license manager -
nullis never returned. - getLabelEdge() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the label edge.
- getLicenseKey() - Method in class org.zkoss.zkex.license.LicenseManager
-
Returns the current license key.
- getLicenseNotary() - Method in class org.zkoss.zkex.license.LicenseManager
-
Returns a license notary configured to use the keystore parameters contained in the current license parameters -
nullis never returned. - getLicenseParam() - Method in class org.zkoss.zkex.license.LicenseManager
-
Returns the license configuration parameters.
- getLocale() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the output file locale.
- getLocalizedMessage() - Method in exception org.zkoss.zkex.license.IllegalPasswordException
- getLocalizedMessage() - Method in exception org.zkoss.zkex.license.LicenseContentException
- getLocalizedMessage() - Method in exception org.zkoss.zkex.license.LicenseNotaryException
- getLocalizedMessage() - Method in exception org.zkoss.zkex.license.NoLicenseInstalledException
- getMarks() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns marks information map of the rangeslider.
- getMarkScale() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns mark scale of the rangeslider.
- getMax() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the maximum value of the rangeslider.
- getMedia(String) - Method in class org.zkoss.zkex.zul.Jasperreport.ExtraCtrl
- getMedia(String) - Method in class org.zkoss.zkex.zul.Pdfviewer.ExtraCtrl
- getMethodDescriptors() - Method in class org.zkoss.zkex.license.LicenseContentBeanInfo
-
Gets the bean's
MethodDescriptors. - getMin() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the minimum value of the rangeslider.
- getNotAfter() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the time when the license ends to be valid.
- getNotBefore() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the time when the license begins to be valid.
- getOrient() - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Returns the orientation of
Fisheye. - getOrient() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the orient.
- getPageCount() - Method in class org.zkoss.zkex.zul.Pdfviewer
- getPageSize() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the number of items per page.
- getParameters() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the JasperReports Parameters.
- getPreferences() - Method in class org.zkoss.zkex.license.DefaultLicenseParam
- getPreferences() - Method in interface org.zkoss.zkex.license.LicenseParam
-
Returns the preferences node where the encoded licence is stored or should get stored.
- getPrivacyGuard() - Method in class org.zkoss.zkex.license.LicenseManager
-
Returns a privacy guard configured to use the cipher parameters contained in the current license parameters -
nullis never returned. - getPrivateKey() - Method in class org.zkoss.zkex.license.LicenseNotary
-
Returns the private key from the keyStore.
- getPropertyAccess(String) - Method in class org.zkoss.zkex.zul.Pdfviewer
- getPropertyDescriptors() - Method in class org.zkoss.zkex.license.LicenseContentBeanInfo
-
Gets the bean's
PropertyDescriptors. - 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.
- getPublicKey() - Method in class org.zkoss.zkex.license.LicenseNotary
-
Returns the public key from the keyStore
- getQueue(Desktop) - Static method in class org.zkoss.zkex.zul.impl.OperationThread
-
Get the
OperationQueueof OperationThread, It is check is there any OperationThread exist in desktop. - getRangeValueChangeEvent(AuRequest) - Static method in class org.zkoss.zkex.zul.event.RangeValueChangeEvent
-
Converts an AU request to a RangeValueChangeEvent.
- getReport() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns a AMedia contains report's byte stream.
- getRGB() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the color in int
- getRotation() - Method in class org.zkoss.zkex.ui.event.RotationEvent
-
Gets the current rotation.
- getRotation() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the rotation angle.
- getRotationEvent(AuRequest) - Static method in class org.zkoss.zkex.ui.event.RotationEvent
-
Converts an AU request to a rotation event.
- getSignature() - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Getter for the property
signature. - getSignatureAlgorithm() - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Getter for the property
signatureAlgorithm. - getSignatureEncoding() - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Getter for the property
signatureEncoding. - getSignatureEngine() - Method in class org.zkoss.zkex.license.LicenseNotary
-
Returns a valid signature engine to be used for signing and verifying a
GenericCertificate-nullis never returned. - getSrc() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the source (jasper file).
- getSrc() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the source URI of the PDF file.
- 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
- getStartValue() - Method in class org.zkoss.zkex.zul.event.RangeValueChangeEvent
-
Returns the start value of this sliderbuttons.
- getStartValue() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the start value of this rangeslider.
- getStartValue() - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Returns the start value of this sliderbuttons.
- getStep() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns the step of rangeslider.
- getStopScript() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Returns the JavaScript codes to disable (a.k.a., stop) the server push.
- getStorePwd() - Method in class org.zkoss.zkex.license.DefaultKeyStoreParam
- getStorePwd() - Method in interface org.zkoss.zkex.license.KeyStoreParam
-
Returns the password for the keystore -
nullis never returned. - getStream() - Method in class org.zkoss.zkex.license.AbstractKeyStoreParam
-
Looks up the resource provided to the constructor using the classloader provided to the constructor and returns it as an
InputStream. - getStream() - Method in interface org.zkoss.zkex.license.KeyStoreParam
-
Returns the keystore as an input stream -
nullis never returned. - getSubject() - Method in class org.zkoss.zkex.license.DefaultLicenseParam
- getSubject() - Method in class org.zkoss.zkex.license.LicenseContent
-
Returns the abstract description of the entity which needs to be licensed in order for it to be used - it could be the name of a software application like e.g.
- getSubject() - Method in interface org.zkoss.zkex.license.LicenseParam
-
Returns the license manager's subject as a descriptive string -
nullis never returned. - getType() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns the output file type.
- getUFlag() - Method in class org.zkoss.zkex.rt.RuntimeUtil
- getURLFromString(String) - Static method in class org.zkoss.zkex.rt.RuntimeUtil
- getValue() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns the value of color
- 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.zkex.zul.Pdfviewer
- getZclass() - Method in class org.zkoss.zkex.zul.Rangeslider
-
The default zclass is "z-rangeslider"
- getZclass() - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
The default zclass is "z-sliderbuttons"
- getZoom() - Method in class org.zkoss.zkex.ui.event.ZoomEvent
-
Gets the current zoom level.
- getZoom() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Returns the zoom level.
- getZoomEvent(AuRequest) - Static method in class org.zkoss.zkex.ui.event.ZoomEvent
-
Converts an AU request to a zoom event.
H
- handleOtherButtonsValues(Sliderbuttons) - Method in class org.zkoss.zkex.zul.Rangeslider
- hasElement() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Check is there any operation in queue.
- hashCode() - Method in class org.zkoss.zkex.license.AbstractKeyStoreParam
- hashCode() - Method in class org.zkoss.zkex.license.LicenseContent
I
- IllegalPasswordException - Exception in org.zkoss.zkex.license
- IllegalPasswordException() - Constructor for exception org.zkoss.zkex.license.IllegalPasswordException
- INFORMATION - Static variable in class org.zkoss.zkex.rt.Runtime
- init(Object) - Static method in class org.zkoss.zkex.rt.Runtime
- init(Object, Object) - Static method in class org.zkoss.zkex.rt.Runtime
- init(Desktop, Object) - Method in class org.zkoss.zkex.init.DesktopInit
- init(WebApp) - Method in class org.zkoss.zkex.init.WebAppInit
- init(WebApp, boolean) - Static method in class org.zkoss.zkex.rt.Runtime
- initialize(LicenseContent) - Method in class org.zkoss.zkex.license.LicenseManager
-
Initializes the given license
contentwith some reasonable defaults unless the respective properties have already been set. - initSliderButtons() - Method in class org.zkoss.zkex.zul.Rangeslider
- install(byte[], LicenseNotary) - Method in class org.zkoss.zkex.license.LicenseManager
-
Decrypts, decompresses, decodes and verifies the license key in
key, validates its license content and installs it as the current license key. - install(File) - Method in class org.zkoss.zkex.license.LicenseManager
-
Loads, decrypts, decompresses, decodes and verifies the license key in
keyFile, validates its license content and installs it as the current license key. - install(File, LicenseNotary) - Method in class org.zkoss.zkex.license.LicenseManager
-
Loads, decrypts, decompresses, decodes and verifies the license key in
keyFile, validates its license content and installs it as the current license key. - install(URL) - Method in interface org.zkoss.zkex.rt.RuntimeLicense
- installPersistenceDelegates(Encoder) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Installs all persistence delegates registered via
{@link #setPersistenceDelegate(Class, PersistenceDelegate)}inencoder. - isActive() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- isChildable() - Method in class org.zkoss.zkex.zul.Colorbox
- isChildable() - Method in class org.zkoss.zkex.zul.Fisheye
-
Not childable.
- isDisabled() - Method in class org.zkoss.zkex.zul.Colorbox
-
Returns whether it is disabled.
- isDisabled() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns whether it is disabled.
- isEnabled() - Method in class org.zkoss.zkex.rt.RuntimeUtil
- isHibernate() - Method in class org.zkoss.zkex.zul.Jasperreport
-
Returns whether enable the hibernate data source.
- isInSameDay(Date, Date) - Static method in class org.zkoss.zkex.rt.Runtime
- isLocked() - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Returns the "locked" property of this generic certificate.
- isRunning() - Method in class org.zkoss.zkex.zul.impl.OperationThread
-
Is this thread still running
- isScheduled() - Method in interface org.zkoss.zkex.rt.RuntimeLicense
- ISSUE_DATE - Static variable in class org.zkoss.zkex.rt.Runtime
- isTooltipVisible() - Method in class org.zkoss.zkex.zul.Rangeslider
-
Returns whether it is tooltipVisible.
J
- Jasperreport - Class in org.zkoss.zkex.zul
-
The JasperReport component.
- Jasperreport() - Constructor for class org.zkoss.zkex.zul.Jasperreport
- Jasperreport(String) - Constructor for class org.zkoss.zkex.zul.Jasperreport
- Jasperreport.ExtraCtrl - Class in org.zkoss.zkex.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl(). - Jasperreport.JasperreporteExporterImpl - Class in org.zkoss.zkex.zul
- JasperreporteExporterImpl() - Constructor for class org.zkoss.zkex.zul.Jasperreport.JasperreporteExporterImpl
- JasperreportExporterFactory - Interface in org.zkoss.zkex.zul
-
The factory for Jasper Reports.
- JFreeChartEngine - Class in org.zkoss.zkex.zul.impl
-
A chart engine implemented with JFreeChart.
- JFreeChartEngine() - Constructor for class org.zkoss.zkex.zul.impl.JFreeChartEngine
- JHLabsCaptchaEngine - Class in org.zkoss.zkex.zul.impl
-
A captcha engine implemented with JH Labs libraries.
- JHLabsCaptchaEngine() - Constructor for class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
K
- KEY_SIGNATURE - Static variable in class org.zkoss.zkex.rt.Runtime
- key2cert(byte[]) - Method in class org.zkoss.zkex.license.PrivacyGuard
-
Decrypts, decompresses and decodes the given license key and returns the result as a license certificate.
- KeyStoreParam - Interface in org.zkoss.zkex.license
-
Configures access parameters for a
KeyStorewhich holds the private and public keys to sign and verify aGenericCertificateby theLicenseNotary.
L
- lastPage() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Go to the last page.
- LICENSE_DIRECTORY_PROPERTY - Static variable in class org.zkoss.zkex.rt.Runtime
- LICENSE_SUFFIX - Static variable in class org.zkoss.zkex.license.LicenseManager
-
The suffix for files which hold license certificates
- LICENSE_VERSION - Static variable in class org.zkoss.zkex.rt.Runtime
- LicenseContent - Class in org.zkoss.zkex.license
-
This non-visual JavaBean represents the content of an application license.
- LicenseContent() - Constructor for class org.zkoss.zkex.license.LicenseContent
- LicenseContentBeanInfo - Class in org.zkoss.zkex.license
-
The BeanInfo class for
LicenseContent. - LicenseContentBeanInfo() - Constructor for class org.zkoss.zkex.license.LicenseContentBeanInfo
- LicenseContentException - Exception in org.zkoss.zkex.license
-
Thrown if validating a license certificate fails.
- LicenseContentException(String) - Constructor for exception org.zkoss.zkex.license.LicenseContentException
-
Constructs an instance of
LicenseContentExceptionwith the givenresourceKeyto lookup the localized detail message with. - LicenseCreator - Interface in org.zkoss.zkex.license
-
Provides remote license creation services.
- LicenseManager - Class in org.zkoss.zkex.license
-
This is the top level class which manages all licensing aspects like for instance the creation, installation and verification of license keys.
- LicenseManager() - Constructor for class org.zkoss.zkex.license.LicenseManager
-
Constructs a License Manager.
- LicenseManager(LicenseParam) - Constructor for class org.zkoss.zkex.license.LicenseManager
-
Constructs a License Manager.
- LicenseNotary - Class in org.zkoss.zkex.license
-
This notary knows how to sign and verify a
GenericCertificate. - LicenseNotary() - Constructor for class org.zkoss.zkex.license.LicenseNotary
-
Creates a new License Notary.
- LicenseNotary(KeyStoreParam) - Constructor for class org.zkoss.zkex.license.LicenseNotary
-
Creates a new License Notary.
- LicenseNotaryException - Exception in org.zkoss.zkex.license
-
An instance of this class is thrown to indicate that the license notary could not access the private or public key in a key store due to insufficient or incorrect parameters in the corresponding
KeyStoreParaminstance. - LicenseNotaryException(String, String) - Constructor for exception org.zkoss.zkex.license.LicenseNotaryException
-
Constructs an instance of
LicenseNotaryExceptionwith the givenresourceKeyto lookup the localized detail message with and parameterize it with the givenalias. - LicenseParam - Interface in org.zkoss.zkex.license
-
Configures basic parameters required by the
LicenseManager. - LicenseVerifier - Interface in org.zkoss.zkex.license
-
Provides remote license verification services.
- ListModelSharer<T> - Interface in org.zkoss.zkex.zul
-
This interface is created for sharing model to different desktop's component.
The implementation of this interface should provide built-in Server Push mechanism. - load(byte[]) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Loads a single object, which may form the root of an entire object graph, from XML content in the UTF-8 encoded byte array
encoded. - load(File) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Loads a single object, which may form the root of an entire object graph, from XML content in the given file
file. - load(InputStream) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Loads a single object, which may form the root of an entire object graph, from XML content in the given input stream
xmlIn. - load(String) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Loads a single object, which may form the root of an entire object graph, from XML content in the string
encoded. - loadLicenseKey(File) - Static method in class org.zkoss.zkex.license.LicenseManager
-
Loads and returns the first megabyte of content from
keyFileas license key in a newly created byte array.
M
- main(String[]) - Static method in class org.zkoss.zkex.util.ObfuscatedString
-
Obfuscates each given argument.
- midnight() - Static method in class org.zkoss.zkex.license.LicenseManager
-
Returns midnight local time today.
N
- newWebApp(Object, Configuration) - Method in class org.zkoss.zkex.ui.sys.WebAppFactoryExImpl
- next() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Get an operation from queue, and then remove it.
- nextPage() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Go to the next page.
- NoLicenseInstalledException - Exception in org.zkoss.zkex.license
-
Thrown if and only if a license is to be verified using
LicenseManager.verify()and no license is installed. - NoLicenseInstalledException(String) - Constructor for exception org.zkoss.zkex.license.NoLicenseInstalledException
-
Constructs an instance of
NoLicenseInstalledfor the given licensing subject.
O
- obfuscate(String) - Static method in class org.zkoss.zkex.util.ObfuscatedString
-
Returns a string containing obfuscated string generating Java code which you can copy-paste into your source code in order to represent the given string.
- ObfuscatedString - Class in org.zkoss.zkex.util
-
A utility class used to replace string literals in Java source code with an obfuscated representation of the string.
- ObfuscatedString(long[]) - Constructor for class org.zkoss.zkex.util.ObfuscatedString
-
Constructs an obfuscated string.
- ON_RANGE_VALUE_CHANGE - Static variable in class org.zkoss.zkex.ui.event.Events
-
The onRangeValueChange event used with
RangeValueChangeEvent. - ON_RANGE_VALUE_CHANGE - Static variable in class org.zkoss.zkex.zul.Rangeslider
- ON_RANGE_VALUE_CHANGE - Static variable in class org.zkoss.zkex.zul.Sliderbuttons
- ON_ROTATE - Static variable in class org.zkoss.zkex.ui.event.Events
-
The onRotate event used with
RotationEvent. - ON_ZOOM - Static variable in class org.zkoss.zkex.ui.event.Events
-
The onZoom event used with
ZoomEvent. - onChildAdded(Component) - Method in class org.zkoss.zkex.zul.Pdfviewer
- onChildRemoved(Component) - Method in class org.zkoss.zkex.zul.Pdfviewer
- onPiggyback() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- onStart() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Called when
CometServerPush.start(org.zkoss.zk.ui.Desktop)is called. - onStop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Called when
CometServerPush.stop()is called. - Operation - Interface in org.zkoss.zkex.zul.impl
-
This interface is for model sharer developer only, you rarely need to use this interface.
- OperationQueue - Class in org.zkoss.zkex.zul.impl
-
A queue for storing
Operationand is thread-safe. - OperationQueue() - Constructor for class org.zkoss.zkex.zul.impl.OperationQueue
- OperationQueueListener - Interface in org.zkoss.zkex.zul.impl
-
This class is for model sharer developer only, you rarely need to use this class.
- OperationThread - Class in org.zkoss.zkex.zul.impl
-
This class is for model sharer developer only, you rarely need to use this class.
- org.zkoss.zkex - package org.zkoss.zkex
- org.zkoss.zkex.bind.impl - package org.zkoss.zkex.bind.impl
- org.zkoss.zkex.init - package org.zkoss.zkex.init
- org.zkoss.zkex.license - package org.zkoss.zkex.license
- org.zkoss.zkex.rt - package org.zkoss.zkex.rt
- org.zkoss.zkex.theme - package org.zkoss.zkex.theme
- org.zkoss.zkex.ui.comet - package org.zkoss.zkex.ui.comet
- org.zkoss.zkex.ui.event - package org.zkoss.zkex.ui.event
- org.zkoss.zkex.ui.sys - package org.zkoss.zkex.ui.sys
- org.zkoss.zkex.util - package org.zkoss.zkex.util
- org.zkoss.zkex.xml - package org.zkoss.zkex.xml
- org.zkoss.zkex.zul - package org.zkoss.zkex.zul
- org.zkoss.zkex.zul.event - package org.zkoss.zkex.zul.event
- org.zkoss.zkex.zul.impl - package org.zkoss.zkex.zul.impl
P
- PACKAGE - Static variable in class org.zkoss.zkex.rt.Runtime
- Pdfviewer - Class in org.zkoss.zkex.zul
-
A PDF file viewer.
- Pdfviewer() - Constructor for class org.zkoss.zkex.zul.Pdfviewer
- Pdfviewer.ExtraCtrl - Class in org.zkoss.zkex.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl(). - PersistenceService - Class in org.zkoss.zkex.xml
-
Provides a collection of static methods to support comfortable loading and storing of objects as XML data.
- PersistenceService() - Constructor for class org.zkoss.zkex.xml.PersistenceService
-
You cannot instantiate this class.
- PersistenceServiceException - Exception in org.zkoss.zkex.xml
-
An instance of this class is thrown when storing or loading a persistent object graph to or from an XML file has failed.
- PersistenceServiceException(Throwable) - Constructor for exception org.zkoss.zkex.xml.PersistenceServiceException
-
Constructs an instance of
PersistenceServiceExceptionwith the specifiedcause. - Policy - Class in org.zkoss.zkex.license
-
Provides an interface for security policies and implements the default policy.
- Policy() - Constructor for class org.zkoss.zkex.license.Policy
-
Only subclasses can instantiate this class.
- prepareJFreeChart(JFreeChart, Chart) - Method in class org.zkoss.zkex.zul.impl.JFreeChartEngine
-
Developers with special needs can override this method to apply own rendering properties on the created JFreeChart.
- previousPage() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Go to the previous page.
- PrivacyGuard - Class in org.zkoss.zkex.license
-
This class provides encoding and encryption services to provide long time persistence for
GenericCertificates and protect the privacy of its data. - PrivacyGuard() - Constructor for class org.zkoss.zkex.license.PrivacyGuard
-
Creates a new Privacy Guard.
- PrivacyGuard(CipherParam) - Constructor for class org.zkoss.zkex.license.PrivacyGuard
-
Creates a new Privacy Guard.
- processRequest(Execution, CometServerPush.AsyncInfo) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Called when receiving the comet request from the client.
- PRODUCT_NAME - Static variable in class org.zkoss.zkex.rt.Runtime
- PROJECT_NAME - Static variable in class org.zkoss.zkex.rt.Runtime
- put(Operation) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Put an operation to queue
Q
- queueUnavailable(Desktop) - Method in interface org.zkoss.zkex.zul.impl.OperationQueueListener
-
Notify the
OperationQueueno longer available, it is usual invoked before the end ofOperationThread.run()
R
- Rangeslider - Class in org.zkoss.zkex.zul
-
A rangeslider.
- Rangeslider() - Constructor for class org.zkoss.zkex.zul.Rangeslider
- RangeValueChangeEvent - Class in org.zkoss.zkex.zul.event
-
The range value change event
- RangeValueChangeEvent(String, Component, int[]) - Constructor for class org.zkoss.zkex.zul.event.RangeValueChangeEvent
- ReferenceBindingHandlerImpl - Class in org.zkoss.zkex.bind.impl
- ReferenceBindingHandlerImpl() - Constructor for class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
- remove() - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Remove the first operation in queue if exist.
- removeListener(OperationQueueListener) - Method in class org.zkoss.zkex.zul.impl.OperationQueue
-
Remove a listener to this queue.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.zkoss.zkex.license.LicenseContent
-
Removes a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Removes a PropertyChangeListener from the listener list.
- removeReferenceBinding(Component) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
- removeReferenceBinding(Component, String) - Method in class org.zkoss.zkex.bind.impl.ReferenceBindingHandlerImpl
- removeVetoableChangeListener(VetoableChangeListener) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Removes a VetoableChangeListener from the listener list.
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Colorbox
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Columnchildren
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Columnlayout
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Fisheye
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Fisheyebar
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Jasperreport
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Pdfviewer
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Rangeslider
- renderProperties(ContentRenderer) - Method in class org.zkoss.zkex.zul.Sliderbuttons
- resume() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
ZK-1777 resume serverpush after DesktopRecycling
- rotateChar(String, int, int, Font, Color, Color) - Method in class org.zkoss.zkex.zul.impl.JHLabsCaptchaEngine
- rotateClockwise() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Rotates 90 degrees clockwise.
- rotateCounterclockwise() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Rotates 90 degrees counterclockwise.
- RotationEvent - Class in org.zkoss.zkex.ui.event
-
Represents an event caused by a component being rotated.
- RotationEvent(String) - Constructor for class org.zkoss.zkex.ui.event.RotationEvent
-
Constructs a rotation event.
- RotationEvent(String, Component) - Constructor for class org.zkoss.zkex.ui.event.RotationEvent
-
Constructs a rotation event.
- RotationEvent(String, Component, Object) - Constructor for class org.zkoss.zkex.ui.event.RotationEvent
-
Constructs a rotation event.
- run() - Method in class org.zkoss.zkex.zul.impl.OperationThread
- run(RuntimeLicense) - Method in class org.zkoss.zkex.rt.RuntimeUtil
- Runtime - Class in org.zkoss.zkex.rt
-
Runtime environment.
- Runtime() - Constructor for class org.zkoss.zkex.rt.Runtime
- RuntimeLicense - Interface in org.zkoss.zkex.rt
- RuntimeUtil - Class in org.zkoss.zkex.rt
-
A default implementation of RuntimeUtil.
- RuntimeUtil() - Constructor for class org.zkoss.zkex.rt.RuntimeUtil
S
- schedule(EventListener<T>, T, Scheduler<T>) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
- sendError(String) - Static method in class org.zkoss.zkex.rt.RuntimeUtil
- sendError(Throwable) - Static method in class org.zkoss.zkex.rt.RuntimeUtil
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Colorbox
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Pdfviewer
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Processes an AU request.
- service(AuRequest, boolean) - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Processes an AU request.
- setActive(Execution) - Method in class org.zkoss.zkex.ui.comet.CometServerPush.ThreadInfo
- setActivePage(int) - Method in class org.zkoss.zkex.zul.Pdfviewer
- setAttachEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the attach edge.
- setBusy() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Sets busy and return if it is busy for processing other request.
- setCertificate(GenericCertificate) - Method in class org.zkoss.zkex.license.LicenseManager
-
Sets the given license certificate as installed or verified.
- setCipherParam(CipherParam) - Method in class org.zkoss.zkex.license.PrivacyGuard
-
Sets the cipher configuration parameters.
- setColor(String) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets the color
- setConsumerAmount(int) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the amount of consumers which are allowed to license the subject with this license.
- setConsumerType(String) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the type of entity which needs to license the license subject in order to use it.
- setContent(Media) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the content directly.
- setContent(Media) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the content.
- setCurrent(Policy) - Static method in class org.zkoss.zkex.license.Policy
-
Sets the current policy.
- 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.
- setDisabled(boolean) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets whether it is disabled.
- setDisabled(boolean) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets whether it is disabled.
- setEncoded(String) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Setter for the bound property
encoded. - setEndValue(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the end value of this sliderbuttons.
- setEndValue(int) - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Sets the end value of this sliderbuttons.
- setEndValueDirectly(int) - Method in class org.zkoss.zkex.zul.Sliderbuttons
- setExportName(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the export file name for the download if any, the full name will be exportName + "." + format.
- setExtra(Object) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the value of the property extra.
- setHeight(String) - Method in class org.zkoss.zkex.zul.Fisheye
-
This method is unsupported.
- setHibernate(boolean) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets whether enable the hibernate data source.
- setHolder(X500Principal) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the legal entity (i.e. the user) to which the license is granted by the issuer.
- setInfo(String) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the value of the property
info. - setIssued(Date) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the time when the license represented by this license content has been issued.
- setIssuer(X500Principal) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the legal entity which grants the license to the holder.
- setItemHeight(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item height of
Fisheye. - 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
-
Sets the item padding of
Fisheye. - setItemWidth(int) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the item width of
Fisheye. - setJasperreporteExporterFactory(String) - Method in class org.zkoss.zkex.zul.Jasperreport
- setJasperreporteExporterFactory(JasperreportExporterFactory) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Set the factory to use your own exporter, reference to
JasperreportExporterFactory - setKeyStoreParam(KeyStoreParam) - Method in class org.zkoss.zkex.license.LicenseNotary
-
Sets the keyStore configuration parameters.
- setLabelEdge(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the label edge.
- setLicenseKey(byte[]) - Method in class org.zkoss.zkex.license.LicenseManager
-
Installs the given license key as the current license key.
- setLicenseParam(LicenseParam) - Method in class org.zkoss.zkex.license.LicenseManager
-
Sets the license configuration parameters.
- setLocale(Locale) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the output file locale.
- setMarks(Map<Integer, String>) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the marks information map for displaying value marks.
- setMarkScale(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the mark scale for displaying value marks.
- setMax(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the maximum value of the rangeslider.
- setMin(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the minimum value of the rangeslider.
- setNotAfter(Date) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the time when the license ends to be valid.
- setNotBefore(Date) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the time when the license begins to be valid.
- setOrient(String) - Method in class org.zkoss.zkex.zul.Fisheyebar
-
Sets the orientation of
Fisheye. - setOrient(String) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Default : "horizontal"
- setPageSize(int) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the number of items per page.
- setParameters(Map<String, Object>) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the JasperReports Parameters.
- setPersistenceDelegate(Class, PersistenceDelegate) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Associates a
PersistenceDelegateto the given classtype. - setPrefs(WebApp, String) - Static method in class org.zkoss.zkex.rt.RuntimeUtil
- setRotation(int) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the rotation angle.
- setSignature(String) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Setter for the bound property
signature. - setSignatureAlgorithm(String) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Setter for the bound property
signatureAlgorithm. - setSignatureEncoding(String) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Deprecated.Currently ignored by
GenericCertificate.verify(java.security.PublicKey, java.security.Signature). Only provided to causeXMLEncoderto encode this property for upwards compatibility. - setSrc(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the source (jasper file).
- setSrc(String) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the source URI of the PDF file.
- setStartValue(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the start value of this sliderbuttons.
- setStartValue(int) - Method in class org.zkoss.zkex.zul.Sliderbuttons
-
Sets the start value of this sliderbuttons.
- setStartValueDirectly(int) - Method in class org.zkoss.zkex.zul.Sliderbuttons
- setStep(int) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets the step of rangeslider
- setSubject(String) - Method in class org.zkoss.zkex.license.LicenseContent
-
Sets the abstract description of the entity which needs to be licensed in order for it to be used - it could be the name of a software application like e.g.
- setTooltipVisible(boolean) - Method in class org.zkoss.zkex.zul.Rangeslider
-
Sets whether it is tooltipVisible.
- setType(String) - Method in class org.zkoss.zkex.zul.Jasperreport
-
Sets the output file type.
- setUtilImplementation(RuntimeUtil) - Static method in class org.zkoss.zkex.rt.RuntimeUtil
- setValue(String) - Method in class org.zkoss.zkex.zul.Colorbox
-
Sets the value of color
- setWapp(WebApp) - Method in interface org.zkoss.zkex.rt.RuntimeLicense
- setWidth(String) - Method in class org.zkoss.zkex.zul.Fisheye
-
This method is unsupported.
- setZoom(double) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the zoom level.
- setZoom(String) - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Sets the zoom level.
- sign(Object) - Method in class org.zkoss.zkex.license.LicenseNotary
-
Encodes and signs the given
contentand returns a locked generic certificate holding the encoded content and its digital signature. - sign(Object, PrivateKey, Signature) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Encodes and signs the given
contentin this certificate and locks it. - SimpleListModelSharer<T> - Class in org.zkoss.zkex.zul
- SimpleListModelSharer(ListModel<T>) - Constructor for class org.zkoss.zkex.zul.SimpleListModelSharer
- Sliderbuttons - Class in org.zkoss.zkex.zul
-
A pair of buttons for slider (rangeslider and multislider).
- Sliderbuttons() - Constructor for class org.zkoss.zkex.zul.Sliderbuttons
- 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
- start(Desktop) - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Starts 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.
- startScheduler() - Method in interface org.zkoss.zkex.rt.RuntimeLicense
- stop() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Stops the server push.
- stopClientPush() - Method in class org.zkoss.zkex.ui.comet.CometServerPush
-
Sends an AU response the client to stop the server push.
- stopScheduler() - Method in interface org.zkoss.zkex.rt.RuntimeLicense
- store(Object, File) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Stores the object
root, which may form the root of an entire object graph, as XML content to the filefilefor long term persistence. - store(Object, OutputStream) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Stores the object
root, which may form the root of an entire object graph, as XML content to the output streamxmlOutfor long term persistence. - store(LicenseContent, File) - Method in class org.zkoss.zkex.license.LicenseManager
-
Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and stores it to the given file as a license key.
- store(LicenseContent, LicenseNotary, File) - Method in class org.zkoss.zkex.license.LicenseManager
-
Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and stores it to the given file as a license key.
- store2ByteArray(Object) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Stores the object
root, which may form the root of an entire object graph, as XML content into a UTF-8 encoded byte array for long term persistence. - store2String(Object) - Static method in class org.zkoss.zkex.xml.PersistenceService
-
Stores the object
root, which may form the root of an entire object graph, as XML content into a string for long term persistence. - storeLicenseKey(byte[], File) - Static method in class org.zkoss.zkex.license.LicenseManager
-
Stores the given license key to the given file.
T
- TERM - Static variable in class org.zkoss.zkex.rt.Runtime
- terminate() - Method in class org.zkoss.zkex.zul.impl.OperationThread
-
Terminate this thread. thread will be stopped after last run trip.
- toString() - Method in class org.zkoss.zkex.ui.comet.CometServerPush.ThreadInfo
- toString() - Method in class org.zkoss.zkex.util.ObfuscatedString
-
Returns the original string.
U
- UID - Static variable in class org.zkoss.zkex.Version
- uninstall() - Method in class org.zkoss.zkex.license.LicenseManager
-
Uninstalls the current license key.
- updatePrefs() - Method in class org.zkoss.zkex.rt.RuntimeUtil
- updateValues() - Method in class org.zkoss.zkex.zul.Sliderbuttons
V
- validate(LicenseContent) - Method in class org.zkoss.zkex.license.LicenseManager
-
Validates the license content.
- VERIFICATION_NUMBER - Static variable in class org.zkoss.zkex.rt.Runtime
- verify() - Method in class org.zkoss.zkex.license.LicenseManager
-
Decrypts, decompresses, decodes and verifies the current license key, validates its license content and returns it.
- verify(byte[]) - Method in class org.zkoss.zkex.license.LicenseManager
-
Decrypts, decompresses, decodes and verifies the given license key, validates its license content and returns it.
- verify(byte[]) - Method in interface org.zkoss.zkex.license.LicenseVerifier
-
Decrypts, decompresses, decodes and verifies the given license key, validates its license content and returns it.
- verify(byte[], LicenseNotary) - Method in class org.zkoss.zkex.license.LicenseManager
-
Decrypts, decompresses, decodes and verifies the given license key, validates its license content and returns it.
- verify(PublicKey, Signature) - Method in class org.zkoss.zkex.xml.GenericCertificate
-
Verifies the digital signature of the encoded content in this certificate and locks it.
- verify(LicenseNotary) - Method in class org.zkoss.zkex.license.LicenseManager
-
Decrypts, decompresses, decodes and verifies the current license key, validates its license content and returns it.
- verify(GenericCertificate) - Method in class org.zkoss.zkex.license.LicenseNotary
-
Verifies the digital signature of the encoded content in the given
certificateand locks it. - Version - Class in org.zkoss.zkex
- VERSION - Static variable in class org.zkoss.zkex.rt.Runtime
W
- WARNING_COUNT - Static variable in class org.zkoss.zkex.rt.Runtime
- WARNING_EVALUATION - Static variable in class org.zkoss.zkex.rt.Runtime
- WARNING_EXPIRY - Static variable in class org.zkoss.zkex.rt.Runtime
- WARNING_NUMBER - Static variable in class org.zkoss.zkex.rt.Runtime
- WARNING_PACKAGE - Static variable in class org.zkoss.zkex.rt.Runtime
- WARNING_VERSION - Static variable in class org.zkoss.zkex.rt.Runtime
- WebAppFactoryExImpl - Class in org.zkoss.zkex.ui.sys
-
A web app factory implementation for checking license
- WebAppFactoryExImpl() - Constructor for class org.zkoss.zkex.ui.sys.WebAppFactoryExImpl
- WebAppInit - Class in org.zkoss.zkex.init
-
The initialization of zkmax.
- WebAppInit() - Constructor for class org.zkoss.zkex.init.WebAppInit
Z
- ZoomEvent - Class in org.zkoss.zkex.ui.event
-
Represents an event caused by a component being zoomed.
- ZoomEvent(String) - Constructor for class org.zkoss.zkex.ui.event.ZoomEvent
-
Constructs a zoom event.
- ZoomEvent(String, Component) - Constructor for class org.zkoss.zkex.ui.event.ZoomEvent
-
Constructs a zoom event.
- ZoomEvent(String, Component, Object) - Constructor for class org.zkoss.zkex.ui.event.ZoomEvent
-
Constructs a zoom event.
- zoomIn() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Zoom in by 10%.
- zoomOut() - Method in class org.zkoss.zkex.zul.Pdfviewer
-
Zoom out by 10%.
All Classes All Packages