|
Guvnor web application Drools 6.0.0-SNAPSHOT | |||||||||
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.simulation.SimulationTestEditor
public class SimulationTestEditor
Nested Class Summary | |
---|---|
protected static interface |
SimulationTestEditor.SimulationTestEditorBinder
|
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 com.google.gwt.user.client.ui.TabPanel |
pathTabPanel
|
protected com.google.gwt.user.client.ui.PushButton |
runSimulationButton
|
protected TimeLineWidget |
timeLineWidget
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
SimulationTestEditor(Asset asset)
|
|
SimulationTestEditor(Asset asset,
RuleViewer ruleViewer,
ClientFactory clientFactory,
com.google.gwt.event.shared.EventBus eventBus)
|
Method Summary | |
---|---|
void |
addCommand(AbstractCommandModel command)
|
void |
addPath()
|
void |
addStep(SimulationPathModel path)
|
void |
moveDownCommand(AbstractCommandModel command)
|
void |
moveUpCommand(AbstractCommandModel command)
|
void |
removeCommand(AbstractCommandModel command)
|
void |
removePath(SimulationPathModel path)
|
void |
removeStep(SimulationStepModel step)
|
protected void |
runSimulation(com.google.gwt.event.dom.client.ClickEvent event)
|
void |
selectPath(SimulationPathModel path)
|
void |
selectStep(SimulationStepModel step)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, 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, sinkBitlessEvent, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
---|
asWidget |
Field Detail |
---|
@UiField protected com.google.gwt.user.client.ui.PushButton runSimulationButton
@UiField protected com.google.gwt.user.client.ui.TabPanel pathTabPanel
@UiField(provided=true) protected TimeLineWidget timeLineWidget
Constructor Detail |
---|
public SimulationTestEditor(Asset asset, RuleViewer ruleViewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
public SimulationTestEditor(Asset asset)
Method Detail |
---|
public void addPath()
addPath
in interface SimulationTestEventHandler
public void removePath(SimulationPathModel path)
removePath
in interface SimulationTestEventHandler
public void selectPath(SimulationPathModel path)
public void selectStep(SimulationStepModel step)
selectStep
in interface SimulationTestEventHandler
public void addStep(SimulationPathModel path)
addStep
in interface SimulationTestEventHandler
public void removeStep(SimulationStepModel step)
removeStep
in interface SimulationTestEventHandler
public void addCommand(AbstractCommandModel command)
addCommand
in interface SimulationTestEventHandler
public void moveUpCommand(AbstractCommandModel command)
moveUpCommand
in interface SimulationTestEventHandler
public void moveDownCommand(AbstractCommandModel command)
moveDownCommand
in interface SimulationTestEventHandler
public void removeCommand(AbstractCommandModel command)
removeCommand
in interface SimulationTestEventHandler
@UiHandler(value="runSimulationButton") protected void runSimulation(com.google.gwt.event.dom.client.ClickEvent event)
|
Guvnor web application Drools 6.0.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |