当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ActionToolbar (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.brms.client.ruleeditor
Class ActionToolbar
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.ruleeditor.ActionToolbar
- All Implemented Interfaces:
- com.google.gwt.user.client.EventListener
public class ActionToolbar
- extends com.google.gwt.user.client.ui.Composite
This contains the widgets used to action a rule asset
(ie checkin, change state, close window)
- Author:
- Michael Neale
Constructor Summary |
ActionToolbar(RuleAsset asset,
com.google.gwt.user.client.Command checkin,
com.google.gwt.user.client.Command archiv,
com.google.gwt.user.client.Command minimiseMaximise,
com.google.gwt.user.client.Command delete,
boolean readOnly)
|
Method Summary |
protected void |
doCheckinConfirm(com.google.gwt.user.client.ui.Widget w)
Called when user wants to checkin. |
protected void |
doCopyDialog(com.google.gwt.user.client.ui.Widget w)
|
void |
setCloseCommand(com.google.gwt.user.client.Command c)
This needs to be set to allow the current viewer to be closed. |
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 |
ActionToolbar
public ActionToolbar(RuleAsset asset,
com.google.gwt.user.client.Command checkin,
com.google.gwt.user.client.Command archiv,
com.google.gwt.user.client.Command minimiseMaximise,
com.google.gwt.user.client.Command delete,
boolean readOnly)
doCopyDialog
protected void doCopyDialog(com.google.gwt.user.client.ui.Widget w)
doCheckinConfirm
protected void doCheckinConfirm(com.google.gwt.user.client.ui.Widget w)
- Called when user wants to checkin.
setCloseCommand
public void setCloseCommand(com.google.gwt.user.client.Command c)
- This needs to be set to allow the current viewer to be closed.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.