|
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.TimeLineWidget
public class TimeLineWidget
Nested Class Summary | |
---|---|
protected static interface |
TimeLineWidget.TimeLineWidgetBinder
|
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.PushButton |
addPathButton
|
protected com.google.gwt.user.client.ui.FlowPanel |
addStepsPanel
|
protected SimulationResources |
simulationResources
|
protected SimulationStyle |
simulationStyle
|
protected com.google.gwt.user.client.ui.LayoutPanel |
timeLineContent
|
protected com.google.gwt.user.client.ui.ScrollPanel |
timeLineScrollPanel
|
protected com.google.gwt.user.client.ui.PushButton |
zoomInButton
|
protected com.google.gwt.user.client.ui.PushButton |
zoomOutButton
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
TimeLineWidget(SimulationTestEventHandler simulationTestEventHandler)
|
Method Summary | |
---|---|
void |
addedPath(SimulationPathModel path)
|
void |
addedStep(SimulationStepModel step)
|
protected void |
addPath(com.google.gwt.event.dom.client.ClickEvent event)
|
void |
removedPath(SimulationPathModel path)
|
void |
removedStep(SimulationStepModel step)
|
void |
scrollToDistanceMillis(long distanceMillis)
|
void |
setSimulation(SimulationModel simulation)
|
void |
zoomIn()
|
protected void |
zoomIn(com.google.gwt.event.dom.client.ClickEvent event)
|
void |
zoomOut()
|
protected void |
zoomOut(com.google.gwt.event.dom.client.ClickEvent event)
|
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 |
Field Detail |
---|
@UiField protected SimulationResources simulationResources
protected SimulationStyle simulationStyle
@UiField protected com.google.gwt.user.client.ui.PushButton addPathButton
@UiField protected com.google.gwt.user.client.ui.PushButton zoomInButton
@UiField protected com.google.gwt.user.client.ui.PushButton zoomOutButton
@UiField protected com.google.gwt.user.client.ui.ScrollPanel timeLineScrollPanel
@UiField protected com.google.gwt.user.client.ui.LayoutPanel timeLineContent
@UiField protected com.google.gwt.user.client.ui.FlowPanel addStepsPanel
Constructor Detail |
---|
public TimeLineWidget(SimulationTestEventHandler simulationTestEventHandler)
Method Detail |
---|
public void setSimulation(SimulationModel simulation)
public void addedPath(SimulationPathModel path)
public void removedPath(SimulationPathModel path)
public void addedStep(SimulationStepModel step)
public void removedStep(SimulationStepModel step)
public void scrollToDistanceMillis(long distanceMillis)
@UiHandler(value="addPathButton") protected void addPath(com.google.gwt.event.dom.client.ClickEvent event)
@UiHandler(value="zoomInButton") protected void zoomIn(com.google.gwt.event.dom.client.ClickEvent event)
public void zoomIn()
@UiHandler(value="zoomOutButton") protected void zoomOut(com.google.gwt.event.dom.client.ClickEvent event)
public void zoomOut()
|
Guvnor web application Drools 6.0.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |