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

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


org.drools.brms.client.packages
Class AssetAttachmentFileWidget

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.Composite
              extended by org.drools.brms.client.packages.AssetAttachmentFileWidget
All Implemented Interfaces:
com.google.gwt.user.client.EventListener
Direct Known Subclasses:
DecisionTableXLSWidget, ModelAttachmentFileWidget

public abstract class AssetAttachmentFileWidget
extends com.google.gwt.user.client.ui.Composite

This wraps a file uploader utility for model packages. Model packages are jar files.

Author:
Michael Neale, Fernando Meyer

Constructor Summary
AssetAttachmentFileWidget(RuleAsset asset, RuleViewer viewer)
           
 
Method Summary
 void addDescription(com.google.gwt.user.client.ui.Widget d)
           
abstract  String getIcon()
           
abstract  String getOverallStyleName()
          return the overall style name to use.
protected  void initWidgets(String uuid, String formName)
           
protected  void showUploadingBusy()
           
protected  void submitUpload()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssetAttachmentFileWidget

public AssetAttachmentFileWidget(RuleAsset asset,
                                 RuleViewer viewer)
Method Detail

initWidgets

protected void initWidgets(String uuid,
                           String formName)

getIcon

public abstract String getIcon()
Returns:
The path to the icon to use.

getOverallStyleName

public abstract String getOverallStyleName()
return the overall style name to use.


submitUpload

protected void submitUpload()

showUploadingBusy

protected void showUploadingBusy()

addDescription

public void addDescription(com.google.gwt.user.client.ui.Widget d)


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