Class Agenda.AppointmentImplLocal
java.lang.Object
jfxtras.scene.control.agenda.Agenda.AppointmentImplBase<Agenda.AppointmentImplLocal>
jfxtras.scene.control.agenda.Agenda.AppointmentImplLocal
- All Implemented Interfaces:
Agenda.Appointment
- 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
- Author:
- Tom Eugelink <tbee@tbee.org>
-
Property Summary
PropertiesProperties inherited from class Agenda.AppointmentImplBase
appointmentGroup, description, draggable, location, summary, wholeDay -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<LocalDateTime> EndDateTime:Gets the value of theendLocalDateTimeproperty.This is what Agenda uses to render the appointmentsvoidsetEndLocalDateTime(LocalDateTime value) Sets the value of theendLocalDateTimeproperty.voidThis is what Agenda uses to render the appointmentsjavafx.beans.property.ObjectProperty<LocalDateTime> StartDateTime:toString()Methods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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:
-
-
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:- Returns:
- the
endLocalDateTimeproperty - See Also:
-
getEndLocalDateTime
Gets the value of theendLocalDateTimeproperty.- Specified by:
getEndLocalDateTimein interfaceAgenda.Appointment- Property description:
- EndDateTime:
- Returns:
- the value of the
endLocalDateTimeproperty - See Also:
-
setEndLocalDateTime
Sets the value of theendLocalDateTimeproperty.- Specified by:
setEndLocalDateTimein interfaceAgenda.Appointment- Property description:
- EndDateTime:
- Parameters:
value- the value for theendLocalDateTimeproperty- See Also:
-
withEndLocalDateTime
-
toString
-