| |
|
| java.lang.Object org.drools.brms.server.util.TableDisplayHandler
TableDisplayHandler | public class TableDisplayHandler (Code) | | This utility class handles loading of tables.
This is to give some flexibility in what fields are displayed.
This will likely be dynamic in the future (driven of user config stored in the
repository).
author: michael neale |
Constructor Summary | |
public | TableDisplayHandler(String tableconfig) Produce a table dataset for a given iterator.
Parameters: list - The iterator. Parameters: numRows - The number of rows to go to. |
ARCHIVED_RULE_LIST_TABLE_ID | final public static String ARCHIVED_RULE_LIST_TABLE_ID(Code) | | |
DEFAULT_TABLE_TEMPLATE | final public static String DEFAULT_TABLE_TEMPLATE(Code) | | |
TableDisplayHandler | public TableDisplayHandler(String tableconfig)(Code) | | Produce a table dataset for a given iterator.
Parameters: list - The iterator. Parameters: numRows - The number of rows to go to. -1 means don't stop. throws: SerializableException - |
|
|
|