Class SyncJobContext.FileRow
java.lang.Object
de.spiritscorp.datasync.controller.SyncJobContext.FileRow
- Enclosing class:
SyncJobContext
Wraps file characteristics inside property types suited for dynamic UI grids.
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertybooleanGets the value of theselectedproperty.javafx.beans.property.StringPropertyjavafx.beans.property.BooleanPropertyvoidsetSelected(boolean val) Sets the value of theselectedproperty.javafx.beans.property.StringProperty
-
Property Details
-
selected
public javafx.beans.property.BooleanProperty selectedProperty- See Also:
-
fileName
public javafx.beans.property.StringProperty fileNameProperty- See Also:
-
size
public javafx.beans.property.StringProperty sizeProperty- See Also:
-
hash
public javafx.beans.property.StringProperty hashProperty- See Also:
-
path
public javafx.beans.property.StringProperty pathProperty- See Also:
-
-
Constructor Details
-
FileRow
-
-
Method Details
-
selectedProperty
public javafx.beans.property.BooleanProperty selectedProperty()- Returns:
- the
selectedproperty - See Also:
-
isSelected
public boolean isSelected()Gets the value of theselectedproperty.- Property description:
- Returns:
- the value of the
selectedproperty - See Also:
-
setSelected
public void setSelected(boolean val) Sets the value of theselectedproperty.- Property description:
- Parameters:
val- the value for theselectedproperty- See Also:
-
fileNameProperty
public javafx.beans.property.StringProperty fileNameProperty()- Returns:
- the
fileNameproperty
-
sizeProperty
public javafx.beans.property.StringProperty sizeProperty()- Returns:
- the
sizeproperty
-
hashProperty
public javafx.beans.property.StringProperty hashProperty()- Returns:
- the
hashproperty
-
pathProperty
public javafx.beans.property.StringProperty pathProperty()- Returns:
- the
pathproperty
-
getFileSystemPath
-