java.lang.Object
com.iamsoft.util.ui.javafx.ProvisionalListItem
- All Implemented Interfaces:
ProvisionalItem
-
Property Summary
Properties -
Constructor Summary
ConstructorsConstructorDescriptionProvisionalListItem
(javafx.collections.ObservableList<ProvisionalItem> pList) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iamsoft.util.ui.javafx.ProvisionalItem
dispose, isDirty
-
Property Details
-
dirty
public javafx.beans.property.ReadOnlyBooleanProperty dirtyProperty- Specified by:
dirtyProperty
in interfaceProvisionalItem
- Returns:
- the
dirty
property - See Also:
-
-
Constructor Details
-
ProvisionalListItem
-
-
Method Details
-
dirtyProperty
public javafx.beans.property.ReadOnlyBooleanProperty dirtyProperty()- Specified by:
dirtyProperty
in interfaceProvisionalItem
- Returns:
- the
dirty
property - See Also:
-
commit
public void commit()- Specified by:
commit
in interfaceProvisionalItem
-
revert
public void revert()- Specified by:
revert
in interfaceProvisionalItem
-