Package | Description |
---|---|
org.tencompetence.portlet.modeleditor.common |
Provides classes common for the modeleditor.
|
org.tencompetence.portlet.modeleditor.controller |
Provides classes used by the modeleditor controller.
|
Modifier and Type | Method and Description |
---|---|
static ListController.SelectionType |
ListController.SelectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListController.SelectionType[] |
ListController.SelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ListController(java.lang.String key,
ListController.SelectionType selectionType)
Instantiates a new list controller with a unique key identifying the associated ICEFace component, such as a
dataTable.
|
Constructor and Description |
---|
ChildLevelController(java.lang.String idString,
ListController.SelectionType type)
Instantiates a new child level controller.
|