java.lang.Object
jfxtras.scene.control.agenda.Agenda.AppointmentGroupImpl
- All Implemented Interfaces:
Agenda.AppointmentGroup
- Enclosing class:
- Agenda
A class to help you get going; all the required methods of the interface are implemented as JavaFX properties
-
Property Summary
Properties -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<String>
Description:Gets the value of the property description.Gets the value of the property styleClass.void
setDescription
(String value) Sets the value of the property description.void
setStyleClass
(String value) Sets the value of the property styleClass.javafx.beans.property.ObjectProperty<String>
StyleClass:withDescription
(String value) withStyleClass
(String value)
-
Property Details
-
description
Description:- See Also:
-
styleClass
StyleClass:- See Also:
-
-
Field Details
-
descriptionObjectProperty
-
styleClassObjectProperty
-
-
Constructor Details
-
AppointmentGroupImpl
public AppointmentGroupImpl()
-
-
Method Details
-
descriptionProperty
Description:- See Also:
-
getDescription
Gets the value of the property description.- Specified by:
getDescription
in interfaceAgenda.AppointmentGroup
- Property description:
- Description:
-
setDescription
Sets the value of the property description.- Specified by:
setDescription
in interfaceAgenda.AppointmentGroup
- Property description:
- Description:
-
withDescription
-
styleClassProperty
StyleClass:- See Also:
-
getStyleClass
Gets the value of the property styleClass.- Specified by:
getStyleClass
in interfaceAgenda.AppointmentGroup
- Property description:
- StyleClass:
-
setStyleClass
Sets the value of the property styleClass.- Specified by:
setStyleClass
in interfaceAgenda.AppointmentGroup
- Property description:
- StyleClass:
-
withStyleClass
-