public abstract class MemberGroupLayoutFacetAbstract extends FacetAbstract implements MemberGroupLayoutFacet
FacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.ValidatingDEFAULT_GROUP| Constructor and Description |
|---|
MemberGroupLayoutFacetAbstract(org.apache.isis.applib.annotation.MemberGroupLayout.ColumnSpans columns,
List<String> left,
List<String> middle,
List<String> right,
FacetHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
protected static List<String> |
asList(String[] value) |
protected static List<String> |
asListWithDefaultGroup(String[] value) |
org.apache.isis.applib.annotation.MemberGroupLayout.ColumnSpans |
getColumnSpans() |
List<String> |
getLeft() |
List<String> |
getMiddle() |
List<String> |
getRight() |
static Class<? extends Facet> |
type() |
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic MemberGroupLayoutFacetAbstract(org.apache.isis.applib.annotation.MemberGroupLayout.ColumnSpans columns, List<String> left, List<String> middle, List<String> right, FacetHolder holder)
protected static List<String> asListWithDefaultGroup(String[] value)
public org.apache.isis.applib.annotation.MemberGroupLayout.ColumnSpans getColumnSpans()
getColumnSpans in interface MemberGroupLayoutFacetpublic List<String> getLeft()
getLeft in interface MemberGroupLayoutFacetpublic List<String> getMiddle()
getMiddle in interface MemberGroupLayoutFacetpublic List<String> getRight()
getRight in interface MemberGroupLayoutFacetCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.