Class

scalut.wizard.views

MyWizard

Related Doc: package views

Permalink

class MyWizard[TPage <: WizardPageView] extends WizardViewBaseImpl[TPage]

Linear Supertypes
WizardViewBaseImpl[TPage], WizardView, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MyWizard
  2. WizardViewBaseImpl
  3. WizardView
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MyWizard()

    Permalink

Type Members

  1. abstract type Model <: WizardModel[_, Page]

    Permalink
    Definition Classes
    WizardView
  2. abstract type Page <: TPage

    Permalink
    Definition Classes
    WizardViewBaseImplWizardView

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addPages(index: Int, pages: Page*): Unit

    Permalink
    Definition Classes
    WizardViewBaseImplWizardView
  5. def addPages(pages: Page*): Unit

    Permalink
    Definition Classes
    WizardViewBaseImplWizardView
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. var autoUpdateFinishAction: Boolean

    Permalink
    Definition Classes
    WizardView
  8. def back(): Boolean

    Permalink
    Definition Classes
    WizardViewBaseImplWizardView
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def finish(): Boolean

    Permalink
    Definition Classes
    WizardViewBaseImplWizardView
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getModel: Model

    Permalink
    Definition Classes
    WizardView
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isActionEnabled(actionType: WizardAction.Type): Boolean

    Permalink
    Definition Classes
    MyWizardWizardView
  18. def isAutoUpdateFinishAction(): Boolean

    Permalink
    Definition Classes
    WizardView
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def next(): Boolean

    Permalink
    Definition Classes
    WizardViewBaseImplWizardView
  22. def notification(sender: Model, arg: WizardEventInfo[Page]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    MyWizardWizardViewBaseImplWizardView
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def setActionEnabled(actionType: WizardAction.Type, value: Boolean): Unit

    Permalink
    Definition Classes
    MyWizardWizardView
  26. def setAutoUpdateFinishAction(arg0: Boolean): Unit

    Permalink
    Definition Classes
    WizardView
  27. def setModel(model: Model): Unit

    Permalink
    Definition Classes
    WizardView
  28. def setPage(page: Page): Unit

    Permalink

    Выполняется при установке новой модели через setModel.

    Выполняется при установке новой модели через setModel.

    Attributes
    protected
    Definition Classes
    MyWizardWizardView
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def updateActions(): Unit

    Permalink

    Выполняет updateNavigatorActions(), затем, если autoUpdateFinishAction = true, то updateFinishAction()

    Выполняет updateNavigatorActions(), затем, если autoUpdateFinishAction = true, то updateFinishAction()

    Definition Classes
    WizardView
  32. def updateFinishAction(): Unit

    Permalink

    Выполняет setActionEnabled для кнопки финиш.

    Выполняет setActionEnabled для кнопки финиш. При этом опрашивает модель через model.isCanGoToPage, которая в свою очередь опрашивает страницы через onPageChange.

    Definition Classes
    MyWizardWizardViewBaseImplWizardView
  33. def updateNavigatorActions(): Unit

    Permalink

    Выполняет setActionEnabled для кнопок назад, вперед.

    Выполняет setActionEnabled для кнопок назад, вперед. При этом опрашивает модель через model.isCanGoToPage, которая в свою очередь опрашивает страницы через onPageChange.

    Definition Classes
    MyWizardWizardViewBaseImplWizardView
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WizardViewBaseImpl[TPage]

Inherited from WizardView

Inherited from AnyRef

Inherited from Any

Ungrouped