@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.DeleteAnnotationHandler, AdvancedAnnotationListEditorView.Presenter, AdvancedAnnotationListEditorView.ValuePairChangeHandler| Constructor and Description |
|---|
AdvancedAnnotationListEditorViewImpl(CreateAnnotationWizard createAnnotationWizard) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected void |
init() |
void |
init(AdvancedAnnotationListEditorView.Presenter presenter) |
void |
invokeCreateAnnotationWizard(org.uberfire.client.callbacks.Callback<Annotation> callback,
KieProject kieProject,
ElementType elementType) |
void |
loadAnnotations(List<Annotation> annotations,
Map<String,AnnotationSource> annotationSources) |
void |
removeAnnotation(Annotation annotation) |
void |
setReadonly(boolean readonly) |
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.UberView<AdvancedAnnotationListEditorView.Presenter>public void loadAnnotations(List<Annotation> annotations, Map<String,AnnotationSource> annotationSources)
loadAnnotations in interface AdvancedAnnotationListEditorViewpublic void removeAnnotation(Annotation annotation)
removeAnnotation 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 invokeCreateAnnotationWizard(org.uberfire.client.callbacks.Callback<Annotation> callback, KieProject kieProject, ElementType elementType)
invokeCreateAnnotationWizard in interface AdvancedAnnotationListEditorViewpublic void setReadonly(boolean readonly)
setReadonly in interface AdvancedAnnotationListEditorViewpublic void clear()
clear in interface AdvancedAnnotationListEditorViewCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.