public class SearchResultActionChip extends AbstractActionChip<SearchResultAction>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
useSelectedOnly |
DEFAULT_ACTION_DISABLED_ICON, DEFAULT_ACTION_ICON, PERFORMCHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
SearchResultActionChip(DisplayState displayState,
Chip parent,
String name,
SearchResultAction action,
String icon,
String disabledicon) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionEvent |
createActionEvent()
Provides a action event for the next execution.
|
ComposedType |
getItemType() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
protected GenericItemSearchListChip |
getSearchListChip() |
protected List |
getSelectedItems(GenericItemSearchListChip searchListChip) |
String |
getToolbarIcon() |
boolean |
getUseSelectedOnly() |
boolean |
isActive() |
boolean |
isAllSelected() |
boolean |
isHideButton() |
boolean |
isShowToolbarLabel() |
boolean |
isVisible() |
boolean |
moreThanOneResultPage() |
protected void |
perform(boolean useSelectedOnly) |
protected void |
refresh(ActionResult result)
Does nothing right now.
|
void |
setHideButton(boolean hideButton) |
void |
setShowToolbarLabel(boolean showToolbarLabel) |
void |
setToolbarIcon(String toolbarIconName) |
void |
setUseSelectedOnly(boolean useSelectedOnly) |
getAction, getConfirmationMessage, getDisabledIcon, getIcon, getName, getPerformCommandID, getTooltip, needsConfirmation, performAction, processEvents, setName, setTooltip, showActionResultaddEventListener, 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 SearchResultActionChip(DisplayState displayState, Chip parent, String name, SearchResultAction action, String icon, String disabledicon)
public String getJSPURI()
protected void perform(boolean useSelectedOnly)
protected ActionEvent createActionEvent()
AbstractActionChipcreateActionEvent in class AbstractActionChip<SearchResultAction>public ComposedType getItemType()
protected void refresh(ActionResult result)
AbstractActionChiprefresh in class AbstractActionChip<SearchResultAction>result - the current action resultprotected GenericItemSearchListChip getSearchListChip()
protected List getSelectedItems(GenericItemSearchListChip searchListChip)
public boolean isAllSelected()
public boolean moreThanOneResultPage()
public void setUseSelectedOnly(boolean useSelectedOnly)
public boolean getUseSelectedOnly()
public boolean isHideButton()
public void setHideButton(boolean hideButton)
public boolean isShowToolbarLabel()
public void setShowToolbarLabel(boolean showToolbarLabel)
public String getToolbarIcon()
public void setToolbarIcon(String toolbarIconName)
public boolean isActive()
isActive in class AbstractActionChip<SearchResultAction>public boolean isVisible()
Copyright © 2017 SAP SE. All Rights Reserved.