public class TicketEventDescriptionRenderer extends AbstractConfigurableItemWidgetDetailRenderer<TypedObject,Widget>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CSS_ATTACHMENT_CONTAINER |
protected static String |
CSS_CHANGED_PROPERTY |
protected static String |
CSS_EVENT_EMAIL_CONTAINER |
protected static String |
CSS_EVENT_EMAILS_CONTAINER |
protected static String |
CSS_PROPERTY_LABEL |
protected static String |
CSS_TICKET_EVENT_DESCRIPTION |
protected static String |
IMAGE_EMAIL_PATH |
CSS_PROPERTY_PREFIX| Constructor and Description |
|---|
TicketEventDescriptionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildParagraphs(String text) |
HtmlBasedComponent |
createContent(Object context,
TypedObject ticketObject,
Widget widget)
Create the content for the detail renderer.
|
Object |
createContext()
Create the context object that is passed back into the createContent calls.
|
protected String |
escapeHtml(String text) |
protected Label |
getLabel(ColumnConfiguration col) |
protected void |
populateContent(TypedObject ticketObject,
Div parent,
ColumnConfiguration col) |
protected void |
populateContentAttachments(TypedObject ticketObject,
Div parent,
ColumnConfiguration col,
String qualifier) |
protected void |
populateContentDefault(TypedObject ticketObject,
Div parent,
ColumnConfiguration col,
String qualifier) |
protected void |
populateContentEmails(TypedObject ticketObject,
Div parent,
ColumnConfiguration col,
String qualifier) |
protected void |
populateContentEntries(TypedObject ticketObject,
Div parent,
ColumnConfiguration col,
String qualifier) |
getColumnConfigurations, getConfigurationCode, setConfigurationCodegetCockpitTypeService, getColumnConfigurations, getPropertyEditorHelper, getPropertyRendererHelper, getSystemService, populateDataRow, populateHeaderRow, setCockpitTypeService, setPropertyEditorHelper, setPropertyRendererHelper, setSystemServiceprotected static final String CSS_PROPERTY_LABEL
protected static final String CSS_CHANGED_PROPERTY
protected static final String CSS_ATTACHMENT_CONTAINER
protected static final String CSS_EVENT_EMAIL_CONTAINER
protected static final String CSS_EVENT_EMAILS_CONTAINER
protected static final String CSS_TICKET_EVENT_DESCRIPTION
protected static final String IMAGE_EMAIL_PATH
public Object createContext()
WidgetDetailRendererpublic HtmlBasedComponent createContent(Object context, TypedObject ticketObject, Widget widget)
WidgetDetailRenderercontext - the context objectticketObject - the item to renderwidget - the widgetprotected void populateContent(TypedObject ticketObject, Div parent, ColumnConfiguration col)
protected void populateContentEntries(TypedObject ticketObject, Div parent, ColumnConfiguration col, String qualifier)
protected void populateContentAttachments(TypedObject ticketObject, Div parent, ColumnConfiguration col, String qualifier)
protected void populateContentEmails(TypedObject ticketObject, Div parent, ColumnConfiguration col, String qualifier)
protected void populateContentDefault(TypedObject ticketObject, Div parent, ColumnConfiguration col, String qualifier)
protected Label getLabel(ColumnConfiguration col)
Copyright © 2017 SAP SE. All Rights Reserved.