Class PipelinePriceModelWSPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PipelinePriceModelWSPanel extends WorkSpacePanel
This is used to display the pipeline price model data. This gets invoked from Navigator.
See Also:
  • Constructor Details

    • PipelinePriceModelWSPanel

      public PipelinePriceModelWSPanel()
  • Method Details

    • clean

      public void clean()
      This gets called by Navigator framework to clean the data before set method is called.
      Specified by:
      clean in class WorkSpacePanel
    • setData

      public void setData()
      This gets called by Navigator Framework to set the data. The Navigator gives the business object(PipelinePriceModel) via user object of the tree node. This sets the data in either view mode or New mode. In view mode, the tailor made data table is disabled.
      Specified by:
      setData in class WorkSpacePanel
    • update

      public void update()
      This gets called by Navigator framework to update the business object.
      Specified by:
      update in class WorkSpacePanel
    • preUpdate

      public boolean preUpdate()
      Description copied from class: WorkSpacePanel
      This will do any gui validation before saving into the data structure
      Overrides:
      preUpdate in class WorkSpacePanel
      Returns:
      if the validation is successful