com.smartgwt.client.docs
Interface Items


public interface Items

Form Items

Manipulating the items that belong to a form.

An item manages an atomic value (eg a String, Number, Date, etc) that appears as one of the properties in the overall form's values. Some items exist purely for layout or appearance purposes (eg SpacerItem) and do not manage a value.

See Also:
DynamicForm.getItem(java.lang.String), DynamicForm.getField(java.lang.String), com.smartgwt.client.widgets.form.DynamicForm#getItems, DynamicForm.getFields(), com.smartgwt.client.widgets.form.fields.ToolbarItem#getButtons