Textfield

org.beangle.webmvc.view.tag.Textfield
class Textfield(context: ComponentContext) extends AbstractTextBean

Attributes

Graph
Supertypes
class UIBean
class Component
trait ComponentContextAware
class Object
trait Matchable
class Any

Members list

Concise view

Value members

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 null nothing happens. If the provided value is null any existing parameter with the given key name is removed.

Attributes

Inherited from:
Component
override def end(writer: Writer, body: String): Boolean

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

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

Attributes

Definition Classes
UIBean -> Component
Inherited from:
UIBean
override def evaluateParams(): Unit

Attributes

Definition Classes
AbstractTextBean -> Component
Inherited from:
AbstractTextBean
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.

Attributes

clazz

the class to look for, or if assignable from.

Returns:

the component if found, null if not.

Inherited from:
Component
final def generateIdIfEmpty(): Unit

Attributes

Inherited from:
UIBean
final def parameterString: String

将所有额外参数链接起来

将所有额外参数链接起来

Attributes

Returns:

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

Inherited from:
Component
def start(writer: Writer): Boolean

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

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

Attributes

Inherited from:
Component
def usesBody(): Boolean

Overwrite to set if body shold be used.

Overwrite to set if body shold be used.

Attributes

Returns:

always false for this component.

Inherited from:
Component

Inherited fields

var check: String

Attributes

Inherited from:
AbstractTextBean
var comment: String

Attributes

Inherited from:
AbstractTextBean
var cssClass: String

Attributes

Inherited from:
UIBean
var id: String

Attributes

Inherited from:
UIBean
var label: String

Attributes

Inherited from:
AbstractTextBean
var maxlength: String

Attributes

Inherited from:
AbstractTextBean
var name: String

Attributes

Inherited from:
AbstractTextBean
val parameters: LinkedHashMap[String, Object]

Attributes

Inherited from:
Component
var required: String

Attributes

Inherited from:
AbstractTextBean
var theme: String

Attributes

Inherited from:
Component
var title: String

Attributes

Inherited from:
AbstractTextBean
var value: Object

Attributes

Inherited from:
AbstractTextBean