Package | Description |
---|---|
com.ca.mat.application.performance.model |
Contains all of the model for the project.
|
com.ca.mat.application.performance.view |
Contains all of the view for the project.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateAction<T>
The model class that represents a single update entry on the configuration list.
|
Modifier and Type | Method and Description |
---|---|
List<EntryAction<T>> |
MultipleEntryFields.getDifferentEntries(List<T> firstCompared,
List<T> secondCompared,
EntryAction.ActionType type)
Get the different entries.
|
List<EntryAction<T>> |
MultipleEntryFields.getModifiedEntries()
Retrieves the list of modified entries.
|
Modifier and Type | Method and Description |
---|---|
protected String |
InclusionsAndExclusions.handleSingleDelete(EntryAction<InclusionsAndExclusions.Entry> entryAction) |
String |
CreateProfile.handleSingleDelete(EntryAction<T> entryAction) |
protected abstract String |
MultipleEntryFields.handleSingleDelete(EntryAction<T> entry)
Handles a single new delete entry after saving the configuration.
|
protected String |
InclusionsAndExclusions.handleSingleNewEntry(EntryAction<InclusionsAndExclusions.Entry> entryAction) |
String |
CreateProfile.handleSingleNewEntry(EntryAction<T> entryAction) |
protected abstract String |
MultipleEntryFields.handleSingleNewEntry(EntryAction<T> entry)
Handles a single new swipeable entry after saving the configuration.
|
protected void |
MultipleEntryFields.processSingleEntry(EntryAction<T> entry)
Processes the single entry action.
|
Copyright © 2016–2022. All rights reserved.