public class InlineShortcutChip extends AbstractChip implements SpecialReloadChip
AbstractChipCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
InlineShortcutChip(DisplayState displayState,
Chip parent,
String name,
String type,
String targetAttributeName,
String sourceAttributeName,
ItemLayoutNode itemLayoutNode,
int count) |
| Modifier and Type | Method and Description |
|---|---|
ComposedType |
getComposedType() |
int |
getCount() |
Exception |
getError() |
String |
getErrorMessage() |
String |
getHeaderName(String qualifier) |
String |
getIcon(Item item) |
ItemLayoutNode |
getItemLayoutNode()
Get the itemlayoutdescriptor of this chip.
|
List<Item> |
getItems() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
int |
getLabelWidth() |
GenericItemListChip |
getListChip() |
String |
getName() |
String |
getSourceAttributeName()
Returns the name of the source attribute.
|
String |
getTargetAttributeName()
Returns the name of the target attribute.
|
int |
getTotalCount() |
int |
getWidth() |
boolean |
hasError() |
boolean |
isHideLabel() |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
reload() |
void |
setError(Exception error) |
void |
setErrorMessage(String errorMessage) |
void |
setHideLabel(boolean hideLabel) |
void |
setItemLayoutNode(ItemLayoutNode itemLayoutNode)
Set the itemlayoutdescriptor of this chip.
|
void |
setLabelWidth(int labelWidth) |
void |
setName(String name) |
void |
setSourceAttributeName(String string) |
void |
setTargetAttributeName(String string) |
void |
setWidth(int width) |
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 InlineShortcutChip(DisplayState displayState, Chip parent, String name, String type, String targetAttributeName, String sourceAttributeName, ItemLayoutNode itemLayoutNode, int count)
public void processEvents(Map events)
ChipprocessEvents in interface Chippublic String getJSPURI()
Chippublic ItemLayoutNode getItemLayoutNode()
public void setItemLayoutNode(ItemLayoutNode itemLayoutNode)
itemLayoutNode - public int getCount()
public int getTotalCount()
public String getName()
public void setName(String name)
name - The name to set.public String getTargetAttributeName()
public void setTargetAttributeName(String string)
string - public String getSourceAttributeName()
public void setSourceAttributeName(String string)
string - public ComposedType getComposedType()
public boolean isHideLabel()
public void setHideLabel(boolean hideLabel)
public int getLabelWidth()
public void setLabelWidth(int labelWidth)
public int getWidth()
public void setWidth(int width)
public boolean hasError()
public String getErrorMessage()
public Exception getError()
public void setErrorMessage(String errorMessage)
public void setError(Exception error)
public GenericItemListChip getListChip()
public void reload()
reload in interface SpecialReloadChipCopyright © 2017 SAP SE. All Rights Reserved.