站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

NewAssetWizard (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client.ruleeditor
Class NewAssetWizard

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.SimplePanel
                  extended by com.google.gwt.user.client.ui.PopupPanel
                      extended by org.drools.brms.client.common.FormStylePopup
                          extended by org.drools.brms.client.ruleeditor.NewAssetWizard
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.SourcesPopupEvents

public class NewAssetWizard
extends FormStylePopup

This provides a popup for creating a new rule/asset from scratch. reuses a few other widgets.


Constructor Summary
NewAssetWizard(EditItemEvent afterCreate, boolean showCats, String format, String title)
          This is used when creating a new rule.
 
Method Summary
protected  void openEditor(String uuid)
          After creating the item we open it in the editor.
 
Methods inherited from class org.drools.brms.client.common.FormStylePopup
addAttribute, addRow
 
Methods inherited from class com.google.gwt.user.client.ui.PopupPanel
addPopupListener, getPopupLeft, getPopupTop, hide, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, remove, removePopupListener, setPopupPosition, show
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, getContainerElement, getWidget, iterator, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, clear, disown, onAttach, onDetach
 
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, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewAssetWizard

public NewAssetWizard(EditItemEvent afterCreate,
                      boolean showCats,
                      String format,
                      String title)
This is used when creating a new rule.

Method Detail

openEditor

protected void openEditor(String uuid)
After creating the item we open it in the editor.

Parameters:
uuid -


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.