Interface ScriptContext


public interface ScriptContext
Context for scripting expressions. Retrieve context data by an expression language. See the following examples
  • #{[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.
Author:
thomas.schiffmann
  • Field Details

    • CANCEL

      static final Object CANCEL
  • Method Details