Class ConfirmationPage

  • Direct Known Subclasses:
    DeletePageConfirmationPage

    public class ConfirmationPage
    extends ViewPage
    Represents a confirmation page that allows the user cancel or confirm the current action (e.g. delete a page, delete a space, etc.).
    Since:
    4.0M2
    Version:
    $Id: 58bd12476bd62f067bf6217705eb28a92f926193 $
    • Constructor Detail

      • ConfirmationPage

        public ConfirmationPage()
    • Method Detail

      • clickYes

        public void clickYes()
        Clicks on the Yes button to confirm the current action.
      • clickNo

        public void clickNo()
        Clicks on the No button to cancel the current action.
      • hasAffectChildrenOption

        public boolean hasAffectChildrenOption()
        Returns:
        if the "affect children" option is present or not
        Since:
        7.2RC1
      • setAffectChildren

        public void setAffectChildren​(boolean value)
        Check or un-check the "affect children" option.
        Parameters:
        value - either or the option should be enabled
        Since:
        7.2RC1