Method and Description |
---|
com.ebasetech.ufs.kernel.UFSFormInterface.calculateFontSize(String)
from V4.0 with no replacement. Zoom options are not applicable in V4.0. Returns the value of sizeString
|
com.ebasetech.ufs.mapping.TableCell.getCurrentValue()
This method has been deprecated because it returns the internal Ebase class SystemValue.
The javadoc for this method is incorrect. This method is now unsupported and may be removed in a future release.
Please use getCurrentValue2 instead.
|
com.ebasetech.ufs.mapping.ResourceRequestInterface.getFieldValue(String)
getFieldValue2 should be used. It is identical except for when the field is a DATE.
|
com.ebasetech.ufs.kernel.UFSFormInterface.getMessageText(String, int, Vector)
from V5.0 use
UFSFormInterface.getMessageText(String, List) instead |
com.ebasetech.ufs.mapping.TableCell.getOriginalValue()
This method has been deprecated because it returns the internal Ebase class SystemValue.
The javadoc for this method is incorrect. This method is now unsupported and may be removed in a future release.
Please use getOriginalValue2 instead.
|
com.ebasetech.ufs.mapping.ResourceRequestInterface.getResourceParm1()
instead, the CustomResourceInterface implementation should explicitly declare the parameter
names it will be using. These should then be accessed by name using getParameterValue().
|
com.ebasetech.ufs.mapping.ResourceRequestInterface.getResourceParm2()
instead, the CustomResourceInterface implementation should explicitly declare the parameter
names it will be using. These should then be accessed by name using getParameterValue().
|
com.ebasetech.ufs.mapping.ResourceRequestInterface.getResourceParm3()
instead, the CustomResourceInterface implementation should explicitly declare the parameter
names it will be using. These should then be accessed by name using getParameterValue().
|
com.ebasetech.ufs.mapping.ResourceRequestInterface.getResourceParm4()
instead, the CustomResourceInterface implementation should explicitly declare the parameter
names it will be using. These should then be accessed by name using getParameterValue().
|
com.ebasetech.ufs.kernel.UFSFormInterface.getText(int)
getText(textId, namespace) should be used.
|
com.ebasetech.ufs.kernel.UFSFormInterface.getZoomAmount()
from V4.0 with no replacement. The zoom facility is no longer supported.
|
com.ebasetech.ufs.kernel.UFSFormInterface.isDisplayInColour()
from V4.0 with no replacement. The ability to suppress colour is no longer supported.
|
com.ebasetech.ufs.kernel.UFSFormInterface.isUseStylesheets()
from V4.0 with no replacement. Output is always rendered using CSS regardless of whether this is supported by the browser.
|
com.ebasetech.ufs.kernel.UFSFormInterface.setErrorMessage(int, Vector) |