Class PWizardNavigationButton

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

public class PWizardNavigationButton extends JToggleButton implements Serializable
Represents a page in the PWizardNavigator component. This component, when run under the Portal Lookinvalid input: '&Feel', supports rendering multiple lines.
See Also:
  • Constructor Details

    • PWizardNavigationButton

      public PWizardNavigationButton()
      Creates a new navigation button component initially blank
  • Method Details

    • getUIClassID

      public String getUIClassID()
      Returns a string that specifies the name of the linvalid input: '&f' class that renders this component.
      Overrides:
      getUIClassID in class JToggleButton
      Returns:
      String "NavigationButtonUI"
    • setPage

      public void setPage(Component p)
      Associates a wizard page with this button
      Parameters:
      p - The wizard page to be associated with this button
    • getPage

      public Component getPage()
      Gets the wizard page associated with this button
      Returns:
      The associated wizard page