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 thedescription
property.Gets the value of thestyleClass
property.void
setDescription
(String value) Sets the value of thedescription
property.void
setStyleClass
(String value) Sets the value of thestyleClass
property.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:- Returns:
- the
description
property - See Also:
-
getDescription
Gets the value of thedescription
property.- Specified by:
getDescription
in interfaceAgenda.AppointmentGroup
- Property description:
- Description:
- Returns:
- the value of the
description
property - See Also:
-
setDescription
Sets the value of thedescription
property.- Specified by:
setDescription
in interfaceAgenda.AppointmentGroup
- Property description:
- Description:
- Parameters:
value
- the value for thedescription
property- See Also:
-
withDescription
-
styleClassProperty
StyleClass:- Returns:
- the
styleClass
property - See Also:
-
getStyleClass
Gets the value of thestyleClass
property.- Specified by:
getStyleClass
in interfaceAgenda.AppointmentGroup
- Property description:
- StyleClass:
- Returns:
- the value of the
styleClass
property - See Also:
-
setStyleClass
Sets the value of thestyleClass
property.- Specified by:
setStyleClass
in interfaceAgenda.AppointmentGroup
- Property description:
- StyleClass:
- Parameters:
value
- the value for thestyleClass
property- See Also:
-
withStyleClass
-