当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ShuffleAction (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.brms.client.decisiontable
Class ShuffleAction
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.drools.brms.client.decisiontable.ShuffleAction
- All Implemented Interfaces:
- com.google.gwt.user.client.EventListener
- Direct Known Subclasses:
- ShuffleDownAction, ShuffleUpAction
public class ShuffleAction
- extends com.google.gwt.user.client.ui.Composite
This shows the widget for moving a row up or down.
- Author:
- Steven Williams
Constructor Summary |
ShuffleAction()
|
ShuffleAction(int currentRow,
org.drools.brms.client.decisiontable.EditableDTGrid.RowClickListener clickListener,
String direction)
Pass in the click listener delegate for when the respective action is clicked and the
direction to move the row |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
getElement, initWidget, onAttach, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
getParent, isAttached, onBrowserEvent, onLoad, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
EMPTY1
public static final ShuffleAction EMPTY1
ShuffleAction
public ShuffleAction()
ShuffleAction
public ShuffleAction(int currentRow,
org.drools.brms.client.decisiontable.EditableDTGrid.RowClickListener clickListener,
String direction)
- Pass in the click listener delegate for when the respective action is clicked and the
direction to move the row
- Parameters:
currentRow
- clickListener
- direction
-
setRow
public void setRow(int row)
getRow
public int getRow()
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.