Uses of Enum Class
tools.dynamia.crud.CrudState
Packages that use CrudState
-
Uses of CrudState in tools.dynamia.crud
Methods in tools.dynamia.crud that return CrudStateModifier and TypeMethodDescriptionstatic CrudState[]AbstractCrudAction.getApplicableStates()By default CrudState.READ is returnedCrudAction.getApplicableStates()ChangedStateEvent.getNewState()ChangedStateEvent.getOldState()GenericCrudView.getState()Return current stateChangedStateEvent.newState()Returns the value of thenewStaterecord component.ChangedStateEvent.oldState()Returns the value of theoldStaterecord component.static CrudStateReturns the enum constant of this class with the specified name.static CrudState[]CrudState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.dynamia.crud with parameters of type CrudStateModifier and TypeMethodDescriptionstatic CrudState[]static booleanCrudState.isApplicable(CrudState crudState, CrudState[] states) voidAbstractCrudAction.setApplicableStates(CrudState[] applicableStates) voidUpdate crud stateConstructors in tools.dynamia.crud with parameters of type CrudStateModifierConstructorDescriptionChangedStateEvent(CrudState newState, CrudState oldState, GenericCrudView crudView) Creates an instance of aChangedStateEventrecord class. -
Uses of CrudState in tools.dynamia.crud.actions
Methods in tools.dynamia.crud.actions that return CrudStateModifier and TypeMethodDescriptionCancelAction.getApplicableStates()DeleteAction.getApplicableStates()EditAction.getApplicableStates()NewAction.getApplicableStates()SaveAction.getApplicableStates()