Class ReviserLocatable<T, U extends VLocatable<U>>
java.lang.Object
jfxtras.scene.control.agenda.icalendar.editors.revisors.ReviserDisplayable<T,U>
jfxtras.scene.control.agenda.icalendar.editors.revisors.ReviserLocatable<T,U>
- Type Parameters:
T- concrete implementation of this classU- concreteclassinvalid reference
VComponentLocatable
- All Implemented Interfaces:
Reviser
- Direct Known Subclasses:
ReviserVEvent, ReviserVTodo
Handles revising a
invalid reference
VComponentLocatable
- Author:
- David Bal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturned list ofVPropertyElementvalues, that when changed, necessitate a user dialog to determine scope of change.Gets the value of the end of the selected recurrence after changesvoidsetEndRecurrence(Temporal startRecurrence) Sets the value of the end of the selected recurrence after changeswithEndRecurrence(Temporal endRecurrence) Sets the value of the end of the selected recurrence after changesMethods inherited from class ReviserDisplayable
getDialogCallback, getStartOriginalRecurrence, getStartRecurrence, getVComponentCopyEdited, getVComponentOriginal, revise, setDialogCallback, setStartOriginalRecurrence, setStartRecurrence, setVComponentCopyEdited, setVComponentOriginal, withDialogCallback, withStartOriginalRecurrence, withStartRecurrence, withVComponentCopyEdited, withVComponentOriginal
-
Constructor Details
-
ReviserLocatable
-
-
Method Details
-
getEndRecurrence
Gets the value of the end of the selected recurrence after changes -
setEndRecurrence
Sets the value of the end of the selected recurrence after changes -
withEndRecurrence
-
dialogRequiredProperties
Description copied from class:ReviserDisplayableReturned list ofVPropertyElementvalues, that when changed, necessitate a user dialog to determine scope of change. If changes do not contain ANYVPropertyElementin the returned list then changes can proceed automatically without a user dialog.- Overrides:
dialogRequiredPropertiesin classReviserDisplayable<T, U extends VLocatable<U>>- Returns:
List<VPropertyElement>that when any are changed require a user dialog to request scope of change (e.g. ONE, ALL or THIS_AND_FUTURE)
-