| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| no.g9.client.core.validator | |
| no.g9.client.core.view | |
| no.g9.client.core.view.table | |
| no.g9.client.core.view.tree |
| Modifier and Type | Method and Description |
|---|---|
ListRow |
EventContext.getListRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventContext.setListRow(ListRow listRow)
Sets the ListRow in which the event occurred.
|
| Constructor and Description |
|---|
EventContext(String methodName,
Object source,
Object event,
ListRow listRow)
Constructs a new Trigger object.
|
| Modifier and Type | Method and Description |
|---|---|
ListRow |
ValidateContext.getListRow() |
| Constructor and Description |
|---|
ValidateContext(DialogController dCtrl,
ListRow lRow,
DialogObjectConstant dObjectConstant)
Constructs a new ValidationContext
|
ValidateContext(DialogController dCtrl,
ListRow lRow,
DialogObjectConstant dObjectConstant,
ActionType action)
Construct a new Validation Context.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ListRow> |
ViewModel.getDisplayList(RoleConstant role)
Get the displayed list of ListRows for the given role.
|
<T extends ListRow> |
ViewModel.getTableModel(RoleConstant role)
Get the TableModel for the given role.
|
<T extends TreeNode,L extends ListRow> |
ViewModel.getTreeModel(DialogObjectConstant attribute)
Get the TreeModel for the given treeview.
|
<T extends ListRow> |
ViewModel.setTableModel(RoleConstant role,
TableModel<T> tableModel)
Set the TableModel for the given role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialogView.dispatchEvent(ListRow listRow,
DialogObjectConstant trigger,
Object event,
String method)
Dispatch an event to the dialog controller.
|
no.esito.jvine.controller.FieldData |
ViewModel.getRowFieldData(ListRow row,
RoleConstant role)
Get row field values for a role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewModel.setTreeModel(DialogObjectConstant attribute,
TreeModel<? extends TreeNode,? extends ListRow> treeModel)
Set the TreeModel for the given treeview.
|
| Constructor and Description |
|---|
ListSelectionCallback(no.esito.jvine.view.ViewModelImpl viewModel,
boolean selected,
RoleConstant role,
int rowNo,
ListRow emptyRow)
Create a new list selection callback object, will be triggered from the
framework after the user has made a reply to the message box.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTableModel<T extends ListRow>
The default table model.
|
class |
ListRowComparator<T extends ListRow>
Comparator used to compare two list rows.
|
class |
RowFilter<U,T extends ListRow>
ColumnFilter is used to filter
ListRows based on a filter value
and filter type. |
interface |
TableModel<T extends ListRow>
The general table model used by jVine targets.
|
| Modifier and Type | Method and Description |
|---|---|
static <U extends Comparable<U>,T extends ListRow> |
RowFilter.comparableFilter(DialogObjectConstant column,
U filterValue,
RowFilter.FilterType filterType)
Create a filter that uses a java.lang.Comparable filter value.
|
static <T extends ListRow> |
RowFilter.regexpFilter(DialogObjectConstant column,
String regexp)
Create a filter that uses the a regular expression to filter values.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RowFilter<?,ListRow>> |
DefaultTableModel.getRowFilters() |
Collection<RowFilter<?,ListRow>> |
TableModel.getRowFilters()
Get the registered row filters for this table model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTableModel.add(T... row) |
void |
TableModel.add(T... row)
Appends the specified rows to this table data's list.
|
int |
DefaultTableModel.indexOf(ListRow row) |
void |
DefaultTableModel.insert(int rowIndex,
T... row) |
void |
TableModel.insert(int rowIndex,
T... row)
Inserts a row or rows at the specified position in the table data list .
|
boolean |
DefaultTableModel.remove(T... row) |
boolean |
TableModel.remove(T... row)
Removes specified row or rows from the table data list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTableModel.addRowFilter(RowFilter<?,ListRow> rowFilter) |
void |
TableModel.addRowFilter(RowFilter<?,ListRow> rowFilter)
Add the row filter to this table model.
|
void |
DefaultTableModel.addRowFilters(Collection<RowFilter<?,ListRow>> rowFilters) |
void |
TableModel.addRowFilters(Collection<RowFilter<?,ListRow>> rowFilters)
Add the row filters to this table model.
|
void |
DefaultTableModel.removeRowFilter(RowFilter<?,ListRow> rowFilter) |
void |
TableModel.removeRowFilter(RowFilter<?,ListRow> rowFilter)
Remove the row filter from this table model.
|
void |
DefaultTableModel.removeRowFilters(Collection<RowFilter<?,ListRow>> rowFilters) |
void |
TableModel.removeRowFilters(Collection<RowFilter<?,ListRow>> rowFilters)
Remove the row filters from this table model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeModel<T extends TreeNode,L extends ListRow>
The general tree model used by jVine targets.
|
| Modifier and Type | Method and Description |
|---|---|
<L extends ListRow> |
TreeNode.getListRow()
Returns the ListRow connected to a node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModel.addRowFilter(RowFilter<?,ListRow> rowFilter)
Add the row filter to this tree model.
|
void |
TreeModel.addRowFilters(Collection<RowFilter<?,ListRow>> rowFilters)
Add the row filters to this tree model.
|
void |
TreeModel.removeRowFilter(RowFilter<?,ListRow> rowFilter)
Remove the row filter from this tree model.
|
void |
TreeModel.removeRowFilters(Collection<RowFilter<?,ListRow>> rowFilters)
Remove the row filters from this tree model.
|
Copyright © 2006–2017 Esito AS. All rights reserved.