Object_downloadLayout

Provides the ability to download the serialized layout (eg. XML) for any domain entity or view model.

API

Object_downloadLayout.java
class Object_downloadLayout {
  Object act(String fileName, LayoutExportStyle style, CommonMimeType format)
  String default0Act()     (1)
  LayoutExportStyle default1Act()     (2)
  CommonMimeType default2Act()
  Set<CommonMimeType> choices2Act()
}
1 default0Act()

Defaults to the (simple) name of the domain object’s class, with a .layout suffix

2 default1Act()

Default style is LayoutExportStyle#MINIMAL .

Members

default0Act()

Defaults to the (simple) name of the domain object’s class, with a .layout suffix

default1Act()

Default style is LayoutExportStyle#MINIMAL .

See also