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
    Constructor
    Description
    Creates an object diff view.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    double
    Gets the preferred width of the view.
    void
    setDiff(DataDiff diff, String leftSiteName, String rightSiteName)
    Sets the comparison object and column titles.

    Methods inherited from class org.tentackle.fx.AbstractFxController

    createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      configure in interface org.tentackle.fx.FxController
      Overrides:
      configure in class org.tentackle.fx.AbstractFxController
    • setDiff

      public void setDiff(DataDiff diff, String leftSiteName, String rightSiteName)
      Sets the comparison object and column titles.
      Parameters:
      diff - the comparison
      leftSiteName - the name of the left site
      rightSiteName - the name of the right site