Package com.adobe.acs.commons.wcm
Class ComponentEditType
java.lang.Object
com.adobe.acs.commons.wcm.ComponentEditType
This is a wrapper class that allows the "canned" list to be extends to include
custom Types:
public class CustomEditTypes extends ComponentEditType { public static final Type CUSTOM = new ComponentEditType.Type("CUSTOM"); }
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Typestatic final ComponentEditType.Type -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CHART
-
IMAGE
-
VIDEO
-
TEXT
-
TITLE
-
FILE
-
CAROUSEL
-
REFERENCE
-
FLASH
-
TEASER
-
TABLE
-
NOICON
-
NONE
-
DROPTARGETS
-
-
Constructor Details
-
ComponentEditType
public ComponentEditType()
-