trait ContentScreen extends Screen with PathActivation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContentScreen
- PathActivation
- URLActivation
- Screen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
path: String
- Definition Classes
- PathActivation
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
activate(): Future[Unit]
- Attributes
- protected
- Definition Classes
- ContentScreen → URLActivation → Screen
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clearParams: Boolean
- Definition Classes
- PathActivation
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
content: Span
- Attributes
- protected
-
val
contentOption: Val[Option[Span]]
- Attributes
- protected
-
def
deactivate(): Future[Unit]
- Attributes
- protected
- Definition Classes
- ContentScreen → Screen
-
def
dispose(): Future[Unit]
- Attributes
- protected
- Definition Classes
- Screen
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
hideContent(): Unit
- Attributes
- protected
-
def
init(): Future[Unit]
- Attributes
- protected
- Definition Classes
- Screen
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
load(): Future[Unit]
- Attributes
- protected
- Definition Classes
- ContentScreen → Screen
-
lazy val
matcher: URLMatcher
- Definition Classes
- PathActivation → URLActivation
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
showContent(): Unit
- Attributes
- protected
-
val
state: Val[ScreenState]
- Definition Classes
- Screen
-
def
stateType: StateType
- Definition Classes
- PathActivation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateURL(current: URL): Option[HistoryStateChange]
- Definition Classes
- PathActivation → URLActivation
-
def
urlChanged(url: URL): Unit
Called when the screen is already activated, but the URL has changed and is still a match.
Called when the screen is already activated, but the URL has changed and is still a match.
- url
the new URL
- Definition Classes
- URLActivation
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )