| Package | Description |
|---|---|
| no.g9.client.core.view | |
| no.g9.client.core.view.table | |
| no.g9.client.core.view.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanProperty
Enumerates boolean dialog object properties.
|
class |
EffectProperty
Enumerates various effect dialog object properties.
|
class |
StringProperty
Represents a general string property for dialog objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRow.clear(DialogObjectConstant dialogObject,
Property<?> property) |
void |
PropertyManager.clear(DialogObjectConstant dialogObject,
Property<?> property)
Clear the specified property of the specified dialog object.
|
<T> T |
ListRow.getProperty(DialogObjectConstant dialogObject,
Property<T> property) |
<T> T |
PropertyManager.getProperty(DialogObjectConstant dialogObject,
Property<T> property)
Get the specified property value.
|
boolean |
ListRow.isPropertySet(DialogObjectConstant dialogObject,
Property<?> property) |
boolean |
PropertyManager.isPropertySet(DialogObjectConstant dialogObject,
Property<?> property)
Test if a property is set.
|
<T> void |
ListRow.setProperty(DialogObjectConstant dialogObject,
Property<T> property,
T value) |
<T> void |
PropertyManager.setProperty(DialogObjectConstant dialogObject,
Property<T> property,
T value)
Set the specified property.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRowComparator.Sorting
Enumerates sort direction.
|
static class |
TableModel.SelectionModel
Enumerates the various row selection models.
|
| Modifier and Type | Method and Description |
|---|---|
<U> U |
DefaultTableModel.getCellProperty(int rowIndex,
DialogObjectConstant columnIdentifier,
Property<U> propertyName) |
<U> U |
TableModel.getCellProperty(int rowIndex,
DialogObjectConstant columnIdentifier,
Property<U> propertyName)
Get the property value for the specified cell.
|
<U> void |
DefaultTableModel.setCellProperty(int rowIndex,
DialogObjectConstant columnIdentifier,
Property<U> propertyName,
U propertyValue) |
<U> void |
TableModel.setCellProperty(int rowIndex,
DialogObjectConstant columnIdentifier,
Property<U> propertyName,
U propertyValue)
Set the specified property on the specified cell.
|
<U> void |
DefaultTableModel.setColumnProperty(DialogObjectConstant columnIdentifier,
Property<U> propertyName,
U value) |
<U> void |
TableModel.setColumnProperty(DialogObjectConstant columnIdentifier,
Property<U> propertyName,
U value)
Set the specified property on all cells in the column.
|
<U> void |
DefaultTableModel.setProperty(Property<U> property,
U propertyValue) |
<U> void |
TableModel.setProperty(Property<U> property,
U propertyValue)
Set the specified property on all cells in the table.
|
<U> void |
DefaultTableModel.setRowProperty(int rowIndex,
Property<U> property,
U propertyValue) |
<U> void |
TableModel.setRowProperty(int rowIndex,
Property<U> property,
U propertyValue)
Set the specified property on all cells in the row.
|
<U> void |
DefaultTableModel.setRowProperty(T row,
Property<U> property,
U propertyValue) |
<U> void |
TableModel.setRowProperty(T row,
Property<U> property,
U propertyValue)
Set the specified property on all cells in the row.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TreeModel.Grouping
Enumerates the various grouping modes.
|
static class |
TreeModel.SelectionModel
Enumerates the various node selection models.
|
| Modifier and Type | Method and Description |
|---|---|
<U> U |
TreeModel.getCellProperty(T node,
DialogObjectConstant columnIdentifier,
Property<U> propertyName)
Get the property value for the specified cell.
|
<U> void |
TreeModel.setCellProperty(T node,
DialogObjectConstant columnIdentifier,
Property<U> propertyName,
U propertyValue)
Set the specified property on the specified cell.
|
<U> void |
TreeModel.setColumnProperty(DialogObjectConstant columnIdentifier,
Property<U> propertyName,
U value)
Set the specified property on all cells in the column.
|
<U> void |
TreeModel.setNodeProperty(T node,
Property<U> property,
U propertyValue)
Set the specified property on all cells in the node.
|
<U> void |
TreeModel.setProperty(Property<U> property,
U propertyValue)
Set the specified property on all cells in the tree.
|
Copyright © 2006–2020 Esito AS. All rights reserved.