Class BlueprintColumnItem
- java.lang.Object
-
- com.adobe.cq.msm.ui.models.blueprintconfig.BlueprintColumnItem
-
@Model(adaptables=SlingHttpServletRequest.class) public class BlueprintColumnItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BlueprintColumnItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getImageSource()
java.util.Map<java.lang.String,java.lang.String>
getItemAttrb()
java.lang.String
getTitle()
boolean
isPage()
boolean
isValidSelection()
void
postConstruct()
-
-
-
Method Detail
-
postConstruct
@PostConstruct public void postConstruct() throws java.lang.Exception
- Throws:
java.lang.Exception
-
isPage
public boolean isPage()
-
isValidSelection
public boolean isValidSelection()
-
getImageSource
public java.lang.String getImageSource()
-
getItemAttrb
public java.util.Map<java.lang.String,java.lang.String> getItemAttrb()
-
getTitle
public java.lang.String getTitle()
-
-