Class

org.beangle.webmvc.view.tag

IterableUIBean

Related Doc: package tag

Permalink

class IterableUIBean extends ClosingUIBean

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IterableUIBean
  2. ClosingUIBean
  3. UIBean
  4. Component
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IterableUIBean(context: ComponentContext)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addParameter(key: String, value: AnyRef): Unit

    Permalink

    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
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var body: String

    Permalink
    Definition Classes
    ClosingUIBean
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val context: ComponentContext

    Permalink
    Definition Classes
    Component
  9. var cssClass: String

    Permalink
    Definition Classes
    UIBean
  10. def doEnd(writer: Writer, body: String): Boolean

    Permalink
    Definition Classes
    IterableUIBeanClosingUIBean
  11. final def end(writer: Writer, body: String): Boolean

    Permalink

    Callback for the end tag of this component.

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

    Definition Classes
    ClosingUIBeanUIBeanComponent
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def evaluateParams(): Unit

    Permalink
    Definition Classes
    Component
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def findAncestor[T <: Component](clazz: Class[T]): T

    Permalink

    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
  17. final def generateIdIfEmpty(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    UIBean
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getText(text: String, defaultText: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    UIBean
  20. final def getText(text: String): String

    Permalink

    获得对应的国际化信息

    获得对应的国际化信息

    returns

    当第一个字符不是字母或者不包含.或者包含空格的均返回原有字符串

    Attributes
    protected
    Definition Classes
    UIBean
  21. def getValue(obj: Any, property: String): Any

    Permalink
    Attributes
    protected
    Definition Classes
    UIBean
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. var id: String

    Permalink
    Definition Classes
    UIBean
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def iterator(writer: Writer, body: String): Unit

    Permalink
    Attributes
    protected
  26. final def mergeTemplate(writer: Writer): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    UIBean
    Annotations
    @throws( classOf[Exception] )
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def next(): Boolean

    Permalink
    Attributes
    protected
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def parameterString: String

    Permalink

    将所有额外参数链接起来

    将所有额外参数链接起来

    returns

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

    Definition Classes
    Component
  32. val parameters: LinkedHashMap[String, AnyRef]

    Permalink
    Definition Classes
    Component
  33. final def processLabel(label: String, name: String): String

    Permalink

    Process label,convert empty to null

    Process label,convert empty to null

    Attributes
    protected
    Definition Classes
    UIBean
  34. final def render(uri: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    UIBean
  35. final def request: HttpServletRequest

    Permalink
    Attributes
    protected
    Definition Classes
    UIBean
  36. final def requestParameter(name: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    UIBean
  37. final def requestURI: String

    Permalink
    Attributes
    protected
    Definition Classes
    UIBean
  38. def start(writer: Writer): Boolean

    Permalink

    Callback for the start tag of this component.

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

    Definition Classes
    IterableUIBeanClosingUIBeanComponent
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. var theme: String

    Permalink
    Definition Classes
    Component
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def usesBody(): Boolean

    Permalink

    Overwrite to set if body shold be used.

    Overwrite to set if body shold be used.

    returns

    always false for this component.

    Definition Classes
    ClosingUIBeanComponent
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ClosingUIBean

Inherited from UIBean

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped