public class AttachmentEditor
extends com.google.gwt.user.client.ui.Composite
Constructor and Description |
---|
AttachmentEditor()
Creates a new AttachmentEditor Widget.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
assertLoaded()
Check that the esri.dijit.AttachmentEditor has been loaded
|
void |
showAttachments(Graphic graphic,
FeatureLayer featureLayer)
Display the attachment editor.
|
void |
startup()
Finalizes the creation of the attachment editor.
|
claimElement, initializeClaimedElement, isAttached, onBrowserEvent, render, render
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
public AttachmentEditor()
public static boolean assertLoaded()
public void showAttachments(Graphic graphic, FeatureLayer featureLayer)
graphic
- - Graphic, with attachments, to display in the attachment editor.featureLayer
- - The feature layer to display attachments for. The feature layer must have attachments enabled.public void startup()