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:voidSets the value of the property appointmentGroup.voidsetDescription(String value) Sets the value of the property description.voidsetDraggable(Boolean value) Sets the value of the property draggable.voidsetLocation(String value) Sets the value of the property location.voidsetSummary(String value) Sets the value of the property summary.voidsetWholeDay(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, waitMethods 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:
isWholeDayin interfaceAgenda.Appointment
-
setWholeDay
Sets the value of the property wholeDay.- Specified by:
setWholeDayin interfaceAgenda.Appointment- Property description:
- WholeDay:
-
withWholeDay
-
summaryProperty
Summary:- See Also:
-
getSummary
Gets the value of the property summary.- Specified by:
getSummaryin interfaceAgenda.Appointment- Property description:
- Summary:
-
setSummary
Sets the value of the property summary.- Specified by:
setSummaryin interfaceAgenda.Appointment- Property description:
- Summary:
-
withSummary
-
descriptionProperty
Description:- See Also:
-
getDescription
Gets the value of the property description.- Specified by:
getDescriptionin interfaceAgenda.Appointment- Property description:
- Description:
-
setDescription
Sets the value of the property description.- Specified by:
setDescriptionin interfaceAgenda.Appointment- Property description:
- Description:
-
withDescription
-
locationProperty
Location:- See Also:
-
getLocation
Gets the value of the property location.- Specified by:
getLocationin interfaceAgenda.Appointment- Property description:
- Location:
-
setLocation
Sets the value of the property location.- Specified by:
setLocationin interfaceAgenda.Appointment- Property description:
- Location:
-
withLocation
-
appointmentGroupProperty
AppointmentGroup: -
getAppointmentGroup
Gets the value of the property appointmentGroup.- Specified by:
getAppointmentGroupin interfaceAgenda.Appointment- Property description:
- AppointmentGroup:
-
setAppointmentGroup
Sets the value of the property appointmentGroup.- Specified by:
setAppointmentGroupin interfaceAgenda.Appointment- Property description:
- AppointmentGroup:
-
withAppointmentGroup
-
draggableProperty
Draggable- See Also:
-
isDraggable
- Specified by:
isDraggablein interfaceAgenda.Appointment
-
setDraggable
Sets the value of the property draggable.- Property description:
- Draggable
-
withDraggable
-