- abortResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
-
Deprecated.
- abortResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
-
Deprecated.
- abortResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
-
- abortResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
-
- AcegiSecurityContextListener - Class in org.zkoss.zkplus.acegi
-
Deprecated.
As of release 7.0.0
- AcegiSecurityContextListener() - Constructor for class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
-
Deprecated.
- addBinding(Component, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, String[], String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, String[], String[], String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, List<String>, String, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, List<String>, List<String>, String, String) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addBinding(Component, String, String, List<String>, List<String>, String, String, Map<Object, Object>, List<String>, List<String>) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Binding bean to UI component.
- addCollectionItem(Class, Class, CollectionItem) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Adds a CollectionItem for the specified item and owner component;
e.g.
- addListDataListener(ListDataListener) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- addToSelection(E) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- afterPropertiesSet() - Method in class org.zkoss.zkplus.acegi.ZkEventExceptionFilter
-
Deprecated.
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.acegi.AcegiSecurityContextListener
-
Deprecated.
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.hibernate.HibernateSessionContextListener
-
Deprecated.
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
-
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
-
- AnnotateDataBinder - Class in org.zkoss.zkplus.databind
-
Deprecated.
As of release 7.0.0, replace with new ZK binding.
- AnnotateDataBinder() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
- AnnotateDataBinder(Desktop) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Constructor that read all binding annotations of the components inside the specified desktop.
- AnnotateDataBinder(Page) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Constructor that read all binding annotations of the components inside the specified page.
- AnnotateDataBinder(Component) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Constructor that read all binding annotations in the components inside the specified component (inclusive).
- AnnotateDataBinder(Component[]) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Constructor that read all binding annotations of the given components array.
- AnnotateDataBinder(Desktop, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Constructor that read all binding annotations of the components inside the specified desktop.
- AnnotateDataBinder(Page, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Constructor that read all binding annotations of the components inside the specified page.
- AnnotateDataBinder(Component[], boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Constructor that read all binding annotations of the given component array.
- AnnotateDataBinder(Component, boolean) - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinder
-
Deprecated.
Constructor that read all binding annotations in the components inside the specified component (inclusive).
- AnnotateDataBinderInit - Class in org.zkoss.zkplus.databind
-
Deprecated.
As of release 7.0.0, replace with new ZK binding.
- AnnotateDataBinderInit() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBinderInit
-
Deprecated.
- AnnotateDataBindingComposer - Class in org.zkoss.zkplus.databind
-
Deprecated.
As of release 7.0.0, replace with new ZK binding.
- AnnotateDataBindingComposer() - Constructor for class org.zkoss.zkplus.databind.AnnotateDataBindingComposer
-
Deprecated.
- ARGS - Static variable in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
- getAfterWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get save-after event expression.
- getAllBindings() - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Return all Bindings covered by this DataBinder
- getApplicationContext() - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring application context.
- getArgs() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get generic arguments.
- getAttr() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get component attribute name.
- 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.
- getBeanManager() - Static method in class org.zkoss.zkplus.cdi.CDIUtil
-
Returns the CDI BeanManager.
- getBinder() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Gets the associated Data Binder of this Binding.
- 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.
- getBindingCollectionItem(Component) - Method in class org.zkoss.zkplus.databind.DataBinder
-
Deprecated.
Returns a CollectionItem by the comp accordingly.
- 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
Bindings.
- getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
-
- getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
- 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.
- getComponentCollectionOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
-
Deprecated.
Returns the component's owner.
- 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.
- getConverter() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
- getDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
Returns the number of milliseconds to wait before replacing with
the correct content.
- 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.
- getElementAt(int) - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- 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.
- getEntiyManager(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns an EntityManager for the specified persistence unit name and
defined properties.
- getErrorPage() - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
-
Deprecated.
- getExecution() - Method in class org.zkoss.zkplus.embed.Bridge
-
Returns the execution.
- getExpression() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get bean expression, e.g. a.b.c.
- getInnerModel() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- getItems(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItemExt
-
Deprecated.
Returns all children items of the given Collection owner such as Grid.
- getLoadAfterEvents() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get load-after event expression set.
- getLoadWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get load-when event expression set.
- getModelByOwner(Component) - Method in interface org.zkoss.zkplus.databind.CollectionItem
-
Deprecated.
Returns the component model as ListModel
- getReference() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
-
Deprecated.
Gets the reference component that "trigger" sending of this event.
- getReferences() - Method in class org.zkoss.zkplus.databind.BindingValidateEvent
-
Deprecated.
Gets the list of the reference components that "trigger" sending of this event.
- getResult() - Method in class org.zkoss.zkplus.embed.Bridge
-
Returns the result in the JavaScript.
- getSaveWhenEvents() - Method in class org.zkoss.zkplus.databind.Binding
-
Deprecated.
Get save-when event expression.
- getSelection() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- getSelectionControl() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- getSessionFactory() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
-
Deprecated.
Get the singleton hibernate Session Factory.
- getSize() - Method in class org.zkoss.zkplus.databind.BindingListModelListModel
-
Deprecated.
- 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.
- getValue() - Method in class org.zkoss.zkplus.databind.BindingSaveEvent
-
Deprecated.
Gets the value to be saved after "onBindingSave" event.
- getValues() - Method in class org.zkoss.zkplus.databind.BindingValidateEvent
-
Deprecated.
Gets the list of the value to be saved after "onBindingValidate" event.