Uses of Interface
org.opencms.ui.I_CmsUpdateListener
Packages that use I_CmsUpdateListener
Package
Description
Contains code for workplace apps.
Contains some reusable GUI components for Vaadin UI.
Contains Vaadin UI extensions.
-
Uses of I_CmsUpdateListener in org.opencms.ui.apps
Methods in org.opencms.ui.apps with parameters of type I_CmsUpdateListenerModifier and TypeMethodDescriptioncom.vaadin.ui.Button
I_CmsAppUIContext.addPublishButton
(I_CmsUpdateListener<String> updateListener) Adds the publish button to the toolbar. -
Uses of I_CmsUpdateListener in org.opencms.ui.components
Methods in org.opencms.ui.components with parameters of type I_CmsUpdateListenerModifier and TypeMethodDescriptioncom.vaadin.ui.Button
CmsAppViewLayout.addPublishButton
(I_CmsUpdateListener<String> updateListener) static com.vaadin.ui.Button
CmsAppViewLayout.createPublishButton
(I_CmsUpdateListener<String> updateListener) Creates the publish button. -
Uses of I_CmsUpdateListener in org.opencms.ui.components.extensions
Constructors in org.opencms.ui.components.extensions with parameters of type I_CmsUpdateListenerModifierConstructorDescriptionCmsGwtDialogExtension
(com.vaadin.ui.UI ui, I_CmsUpdateListener<String> updateListener) Creates a new instance and binds it to a UI instance.CmsPropertyDialogExtension
(com.vaadin.ui.UI ui, I_CmsUpdateListener<String> updateListener) Creates a new instance and binds it to a UI instance.