Class PCreditLimitPage

All Implemented Interfaces:
PCCPage, PWizardPage, PAppComponent, PClientComponent, PCollectDataListener, PComponent, PComponentAttribute, PViewDataChangeListener, ContainerListener, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class PCreditLimitPage extends PIACustomizablePanel implements PWizardPage, PropertyChangeListener
See Also:
  • Constructor Details

    • PCreditLimitPage

      public PCreditLimitPage()
  • Method Details

    • addPanelToEnd

      public void addPanelToEnd(PIACustomizablePanel p)
      Adds the specified panel to the end of this page. Can be called subsequent times to add multiple panels. Null arguments will be ignored by this method.
      Parameters:
      p - The panel to add
    • enteringPage

      public void enteringPage()
      Description copied from interface: PCCPage
      Called after a page is made visible via a drilldown
      Specified by:
      enteringPage in interface PCCPage
    • leavingPage

      public void leavingPage() throws PropertyVetoException
      Delegates to contained panels.
      Specified by:
      leavingPage in interface PWizardPage
      Throws:
      PropertyVetoException
    • getLabel

      public String getLabel()
      Returns the label for this page.
      Specified by:
      getLabel in interface PCCPage
      Returns:
      The tag that will be displayed in the breadcrumb trail to reference this component.
    • recycle

      public void recycle()
      Reinitializes the page.
      Specified by:
      recycle in interface PCCPage
    • propertyChange

      public void propertyChange(PropertyChangeEvent event)
      Specified by:
      propertyChange in interface PropertyChangeListener
    • setEnabled

      public void setEnabled(boolean b)
      Overrides:
      setEnabled in class JComponent
    • addNotify

      public void addNotify()
      Initializes the page controls with default values
      Overrides:
      addNotify in class JComponent
    • getWizardHelpID

      public String getWizardHelpID()
      Returns the help ID for this page during account creation.
      Specified by:
      getWizardHelpID in interface PWizardPage
      Returns:
      The ID associated with the helpid.acwizard.generalpage tag in the properties file.
    • validateWizardPage

      public void validateWizardPage() throws PValidationException
      Validates this page.
      Specified by:
      validateWizardPage in interface PWizardPage
      Throws:
      PValidationException
      See Also:
    • handleWizardCommitError

      public boolean handleWizardCommitError(com.portal.app.util.CustomerError error)
      Handles commit-time errors.
      Specified by:
      handleWizardCommitError in interface PWizardPage
      Parameters:
      error - The error.
      Returns:
      true if the page will handle the error; otherwise false.
      See Also: