org.beangle.webui.tag

Form

Related Doc: package tag

class Form extends ClosingUIBean

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

Instance Constructors

  1. new Form(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. var action: String

  5. def addCheck(check: String): Unit

  6. def addCheck(id: String, check: String): Unit

  7. final def addParameter(key: String, value: AnyRef): Unit

    Definition Classes
    Component
  8. def addRequire(id: String): Unit

    Required element by id

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. var body: String

    Definition Classes
    ClosingUIBean
  11. def clone(): AnyRef

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

    Definition Classes
    Component
  13. var cssClass: String

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

    Definition Classes
    ClosingUIBean
  15. final def end(writer: Writer, body: String): Boolean

    Definition Classes
    ClosingUIBean → UIBean → Component
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Form → Component
  19. def finalize(): Unit

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

    Attributes
    protected
    Definition Classes
    Component
  21. final def generateIdIfEmpty(): Unit

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

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

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

    Attributes
    protected
    Definition Classes
    UIBean
  25. def getValidate(): String

  26. def getValidity(): String

  27. def getValue(obj: Any, property: String): Any

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

    Definition Classes
    AnyRef → Any
  29. var id: String

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

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

    Attributes
    protected
    Definition Classes
    UIBean
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. var name: String

  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. var onsubmit: String

  37. final def parameterString: String

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

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

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

    Attributes
    protected
    Definition Classes
    UIBean
  41. final def request: HttpServletRequest

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

    Attributes
    protected
    Definition Classes
    UIBean
  43. final def requestURI: String

    Attributes
    protected
    Definition Classes
    UIBean
  44. def setValidate(validate: String): Unit

  45. def start(writer: Writer): Boolean

    Definition Classes
    ClosingUIBean → Component
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. var target: String

  48. var theme: String

    Definition Classes
    Component
  49. var title: String

  50. def toString(): String

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

    Definition Classes
    ClosingUIBean → Component
  52. var validate: String

    Boolean

    Boolean

    Attributes
    protected
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ClosingUIBean

Inherited from UIBean

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped