Package org.opencms.ui.client
Class CmsVUI
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.SimplePanel
com.vaadin.client.ui.VUI
org.opencms.ui.client.CmsVUI
- All Implemented Interfaces:
com.google.gwt.event.dom.client.HasScrollHandlers,com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.logical.shared.HasResizeHandlers,com.google.gwt.event.logical.shared.ResizeHandler,com.google.gwt.event.shared.EventHandler,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.AcceptsOneWidget,com.google.gwt.user.client.ui.Focusable,com.google.gwt.user.client.ui.HasOneWidget,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.HasWidgets,com.google.gwt.user.client.ui.HasWidgets.ForIsWidget,com.google.gwt.user.client.ui.IsWidget,com.google.gwt.user.client.Window.ClosingHandler,com.vaadin.client.Focusable,com.vaadin.client.ui.ShortcutActionHandler.ShortcutActionHandlerOwner,Iterable<com.google.gwt.user.client.ui.Widget>
UI widget overriding some functionality from the Vaadin implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget -
Field Summary
FieldsFields inherited from class com.vaadin.client.ui.VUI
actionHandler, connection, id, resizeLazyFields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClears the stored focus.static voidClears the stored focus for the current UI instance.voidprotected voidonLoad()voidMethods inherited from class com.vaadin.client.ui.VUI
addResizeHandler, addScrollHandler, focus, getShortcutActionHandler, getTabIndex, getTheme, goTo, isEmbedded, isMonitoringParentSize, makeScrollable, onResize, onUnload, onWindowClosing, performSizeCheck, sendClientResized, setAccessKey, setFocus, setTabIndex, windowSizeMaybeChangedMethods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, getContainerElement, getWidget, iterator, remove, setWidget, setWidgetMethods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeMethods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEventsMethods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEventMethods inherited from interface com.google.gwt.user.client.ui.HasWidgets
add, clear, iterator, removeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
INSTANCE
The current instance.
-
-
Constructor Details
-
CmsVUI
public CmsVUI()
-
-
Method Details
-
clearStoredFocusForCurrentInstance
Clears the stored focus for the current UI instance.Useful when you want more explicit control over the focus after closing a window.
-
clearStoredFocus
Clears the stored focus.Use this when you want to set the focus explicitly after closing a Vaadin window.
-
focusStoredElement
- Overrides:
focusStoredElementin classcom.vaadin.client.ui.VUI- See Also:
-
storeFocus
- Overrides:
storeFocusin classcom.vaadin.client.ui.VUI- See Also:
-
onLoad
- Overrides:
onLoadin classcom.vaadin.client.ui.VUI- See Also:
-