Packages

class Component extends AnyRef

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

Instance Constructors

  1. new Component(context: ComponentContext)

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 addParameter(key: String, value: AnyRef): Unit

    Adds the given key and value to this component's own parameter.

    Adds the given key and value to this component's own parameter.

    If the provided key is null nothing happens. If the provided value is null any existing parameter with the given key name is removed.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. val context: ComponentContext
  8. def end(writer: Writer, body: String): Boolean

    Callback for the end tag of this component.

    Callback for the end tag of this component. Should the body be evaluated again?

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def evaluateParams(): Unit
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def findAncestor[T <: Component](clazz: Class[T]): T

    Finds the nearest ancestor of this component stack.

    Finds the nearest ancestor of this component stack.

    clazz

    the class to look for, or if assignable from.

    returns

    the component if found, null if not.

    Attributes
    protected
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def parameterString: String

    将所有额外参数链接起来

    将所有额外参数链接起来

    returns

    空格开始 空格相隔的参数字符串

  21. val parameters: LinkedHashMap[String, AnyRef]
  22. def start(writer: Writer): Boolean

    Callback for the start tag of this component.

    Callback for the start tag of this component. Should the body be evaluated?

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. var theme: String
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def usesBody(): Boolean

    Overwrite to set if body shold be used.

    Overwrite to set if body shold be used.

    returns

    always false for this component.

  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped