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