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 the property endLocalDateTime.This is what Agenda uses to render the appointmentsvoidsetEndLocalDateTime(LocalDateTime value) Sets the value of the property endLocalDateTime.voidThis 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, withWholeDayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
-
-
Field Details
-
startLocalDateTime
-
endLocalDateTimeProperty
-
-
Constructor Details
-
AppointmentImplLocal
public AppointmentImplLocal()
-
-
Method Details
-
startLocalDateTime
StartDateTime: -
getStartLocalDateTime
Description copied from interface:Agenda.AppointmentThis is what Agenda uses to render the appointments- Specified by:
getStartLocalDateTimein interfaceAgenda.Appointment
-
setStartLocalDateTime
Description copied from interface:Agenda.AppointmentThis is what Agenda uses to render the appointments- Specified by:
setStartLocalDateTimein interfaceAgenda.Appointment
-
withStartLocalDateTime
-
endLocalDateTimeProperty
EndDateTime: -
getEndLocalDateTime
Gets the value of the property endLocalDateTime.- Specified by:
getEndLocalDateTimein interfaceAgenda.Appointment- Property description:
- EndDateTime:
-
setEndLocalDateTime
Sets the value of the property endLocalDateTime.- Specified by:
setEndLocalDateTimein interfaceAgenda.Appointment- Property description:
- EndDateTime:
-
withEndLocalDateTime
-
toString
-