class IterableUIBean extends ClosingUIBean
- Alphabetic
- By Inheritance
- IterableUIBean
- ClosingUIBean
- UIBean
- Component
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new IterableUIBean(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.
- Definition Classes
- Component
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
var
body: String
- Definition Classes
- ClosingUIBean
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
context: ComponentContext
- Definition Classes
- Component
-
var
cssClass: String
- Definition Classes
- UIBean
-
def
doEnd(writer: Writer, body: String): Boolean
- Definition Classes
- IterableUIBean → ClosingUIBean
-
final
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?
- Definition Classes
- ClosingUIBean → UIBean → Component
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
evaluateParams(): Unit
- Definition Classes
- Component
-
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
- Definition Classes
- Component
-
final
def
generateIdIfEmpty(): Unit
- Attributes
- protected
- Definition Classes
- UIBean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
getText(text: String, defaultText: String): String
- Attributes
- protected
- Definition Classes
- UIBean
-
final
def
getText(text: String): String
获得对应的国际化信息
-
def
getValue(obj: Any, property: String): Any
- Attributes
- protected
- Definition Classes
- UIBean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
var
id: String
- Definition Classes
- UIBean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator(writer: Writer, body: String): Unit
- Attributes
- protected
-
final
def
mergeTemplate(writer: Writer): Unit
- Attributes
- protected
- Definition Classes
- UIBean
- Annotations
- @throws( classOf[Exception] )
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next(): Boolean
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
parameterString: String
将所有额外参数链接起来
-
val
parameters: LinkedHashMap[String, AnyRef]
- Definition Classes
- Component
-
final
def
processLabel(label: String, name: String): String
Process label,convert empty to null
Process label,convert empty to null
- Attributes
- protected
- Definition Classes
- UIBean
-
final
def
render(uri: String): String
- Attributes
- protected
- Definition Classes
- UIBean
-
final
def
request: HttpServletRequest
- Attributes
- protected
- Definition Classes
- UIBean
-
final
def
requestParameter(name: String): String
- Attributes
- protected
- Definition Classes
- UIBean
-
final
def
requestURI: String
- Attributes
- protected
- Definition Classes
- UIBean
-
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?
- Definition Classes
- IterableUIBean → ClosingUIBean → Component
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
var
theme: String
- Definition Classes
- Component
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
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.
- Definition Classes
- ClosingUIBean → 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( ... )