| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.layout | |
| org.apache.isis.core.metamodel.layout.memberorderfacet |
| Modifier and Type | Field and Description |
|---|---|
protected SortedSet<DeweyOrderSet> |
DeweyOrderSet.childOrderSets
A staging area until we are ready to add the child sets to the collection
of elements owned by the superclass.
|
| Modifier and Type | Method and Description |
|---|---|
static DeweyOrderSet |
DeweyOrderSet.createOrderSet(List<? extends IdentifiedHolder> identifiedHolders) |
DeweyOrderSet |
DeweyOrderSet.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<DeweyOrderSet> |
DeweyOrderSet.children() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeweyOrderSet.addChild(DeweyOrderSet childOrderSet) |
int |
DeweyOrderSet.compareTo(DeweyOrderSet o)
Natural ordering is to compare by
getGroupFullName(). |
protected void |
DeweyOrderSet.setParent(DeweyOrderSet parent) |
| Modifier and Type | Method and Description |
|---|---|
int |
OrderSetGroupNameComparator.compare(DeweyOrderSet o1,
DeweyOrderSet o2) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.