public static class Agenda.AppointmentGroupImpl extends java.lang.Object implements Agenda.AppointmentGroup
| Type | Property and Description |
|---|---|
javafx.beans.property.ObjectProperty<java.lang.String> |
description
Description:
|
javafx.beans.property.ObjectProperty<java.lang.String> |
styleClass
StyleClass:
|
| Constructor and Description |
|---|
Agenda.AppointmentGroupImpl() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<java.lang.String> |
descriptionProperty()
Description:
|
java.lang.String |
getDescription()
Gets the value of the property description.
|
java.lang.String |
getStyleClass()
Gets the value of the property styleClass.
|
void |
setDescription(java.lang.String value)
Sets the value of the property description.
|
void |
setStyleClass(java.lang.String value)
Sets the value of the property styleClass.
|
javafx.beans.property.ObjectProperty<java.lang.String> |
styleClassProperty()
StyleClass:
|
Agenda.AppointmentGroupImpl |
withDescription(java.lang.String value) |
Agenda.AppointmentGroupImpl |
withStyleClass(java.lang.String value) |
public javafx.beans.property.ObjectProperty<java.lang.String> descriptionProperty
getDescription(),
setDescription(String)public javafx.beans.property.ObjectProperty<java.lang.String> styleClassProperty
getStyleClass(),
setStyleClass(String)public javafx.beans.property.ObjectProperty<java.lang.String> descriptionProperty()
getDescription(),
setDescription(String)public java.lang.String getDescription()
getDescription in interface Agenda.AppointmentGrouppublic void setDescription(java.lang.String value)
setDescription in interface Agenda.AppointmentGrouppublic Agenda.AppointmentGroupImpl withDescription(java.lang.String value)
public javafx.beans.property.ObjectProperty<java.lang.String> styleClassProperty()
getStyleClass(),
setStyleClass(String)public java.lang.String getStyleClass()
getStyleClass in interface Agenda.AppointmentGrouppublic void setStyleClass(java.lang.String value)
setStyleClass in interface Agenda.AppointmentGrouppublic Agenda.AppointmentGroupImpl withStyleClass(java.lang.String value)