FieldSet

A MemberRegion of the page containing a set of related PropertyLayoutData and associated ActionLayoutData .

API

FieldSet.java
class FieldSet {
  FieldSet()
  FieldSet(String name)
  String getId()     (1)
  void setId(String id)
  Boolean isUnreferencedActions()     (2)
  void setUnreferencedActions(Boolean unreferencedActions)
  Boolean isUnreferencedProperties()     (3)
  void setUnreferencedProperties(Boolean unreferencedProperties)
  String getName()     (4)
  void setName(String name)
  List<ActionLayoutData> getActions()
  void setActions(List<ActionLayoutData> actionLayoutDatas)
  List<PropertyLayoutData> getProperties()
  void setProperties(List<PropertyLayoutData> properties)
  FieldSetOwner getOwner()     (5)
  void setOwner(FieldSetOwner owner)
  String getMetadataError()     (6)
  void setMetadataError(String metadataError)
  String toString()
}
1 getId()

As per <div id="…​">…​</div> : must be unique across entire page.

2 isUnreferencedActions()

Whether this fieldset should be used to hold any unreferenced actions (contributed or "native").

3 isUnreferencedProperties()

Whether this fieldset should be used to hold any unreferenced properties (contributed or "native").

4 getName()

Corresponds to the PropertyLayout#fieldSetName() (when applied to properties).

5 getOwner()

Owner.

6 getMetadataError()

For diagnostics; populated by the framework if and only if a metadata error.

Members

getId()

As per <div id="…​">…​</div> : must be unique across entire page.

isUnreferencedActions()

Whether this fieldset should be used to hold any unreferenced actions (contributed or "native").

Any layout must have precisely one fieldset or BSCol that has this attribute set.

isUnreferencedProperties()

Whether this fieldset should be used to hold any unreferenced properties (contributed or "native").

Any grid layout must have precisely one fieldset that has this attribute set.

getName()

Corresponds to the PropertyLayout#fieldSetName() (when applied to properties).

getOwner()

Owner.

Set programmatically by framework after reading in from XML.

getMetadataError()

For diagnostics; populated by the framework if and only if a metadata error.