java.lang.Object
jfxtras.scene.control.agenda.Agenda.AppointmentImplBase<Agenda.AppointmentImplLocal>
jfxtras.scene.control.agenda.Agenda.AppointmentImplLocal
- All Implemented Interfaces:
Agenda.Appointment
- Direct Known Subclasses:
AppointmentAbstractPane.AppointmentForDrag
- Enclosing class:
Agenda
public static class Agenda.AppointmentImplLocal
extends Agenda.AppointmentImplBase<Agenda.AppointmentImplLocal>
implements Agenda.Appointment
A class to help you get going using LocalDateTime; all the required methods of the interface are implemented as JavaFX properties
-
Property Summary
PropertiesProperties inherited from class jfxtras.scene.control.agenda.Agenda.AppointmentImplBase
appointmentGroup, description, draggable, location, summary, wholeDay
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final javafx.beans.property.ObjectProperty
<LocalDateTime> private final javafx.beans.property.ObjectProperty
<LocalDateTime> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty
<LocalDateTime> EndDateTime:Gets the value of theendLocalDateTime
property.This is what Agenda uses to render the appointmentsvoid
setEndLocalDateTime
(LocalDateTime value) Sets the value of theendLocalDateTime
property.void
This is what Agenda uses to render the appointmentsjavafx.beans.property.ObjectProperty
<LocalDateTime> StartDateTime:toString()
Methods inherited from class jfxtras.scene.control.agenda.Agenda.AppointmentImplBase
appointmentGroupProperty, descriptionProperty, draggableProperty, getAppointmentGroup, getDescription, getLocation, getSummary, isDraggable, isWholeDay, locationProperty, setAppointmentGroup, setDescription, setDraggable, setLocation, setSummary, setWholeDay, summaryProperty, wholeDayProperty, withAppointmentGroup, withDescription, withDraggable, withLocation, withSummary, withWholeDay
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jfxtras.scene.control.agenda.Agenda.Appointment
getAppointmentGroup, getDescription, getEndTemporal, getEndTime, getLocation, getStartTemporal, getStartTime, getSummary, isDraggable, isWholeDay, setAppointmentGroup, setDescription, setEndTemporal, setEndTime, setLocation, setStartTemporal, setStartTime, setSummary, setWholeDay
-
Property Details
-
endLocalDateTime
EndDateTime:- See Also:
-
-
Field Details
-
startLocalDateTime
-
endLocalDateTimeProperty
-
-
Constructor Details
-
AppointmentImplLocal
public AppointmentImplLocal()
-
-
Method Details
-
startLocalDateTime
StartDateTime: -
getStartLocalDateTime
Description copied from interface:Agenda.Appointment
This is what Agenda uses to render the appointments- Specified by:
getStartLocalDateTime
in interfaceAgenda.Appointment
-
setStartLocalDateTime
Description copied from interface:Agenda.Appointment
This is what Agenda uses to render the appointments- Specified by:
setStartLocalDateTime
in interfaceAgenda.Appointment
-
withStartLocalDateTime
-
endLocalDateTimeProperty
EndDateTime:- Returns:
- the
endLocalDateTime
property - See Also:
-
getEndLocalDateTime
Gets the value of theendLocalDateTime
property.- Specified by:
getEndLocalDateTime
in interfaceAgenda.Appointment
- Property description:
- EndDateTime:
- Returns:
- the value of the
endLocalDateTime
property - See Also:
-
setEndLocalDateTime
Sets the value of theendLocalDateTime
property.- Specified by:
setEndLocalDateTime
in interfaceAgenda.Appointment
- Property description:
- EndDateTime:
- Parameters:
value
- the value for theendLocalDateTime
property- See Also:
-
withEndLocalDateTime
-
toString
-