requestLayoutHeight(int) method

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.

Syntax

public void requestLayoutHeight ( int newHeight )

Parameters

Usage

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.