Values for autosize behavior for Agentry fields.
All members of AutosizeBehavior, including inherited members.
VariablesModifier 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. |