Recalculates the content width for all lines in the bounds. When a LineStyleListener
is used a redraw call is the only notification to the widget that styles have changed and that the content width may have changed.
It is called in the redrawing phase by the kernel, so it is too late to call {@link Component#invalidate()}, {@link org.zkoss.zk.ui.AbstractComponent#smartUpdate}or {@link org.zkoss.zk.ui.AbstractComponent#response} in this method. @since 5.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|