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.voidsetDescription(String value) Sets the value of the property description.voidsetStyleClass(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:
getDescriptionin interfaceAgenda.AppointmentGroup- Property description:
- Description:
-
setDescription
Sets the value of the property description.- Specified by:
setDescriptionin interfaceAgenda.AppointmentGroup- Property description:
- Description:
-
withDescription
-
styleClassProperty
StyleClass:- See Also:
-
getStyleClass
Gets the value of the property styleClass.- Specified by:
getStyleClassin interfaceAgenda.AppointmentGroup- Property description:
- StyleClass:
-
setStyleClass
Sets the value of the property styleClass.- Specified by:
setStyleClassin interfaceAgenda.AppointmentGroup- Property description:
- StyleClass:
-
withStyleClass
-