Package | Description |
---|---|
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoryField
This class manages the category field settings in a category view set.
|
Modifier and Type | Method and Description |
---|---|
RecordField |
RecordFieldList.getRecordField(java.lang.String guid)
Returns the record field for the given UID.
|
RecordField |
RecordFieldList.insert(FieldDefinition fieldDefinition,
int pos)
Adds a new field to this list if no field using this fields UID has been added yet.
|
RecordField |
RecordFieldList.insert(RecordField field,
int pos)
Inserts the given record field at the specified position.
|
RecordField |
RecordFieldList.insertSeparator(java.lang.String name,
int pos)
Creates a new field grouping separator element at the given position.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RecordField> |
RecordFieldList.getRecordFields()
Returns a list of all record fields known to this list.
|
Modifier and Type | Method and Description |
---|---|
RecordField |
RecordFieldList.insert(RecordField field,
int pos)
Inserts the given record field at the specified position.
|
void |
RecordFieldList.moveDown(RecordField entry)
Moves the specified entry one position down in this list.
|
void |
RecordFieldList.moveDownToEnd(RecordField entry)
Moves the specified entry to the last position in this list.
|
void |
RecordFieldList.moveUp(RecordField entry)
Moves the specified entry one position up in this list.
|
void |
RecordFieldList.moveUpToTop(RecordField entry)
Moves the specified entry to the top position in this list.
|
void |
RecordFieldList.remove(RecordField recordField)
Removes the given field from this list.
|
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.