RendererInfo
- 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
RendererInfo
- Updated on 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
net.comactivity.core.renderer.RendererInfo
isAdjustFieldWidth
Referred to experimental property adjust.field.width
. Would always return false, unless set by developer.
The property adjust.field.width
adjusted all fields to the same length in the client regardless of field mode, input or output.
Removed
isAdjustFieldWidth()
Replace With
Don't call method.
setAdjustFieldWidth
Referred to experimental property adjust.field.width
. Would always be false, unless set by developer with this method.
The property adjust.field.width
adjusted all fields to the same length in the client regardless of field mode, input or output.
Removed
setAdjustFieldWidth(boolean adjustFieldWidth)
Replace With
Don't call method.
setDynamicRequestTimeout
The parameter dynamicRequestTimeout
has changed from String
to int
.
Removed
setDynamicRequestTimeout(String dynamicRequestTimeout)
Replace With
setDynamicRequestTimeout(int dynamicRequestTimeout)
Was this article helpful?