Class BaseEditorViewImpl
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Composite
-
- org.uberfire.ext.editor.commons.client.BaseEditorViewImpl
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.IsRenderable,com.google.gwt.user.client.ui.IsWidget,BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
public abstract class BaseEditorViewImpl extends com.google.gwt.user.client.ui.Composite implements BaseEditorView
-
-
Field Summary
Fields Modifier and Type Field Description protected EditorTitletitle
-
Constructor Summary
Constructors Constructor Description BaseEditorViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalertReadOnly()booleanconfirmClose()EditorTitlegetTitleWidget()voidhideBusyIndicator()voidrefreshTitle(String value)voidshowBusyIndicator(String message)voidshowLoading()voidshowSaving()-
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
-
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
-
Methods 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, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
-
-
-
-
Field Detail
-
title
protected EditorTitle title
-
-
Method Detail
-
alertReadOnly
public void alertReadOnly()
- Specified by:
alertReadOnlyin interfaceBaseEditorView
-
showLoading
public void showLoading()
- Specified by:
showLoadingin interfaceBaseEditorView
-
showSaving
public void showSaving()
- Specified by:
showSavingin interfaceBaseEditorView
-
getTitleWidget
public EditorTitle getTitleWidget()
- Specified by:
getTitleWidgetin interfaceBaseEditorView
-
refreshTitle
public void refreshTitle(String value)
- Specified by:
refreshTitlein interfaceBaseEditorView
-
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
hideBusyIndicator
public void hideBusyIndicator()
- Specified by:
hideBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
confirmClose
public boolean confirmClose()
- Specified by:
confirmClosein interfaceBaseEditorView
-
-