UICustomWidget
instead.public interface UIRequestContext extends UIContext
UIBeanEditor
Modifier and Type | Method and Description |
---|---|
String |
getOptionalRequestParameterValue(String aParameterName)
Deprecated.
|
String[] |
getOptionalRequestParameterValues(String aParameterName)
Deprecated.
|
ValueContextForInputValidation |
getValueContext()
Deprecated.
Replaced by
WidgetDisplayContext.getValueContext() .
Replaced by WidgetValidationContext.getValueContext() . |
ValueContextForInputValidation |
getValueContext(Path aPath)
Deprecated.
Replaced by
WidgetDisplayContext.getValueContext(Path) .
Replaced by WidgetValidationContext.getValueContext(Path) . |
displayOccurrence, getHierarchyMember, getHierarchyNode, getLocale, getNode, getNode, getPathForListOccurrence, getPathForListOccurrence, getPathInAdaptation, getSession, getValue, getValue, getWebName, getWebNameFor, getWebNameForPath, getWebNameOfParent, isCreatingRecord, isDuplicatingRecord
ValueContextForInputValidation getValueContext()
WidgetDisplayContext.getValueContext()
.
Replaced by WidgetValidationContext.getValueContext()
.ValueContextForInputValidation getValueContext(Path aPath)
WidgetDisplayContext.getValueContext(Path)
.
Replaced by WidgetValidationContext.getValueContext(Path)
.String getOptionalRequestParameterValue(String aParameterName)
WidgetDisplayContext.getOptionalRequestParameterValue(String)
.
Replaced by WidgetValidationContext.getOptionalRequestParameterValue(String)
.String[] getOptionalRequestParameterValues(String aParameterName)
WidgetDisplayContext.getOptionalRequestParameterValues(String)
.
Replaced by WidgetValidationContext.getOptionalRequestParameterValue(String)
.