当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
JBRMSFeature (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.brms.client
Class JBRMSFeature
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.JBRMSFeature
- All Implemented Interfaces:
- com.google.gwt.user.client.EventListener
- Direct Known Subclasses:
- AdminFeature, DeploymentManagementFeature, Info, PackageManagementFeature, RuleBases, RulesFeature, Search
public abstract class JBRMSFeature
- extends com.google.gwt.user.client.ui.Composite
A 'feature' is a single panel of the JBRMS console. They are meant to be lazily
instantiated so that the application doesn't pay for all of them on startup.
Method Summary |
void |
onHide()
Called just before this sink is hidden. |
void |
onShow()
Called just after this sink is shown. |
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 |
JBRMSFeature
public JBRMSFeature()
onHide
public void onHide()
- Called just before this sink is hidden.
onShow
public void onShow()
- Called just after this sink is shown.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.