public class VoucherEditorChip extends AbstractChip implements SpecialEditor
| Modifier and Type | Field and Description |
|---|---|
static String |
JSP_URI |
static String |
REDEEM |
static String |
RELEASE |
static String |
VOUCHERCODE |
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
VoucherEditorChip(DisplayState displayState,
Chip parent)
Creates a new instance of
VoucherEditorChip. |
| Modifier and Type | Method and Description |
|---|---|
List |
getAttributeNames() |
AbstractAttributeEditorChip |
getDiscountList() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
VoucherManager |
getVoucherManager() |
boolean |
isActive() |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
reload() |
void |
save() |
void |
setMainAttributeName(String name) |
void |
setParameter(String arg0) |
addEventListener, 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, translateFormFieldToEventValueequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEventListener, checkValid, dispose, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getID, getJaloSession, getMenuEntries, getParent, getUniqueName, goFullScreen, isValid, leaveFullScreen, registerUniqueName, removeEventListener, render, translateFormFieldToEventName, translateFormFieldToEventValuepublic static final String REDEEM
public static final String RELEASE
public static final String VOUCHERCODE
public static final String JSP_URI
public VoucherEditorChip(DisplayState displayState, Chip parent)
VoucherEditorChip.displayState - the actual display state.parent - the parent Chip of this VoucherEditorChip.public boolean isActive()
public AbstractAttributeEditorChip getDiscountList()
public String getJSPURI()
Chippublic VoucherManager getVoucherManager()
public void processEvents(Map events)
ChipprocessEvents in interface ChipChip.processEvents(Map)public void setMainAttributeName(String name)
setMainAttributeName in interface SpecialEditorpublic List getAttributeNames()
getAttributeNames in interface SpecialEditorpublic void setParameter(String arg0)
setParameter in interface SpecialEditorpublic void save()
save in interface SpecialSaveChippublic void reload()
reload in interface SpecialReloadChipCopyright © 2017 SAP SE. All Rights Reserved.