RendererInfo
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)