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 theendTime
property.Gets the value of thestartTime
property.void
setEndTime
(Calendar value) Sets the value of theendTime
property.void
setStartTime
(Calendar value) Sets the value of thestartTime
property.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:- Returns:
- the
startTime
property - See Also:
-
getStartTime
Gets the value of thestartTime
property.- Specified by:
getStartTime
in interfaceAgenda.Appointment
- Property description:
- StartTime:
- Returns:
- the value of the
startTime
property - See Also:
-
setStartTime
Sets the value of thestartTime
property.- Specified by:
setStartTime
in interfaceAgenda.Appointment
- Property description:
- StartTime:
- Parameters:
value
- the value for thestartTime
property- See Also:
-
withStartTime
-
endTimeProperty
EndTime:- Returns:
- the
endTime
property - See Also:
-
getEndTime
Gets the value of theendTime
property.- Specified by:
getEndTime
in interfaceAgenda.Appointment
- Property description:
- EndTime:
- Returns:
- the value of the
endTime
property - See Also:
-
setEndTime
Sets the value of theendTime
property.- Specified by:
setEndTime
in interfaceAgenda.Appointment
- Property description:
- EndTime:
- Parameters:
value
- the value for theendTime
property- See Also:
-
withEndTime
-
toString
-