Trait

scalut.wizard.views

WizardViewBaseImpl

Related Doc: package views

Permalink

trait WizardViewBaseImpl[TPage <: WizardPageView] extends WizardView

Linear Supertypes
WizardView, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WizardViewBaseImpl
  2. WizardView
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
    Definition Classes
    WizardViewBaseImplWizardView

Abstract Value Members

  1. abstract def isActionEnabled(actionType: WizardAction.Type): Boolean

    Permalink
    Definition Classes
    WizardView
  2. abstract def setActionEnabled(actionType: WizardAction.Type, value: Boolean): Unit

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

    Permalink

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

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

    Attributes
    protected
    Definition Classes
    WizardView

Concrete 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 isAutoUpdateFinishAction(): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WizardViewBaseImplWizardView
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def setAutoUpdateFinishAction(arg0: Boolean): Unit

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

    Permalink
    Definition Classes
    WizardView
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink

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

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

    Definition Classes
    WizardView
  29. def updateFinishAction(): Unit

    Permalink

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

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

    Definition Classes
    WizardViewBaseImplWizardView
  30. def updateNavigatorActions(): Unit

    Permalink

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

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

    Definition Classes
    WizardViewBaseImplWizardView
  31. final def wait(): Unit

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

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

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

Inherited from WizardView

Inherited from AnyRef

Inherited from Any

Ungrouped