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

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


org.drools.brms.client.rulelist
Class QuickFindWidget

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.rulelist.QuickFindWidget
All Implemented Interfaces:
com.google.gwt.user.client.EventListener

public class QuickFindWidget
extends com.google.gwt.user.client.ui.Composite

This is for quickly finding an asset by name. Partial completion is allowed. This also uses some auto completion magic.

Author:
Michael Neale

Constructor Summary
QuickFindWidget(EditItemEvent editEvent)
           
 
Method Summary
protected  String[] loadShortList(String match, CompletionItemsAsyncReturn returnItems)
          This will load a list of items as they are typing.
protected  void populateList(TableDataResult result)
           
protected  void updateList()
           
 
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

QuickFindWidget

public QuickFindWidget(EditItemEvent editEvent)
Method Detail

loadShortList

protected String[] loadShortList(String match,
                                 CompletionItemsAsyncReturn returnItems)
This will load a list of items as they are typing.


updateList

protected void updateList()

populateList

protected void populateList(TableDataResult result)


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