Packages

t

scalut.wizard.views

WizardView

trait WizardView extends AnyRef

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

Type Members

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

Abstract Value Members

  1. abstract def addPages(index: Int, pages: Page*): Unit
  2. abstract def addPages(pages: Page*): Unit
  3. abstract def back(): Boolean
  4. abstract def finish(): Boolean
  5. abstract def isActionEnabled(actionType: WizardAction.Type): Boolean
  6. abstract def next(): Boolean
  7. abstract def notification(sender: Model, arg: WizardEventInfo[Page]): Unit
    Attributes
    protected
  8. abstract def setActionEnabled(actionType: WizardAction.Type, value: Boolean): Unit
  9. abstract def setPage(page: Page): Unit

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

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

    Attributes
    protected
  10. abstract def updateFinishAction(): Unit

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

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

  11. abstract def updateNavigatorActions(): Unit

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

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val autoUpdateFinishAction: Boolean
    Annotations
    @BooleanBeanProperty()
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def getModel: Model
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  13. def isAutoUpdateFinishAction(): Boolean
    Annotations
    @BooleanBeanProperty()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  18. def setAutoUpdateFinishAction(arg0: Boolean): Unit
  19. def setModel(model: Model): Unit
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def updateActions(): Unit

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

  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped