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

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


org.drools.brms.client.rpc
Class TableDataResult

java.lang.Object
  extended by org.drools.brms.client.rpc.TableDataResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class TableDataResult
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

This contains the results returned to populate a table/grid. This will be enhanced to provide pagination data shortly.

Author:
Michael Neale

Field Summary
 TableDataRow[] data
           
 
Constructor Summary
TableDataResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public TableDataRow[] data
Constructor Detail

TableDataResult

public TableDataResult()


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