Enum Class AbstractSaveListActionSupport.SaveResponse.ListAction

java.lang.Object
java.lang.Enum<AbstractSaveListActionSupport.SaveResponse.ListAction>
name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
All Implemented Interfaces:
Serializable, Comparable<AbstractSaveListActionSupport.SaveResponse.ListAction>, java.lang.constant.Constable
Enclosing class:
AbstractSaveListActionSupport.SaveResponse<T>

public static enum AbstractSaveListActionSupport.SaveResponse.ListAction extends Enum<AbstractSaveListActionSupport.SaveResponse.ListAction>
ADD_AND_RELOAD_ITEM
Adds item to list and reloads item for all required data.
ADD_ITEM
Adds item to list, which must have all expected data.
DESELECT
Sets the list selection to no item.
NONE
Does not affect list.
RELOAD_ENTIRE
Reloads master list, which means all slave lists are cleared for reload.
RELOAD_ITEM
Reloads selected item of list only.
RELOAD_LIST
Reloads list using current list finder.
RELOAD_MASTER
Reloads selected item of master list, which means all slave lists are cleared for reload.
REMOVE_ITEM
Removes selected item of list.