|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.server.util.TableDisplayHandler
AbstractPagedTable
public class TableDisplayHandler
This utility class handles loading of tables. This is to give some flexibility in what fields are displayed. rulelist.properties and archivedrulelist.properties are the files used.
Constructor Summary | |
---|---|
TableDisplayHandler(String tableconfig)
Deprecated. Produce a table dataset for a given iterator. |
Method Summary | |
---|---|
String |
formatDate(Calendar cal)
Deprecated. |
TableDataResult |
loadRuleListTable(AssetItemIterator it,
int skip,
int numRows)
Deprecated. |
TableDataResult |
loadRuleListTable(AssetItemPageResult list)
Deprecated. |
TableDataResult |
loadRuleListTable(List<AssetItem> assetList,
int skip,
int numRows)
Deprecated. |
TableConfig |
loadTableConfig()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableDisplayHandler(String tableconfig)
list
- The iterator.numRows
- The number of rows to go to. -1 means don't stop.
com.google.gwt.user.client.rpc.SerializationException
Method Detail |
---|
public TableDataResult loadRuleListTable(AssetItemPageResult list) throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationException
public TableDataResult loadRuleListTable(List<AssetItem> assetList, int skip, int numRows) throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationException
public TableDataResult loadRuleListTable(AssetItemIterator it, int skip, int numRows)
public String formatDate(Calendar cal)
public TableConfig loadTableConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |