Class: ApplicationConfiguration

$k. ApplicationConfiguration

new $k.ApplicationConfiguration()

Configuration of an application

Extends

Methods

static$k.ApplicationConfiguration.from(configurationElement) : $k.ViewConfiguration

Returns the application confguration defined by the element

Name Type Description
configurationElement $k.SemanticElement

The application configuration element (use semantic element, identifier oder element id)

Since:
  • 4.4.0
Returns:
Type Description
$k.ViewConfiguration

configElement() : $k.SemanticElement

Since:
  • 4.1.0
Returns:
Type Description
$k.SemanticElement

panelContents(elementOrObject, keyFilter, detailFilter) : object

Render the panel contents as a literal object

Name Type Description
elementOrObject object optional

one of: a) semantic element that should be used as start object b) a PanelActivationContext to be used as start configuration

keyFilter object optional

Internal Error: no text for this language or unsupported language

detailFilter object optional

Internal Error: no text for this language or unsupported language

Since:
  • 4.4.0
Deprecated
  • This function is deprecated and might be removed in future releases
    Returns:
    Type Description
    object The panel contents

    render(keyFilter, detailFilter) : object

    Render panels as a literal object

    Name Type Description
    keyFilter object optional

    Internal Error: no text for this language or unsupported language

    detailFilter object optional

    Internal Error: no text for this language or unsupported language

    Since:
    • 4.4.0
    Deprecated
    • This function is deprecated and might be removed in future releases
      Returns:
      Type Description
      object The rendered object

      toJSON()

      Since:
      • 5.2.0
      Deprecated
      • This function is deprecated and might be removed in future releases

        Intherited methods