org.apache.cxf.management.web.browser.client.ui.browser
Class EditCriteriaViewImpl

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.SimplePanel
                  extended by com.google.gwt.user.client.ui.PopupPanel
                      extended by com.google.gwt.user.client.ui.DecoratedPopupPanel
                          extended by com.google.gwt.user.client.ui.DialogBox
                              extended by org.apache.cxf.management.web.browser.client.ui.AbstractDialog
                                  extended by org.apache.cxf.management.web.browser.client.ui.browser.EditCriteriaViewImpl
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasCloseHandlers<com.google.gwt.user.client.ui.PopupPanel>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.safehtml.client.HasSafeHtml, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasText, 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.ui.MouseListener, com.google.gwt.user.client.ui.SourcesPopupEvents, Iterable<com.google.gwt.user.client.ui.Widget>, EditCriteriaView, View

public class EditCriteriaViewImpl
extends AbstractDialog
implements EditCriteriaView


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.DialogBox
com.google.gwt.user.client.ui.DialogBox.Caption
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.PopupPanel
com.google.gwt.user.client.ui.PopupPanel.PositionCallback
 
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.DebugIdImplEnabled
 
Nested classes/interfaces inherited from interface org.apache.cxf.management.web.browser.client.ui.browser.EditCriteriaView
EditCriteriaView.Presenter
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
EditCriteriaViewImpl(LogBrowserConstans constans)
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget asWidget()
           
 com.google.gwt.user.client.ui.HasValue<Boolean> getDebugValue()
           
 com.google.gwt.user.client.ui.HasValue<Boolean> getErrorValue()
           
 com.google.gwt.user.client.ui.HasValue<Date> getFromValue()
           
 com.google.gwt.user.client.ui.HasValue<Boolean> getInfoValue()
           
 com.google.gwt.user.client.ui.HasValue<String> getPhraseValue()
           
 com.google.gwt.user.client.ui.HasValue<Date> getToValue()
           
 com.google.gwt.user.client.ui.HasValue<Boolean> getWarnValue()
           
 void setPresenter(EditCriteriaView.Presenter presenter)
           
 
Methods inherited from class org.apache.cxf.management.web.browser.client.ui.AbstractDialog
init
 
Methods inherited from class com.google.gwt.user.client.ui.DialogBox
beginDragging, continueDragging, doAttachChildren, doDetachChildren, endDragging, getCaption, getHTML, getText, hide, onBrowserEvent, onEnsureDebugId, onMouseDown, onMouseEnter, onMouseLeave, onMouseMove, onMouseUp, onPreviewNativeEvent, setHTML, setHTML, setText, show
 
Methods inherited from class com.google.gwt.user.client.ui.DecoratedPopupPanel
clear, getCellElement, getWidget, iterator, remove, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.PopupPanel
addAutoHidePartner, addCloseHandler, addPopupListener, center, getContainerElement, getGlassElement, getGlassStyleName, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getStyleElement, getTitle, hide, isAnimationEnabled, isAutoHideEnabled, isAutoHideOnHistoryEventsEnabled, isGlassEnabled, isModal, isPreviewingAllNativeEvents, isShowing, isVisible, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, onUnload, removeAutoHidePartner, removePopupListener, setAnimationEnabled, setAutoHideEnabled, setAutoHideOnHistoryEventsEnabled, setGlassEnabled, setGlassStyleName, setHeight, setModal, setPopupPosition, setPopupPositionAndShow, setPreviewingAllNativeEvents, setTitle, setVisible, setWidth, showRelativeTo
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, adopt, disown, orphan, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onDetach, onLoad, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, removeStyleDependentName, removeStyleName, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

EditCriteriaViewImpl

@Inject
public EditCriteriaViewImpl(@Nonnull
                                   LogBrowserConstans constans)
Method Detail

getPhraseValue

public com.google.gwt.user.client.ui.HasValue<String> getPhraseValue()
Specified by:
getPhraseValue in interface EditCriteriaView

getFromValue

@Nonnull
public com.google.gwt.user.client.ui.HasValue<Date> getFromValue()
Specified by:
getFromValue in interface EditCriteriaView

getToValue

@Nonnull
public com.google.gwt.user.client.ui.HasValue<Date> getToValue()
Specified by:
getToValue in interface EditCriteriaView

getDebugValue

@Nonnull
public com.google.gwt.user.client.ui.HasValue<Boolean> getDebugValue()
Specified by:
getDebugValue in interface EditCriteriaView

getInfoValue

@Nonnull
public com.google.gwt.user.client.ui.HasValue<Boolean> getInfoValue()
Specified by:
getInfoValue in interface EditCriteriaView

getWarnValue

@Nonnull
public com.google.gwt.user.client.ui.HasValue<Boolean> getWarnValue()
Specified by:
getWarnValue in interface EditCriteriaView

getErrorValue

@Nonnull
public com.google.gwt.user.client.ui.HasValue<Boolean> getErrorValue()
Specified by:
getErrorValue in interface EditCriteriaView

asWidget

@Nullable
public com.google.gwt.user.client.ui.Widget asWidget()
Specified by:
asWidget in interface com.google.gwt.user.client.ui.IsWidget
Specified by:
asWidget in interface View
Overrides:
asWidget in class com.google.gwt.user.client.ui.Widget

setPresenter

public void setPresenter(EditCriteriaView.Presenter presenter)
Specified by:
setPresenter in interface EditCriteriaView


Apache CXF