public static enum ObjectSpecifications.MemberGroupLayoutHint extends Enum<ObjectSpecifications.MemberGroupLayoutHint>
| Modifier and Type | Method and Description |
|---|---|
int |
from(org.apache.isis.applib.annotation.MemberGroupLayout.ColumnSpans columnSpans) |
static ObjectSpecifications.MemberGroupLayoutHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectSpecifications.MemberGroupLayoutHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectSpecifications.MemberGroupLayoutHint LEFT
public static final ObjectSpecifications.MemberGroupLayoutHint MIDDLE
public static final ObjectSpecifications.MemberGroupLayoutHint RIGHT
public static ObjectSpecifications.MemberGroupLayoutHint[] values()
for (ObjectSpecifications.MemberGroupLayoutHint c : ObjectSpecifications.MemberGroupLayoutHint.values()) System.out.println(c);
public static ObjectSpecifications.MemberGroupLayoutHint valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic int from(org.apache.isis.applib.annotation.MemberGroupLayout.ColumnSpans columnSpans)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.