Uses of Class
com.redwood.scheduler.api.model.enumeration.ShowPopUp
-
Packages that use ShowPopUp Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of ShowPopUp in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model with parameters of type ShowPopUp Modifier and Type Method Description String
SchedulerEntity. getUrl(PermaLinkPurpose purpose, ShowPopUp displayPopup)
Get a perma link URL for this object. -
Uses of ShowPopUp in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return ShowPopUp Modifier and Type Method Description static ShowPopUp
ShowPopUp. safeValueOf(String value)
Helper function to return the ShowPopUp represented byvalue
.static ShowPopUp
ShowPopUp. valueOf(char code)
Helper function to return the ShowPopUp represented by code.static ShowPopUp
ShowPopUp. valueOf(Character code)
Helper function to return the ShowPopUp represented by code.static ShowPopUp
ShowPopUp. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShowPopUp
ShowPopUp. valueOfCode(String code)
Helper function to return the ShowPopUp represented by code.static ShowPopUp[]
ShowPopUp. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-