class Component extends AnyRef
- Alphabetic
- By Inheritance
- Component
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Component(context: ComponentContext)
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
-
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.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val context: ComponentContext
-
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?
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evaluateParams(): Unit
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
parameterString: String
将所有额外参数链接起来
将所有额外参数链接起来
- returns
空格开始 空格相隔的参数字符串
- val parameters: LinkedHashMap[String, AnyRef]
-
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?
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- var theme: String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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.
-
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
- @native() @throws( ... )