All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static boolean |
checkVelocityParamsChanged(Object item,
VelocityContext lastVelocityCtx) |
static Message |
createAnErrorMessage(Exception exception) |
static EditorListener |
createEditorListener(TypedObject item,
ObjectValueContainer objectValueContainer,
Map<String,? extends Object> params,
PropertyDescriptor propDescr,
String editorCode,
HtmlBasedComponent parent,
HtmlBasedComponent rootComponent,
boolean autoPersist) |
static Popup |
createLocalizedTooltip(String message,
Component parent,
Label target) |
static VelocityContext |
createVelocityContext(Object item) |
static Map<PropertyDescriptor,EditorRowConfiguration> |
getAllEditorRowConfigurations(EditorConfiguration config) |
static List<PropertyDescriptor> |
getEditorPropertyDescriptors(TypedObject item,
TypeService typeService,
CMSAdminComponentService compService) |
static String |
getEditorWiths(Map<String,Object> configParams) |
static String |
getEditorWithsTooltip(Map<String,Object> configParams) |
protected static MessageRenderer |
getMessageRenderer() |
protected static ObjectValueContainer.ObjectValueHolder |
getObjectValueHolder(ObjectValueContainer valueContainer,
PropertyDescriptor descr,
String langIso) |
static String |
getParsedVelocityTemplateString(Object item,
String velocityTemplate) |
static String |
getPropertyLabel(PropertyDescriptor propDescr) |
static boolean |
hasEditableProperties(TypedObject referenceValue) |
static HtmlBasedComponent |
renderEditorRow(Component parent,
Map<String,Object> editorParameters,
boolean editable,
String label,
String description) |