|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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.google.gwt.user.client.ui.PopupPanel
com.google.gwt.user.client.ui.DecoratedPopupPanel
com.google.gwt.user.client.ui.DialogBox
org.apache.cxf.management.web.browser.client.ui.AbstractDialog
org.apache.cxf.management.web.browser.client.ui.browser.EditCriteriaViewImpl
public class EditCriteriaViewImpl
| 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 |
|---|
@Inject
public EditCriteriaViewImpl(@Nonnull
LogBrowserConstans constans)
| Method Detail |
|---|
public com.google.gwt.user.client.ui.HasValue<String> getPhraseValue()
getPhraseValue in interface EditCriteriaView@Nonnull public com.google.gwt.user.client.ui.HasValue<Date> getFromValue()
getFromValue in interface EditCriteriaView@Nonnull public com.google.gwt.user.client.ui.HasValue<Date> getToValue()
getToValue in interface EditCriteriaView@Nonnull public com.google.gwt.user.client.ui.HasValue<Boolean> getDebugValue()
getDebugValue in interface EditCriteriaView@Nonnull public com.google.gwt.user.client.ui.HasValue<Boolean> getInfoValue()
getInfoValue in interface EditCriteriaView@Nonnull public com.google.gwt.user.client.ui.HasValue<Boolean> getWarnValue()
getWarnValue in interface EditCriteriaView@Nonnull public com.google.gwt.user.client.ui.HasValue<Boolean> getErrorValue()
getErrorValue in interface EditCriteriaView@Nullable public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetasWidget in interface ViewasWidget in class com.google.gwt.user.client.ui.Widgetpublic void setPresenter(EditCriteriaView.Presenter presenter)
setPresenter in interface EditCriteriaView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||