This is called by a field's UI extension to tell the model's layout manager that the field needs to have a specific pixel height.
public void requestLayoutHeight (int newHeight)
This is used by auto-sizing fields to tell the layout manager what their actual height is. This should only be called if isAutosizeSupported() returns true.