Object_downloadLayoutXml

Provides the ability to download the layout XML for any domain entity or view model.

API

Object_downloadLayoutXml.java
class Object_downloadLayoutXml {
  Object act(final String fileName, final Style style)
  String default0Act()     (1)
  Style default1Act()     (2)
}
1 default0Act()

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

2 default1Act()

Default style is Style#NORMALIZED .

Members

default0Act()

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

default1Act()

Default style is Style#NORMALIZED .

See also