package com.smartgwt.client.docs; /** * The following APIs are all related to FormIcons. * @see com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#keyPress * @see com.smartgwt.client.widgets.form.fields.events.IconClickEvent * @see com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent * @see com.smartgwt.client.widgets.form.fields.FormItemIcon * @see com.smartgwt.client.widgets.form.fields.FormItem#getIcons * @see com.smartgwt.client.widgets.form.fields.FormItem#getDefaultIconSrc * @see com.smartgwt.client.widgets.form.fields.FormItem#getShowOverIcons * @see com.smartgwt.client.widgets.form.fields.FormItem#getShowFocusedIcons * @see com.smartgwt.client.widgets.form.fields.FormItem#getIconVAlign * @see com.smartgwt.client.widgets.form.fields.FormItem#getIconHeight * @see com.smartgwt.client.widgets.form.fields.FormItem#getIconWidth * @see com.smartgwt.client.widgets.form.fields.FormItem#getIconPrompt * @see com.smartgwt.client.widgets.form.fields.FormItem#getShowIcons * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getSrc * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getShowOver * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getShowFocused * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getShowFocusedWithItem * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getNeverDisable * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getTabIndex * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getWidth * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getHeight * @see com.smartgwt.client.widgets.form.fields.FormItemIcon#getPrompt * @see com.smartgwt.client.widgets.form.fields.TextAreaItem#getIconVAlign */ public interface FormIcons { }