BeangleModels

org.beangle.webmvc.view.tag.BeangleModels
class BeangleModels(context: ComponentContext, request: HttpServletRequest) extends CoreModels

Attributes

Graph
Supertypes
class CoreModels
class AbstractModels
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def URL: Tag
def a: Tag
def boxcol: Tag
def card: Tag
def card_body: Tag
def card_header: Tag
def card_tools: Tag
def checkbox: Tag
def checkboxes: Tag
def col: Tag
def css(bundle: String, fileName: String): String
def date: Tag
def dialog: Tag
def div: Tag
def editor: Tag
def email: Tag
def field: Tag
def fieldset: Tag
def file: Tag
def filter: Tag
def foot: Tag
def form: Tag
def formfoot: Tag
def grid: Tag
def gridbar: Tag
def head: Tag
def iframe: Tag
def math: MathOps.type
def messages: Tag
def number: Tag
def pagebar: Tag
def password: Tag
def radio: Tag
def radios: Tag
def range: Tag
def reset: Tag
def row: Tag
def script(bundle: String, fileName: String): String
def script(bundle: String, fileName: String, deferable: Boolean): String
def select: Tag
def select2: Tag
def startend: Tag
def static: Static
def static_url(bundle: String, filename: String): String
def submit: Tag
def tab: Tag
def tabs: Tag
def textarea: Tag
def textfield: Tag
def textfields: Tag
def time: Tag
def toolbar: Tag
def treecol: Tag
def validity: Tag

Deprecated methods

def datepicker: Tag

Attributes

Deprecated
true

Inherited methods

def base: String

Attributes

Inherited from:
CoreModels
protected def get(clazz: Class[_ <: Component]): Tag

Attributes

Inherited from:
AbstractModels
def isAjax: Boolean

Attributes

Inherited from:
CoreModels
def isPage(data: Object): Boolean

Attributes

Inherited from:
CoreModels
def now: Date

Attributes

Inherited from:
CoreModels
def paramstring: String

query string and form control

query string and form control

Attributes

Inherited from:
CoreModels
def text(name: String, arg0: Object, arg1: Object): String

Attributes

Inherited from:
CoreModels
def text(name: String, arg0: Object): String

Attributes

Inherited from:
CoreModels
def text(name: String): String

Attributes

Inherited from:
CoreModels
def url(url: String): String

Attributes

Inherited from:
CoreModels

Concrete fields

val rest: Rest
val static_base: String

Inherited fields

val models: HashMap[Class[_], Tag]

Attributes

Inherited from:
AbstractModels