Class WebbBackButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class WebbBackButton extends WebbButton
A WebbButton that is used to navigate back to the previous page.
See Also:
  • Constructor Details

    • WebbBackButton

      public WebbBackButton(Component contentPane, SpringLayout layout, WebbButton.ClickListener clickListener)
      Creates a new WebbBackButton.
      Parameters:
      contentPane - The content pane of the frame.
      layout - The layout of the content pane.
      clickListener - The action to perform when the button is clicked.