Class PdoView
java.lang.Object
org.tentackle.fx.AbstractFxController
org.tentackle.maven.plugin.wizard.fx.PdoView
- All Implemented Interfaces:
org.tentackle.fx.FxController,org.tentackle.validate.ScopeConfigurator
@FxControllerService(url="NONE",
resources="NONE")
public class PdoView
extends org.tentackle.fx.AbstractFxController
Shows the contents of a PDO with optional diff to a savepoint.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.AbstractFxController
createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
-
Constructor Details
-
PdoView
public PdoView()Creates an object diff view.
-
-
Method Details
-
getPrefWidth
public double getPrefWidth()Gets the preferred width of the view.- Returns:
- the preferred width
-
configure
public void configure()- Specified by:
configurein interfaceorg.tentackle.fx.FxController- Overrides:
configurein classorg.tentackle.fx.AbstractFxController
-
setDiff
Sets the comparison object and column titles.- Parameters:
diff- the comparisonleftSiteName- the name of the left siterightSiteName- the name of the right site
-