java.lang.Object
jfxtras.scene.control.agenda.Agenda.AppointmentImplBase<T>
- All Implemented Interfaces:
Agenda.Appointment
- Direct Known Subclasses:
Agenda.AppointmentImpl
,Agenda.AppointmentImplLocal
,Agenda.AppointmentImplTemporal
- Enclosing class:
- Agenda
public abstract static class Agenda.AppointmentImplBase<T>
extends Object
implements Agenda.Appointment
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<Agenda.AppointmentGroup>
AppointmentGroup:javafx.beans.property.ObjectProperty<String>
Description:javafx.beans.property.ObjectProperty<Boolean>
Draggablejavafx.beans.property.ObjectProperty<String>
Location:javafx.beans.property.ObjectProperty<String>
Summary:javafx.beans.property.ObjectProperty<Boolean>
WholeDay: -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final javafx.beans.property.ObjectProperty<Agenda.AppointmentGroup>
private final javafx.beans.property.ObjectProperty<String>
private final javafx.beans.property.ObjectProperty<Boolean>
private final javafx.beans.property.ObjectProperty<String>
private final javafx.beans.property.ObjectProperty<String>
private final javafx.beans.property.ObjectProperty<Boolean>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Agenda.AppointmentGroup>
AppointmentGroup:javafx.beans.property.ObjectProperty<String>
Description:javafx.beans.property.ObjectProperty<Boolean>
DraggableGets the value of the property appointmentGroup.Gets the value of the property description.Gets the value of the property location.Gets the value of the property summary.javafx.beans.property.ObjectProperty<String>
Location:void
Sets the value of the property appointmentGroup.void
setDescription
(String value) Sets the value of the property description.void
setDraggable
(Boolean value) Sets the value of the property draggable.void
setLocation
(String value) Sets the value of the property location.void
setSummary
(String value) Sets the value of the property summary.void
setWholeDay
(Boolean value) Sets the value of the property wholeDay.javafx.beans.property.ObjectProperty<String>
Summary:javafx.beans.property.ObjectProperty<Boolean>
WholeDay:withDescription
(String value) withDraggable
(Boolean value) withLocation
(String value) withSummary
(String value) withWholeDay
(Boolean value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jfxtras.scene.control.agenda.Agenda.Appointment
getEndLocalDateTime, getEndTemporal, getEndTime, getStartLocalDateTime, getStartTemporal, getStartTime, setEndLocalDateTime, setEndTemporal, setEndTime, setStartLocalDateTime, setStartTemporal, setStartTime
-
Property Details
-
wholeDay
WholeDay:- See Also:
-
summary
Summary:- See Also:
-
description
Description:- See Also:
-
location
Location:- See Also:
-
appointmentGroup
AppointmentGroup: -
draggable
Draggable- See Also:
-
-
Field Details
-
wholeDayObjectProperty
-
summaryObjectProperty
-
descriptionObjectProperty
-
locationObjectProperty
-
appointmentGroupObjectProperty
private final javafx.beans.property.ObjectProperty<Agenda.AppointmentGroup> appointmentGroupObjectProperty -
draggableObjectProperty
-
-
Constructor Details
-
AppointmentImplBase
public AppointmentImplBase()
-
-
Method Details
-
wholeDayProperty
WholeDay:- See Also:
-
isWholeDay
- Specified by:
isWholeDay
in interfaceAgenda.Appointment
-
setWholeDay
Sets the value of the property wholeDay.- Specified by:
setWholeDay
in interfaceAgenda.Appointment
- Property description:
- WholeDay:
-
withWholeDay
-
summaryProperty
Summary:- See Also:
-
getSummary
Gets the value of the property summary.- Specified by:
getSummary
in interfaceAgenda.Appointment
- Property description:
- Summary:
-
setSummary
Sets the value of the property summary.- Specified by:
setSummary
in interfaceAgenda.Appointment
- Property description:
- Summary:
-
withSummary
-
descriptionProperty
Description:- See Also:
-
getDescription
Gets the value of the property description.- Specified by:
getDescription
in interfaceAgenda.Appointment
- Property description:
- Description:
-
setDescription
Sets the value of the property description.- Specified by:
setDescription
in interfaceAgenda.Appointment
- Property description:
- Description:
-
withDescription
-
locationProperty
Location:- See Also:
-
getLocation
Gets the value of the property location.- Specified by:
getLocation
in interfaceAgenda.Appointment
- Property description:
- Location:
-
setLocation
Sets the value of the property location.- Specified by:
setLocation
in interfaceAgenda.Appointment
- Property description:
- Location:
-
withLocation
-
appointmentGroupProperty
AppointmentGroup: -
getAppointmentGroup
Gets the value of the property appointmentGroup.- Specified by:
getAppointmentGroup
in interfaceAgenda.Appointment
- Property description:
- AppointmentGroup:
-
setAppointmentGroup
Sets the value of the property appointmentGroup.- Specified by:
setAppointmentGroup
in interfaceAgenda.Appointment
- Property description:
- AppointmentGroup:
-
withAppointmentGroup
-
draggableProperty
Draggable- See Also:
-
isDraggable
- Specified by:
isDraggable
in interfaceAgenda.Appointment
-
setDraggable
Sets the value of the property draggable.- Property description:
- Draggable
-
withDraggable
-