public class TriggerTimeValuesEditorChip extends AbstractChip implements ClipChip, SpecialSaveChip, SpecialReloadChip
| Modifier and Type | Field and Description |
|---|---|
static String |
CRON_EXPRESSION |
String |
FRIDAY |
static String |
INTERVAL_DAILY |
static String |
INTERVAL_FREE |
static String |
INTERVAL_MONTHLY |
static String |
INTERVAL_ONCE |
static String |
INTERVAL_WEEKLY |
static String |
JSP_URI |
String |
MONDAY |
static String |
PING_WEEKLY_INTERVAL |
String |
SATURDAY |
static String |
SET_CURRENT_TIME |
static String |
SET_DAYOFMONTH |
static String |
SET_DAYSKIP |
static String |
SET_DAYSOFWEEK |
static String |
SET_INTERVAL |
static String |
SET_INTERVAL_DAYS |
static String |
SET_INTERVAL_HOURS |
static String |
SET_INTERVAL_MINUTES |
static String |
SET_INTERVAL_MONTHS |
static String |
SET_INTERVAL_SECONDS |
static String |
SET_INTERVAL_YEARS |
static String |
SET_STARTDAYOFMONTH |
static String |
SET_STARTHOUR |
static String |
SET_STARTMINUTE |
static String |
SET_STARTMONTH |
static String |
SET_STARTSECOND |
static String |
SET_STARTYEAR |
static String |
SET_WEEKSKIP |
String |
SUNDAY |
String |
THURSDAY |
String |
TUESDAY |
String |
WEDNESDAY |
CHIP_KEY, FALSE, FRAME_KEY, SHOW_JSP_COMMENTS, TRUE, USE_SOCKET_NAMINGDISPLAY_EVENT, FILTERED_PREFIX| Constructor and Description |
|---|
TriggerTimeValuesEditorChip(DisplayState displayState,
Chip parent)
Creates a new TriggerEditorTabChip with the given displaystate and parent.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationTimeAsString() |
StringEditorChip |
getCronExpressionEditorChip() |
protected ItemChip |
getItemChip()
Returns the itemchip which is a parent of this chip.
|
String |
getJSPURI()
Returns the jsp uri for this chip.
|
DateTimeEditorChip |
getStartTimeEditorChip() |
Trigger |
getTrigger() |
TriggerValuesHolder |
getTriggerValues()
Returns an instance of TriggerValuesHolder which contains all necessary values of the Trigger which is edited in
this chip.
|
void |
initialize()
This methode initializes the ClipChip.
|
boolean |
isInitialized() |
void |
processEvents(Map events)
Process the various events coming from the editor chip.
|
void |
reload() |
void |
save() |
void |
setTriggerValues(TriggerValuesHolder holder) |
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 static final String JSP_URI
public static final String SET_INTERVAL
public static final String SET_STARTHOUR
public static final String SET_STARTMINUTE
public static final String SET_STARTSECOND
public static final String SET_STARTDAYOFMONTH
public static final String SET_STARTMONTH
public static final String SET_STARTYEAR
public static final String SET_DAYSKIP
public static final String SET_WEEKSKIP
public static final String SET_DAYSOFWEEK
public static final String SET_DAYOFMONTH
public static final String SET_INTERVAL_HOURS
public static final String SET_INTERVAL_MINUTES
public static final String SET_INTERVAL_SECONDS
public static final String SET_INTERVAL_DAYS
public static final String SET_INTERVAL_MONTHS
public static final String SET_INTERVAL_YEARS
public static final String SET_CURRENT_TIME
public static final String PING_WEEKLY_INTERVAL
public static final String INTERVAL_DAILY
public static final String INTERVAL_WEEKLY
public static final String INTERVAL_MONTHLY
public static final String INTERVAL_ONCE
public static final String INTERVAL_FREE
public static final String CRON_EXPRESSION
public String SUNDAY
public String MONDAY
public String TUESDAY
public String WEDNESDAY
public String THURSDAY
public String FRIDAY
public String SATURDAY
public TriggerTimeValuesEditorChip(DisplayState displayState, Chip parent)
public void initialize()
ClipChipinitialize in interface ClipChippublic boolean isInitialized()
isInitialized in interface ClipChippublic void reload()
reload in interface SpecialReloadChippublic void processEvents(Map events)
processEvents in interface Chippublic String getJSPURI()
public Trigger getTrigger()
public void save()
save in interface SpecialSaveChipprotected ItemChip getItemChip()
public TriggerValuesHolder getTriggerValues()
public void setTriggerValues(TriggerValuesHolder holder)
holder - public String getActivationTimeAsString()
public DateTimeEditorChip getStartTimeEditorChip()
public StringEditorChip getCronExpressionEditorChip()
Copyright © 2017 SAP SE. All Rights Reserved.