public class GenericItemListEntryChip extends AbstractItemListEntryChip
GenericSearchChip or GenericItemListChip.| Modifier and Type | Field and Description |
|---|---|
static String |
OPEN_EDITOR |
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
GenericItemListEntryChip(DisplayState displayState,
ItemListChip parent,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsValidValue() |
int |
getAttributeCount() |
Object |
getAttributeValue(String attributeName) |
Object |
getAttributeValue(String attributeName,
Language language) |
Map |
getColumnWidths() |
List |
getHeaderQualifiers() |
String |
getIcon() |
Item |
getItem() |
ItemTreeViewChip |
getItemTreeViewChip() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
ComposedType |
getListItemType() |
int |
getMaxDisplayHeight()
Returns the maximum display height of this entry chip based on the height of the containing display chips.
|
protected String |
getProposedUniqueName()
Overriding
AbstractChip.getProposedUniqueName() to fix some macrotest
recording issue with multiple searches on the same type. |
String |
getSearchIndex() |
boolean |
hasItemTreeViewChip() |
boolean |
isElementReadable() |
boolean |
isLast() |
protected void |
openEditor() |
protected void |
openFirstReference(boolean external) |
void |
processEvents(Map events)
Handles all incoming requests for this chip.
|
void |
setInitialTreeViewState(ItemTreeViewChip.ItemTreeViewState initialState) |
protected void |
setItem(Item anItem)
Superclass method override to type-check item for list element type.
|
void |
setLast(boolean last) |
checkValid, compareTo, getAttributeDisplayChips, getAttributeNodes, getChildNodes, getItemAsString, getItemLayoutNode, getItemTypegetPosition, isFancyaddEventListener, clearInfoMessages, clone, containsDisplayEvent, createMenuEntriesForJS, dispose, errorQueueEmpty, getClipboard, getCommandID, getDisplayParameters, getDisplayState, getEventID, getEventURL, getEventValue, getFrame, getID, getInfoMessages, getJaloSession, getLocalizedString, getLocalizedString, getLogger, getMenuEntries, getNameSpace, getNameSpaceFor, getParent, 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 static final String OPEN_EDITOR
public GenericItemListEntryChip(DisplayState displayState, ItemListChip parent, Item item)
public void processEvents(Map events)
Chipprotected void setItem(Item anItem)
setItem in class AbstractItemListEntryChipprotected void openEditor()
protected void openFirstReference(boolean external)
public boolean isLast()
public void setLast(boolean last)
public ComposedType getListItemType()
type of the items which should be displayed.public boolean isElementReadable()
public int getAttributeCount()
public String getJSPURI()
Chippublic String getIcon()
getIcon in class AbstractItemListEntryChippublic Item getItem()
getItem in class AbstractItemListEntryChippublic Object getAttributeValue(String attributeName) throws JaloBusinessException
JaloBusinessExceptionpublic Object getAttributeValue(String attributeName, Language language) throws JaloBusinessException
attributeName - the attribute namelanguage - the languageJaloBusinessExceptionpublic List getHeaderQualifiers()
public boolean containsValidValue()
public boolean hasItemTreeViewChip()
public ItemTreeViewChip getItemTreeViewChip()
public int getMaxDisplayHeight()
public String getSearchIndex()
protected String getProposedUniqueName()
AbstractChip.getProposedUniqueName() to fix some macrotest
recording issue with multiple searches on the same type.getProposedUniqueName in class AbstractChippublic Map getColumnWidths()
public void setInitialTreeViewState(ItemTreeViewChip.ItemTreeViewState initialState)
initialState - the initialState to setCopyright © 2017 SAP SE. All Rights Reserved.