Searched refs:getCards (Results 1 – 3 of 3) sorted by relevance
123 return currentCardIndex == wizard.getCards().length - 1; in isAtLastCard()130 if (wizard.getCards().length == 0) { in display()208 return wizard.getCards()[currentCardIndex]; in getCurrentCard()222 for (WizardCard card : wizard.getCards()) { in onFinish()253 for (WizardCard card : wizard.getCards()) { in reset()
25 WizardCard[] cards = wizard.getCards(); in reloadModeWidget()43 WizardCard[] cards = wizard.getCards(); in display()
169 public WizardCard[] getCards() { in getCards() method in ConfigWizard