Class Agenda.AppointmentImpl
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 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 theendTimeproperty.Gets the value of thestartTimeproperty.voidsetEndTime(Calendar value) Sets the value of theendTimeproperty.voidsetStartTime(Calendar value) Sets the value of thestartTimeproperty.javafx.beans.property.ObjectProperty<Calendar> StartTime:toString()withEndTime(Calendar value) withStartTime(Calendar value) 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, getEndLocalDateTime, getEndTemporal, getLocation, getStartLocalDateTime, getStartTemporal, getSummary, isDraggable, isWholeDay, setAppointmentGroup, setDescription, setEndLocalDateTime, setEndTemporal, setLocation, setStartLocalDateTime, setStartTemporal, setSummary, setWholeDay
-
Property Details
-
startTime
-
endTime
-
-
Field Details
-
startTimeObjectProperty
-
endTimeObjectProperty
-
-
Constructor Details
-
AppointmentImpl
public AppointmentImpl()
-
-
Method Details
-
startTimeProperty
StartTime:- Returns:
- the
startTimeproperty - See Also:
-
getStartTime
Gets the value of thestartTimeproperty.- Specified by:
getStartTimein interfaceAgenda.Appointment- Property description:
- StartTime:
- Returns:
- the value of the
startTimeproperty - See Also:
-
setStartTime
Sets the value of thestartTimeproperty.- Specified by:
setStartTimein interfaceAgenda.Appointment- Property description:
- StartTime:
- Parameters:
value- the value for thestartTimeproperty- See Also:
-
withStartTime
-
endTimeProperty
EndTime:- Returns:
- the
endTimeproperty - See Also:
-
getEndTime
Gets the value of theendTimeproperty.- Specified by:
getEndTimein interfaceAgenda.Appointment- Property description:
- EndTime:
- Returns:
- the value of the
endTimeproperty - See Also:
-
setEndTime
Sets the value of theendTimeproperty.- Specified by:
setEndTimein interfaceAgenda.Appointment- Property description:
- EndTime:
- Parameters:
value- the value for theendTimeproperty- See Also:
-
withEndTime
-
toString
-