Packages

t

scalut.wizard.views

WizardViewBaseImpl

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]
    Definition Classes
    WizardView
  2. abstract type Page <: TPage
    Definition Classes
    WizardViewBaseImplWizardView

Abstract Value Members

  1. abstract def isActionEnabled(actionType: WizardAction.Type): Boolean
    Definition Classes
    WizardView
  2. abstract def setActionEnabled(actionType: WizardAction.Type, value: Boolean): Unit
    Definition Classes
    WizardView
  3. abstract def setPage(page: Page): Unit

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

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

    Attributes
    protected
    Definition Classes
    WizardView

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addPages(index: Int, pages: Page*): Unit
    Definition Classes
    WizardViewBaseImplWizardView
  5. def addPages(pages: Page*): Unit
    Definition Classes
    WizardViewBaseImplWizardView
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val autoUpdateFinishAction: Boolean
    Definition Classes
    WizardView
    Annotations
    @BooleanBeanProperty()
  8. def back(): Boolean
    Definition Classes
    WizardViewBaseImplWizardView
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def finish(): Boolean
    Definition Classes
    WizardViewBaseImplWizardView
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getModel: Model
    Definition Classes
    WizardView
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. def isAutoUpdateFinishAction(): Boolean
    Definition Classes
    WizardView
    Annotations
    @BooleanBeanProperty()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def next(): Boolean
    Definition Classes
    WizardViewBaseImplWizardView
  21. def notification(sender: Model, arg: WizardEventInfo[Page]): Unit
    Attributes
    protected
    Definition Classes
    WizardViewBaseImplWizardView
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. def setAutoUpdateFinishAction(arg0: Boolean): Unit
    Definition Classes
    WizardView
  25. def setModel(model: Model): Unit
    Definition Classes
    WizardView
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def updateActions(): Unit

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

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

    Definition Classes
    WizardView
  29. def updateFinishAction(): Unit

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

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

    Definition Classes
    WizardViewBaseImplWizardView
  30. def updateNavigatorActions(): Unit

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

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

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

Inherited from WizardView

Inherited from AnyRef

Inherited from Any

Ungrouped