BSTabGroup

Represents a tab group containing one or more BSTab s.

API

BSTabGroup.java
class BSTabGroup {
  Boolean isUnreferencedCollections()     (1)
  void setUnreferencedCollections(Boolean unreferencedCollections)
  Boolean isCollapseIfOne()     (2)
  void setCollapseIfOne(Boolean collapseIfOne)
  List<BSTab> getTabs()
  void setTabs(List<BSTab> tabs)
  BSTabGroupOwner getOwner()     (3)
  void setOwner(BSTabGroupOwner owner)
  String getMetadataError()     (4)
  void setMetadataError(String metadataError)
  BSGrid getGrid()
}
1 isUnreferencedCollections()

Whether this tab group should be used to hold any unreferenced collections (contributed or "native").

2 isCollapseIfOne()

If there is a single tab in the tabgroup, then whether to collapse and render without the outer tab.

3 getOwner()

Owner.

4 getMetadataError()

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

Members

isUnreferencedCollections()

Whether this tab group should be used to hold any unreferenced collections (contributed or "native").

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

isCollapseIfOne()

If there is a single tab in the tabgroup, then whether to collapse and render without the outer tab.

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.