Col

class Col(context: ComponentContext) extends ClosingUIBean
class ClosingUIBean
class UIBean
class Component
trait ComponentContextAware
class Object
trait Matchable
class Any
class Treecol
class Boxcol

Value members

Concrete methods

def curObj: Any
override def doEnd(writer: Writer, body: String): Boolean
Definition Classes
ClosingUIBean
def propertyPath: String
override def start(writer: Writer): Boolean
Definition Classes
ClosingUIBean -> Component
def title: String

支持按照属性提取国际化英文名

支持按照属性提取国际化英文名

def title_=(title: String): Unit
def value: String

find value of row.obj's property

find value of row.obj's property

Inherited methods

final def addParameter(key: String, value: Object): 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 <tt>null</tt> nothing happens. If the provided value is <tt>null</tt> any existing parameter with the given key name is removed.

Inherited from
Component
final override def end(writer: Writer, body: String): Boolean
Definition Classes
ClosingUIBean -> UIBean -> Component
Inherited from
ClosingUIBean
def evaluateParams(): Unit
Inherited from
Component
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.

Value Params
clazz

the class to look for, or if assignable from.

Returns

the component if found, <tt>null</tt> if not.

Inherited from
Component
final def generateIdIfEmpty(): Unit
Inherited from
UIBean
final def parameterString: String

将所有额外参数链接起来

将所有额外参数链接起来

Returns

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

Inherited from
Component
final override def usesBody(): Boolean
Definition Classes
ClosingUIBean -> Component
Inherited from
ClosingUIBean

Concrete fields

var _title: String
var escape: String
var filterable: String
var property: String
var row: Row
var sortable: String
var width: String

Inherited fields

var body: String
Inherited from
ClosingUIBean
var cssClass: String
Inherited from
UIBean
var id: String
Inherited from
UIBean
val parameters: LinkedHashMap[String, Object]
Inherited from
Component
var theme: String
Inherited from
Component