|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.brms.client.rpc.TableDataRow
public class TableDataRow
This is a row of data from a table.
Field Summary | |
---|---|
String |
format
The type of resource (eg DRL rule, business rule etc). |
String |
id
The unique ID for the resource. |
String[] |
values
The actual values to display We will assume that the first one is the display name when opening. |
Constructor Summary | |
---|---|
TableDataRow()
|
Method Summary | |
---|---|
String |
getDisplayName()
|
static String |
getFormat(String key)
Gets the format from the keyvalue |
static String |
getId(String key)
Gets the ID from the key value. |
String |
getKeyValue()
Returns a key that can be used to drive an "open" event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String id
public String format
public String[] values
Constructor Detail |
---|
public TableDataRow()
Method Detail |
---|
public String getDisplayName()
public String getKeyValue()
public static String getId(String key)
public static String getFormat(String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |