java.lang.Object
jfxtras.scene.control.agenda.Agenda.AppointmentImplBase<Agenda.AppointmentImpl>
jfxtras.scene.control.agenda.Agenda.AppointmentImpl
- All Implemented Interfaces:
Agenda.Appointment
- Enclosing class:
- Agenda
public static class Agenda.AppointmentImpl
extends Agenda.AppointmentImplBase<Agenda.AppointmentImpl>
implements Agenda.Appointment
A class to help you get going using Calendar; all the required methods of the interface are implemented as JavaFX properties
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<Calendar>
EndTime:javafx.beans.property.ObjectProperty<Calendar>
StartTime:Properties inherited from class jfxtras.scene.control.agenda.Agenda.AppointmentImplBase
appointmentGroup, description, draggable, location, summary, wholeDay
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Calendar>
EndTime:Gets the value of the property endTime.Gets the value of the property startTime.void
setEndTime
(Calendar value) Sets the value of the property endTime.void
setStartTime
(Calendar value) Sets the value of the property startTime.javafx.beans.property.ObjectProperty<Calendar>
StartTime:toString()
withEndTime
(Calendar value) withStartTime
(Calendar value) 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, getEndLocalDateTime, getEndTemporal, getLocation, getStartLocalDateTime, getStartTemporal, getSummary, isDraggable, isWholeDay, setAppointmentGroup, setDescription, setEndLocalDateTime, setEndTemporal, setLocation, setStartLocalDateTime, setStartTemporal, setSummary, setWholeDay
-
Property Details
-
startTime
StartTime:- See Also:
-
endTime
EndTime:- See Also:
-
-
Field Details
-
startTimeObjectProperty
-
endTimeObjectProperty
-
-
Constructor Details
-
AppointmentImpl
public AppointmentImpl()
-
-
Method Details
-
startTimeProperty
StartTime:- See Also:
-
getStartTime
Gets the value of the property startTime.- Specified by:
getStartTime
in interfaceAgenda.Appointment
- Property description:
- StartTime:
-
setStartTime
Sets the value of the property startTime.- Specified by:
setStartTime
in interfaceAgenda.Appointment
- Property description:
- StartTime:
-
withStartTime
-
endTimeProperty
EndTime:- See Also:
-
getEndTime
Gets the value of the property endTime.- Specified by:
getEndTime
in interfaceAgenda.Appointment
- Property description:
- EndTime:
-
setEndTime
Sets the value of the property endTime.- Specified by:
setEndTime
in interfaceAgenda.Appointment
- Property description:
- EndTime:
-
withEndTime
-
toString
-