| Package | Description |
|---|---|
| no.g9.client.support |
| Modifier and Type | Method and Description |
|---|---|
ListblockLine |
Listblock.findInList(Object domainObject)
Returns the line that keeps an instance of the specified domain object,
or
null if no such line is found. |
ListblockLine |
Listblock.getLine(int rowIndex)
Returns the listblock line with the specified row number, or
null
if no such row exists. |
ListblockLine |
Listblock.getNewListblockLine()
Returns a new list block line object.
|
ListblockLine |
ListblockLine.obtain()
Obtains all the displayed roles.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Listblock.callHooksBeforeInsert(ListblockLine line)
Forwards call to the hook method before insert.
|
abstract Component |
CellRenderOverride.getTableCellRendererComponent(Component renderer,
ListblockLine line,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
Override the renderer component.
|
void |
Listblock.insertNewListblockLine(ListblockLine listBlockLine)
Inserts a listblock line at the end of the list block.
|
void |
Listblock.setSelectedLine(ListblockLine line)
Selects a line in the list.
|
Copyright © 2006–2018 Esito AS. All rights reserved.