org.beangle.webmvc.view.tag

UIBean

Related Doc: package tag

class UIBean extends Component

Linear Supertypes
Component, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UIBean
  2. Component
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UIBean(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.

    Definition Classes
    Component
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Definition Classes
    Component
  8. var cssClass: String

  9. 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
    UIBeanComponent
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Component
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. 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
  15. final def generateIdIfEmpty(): Unit

    Attributes
    protected
  16. final def getClass(): Class[_]

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

    Attributes
    protected
  18. final def getText(text: String): String

    获得对应的国际化信息

    获得对应的国际化信息

    text
    returns

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

    Attributes
    protected
  19. def getValue(obj: Any, property: String): Any

    Attributes
    protected
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. var id: String

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def mergeTemplate(writer: Writer): Unit

    Attributes
    protected
    Annotations
    @throws( classOf[Exception] )
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. final def parameterString: String

    将所有额外参数链接起来

    将所有额外参数链接起来

    returns

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

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

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

    Process label,convert empty to null

    Process label,convert empty to null

    Attributes
    protected
  30. final def render(uri: String): String

    Attributes
    protected
  31. final def request: HttpServletRequest

    Attributes
    protected
  32. final def requestParameter(name: String): String

    Attributes
    protected
  33. final def requestURI: String

    Attributes
    protected
  34. 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
    Component
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. var theme: String

    Definition Classes
    Component
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. 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
    Component
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped