Package ui.entities.config
Klasse FavoriteColumn
java.lang.Object
ui.entities.config.FavoriteColumn
-
Eigenschaftsübersicht
Eigenschaften -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate ShadowField<javafx.beans.property.StringProperty, String> private Integerprivate ShadowField<javafx.beans.property.DoubleProperty, Number> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFavoriteColumn(javax.persistence.metamodel.SingularAttribute<?, ?> attribute) FavoriteColumn(FavoriteColumn column) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal javafx.beans.property.StringPropertygetId()doublegetWidth()Ruft den Wert derwidth-Eigenschaft ab.voidsetColumnProperty(String columnProperty) voidvoidsetWidth(double width) Legt den Wert derwidth-Eigenschaft fest.final StringtoString()final javafx.beans.property.DoubleProperty
-
Eigenschaftsdetails
-
column
public final javafx.beans.property.StringProperty columnProperty- Siehe auch:
-
width
public final javafx.beans.property.DoubleProperty widthProperty- Siehe auch:
-
-
Felddetails
-
id
-
column
-
width
-
-
Konstruktordetails
-
FavoriteColumn
public FavoriteColumn() -
FavoriteColumn
-
FavoriteColumn
public FavoriteColumn(javax.persistence.metamodel.SingularAttribute<?, ?> attribute)
-
-
Methodendetails
-
getId
-
setId
-
getColumnProperty
-
setColumnProperty
-
columnProperty
public final javafx.beans.property.StringProperty columnProperty()- Gibt zurück:
- die Eigenschaft
column
-
getWidth
public double getWidth()Ruft den Wert derwidth-Eigenschaft ab.- Eigenschaftsbeschreibung:
- Gibt zurück:
- Wert der Eigenschaft
width - Siehe auch:
-
setWidth
public void setWidth(double width) Legt den Wert derwidth-Eigenschaft fest.- Eigenschaftsbeschreibung:
- Parameter:
width- Wert für die Eigenschaftwidth- Siehe auch:
-
widthProperty
public final javafx.beans.property.DoubleProperty widthProperty()- Gibt zurück:
- die Eigenschaft
width - Siehe auch:
-
toString
-