SendMailForm

class SendMailForm : ZkForm<MailData>

Functions

add
Link copied to clipboard
js
open fun <T : ZkFieldBase<*, *>> add(field: T): T
open fun <T : ZkFieldBase<*, *>, PT : KProperty<*>> add(property: PT, function: (PT) -> T): T
addChildSkipDOM
Link copied to clipboard
js
open fun addChildSkipDOM(child: ZkElement?)
addValue
Link copied to clipboard
js
open fun <T : ZkFieldBase<*, *>> addValue(field: T): T
asRadioGroup
Link copied to clipboard
js
inline fun <E : Enum<E>> KMutableProperty0<E?>.asRadioGroup(): ZkForm.FormFieldWrapper<ZkPropOptEnumSelectField<E>, MailData>
inline fun <E : Enum<E>> KMutableProperty0<E>.asRadioGroup(): ZkForm.FormFieldWrapper<ZkPropEnumSelectField<E>, MailData>
fun KMutableProperty0<String?>.asRadioGroup(): ZkForm.FormFieldWrapper<ZkPropOptStringSelectField, MailData>
fun KMutableProperty0<String>.asRadioGroup(): ZkForm.FormFieldWrapper<ZkPropStringSelectField, MailData>
asSelect
Link copied to clipboard
js
fun KMutableProperty0<String?>.asSelect(): ZkForm.FormFieldWrapper<ZkPropOptStringSelectField, MailData>
fun KMutableProperty0<String>.asSelect(): ZkForm.FormFieldWrapper<ZkPropStringSelectField, MailData>
asTextArea
Link copied to clipboard
js
fun KMutableProperty0<String?>.asTextArea(builder: ZkPropOptTextAreaField.() -> Unit): ZkForm.FormFieldWrapper<ZkPropOptTextAreaField, MailData>
fun KMutableProperty0<String>.asTextArea(builder: ZkPropTextAreaField.() -> Unit): ZkForm.FormFieldWrapper<ZkPropTextAreaField, MailData>
booleanField
Link copied to clipboard
js
fun booleanField(getter: () -> Boolean): ZkValueBooleanField
build
Link copied to clipboard
js
open infix fun build(builder: ZkElement.() -> Unit): ZkElement
infix fun HTMLElement.build(build: ZkElement.() -> Unit): HTMLElement
open fun build(title: String, createTitle: String, css: ZkCssStyleRule?, addButtons: Boolean, builder: () -> Unit)
buildLocalTitleBar
Link copied to clipboard
js
open fun buildLocalTitleBar(contextElements: List<ZkElement>): ZkElement?
buttons
Link copied to clipboard
js
fun buttons(): ZkFormButtons<MailData>
by
Link copied to clipboard
js
fun <T : EntityBo<T>> List<T>.by(field: (T) -> String): List<Pair<EntityId<T>, String>>
clear
Link copied to clipboard
js
open fun clear()
clearChildren
Link copied to clipboard
js
open fun clearChildren(): ZkElement
column
Link copied to clipboard
js
open fun column(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLElement
constString
Link copied to clipboard
js
fun constString(label: String, value: () -> String): ZkConstStringField
css
Link copied to clipboard
js
fun css(vararg classNames: String): ZkElement
infix fun css(className: String): ZkElement
infix fun css(rule: ZkCssStyleRule): ZkElement
infix fun Element.css(className: String): Element
infix fun HTMLElement.css(className: String): HTMLElement
infix fun HTMLElement.css(rule: ZkCssStyleRule): HTMLElement
div
Link copied to clipboard
js
open fun div(vararg rules: ZkCssStyleRule, build: ZkElement.() -> Unit): HTMLElement
open fun div(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLElement
dock
Link copied to clipboard
js
fun dock(iconSource: ZkIconSource, title: String?): ZkDockedElement
doubleField
Link copied to clipboard
js
fun doubleField(getter: () -> Double): ZkValueDoubleField
enumRadioGroupField
Link copied to clipboard
js
inline fun <E : Enum<E>> enumRadioGroupField(noinline getter: () -> E): ZkForm.FormFieldWrapper<ZkValueEnumSelectField<E>, MailData>
enumSelectField
Link copied to clipboard
js
inline fun <E : Enum<E>> enumSelectField(noinline getter: () -> E): ZkValueEnumSelectField<E>
fieldGrid
Link copied to clipboard
js
fun fieldGrid(build: ZkElement.() -> Unit): HTMLElement
fieldGridSection
Link copied to clipboard
js
fun fieldGridSection(title: String, summary: String, css: ZkCssStyleRule?, builder: ZkElement.() -> Unit): ZkFormSection
fieldTable
Link copied to clipboard
js
fun fieldTable(): HTMLTableElement
find
Link copied to clipboard
js
fun KMutableProperty0<*>.find(): ZkFieldBase<*, *>
inline fun <T : ZkElement> find(): List<T>
findFirst
Link copied to clipboard
js
inline fun <T : ZkElement> findFirst(): T
first
Link copied to clipboard
js
inline fun <T : ZkElement> first(): T
firstOrNull
Link copied to clipboard
js
inline fun <T : ZkElement> firstOrNull(): T?
focus
Link copied to clipboard
js
open fun focus(): ZkElement
gap
Link copied to clipboard
js
open fun gap(width: String, height: String): HTMLElement
get
Link copied to clipboard
js
inline operator fun <T : ZkElement> get(cssClassName: String): T
inline operator fun <T : ZkElement> get(kClass: KClass<T>): T
inline operator fun <T : ZkElement> get(rule: ZkCssStyleRule): T
grid
Link copied to clipboard
js
open fun grid(rule: ZkCssStyleRule?, style: String?, build: ZkElement.() -> Unit): HTMLElement
gridColumn
Link copied to clipboard
js
infix fun gridColumn(value: Int): ZkElement
infix fun gridColumn(value: String): ZkElement
infix fun HTMLElement.gridColumn(value: Int): HTMLElement
infix fun HTMLElement.gridColumn(value: String): HTMLElement
gridRow
Link copied to clipboard
js
infix fun gridRow(value: Int): ZkElement
infix fun gridRow(value: String): ZkElement
infix fun HTMLElement.gridRow(value: Int): HTMLElement
infix fun HTMLElement.gridRow(value: String): HTMLElement
h1
Link copied to clipboard
js
open fun h1(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLElement
h2
Link copied to clipboard
js
open fun h2(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLElement
h3
Link copied to clipboard
js
open fun h3(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLElement
h4
Link copied to clipboard
js
open fun h4(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLElement
hasChildOf
Link copied to clipboard
js
inline fun <T : ZkElement> hasChildOf(): Boolean
hasRole
Link copied to clipboard
js
fun hasRole(roleName: String): Boolean
hide
Link copied to clipboard
js
open fun hide(): ZkElement
fun HTMLElement.hide(): HTMLElement
ifAnonymous
Link copied to clipboard
js
fun ifAnonymous(builder: ZkElement.() -> Unit)
ifNotAnonymous
Link copied to clipboard
js
fun ifNotAnonymous(builder: ZkElement.() -> Unit)
ifNotCreate
Link copied to clipboard
js
fun ifNotCreate(build: ZkElement.() -> Unit)
image
Link copied to clipboard
js
open fun image(src: String, rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLImageElement
insertAfter
Link copied to clipboard
js
open fun insertAfter(child: ZkElement?, after: ZkElement?)
insertBefore
Link copied to clipboard
js
open fun insertBefore(child: ZkElement?, before: ZkElement?)
insertFirst
Link copied to clipboard
js
open infix fun insertFirst(child: ZkElement?)
instantField
Link copied to clipboard
js
fun instantField(getter: () -> Instant): ZkValueInstantField
intField
Link copied to clipboard
js
fun intField(getter: () -> Int): ZkValueIntField
invalidFieldList
Link copied to clipboard
js
open fun invalidFieldList(): ZkElement
invalidTouchedFields
Link copied to clipboard
js
open fun invalidTouchedFields(report: ValidityReport): List<ZkFieldBase<*, *>>
isEmpty
Link copied to clipboard
js
fun isEmpty(): Boolean
isHidden
Link copied to clipboard
js
fun isHidden(): Boolean
isShown
Link copied to clipboard
js
fun isShown(): Boolean
label
Link copied to clipboard
js
infix fun ZkElement.label(value: String): ZkElement
infix fun <DT, FT : ZkFieldBase<DT, FT>> ZkFieldBase<DT, FT>.label(value: String): FT
launchBuild
Link copied to clipboard
js
open infix fun launchBuild(builder: suspend ZkElement.() -> Unit): ZkElement
localDateField
Link copied to clipboard
js
fun localDateField(getter: () -> LocalDate): ZkValueLocalDateField
localDateTimeField
Link copied to clipboard
js
fun localDateTimeField(getter: () -> LocalDateTime): ZkValueLocalDateTimeField
longField
Link copied to clipboard
js
fun longField(getter: () -> Long): ZkValueLongField
marginBottom
Link copied to clipboard
js
infix fun marginBottom(size: Any): ZkElement
marginLeft
Link copied to clipboard
js
infix fun marginLeft(size: Any): ZkElement
marginRight
Link copied to clipboard
js
infix fun marginRight(size: Any): ZkElement
minusAssign
Link copied to clipboard
js
open operator fun minusAssign(clazz: KClass<*>)
open operator fun minusAssign(child: ZkElement?)
newSecret
Link copied to clipboard
js
fun newSecret(prop: KMutableProperty0<Secret?>): ZkPropOptSecretField
fun newSecret(prop: KMutableProperty0<Secret>): ZkPropSecretField
not
Link copied to clipboard
js
operator fun String.not(): HTMLElement
operator fun ZkCssStyleRule.not()
on
Link copied to clipboard
js
fun on(type: String, listener: (Event) -> Unit?): ZkElement
fun on(target: EventTarget, type: String, listener: (Event) -> Unit?): ZkElement
onChange
Link copied to clipboard
js
infix fun <DT, FT : ZkFieldBase<DT, FT>> ZkFieldBase<DT, FT>.onChange(block: (DT) -> Unit): FT
onChange3
Link copied to clipboard
js
infix fun <DT, FT : ZkFieldBase<DT, FT>> ZkFieldBase<DT, FT>.onChange3(block: (ChangeOrigin, DT, FT) -> Unit): FT
onConfigure
Link copied to clipboard
js
open fun onConfigure()
onCreate
Link copied to clipboard
js
open override fun onCreate()
onCreateSuccess
Link copied to clipboard
js
open fun onCreateSuccess(created: MailData)
onDestroy
Link copied to clipboard
js
open fun onDestroy()
onInvalidSubmit
Link copied to clipboard
js
open fun onInvalidSubmit()
onPause
Link copied to clipboard
js
open fun onPause()
onResume
Link copied to clipboard
js
open override fun onResume()
onSelect
Link copied to clipboard
js
infix fun <VT, FT : ZkSelectBaseV2<VT, FT>> ZkSelectBaseV2<VT, FT>.onSelect(onSelect: (Pair<VT, String>?) -> Unit): FT
onSubmitError
Link copied to clipboard
js
open fun onSubmitError(ex: Exception)
onSubmitStart
Link copied to clipboard
js
open suspend fun onSubmitStart()
onSubmitSuccess
Link copied to clipboard
js
open fun onSubmitSuccess()
opt
Link copied to clipboard
js
fun opt(kProperty0: KMutableProperty0<Boolean?>, trueText: String, falseText: String, builder: ZkPropOptBooleanSelectField.() -> Unit): ZkPropOptBooleanSelectField
optBooleanSelectField
Link copied to clipboard
js
fun optBooleanSelectField(getter: () -> Boolean?): ZkValueOptBooleanSelectField
optDoubleField
Link copied to clipboard
js
fun optDoubleField(getter: () -> Double?): ZkValueOptDoubleField
optEnumRadioGroupField
Link copied to clipboard
js
inline fun <E : Enum<E>> optEnumRadioGroupField(noinline getter: () -> E): ZkForm.FormFieldWrapper<ZkValueOptEnumSelectField<E>, MailData>
optEnumSelectField
Link copied to clipboard
js
inline fun <E : Enum<E>> optEnumSelectField(noinline getter: () -> E?): ZkValueOptEnumSelectField<E>
optInstantField
Link copied to clipboard
js
fun optInstantField(getter: () -> Instant?): ZkValueOptInstantField
optIntField
Link copied to clipboard
js
fun optIntField(getter: () -> Int?): ZkValueOptIntField
options
Link copied to clipboard
js
infix fun <FT : ZkSelectBaseV2<String, FT>> ZkSelectBaseV2<String, FT>.options(block: () -> List<String>): FT
infix fun <FT : ZkSelectBaseV2<String?, FT>> ZkSelectBaseV2<String?, FT>.options(block: () -> List<String>): FT
optLocalDateField
Link copied to clipboard
js
fun optLocalDateField(getter: () -> LocalDate?): ZkValueOptLocalDateField
optLocalDateTimeField
Link copied to clipboard
js
fun optLocalDateTimeField(getter: () -> LocalDateTime?): ZkValueOptLocalDateTimeField
optLongField
Link copied to clipboard
js
fun optLongField(getter: () -> Long?): ZkValueOptLongField
optStringField
Link copied to clipboard
js
fun optStringField(getter: () -> String?): ZkValueOptStringField
optStringRadioGroupField
Link copied to clipboard
js
fun optStringRadioGroupField(getter: () -> String?): ZkForm.FormFieldWrapper<ZkValueOptStringSelectField, MailData>
optStringSelectField
Link copied to clipboard
js
fun optStringSelectField(getter: () -> String?): ZkValueOptStringSelectField
optTextAreaField
Link copied to clipboard
js
fun optTextAreaField(getter: () -> String?): ZkValueOptTextAreaField
optUuidField
Link copied to clipboard
js
fun optUuidField(getter: () -> UUID?): ZkValueOptUuidField
p
Link copied to clipboard
js
open fun p(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLElement
plusAssign
Link copied to clipboard
js
operator fun plusAssign(children: List<ZkElement>)
open operator fun plusAssign(child: ZkElement?)
query
Link copied to clipboard
js
infix fun <VT, FT : ZkSelectBaseV2<VT, FT>> ZkSelectBaseV2<VT, FT>.query(block: suspend () -> List<Pair<VT, String>>): FT
readOnly
Link copied to clipboard
js
infix fun ZkElement.readOnly(value: Boolean): ZkElement
infix fun <DT, FT : ZkFieldBase<DT, FT>> ZkFieldBase<DT, FT>.readOnly(value: Boolean): FT
row
Link copied to clipboard
js
open fun row(rule: ZkCssStyleRule?, grid: Boolean, gap: Boolean, build: ZkElement.() -> Unit): HTMLElement
saveAs
Link copied to clipboard
js
infix fun <DT, FT : ZkFieldBase<DT, FT>> ZkFieldBase<DT, FT>.saveAs(block: (FT) -> Unit): FT
infix fun <DT, FT : ZkFieldBase<DT, FT>> ZkFieldBase<DT, FT>.saveAs(prop: KMutableProperty0<FT>): FT
section
Link copied to clipboard
js
fun section(title: String?, summary: String?, fieldGrid: Boolean, css: ZkCssStyleRule?, builder: ZkElement.() -> Unit): ZkFormSection
select
Link copied to clipboard
js
inline fun <E : Enum<E>> select(kProperty0: KMutableProperty0<E?>): ZkPropOptEnumSelectField<E>
inline fun <E : Enum<E>> select(kProperty0: KMutableProperty0<E>): ZkPropEnumSelectField<E>
fun select(kProperty0: KMutableProperty0<String?>, options: List<String>): ZkPropOptStringSelectField
fun select(kProperty0: KMutableProperty0<String>, options: List<String>): ZkPropStringSelectField
setAppTitleBar
Link copied to clipboard
js
open fun setAppTitleBar(contextElements: List<ZkElement>)
show
Link copied to clipboard
js
open fun show(): ZkElement
fun HTMLElement.show(): HTMLElement
sort
Link copied to clipboard
js
infix fun <VT, FT : ZkSelectBaseV2<VT, FT>> ZkSelectBaseV2<VT, FT>.sort(value: Boolean): FT
span
Link copied to clipboard
js
open fun span(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLElement
stringField
Link copied to clipboard
js
fun stringField(getter: () -> String): ZkValueStringField
stringRadioGroupField
Link copied to clipboard
js
fun stringRadioGroupField(getter: () -> String): ZkForm.FormFieldWrapper<ZkValueStringSelectField, MailData>
stringSelectField
Link copied to clipboard
js
fun stringSelectField(getter: () -> String): ZkValueStringSelectField
style
Link copied to clipboard
js
open fun style(styleBuilder: CSSStyleDeclaration.() -> Unit)
submit
Link copied to clipboard
js
open override fun submit()
submitOnEnter
Link copied to clipboard
js
infix fun <DT, FT : ZkStringBaseV2<DT, FT>> ZkStringBaseV2<DT, FT>.submitOnEnter(submit: Boolean): FT
syncChildrenState
Link copied to clipboard
js
open fun syncChildrenState(child: ZkElement)
table
Link copied to clipboard
js
open fun table(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLTableElement
tbody
Link copied to clipboard
js
open fun tbody(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLTableSectionElement
td
Link copied to clipboard
js
open fun td(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLTableCellElement
textarea
Link copied to clipboard
js
fun textarea(kProperty0: KMutableProperty0<String?>, builder: ZkElement.() -> Unit): ZkPropOptTextAreaField
fun textarea(kProperty0: KMutableProperty0<String>, builder: ZkPropTextAreaField.() -> Unit): ZkPropTextAreaField
textAreaField
Link copied to clipboard
js
fun textAreaField(getter: () -> String): ZkValueTextAreaField
th
Link copied to clipboard
js
open fun th(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLTableCellElement
thead
Link copied to clipboard
js
open fun thead(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLTableSectionElement
toggle
Link copied to clipboard
js
fun toggle(): Boolean
tr
Link copied to clipboard
js
open fun tr(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): HTMLTableRowElement
unaryMinus
Link copied to clipboard
js
operator fun ZkElement.unaryMinus(): ZkElement
operator fun ZkElement?.unaryMinus(): ZkElement?
operator fun ZkCssStyleRule.unaryMinus()
unaryPlus
Link copied to clipboard
js
inline operator fun <E : Enum<E>> KMutableProperty0<E?>.unaryPlus(): ZkPropOptEnumSelectField<E>
inline operator fun <E : Enum<E>> KMutableProperty0<E>.unaryPlus(): ZkPropEnumSelectField<E>
operator fun KMutableProperty0<Boolean>.unaryPlus(): ZkPropBooleanField
operator fun KMutableProperty0<Double?>.unaryPlus(): ZkPropOptDoubleField
operator fun KMutableProperty0<Double>.unaryPlus(): ZkPropDoubleField
operator fun KMutableProperty0<Int?>.unaryPlus(): ZkPropOptIntField
operator fun KMutableProperty0<Int>.unaryPlus(): ZkPropIntField
operator fun KMutableProperty0<Long?>.unaryPlus(): ZkPropOptLongField
operator fun KMutableProperty0<Long>.unaryPlus(): ZkPropLongField
operator fun KMutableProperty0<String?>.unaryPlus(): ZkPropOptStringField
operator fun KMutableProperty0<String>.unaryPlus(): ZkPropStringField
operator fun KMutableProperty0<Instant?>.unaryPlus(): ZkPropOptInstantField
operator fun KMutableProperty0<Instant>.unaryPlus(): ZkPropInstantField
operator fun KMutableProperty0<LocalDate?>.unaryPlus(): ZkPropOptLocalDateField
operator fun KMutableProperty0<LocalDateTime?>.unaryPlus(): ZkPropOptLocalDateTimeField
operator fun KMutableProperty0<LocalDateTime>.unaryPlus(): ZkPropLocalDateTimeField
operator fun KMutableProperty0<LocalDate>.unaryPlus(): ZkPropLocalDateField
operator fun <ST : EntityBo<ST>> KMutableProperty0<EntityId<ST>?>.unaryPlus(): ZkPropOptEntitySelectField<ST>
operator fun <ST : EntityBo<ST>> KMutableProperty0<EntityId<ST>>.unaryPlus(): ZkPropEntitySelectField<ST>
operator fun KMutableProperty0<EntityId<MailData>>.unaryPlus(): ZkPropEntityIdField<MailData>
operator fun KMutableProperty0<Secret?>.unaryPlus(): ZkPropOptSecretField
operator fun KMutableProperty0<Secret>.unaryPlus(): ZkPropSecretField
operator fun KMutableProperty0<UUID?>.unaryPlus(): ZkPropOptUuidField
operator fun KMutableProperty0<UUID>.unaryPlus(): ZkPropUuidField
inline operator fun <FT : ZkFieldBase<*, *>> ZkForm.FormFieldWrapper<FT, MailData>.unaryPlus(): FT
operator fun String.unaryPlus(): Element
operator fun String?.unaryPlus(): Element?
operator fun HTMLElement.unaryPlus(): HTMLElement
operator fun HTMLElement?.unaryPlus(): HTMLElement?
operator fun ZkElement.unaryPlus(): ZkElement
operator fun ZkElement?.unaryPlus(): ZkElement?
operator fun <T, FT : ZkFieldBase<T, FT>> ZkFieldBase<T, FT>.unaryPlus(): FT
operator fun CssValueConst.unaryPlus()
operator fun ZkCssStyleRule.unaryPlus()
uuidField
Link copied to clipboard
js
fun uuidField(getter: () -> UUID): ZkValueUuidField
validate
Link copied to clipboard
js
open override fun validate()
open fun validate(submit: Boolean): Boolean
withOneOfRoles
Link copied to clipboard
js
fun withOneOfRoles(vararg roles: String, builder: ZkElement.() -> Unit)
withOptCss
Link copied to clipboard
js
fun withOptCss(className: String): ZkElement
withoutFieldGrid
Link copied to clipboard
js
fun withoutFieldGrid(build: ZkElement.() -> Unit): HTMLElement
withoutRole
Link copied to clipboard
js
fun withoutRole(role: String, builder: ZkElement.() -> Unit)
withRole
Link copied to clipboard
js
fun withRole(role: String, builder: ZkElement.() -> Unit)
zke
Link copied to clipboard
js
open fun zke(rule: ZkCssStyleRule?, build: ZkElement.() -> Unit): ZkElement

Properties

addLabel
Link copied to clipboard
js
open override val addLabel: Boolean
addLocalTitle
Link copied to clipboard
js
open override var addLocalTitle: Boolean
autoLabel
Link copied to clipboard
js
var autoLabel: Boolean
bo
Link copied to clipboard
js
open override var bo: MailData
buildPoint
Link copied to clipboard
js
var buildPoint: HTMLElement
childElements
Link copied to clipboard
js
val childElements: MutableList<ZkElement>
classList
Link copied to clipboard
js
val classList: DOMTokenList
className
Link copied to clipboard
js
var className: String
element
Link copied to clipboard
js
val element: HTMLElement
fieldGridColumnTemplate
Link copied to clipboard
js
var fieldGridColumnTemplate: String
fieldGridRowTemplate
Link copied to clipboard
js
var fieldGridRowTemplate: String
fields
Link copied to clipboard
js
val fields: MutableList<ZkFieldBase<*, *>>
goBackAfterCreate
Link copied to clipboard
js
var goBackAfterCreate: Boolean
gridAutoColumns
Link copied to clipboard
js
var gridAutoColumns: String
gridAutoRows
Link copied to clipboard
js
var gridAutoRows: String
gridGap
Link copied to clipboard
js
var gridGap: String
gridTemplateColumns
Link copied to clipboard
js
var gridTemplateColumns: String
gridTemplateRows
Link copied to clipboard
js
var gridTemplateRows: String
height
Link copied to clipboard
js
var height: String
id
Link copied to clipboard
js
val id: Long
innerHTML
Link copied to clipboard
js
var innerHTML: String
innerText
Link copied to clipboard
js
var innerText: String
invalidFields
Link copied to clipboard
js
var invalidFields: ZkInvalidFieldList?
invalidToast
Link copied to clipboard
js
var invalidToast: ZkToast?
lifeCycleState
Link copied to clipboard
js
var lifeCycleState: ZkElementState
mode
Link copied to clipboard
js
open lateinit override var mode: ZkElementMode
onBack
Link copied to clipboard
js
open override var onBack: () -> Unit
onExecuteResult
Link copied to clipboard
js
var onExecuteResult: (resultBo: BaseBo) -> Unit?
openUpdate
Link copied to clipboard
js
open override var openUpdate: (bo: MailData) -> Unit?
progressIndicator
Link copied to clipboard
js
var progressIndicator: ZkElement?
readOnly
Link copied to clipboard
js
open override val readOnly: Boolean
schema
Link copied to clipboard
js
open override var schema: BoSchema
setAppTitle
Link copied to clipboard
js
open override var setAppTitle: Boolean
style
Link copied to clipboard
js
var style: String
styles
Link copied to clipboard
js
open override val styles: ZkFormStyles
submitButton
Link copied to clipboard
js
var submitButton: ZkElement?
submitTouched
Link copied to clipboard
js
var submitTouched: Boolean
titleElement
Link copied to clipboard
js
open override var titleElement: ZkAppTitle?
titleText
Link copied to clipboard
js
open override var titleText: String?
useShadow
Link copied to clipboard
js
open override val useShadow: Boolean
width
Link copied to clipboard
js
var width: String