@Dependent @Templated public class DefaultDiagramDocumentationView extends com.google.gwt.user.client.ui.Composite implements DocumentationView<Diagram>
DocumentationView. To implement a DocumentationView for the domain,
this should be extended and annotated with the applicable discriminator qualifier for the domain. For example
@BPMN or @DMNEditor etc.| Constructor and Description |
|---|
DefaultDiagramDocumentationView() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Diagram> |
getDiagram() |
DocumentationView |
initialize(Diagram diagram) |
boolean |
isEnabled()
Should be overridden to enable where on custom
DocumentationView |
DocumentationView<Diagram> |
refresh() |
DocumentationView<Diagram> |
setIsSelected(Supplier<Boolean> isSelected) |
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, toStringpublic boolean isEnabled()
DocumentationViewisEnabled in interface DocumentationView<Diagram>public DocumentationView initialize(Diagram diagram)
initialize in interface DocumentationView<Diagram>public DocumentationView<Diagram> refresh()
refresh in interface DocumentationView<Diagram>public DocumentationView<Diagram> setIsSelected(Supplier<Boolean> isSelected)
setIsSelected in interface DocumentationView<Diagram>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.