Package | Description |
---|---|
org.tencompetence.portlet.qtieditor.common |
Provides support classes for the QTI Editor backing beans.
|
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.
|