public class SimpleURLDialogChip extends SimpleMessageDialogChip
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDEFAULT_DIALOG_SIZEDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
SimpleURLDialogChip(Chip parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJSPURI()
Returns the URI of the JSP that this chip wants to use.
|
String |
getUrl()
Returns the url which should be shown as a link.
|
String |
getUrlName()
Returns the 'human readable name' of the url that should be shown (this must be the already localized name!).
|
boolean |
isAutoClose()
Returns true if this dialog should close itself automatically after the link has been clicked.
|
void |
setAutoClose(boolean autoClose)
Set true if this dialog should close itself automatically after the link has been clicked.
|
void |
setUrl(String url)
Sets the url which should be shown as a link.
|
void |
setUrlName(String urlName)
Sets the 'human readable name' of the url that should be shown (this must be the already localized name!).
|
getMessage, setMessagegetSize, notifyClose, processEvents, setSizeaddEventListener, 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 SimpleURLDialogChip(Chip parent)
public String getJSPURI()
ChipgetJSPURI in interface ChipgetJSPURI in class SimpleMessageDialogChippublic String getUrlName()
public void setUrlName(String urlName)
urlName - The urlName to set.public String getUrl()
public void setUrl(String url)
url - the url which should be shown as a link.public boolean isAutoClose()
public void setAutoClose(boolean autoClose)
Copyright © 2017 SAP SE. All Rights Reserved.