| |
|
| java.lang.Object org.drools.brms.client.rpc.TableDataRow
TableDataRow | public class TableDataRow implements IsSerializable(Code) | | This is a row of data from a table.
author: michael neale |
Field Summary | |
public String | format The type of resource (eg DRL rule, business rule etc). | public String | id The unique ID for the resource. | public String[] | values The actual values to display
We will assume that the first one is the display name when opening. |
format | public String format(Code) | | The type of resource (eg DRL rule, business rule etc).
This will determine what sort of editor opens it.
|
id | public String id(Code) | | The unique ID for the resource.
Most likely a UUID
|
values | public String[] values(Code) | | The actual values to display
We will assume that the first one is the display name when opening.
|
getFormat | public static String getFormat(String key)(Code) | | Gets the format from the keyvalue
|
getKeyValue | public String getKeyValue()(Code) | | Returns a key that can be used to drive an "open" event.
Use getId and getType to break it apart.
|
|
|
|