|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelRecord
A record in a ModelRecordSet
. The names of the columns are
the names of the fields in the underlying model record set.
Method Summary | |
---|---|
int |
getIndex()
Gets the index assigned to this record by the model. |
TerminalAttributes |
getTerminalAttributes(int index)
Gets the terminal attributes by column index. |
TerminalAttributes |
getTerminalAttributes(java.lang.String field)
Gets the terminal attributes by field name. |
boolean |
isBlank()
Checks if the record is considered blank. |
boolean |
isExcluded()
Checks if the record is excluded. |
Methods inherited from interface com.wrq.vhi.script.api.Record |
---|
get, get, getCount, getName, getNames, indexOf |
Method Detail |
---|
boolean isBlank()
boolean isExcluded()
int getIndex()
ModelRecordSet
object. In fact, the record indices are likely not contiguous.
TerminalAttributes getTerminalAttributes(java.lang.String field) throws java.lang.IllegalArgumentException
field
- the field name
TerminalAttributes
of the first cell in the field
java.lang.IllegalArgumentException
- if the field name is invalidTerminalAttributes getTerminalAttributes(int index) throws java.lang.IllegalArgumentException
index
- the column index
java.lang.IllegalArgumentException
- if the field index is invalid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |