public class OrderOnDemandPricesEditorChip extends AbstractOnDemandPricesEditorChip
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
OrderOnDemandPricesEditorChip(DisplayState displayState,
Chip parent,
Map attributes,
String jspURI) |
| Modifier and Type | Method and Description |
|---|---|
static void |
bindLocalizingMap(HttpServletRequest request,
DisplayState displayState,
String beanName) |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
List<OrderEntryInfo> |
getOrderEntryList() |
String |
getTotalPrice() |
String |
getTotalTax() |
String |
getTotalWithTax() |
void |
setOrderEntryList(List<OrderEntryInfo> orderEntryList) |
void |
setTotalPrice(String totalPrice) |
void |
setTotalTax(String totalTax) |
void |
setTotalWithTax(String totalWithTax) |
getItemChip, getModelService, getOndemandPromotionService, getOndemandTaxCalculationServicegetAttributes, getDefaultJSPURI, getParameter, getParameters, processEventsaddEventListener, checkValid, clearInfoMessages, clone, containsDisplayEvent, createMenuEntriesForJS, dispose, errorQueueEmpty, getClipboard, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getFrame, getID, getInfoMessages, getJaloSession, getLocalizedString, getLocalizedString, getLogger, getMenuEntries, getNameSpace, getNameSpaceFor, getParent, getProposedUniqueName, getProposedUniqueNameFor, getRequestFocus, getSessionIdentifier, getStringValue, getUniqueName, getWindow, goFullScreen, hasVisibleContextMenuEntries, isButtonPushed, isButtonPushed, isErrorQueueEmpty, isValid, leaveFullScreen, notifyEventListeners, notifyEventListeners, postErrorMessage, postInfoMessage, postWindowEvent, refresh, refreshChild, registerUniqueName, removeEventListener, removeInfoMessage, render, render, setClipboard, setParent, setRequestFocus, setValid, setWindowStatus, translateFormFieldToEventName, translateFormFieldToEventValuepublic OrderOnDemandPricesEditorChip(DisplayState displayState, Chip parent, Map attributes, String jspURI)
public String getJSPURI()
ChipgetJSPURI in interface ChipgetJSPURI in class CustomChippublic String getTotalTax()
public void setTotalTax(String totalTax)
public String getTotalPrice()
public void setTotalPrice(String totalPrice)
public List<OrderEntryInfo> getOrderEntryList()
public void setOrderEntryList(List<OrderEntryInfo> orderEntryList)
public static void bindLocalizingMap(HttpServletRequest request,
DisplayState displayState,
String beanName)
public String getTotalWithTax()
public void setTotalWithTax(String totalWithTax)
Copyright © 2017 SAP SE. All Rights Reserved.