public class TicketsContactTypeRenderer
extends DefaultCustomViewRenderer
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONTACT_TYPE_CUSTOMER |
protected static String |
CONTACT_TYPE_CUSTOMER_SUPPORT |
protected static String |
DIV_WRAPPER |
| Constructor and Description |
|---|
TicketsContactTypeRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected EventListener |
addContactTypeComboEventListener(Combobox contactTypeCombo,
Combobox replyToCombo)
/**
|
protected EventListener |
addReplyToComboEventListener(Combobox replyToCombo,
Combobox contactTypeCombo) |
protected Combobox |
configureContactTypeCombo() |
protected Combobox |
configureReplyToCombo() |
LabelService |
getLabelService() |
protected TicketService |
getTicketService() |
void |
render(Component component,
ViewType customView,
Map<String,String> parameters,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
void |
setLabelService(LabelService labelService) |
void |
setTicketService(TicketService ticketService) |
protected static final String CONTACT_TYPE_CUSTOMER
protected static final String CONTACT_TYPE_CUSTOMER_SUPPORT
protected static final String DIV_WRAPPER
public void render(Component component,
ViewType customView,
Map<String,String> parameters,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
protected EventListener addContactTypeComboEventListener(Combobox contactTypeCombo,
Combobox replyToCombo)
replyToCombo - contactTypeCombo - protected EventListener addReplyToComboEventListener(Combobox replyToCombo,
Combobox contactTypeCombo)
replyToCombo - contactTypeCombo - protected Combobox configureReplyToCombo()
protected Combobox configureContactTypeCombo()
public void setTicketService(TicketService ticketService)
protected TicketService getTicketService()
public LabelService getLabelService()
public void setLabelService(LabelService labelService)
labelService - the labelService to setCopyright © 2017 SAP SE. All Rights Reserved.