org.beangle.webui.tag

Grid

Related Docs: object Grid | package tag

class Grid extends ClosingUIBean

Linear Supertypes
ClosingUIBean, UIBean, Component, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Grid
  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 Grid(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. def addCol(column: Col): Unit

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

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

    Definition Classes
    Any
  7. var bar: String

  8. var body: String

    Definition Classes
    ClosingUIBean
  9. var caption: String

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val colTitles: HashSet[AnyRef]

  12. val cols: ListBuffer[Col]

  13. val context: ComponentContext

    Definition Classes
    Component
  14. var cssClass: String

    Definition Classes
    UIBean
  15. def defaultSort(property: String): String

  16. def doEnd(writer: Writer, body: String): Boolean

    Definition Classes
    ClosingUIBean
  17. var emptyMsg: String

    没有数据时显示的文本

  18. final def end(writer: Writer, body: String): Boolean

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

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

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

    Definition Classes
    Grid → Component
  22. var filterable: String

  23. var filters: HashMap[String, String]

  24. def finalize(): Unit

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    UIBean
  31. def hasbar: Boolean

  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. var id: String

    Definition Classes
    UIBean
  34. def isFilterable(cln: Col): Boolean

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def isSortable(cln: Col): Boolean

  37. var items: AnyRef

  38. final def mergeTemplate(writer: Writer): Unit

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

    Definition Classes
    AnyRef
  40. def notFullPage: Boolean

  41. final def notify(): Unit

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

    Definition Classes
    AnyRef
  43. def pageable: Boolean

  44. final def parameterString: String

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

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

    Attributes
    protected
    Definition Classes
    UIBean
  47. var refresh: String

    重新载入的时间间隔(以秒为单位)

  48. final def render(uri: String): String

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

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

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

    Attributes
    protected
    Definition Classes
    UIBean
  52. var sortable: String

  53. def start(writer: Writer): Boolean

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

    Definition Classes
    AnyRef
  55. var theme: String

    Definition Classes
    Component
  56. def toString(): String

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

    Definition Classes
    ClosingUIBean → Component
  58. var var: String

  59. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. 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