|
||||||||||
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.Composite
org.drools.guvnor.client.common.DirtyableComposite
org.drools.guvnor.client.ruleeditor.GuvnorEditor
org.drools.guvnor.client.packages.ArtifactEditor
public class ArtifactEditor
The generic editor for all types of artifacts.
Nested Class Summary |
---|
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 |
Field Summary | |
---|---|
protected Artifact |
artifact
|
Fields inherited from class org.drools.guvnor.client.common.DirtyableComposite |
---|
dirtyflag |
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ArtifactEditor(Artifact artifact)
|
|
ArtifactEditor(Artifact artifact,
boolean historicalReadOnly)
|
|
ArtifactEditor(Artifact artifact,
boolean historicalReadOnly,
com.google.gwt.user.client.Command refreshCommand,
OpenItemCommand openItemCommand,
com.google.gwt.user.client.Command closeCommand)
|
Method Summary | |
---|---|
protected boolean |
hasDirty()
|
boolean |
isDirty()
|
void |
showInfoMessage(String message)
|
Methods inherited from class org.drools.guvnor.client.common.DirtyableComposite |
---|
getHeight, getWidth, makeDirty, onBrowserEvent, resetDirty |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, 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, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Artifact artifact
Constructor Detail |
---|
public ArtifactEditor(Artifact artifact)
Artifact
- artifactpublic ArtifactEditor(Artifact artifact, boolean historicalReadOnly)
Artifact
- artifacthistoricalReadOnly
- true if this is a read only view for historical purposes.public ArtifactEditor(Artifact artifact, boolean historicalReadOnly, com.google.gwt.user.client.Command refreshCommand, OpenItemCommand openItemCommand, com.google.gwt.user.client.Command closeCommand)
Artifact
- artifacthistoricalReadOnly
- true if this is a read only view for historical purposes.actionToolbarButtonsConfigurationProvider
- used to change the default button configuration provider.Method Detail |
---|
public boolean isDirty()
isDirty
in interface DirtyableWidget
isDirty
in class DirtyableComposite
protected boolean hasDirty()
public void showInfoMessage(String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |