public class OrganizerComponentChip extends NamedHolderChip
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLAPSE_ICO |
static String |
COLLAPSE_TXT |
static String |
EXPAND_ICO |
static String |
EXPAND_TXT |
static String |
INVALIDATE |
static String |
PIN_LOCKED_ICON |
static String |
PIN_LOCKED_ICON_HOVER |
static String |
PIN_LOCKED_STATUS |
static String |
PIN_TOGGLE_EVENT |
static String |
PIN_UNLOCKED_ICON |
static String |
PIN_UNLOCKED_ICON_HOVER |
static String |
PIN_UNLOCKED_ICON_INACTIVE |
static String |
PIN_UNLOCKED_STATUS |
static String |
URI |
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
OrganizerComponentChip(DisplayState displayState,
Chip parent,
String label) |
OrganizerComponentChip(DisplayState displayState,
Chip parent,
String label,
Chip content,
boolean expanded,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
collapse() |
void |
expand() |
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
String |
getLocalizedName()
Returns the localized name of this component chip
|
String |
getPinHoverIcon()
Deprecated.
|
String |
getPinIcon()
Deprecated.
|
String |
getPinStatusText() |
protected String |
getProposedUniqueName() |
String |
getTooltip() |
protected void |
invalidate() |
boolean |
isEnabled() |
boolean |
isEnabledAndSet()
Returns true, if isEnabled() and getPlugin() != null.
|
boolean |
isExpanded() |
boolean |
isPinLocked() |
void |
processEvents(Map events)
Should never be called.
|
void |
setEnabled(boolean enabled) |
void |
setExpanded(boolean isExpanded) |
void |
setPinLocked(boolean pinLocked) |
void |
setShowPin(boolean showPin) |
boolean |
showPin() |
getNamecheckValid, getPlugin, setPluginaddEventListener, 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, 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 URI
public static final String COLLAPSE_ICO
public static final String COLLAPSE_TXT
public static final String EXPAND_ICO
public static final String EXPAND_TXT
public static final String INVALIDATE
public static final String PIN_TOGGLE_EVENT
public static final String PIN_LOCKED_ICON
public static final String PIN_LOCKED_ICON_HOVER
public static final String PIN_UNLOCKED_ICON
public static final String PIN_UNLOCKED_ICON_HOVER
public static final String PIN_UNLOCKED_ICON_INACTIVE
public static final String PIN_LOCKED_STATUS
public static final String PIN_UNLOCKED_STATUS
public OrganizerComponentChip(DisplayState displayState, Chip parent, String label, Chip content, boolean expanded, boolean enabled)
public OrganizerComponentChip(DisplayState displayState, Chip parent, String label)
public void processEvents(Map events)
HolderChipprocessEvents in interface ChipprocessEvents in class HolderChipprotected void invalidate()
public void collapse()
public void expand()
public String getJSPURI()
ChipgetJSPURI in interface ChipgetJSPURI in class HolderChippublic boolean isExpanded()
public void setExpanded(boolean isExpanded)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isEnabledAndSet()
true, if isEnabled() returns true and getPlugin() != nullpublic String getLocalizedName()
protected String getProposedUniqueName()
getProposedUniqueName in class AbstractChippublic String getTooltip()
@Deprecated public String getPinIcon()
@Deprecated public String getPinHoverIcon()
public String getPinStatusText()
public boolean isPinLocked()
public void setPinLocked(boolean pinLocked)
public boolean showPin()
public void setShowPin(boolean showPin)
Copyright © 2017 SAP SE. All Rights Reserved.