public interface MonitoredContextIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCloudType(java.lang.String selectedContextValue)
if applicable
|
java.lang.String |
getContextLabel()
Returns the string to display to the user describing this type.
|
int |
getContextType()
Returns an integer to uniquely identify this type.
|
java.lang.String |
getContextValueDetail(java.lang.String selectedContextValue)
Returns a string that provides more detail to display to the user about the selected context value.
|
FormLOVPair[] |
getPossibleLOVs(WizardSession session)
Returns an array of name-value pairs that lists all the applicable objects for this type.
|
int getContextType()
java.lang.String getContextLabel()
FormLOVPair[] getPossibleLOVs(WizardSession session)
java.lang.String getContextValueDetail(java.lang.String selectedContextValue)
selectedContextValue
- This string will be the value coming from the name-value pairs you returned
in getPossibleLOVs which was selected by the user from the UI.java.lang.String getCloudType(java.lang.String selectedContextValue)