Class Agenda.AppointmentGroupImpl
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 thedescriptionproperty.Gets the value of thestyleClassproperty.voidsetDescription(String value) Sets the value of thedescriptionproperty.voidsetStyleClass(String value) Sets the value of thestyleClassproperty.javafx.beans.property.ObjectProperty<String> StyleClass:withDescription(String value) withStyleClass(String value)
-
Property Details
-
description
-
styleClass
-
-
Field Details
-
descriptionObjectProperty
-
styleClassObjectProperty
-
-
Constructor Details
-
AppointmentGroupImpl
public AppointmentGroupImpl()
-
-
Method Details
-
descriptionProperty
Description:- Returns:
- the
descriptionproperty - See Also:
-
getDescription
Gets the value of thedescriptionproperty.- Specified by:
getDescriptionin interfaceAgenda.AppointmentGroup- Property description:
- Description:
- Returns:
- the value of the
descriptionproperty - See Also:
-
setDescription
Sets the value of thedescriptionproperty.- Specified by:
setDescriptionin interfaceAgenda.AppointmentGroup- Property description:
- Description:
- Parameters:
value- the value for thedescriptionproperty- See Also:
-
withDescription
-
styleClassProperty
StyleClass:- Returns:
- the
styleClassproperty - See Also:
-
getStyleClass
Gets the value of thestyleClassproperty.- Specified by:
getStyleClassin interfaceAgenda.AppointmentGroup- Property description:
- StyleClass:
- Returns:
- the value of the
styleClassproperty - See Also:
-
setStyleClass
Sets the value of thestyleClassproperty.- Specified by:
setStyleClassin interfaceAgenda.AppointmentGroup- Property description:
- StyleClass:
- Parameters:
value- the value for thestyleClassproperty- See Also:
-
withStyleClass
-