| Enum Constant and Description |
|---|
_ListFooter |
_ListHeader
Private views - These are not driven by the CMS, these are internal classes derived from
the list model.
|
BulletListItem |
ButtonListItem |
CheckableListItem |
DescriptionListItem |
DestinationLink |
ExternalLink |
Image
Properties
|
ImageListItem |
InternalLink |
List
List items
|
ListPage
Pages
|
LogoListItem |
OrderedListItem |
PageDescriptor
Descriptors
|
StandardListItem |
TabbedPageCollection |
TabbedPageDescriptor |
TextListItem |
TitleListItem |
ToggleableListItem |
UriLink |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends Holder> |
getHolderClass() |
java.lang.Class<? extends Model> |
getModelClass() |
static View |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final View _ListHeader
public static final View _ListFooter
public static final View List
public static final View TextListItem
public static final View ImageListItem
public static final View TitleListItem
public static final View DescriptionListItem
public static final View StandardListItem
public static final View OrderedListItem
public static final View BulletListItem
public static final View CheckableListItem
public static final View ButtonListItem
public static final View ToggleableListItem
public static final View LogoListItem
public static final View ListPage
public static final View TabbedPageCollection
public static final View PageDescriptor
public static final View TabbedPageDescriptor
public static final View Image
public static final View DestinationLink
public static final View InternalLink
public static final View ExternalLink
public static final View UriLink
public static View[] values()
for (View c : View.values()) System.out.println(c);
public static View valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Class<? extends Holder> getHolderClass()
public java.lang.Class<? extends Model> getModelClass()