public interface ScriptContext
#{[namespace].[entity]}
returns a List
of related contexts (i.e. subforms).#{[namespace].[entity].[field]}
returns the value of a field.#{[namespace].[entity].[field].value}
is equal to #{[namespace].[entity].[field]}
.#{[namespace].[entity].[field].id}
returns the id of a reference field as Long
.#{[namespace].[entity].[field].context}
returns the context of a referenced object as ScriptContext
.Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
CANCEL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUsername() |
java.lang.Object |
methodMissing(java.lang.String name,
java.lang.Object args) |
java.lang.Object |
propertyMissing(java.lang.String name) |
void |
propertyMissing(java.lang.String name,
java.lang.Object value) |
java.lang.String getUsername()
java.lang.Object propertyMissing(java.lang.String name)
void propertyMissing(java.lang.String name, java.lang.Object value)
java.lang.Object methodMissing(java.lang.String name, java.lang.Object args)
Copyright © 2024. All rights reserved.