Package org.javlo.module.admin
Class AdminAction.ComponentBean
- java.lang.Object
-
- org.javlo.module.admin.AdminAction.ComponentBean
-
- Enclosing class:
- AdminAction
public static class AdminAction.ComponentBean extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentBean(ContentContext ctx, IContentVisualComponent comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getComplexityLevel()
IContentVisualComponent
getComponent()
String
getHexColor()
String
getType()
boolean
isCacheable()
boolean
isListable()
-
-
-
Constructor Detail
-
ComponentBean
public ComponentBean(ContentContext ctx, IContentVisualComponent comp)
-
-
Method Detail
-
getComponent
public IContentVisualComponent getComponent()
-
getComplexityLevel
public int getComplexityLevel()
-
isListable
public boolean isListable()
-
isCacheable
public boolean isCacheable()
-
getType
public String getType()
-
getHexColor
public String getHexColor()
-
-