AutosizeBehavior enum

Values for autosize behavior for Agentry fields.

Members

All members of AutosizeBehavior, including inherited members.

Variables
Modifier and Type Variable Description
public Autosize_FillVisible Field should take up the remaining visible area on the screen.
public Autosize_None Field does not autosize.
public Autosize_WrapContent Field should size itself so all of its content is visible The layout manager will invoke the FieldAdapter.getContentHeightForAutosizing(int width) method to find the field's content size.