|
||||||||||
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.Panel
com.google.gwt.user.client.ui.SimplePanel
com.google.gwt.user.client.ui.FocusPanel
org.drools.guvnor.client.rulefloweditor.FaultNode
public class FaultNode
Nested Class Summary | |
---|---|
protected static class |
RuleFlowBaseNode.Corners
|
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 |
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets |
---|
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget |
Field Summary | |
---|---|
protected static String |
BLUE_RULE_FLOW_NODE_STYLE
|
protected static int |
CORNER_HEIGHT
|
protected static int |
CORNER_ROUND_HEIGHT
|
protected static String |
IMAGE_STYLE
|
protected FormStyleLayout |
parametersForm
|
protected static String |
WHITE_RULE_FLOW_NODE_STYLE
|
protected static String |
YELLOW_RULE_FLOW_NODE_STYLE
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
FaultNode()
|
Method Summary | |
---|---|
void |
addParametersForm(FormStyleLayout parametersForm)
|
RuleFlowBaseNode.Corners |
getCorners()
|
long |
getId()
|
com.google.gwt.resources.client.ImageResource |
getImagePath()
|
String |
getStyle()
|
int |
getX()
|
int |
getY()
|
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event)
Clear parameters when clicked. |
void |
setId(long id)
|
void |
setX(int x)
|
void |
setY(int y)
|
Methods inherited from class com.google.gwt.user.client.ui.FocusPanel |
---|
addBlurHandler, addClickHandler, addClickListener, addDoubleClickHandler, addFocusHandler, addFocusListener, addGestureChangeHandler, addGestureEndHandler, addGestureStartHandler, addKeyboardListener, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, getTabIndex, removeClickListener, removeFocusListener, removeKeyboardListener, removeMouseListener, removeMouseWheelListener, setAccessKey, setFocus, setTabIndex |
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel |
---|
add, getContainerElement, getWidget, iterator, remove, setWidget, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
---|
add, adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, orphan, remove |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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 |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Field Detail |
---|
protected static final int CORNER_HEIGHT
protected static final int CORNER_ROUND_HEIGHT
protected static final String IMAGE_STYLE
protected static final String WHITE_RULE_FLOW_NODE_STYLE
protected static final String YELLOW_RULE_FLOW_NODE_STYLE
protected static final String BLUE_RULE_FLOW_NODE_STYLE
protected FormStyleLayout parametersForm
Constructor Detail |
---|
public FaultNode()
Method Detail |
---|
public RuleFlowBaseNode.Corners getCorners()
public com.google.gwt.resources.client.ImageResource getImagePath()
public String getStyle()
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick
in interface com.google.gwt.event.dom.client.ClickHandler
public void addParametersForm(FormStyleLayout parametersForm)
public void setId(long id)
public long getId()
public void setX(int x)
public int getX()
public void setY(int y)
public int getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |