@Dependent public class AdvancedAnnotationListEditorViewImpl extends com.google.gwt.user.client.ui.Composite implements AdvancedAnnotationListEditorView
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledAdvancedAnnotationListEditorView.AddAnnotationHandler, AdvancedAnnotationListEditorView.ClearValuePairHandler, AdvancedAnnotationListEditorView.CollapseChangeHandler, AdvancedAnnotationListEditorView.DeleteAnnotationHandler, AdvancedAnnotationListEditorView.EditValuePairHandler, AdvancedAnnotationListEditorView.Presenter, AdvancedAnnotationListEditorView.ValuePairChangeHandler| Constructor and Description |
|---|
AdvancedAnnotationListEditorViewImpl(CreateAnnotationWizard createAnnotationWizard) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(AnnotationListItem listItem) |
void |
clear() |
protected void |
init() |
void |
init(AdvancedAnnotationListEditorView.Presenter presenter) |
void |
invokeCreateAnnotationWizard(org.uberfire.client.callbacks.Callback<Annotation> callback,
KieModule kieModule,
ElementType elementType) |
void |
removeItem(AnnotationListItem listItem) |
void |
setReadonly(boolean readonly) |
void |
showYesNoDialog(String message,
org.uberfire.mvp.Command cancelCommand) |
void |
showYesNoDialog(String message,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand,
org.uberfire.mvp.Command cancelCommand) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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@Inject public AdvancedAnnotationListEditorViewImpl(CreateAnnotationWizard createAnnotationWizard)
@PostConstruct protected void init()
public void init(AdvancedAnnotationListEditorView.Presenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<AdvancedAnnotationListEditorView.Presenter>public void clear()
clear in interface AdvancedAnnotationListEditorViewpublic void addItem(AnnotationListItem listItem)
addItem in interface AdvancedAnnotationListEditorViewpublic void removeItem(AnnotationListItem listItem)
removeItem in interface AdvancedAnnotationListEditorViewpublic void showYesNoDialog(String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand)
showYesNoDialog in interface AdvancedAnnotationListEditorViewpublic void showYesNoDialog(String message, org.uberfire.mvp.Command cancelCommand)
showYesNoDialog in interface AdvancedAnnotationListEditorViewpublic void invokeCreateAnnotationWizard(org.uberfire.client.callbacks.Callback<Annotation> callback, KieModule kieModule, ElementType elementType)
invokeCreateAnnotationWizard in interface AdvancedAnnotationListEditorViewpublic void setReadonly(boolean readonly)
setReadonly in interface AdvancedAnnotationListEditorViewCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.