package com.smartgwt.client.docs; /** * The following APIs are all related to ValueIcons. * @see com.smartgwt.client.widgets.form.fields.FormItem#setValueIcons * @see com.smartgwt.client.widgets.form.fields.FormItem#getValueIcon * @see com.smartgwt.client.widgets.form.fields.FormItem#getValueIcons * @see com.smartgwt.client.widgets.form.fields.FormItem#getEmptyValueIcon * @see com.smartgwt.client.widgets.form.fields.FormItem#getShowValueIconOnly * @see com.smartgwt.client.widgets.form.fields.FormItem#getSuppressValueIcon * @see com.smartgwt.client.widgets.form.fields.FormItem#getValueIconWidth * @see com.smartgwt.client.widgets.form.fields.FormItem#getValueIconHeight * @see com.smartgwt.client.widgets.form.fields.FormItem#getValueIconSize * @see com.smartgwt.client.widgets.form.fields.FormItem#getValueIconLeftPadding * @see com.smartgwt.client.widgets.form.fields.FormItem#getValueIconRightPadding * @see com.smartgwt.client.widgets.form.fields.FormItem#getImageURLPrefix * @see com.smartgwt.client.widgets.form.fields.FormItem#getImageURLSuffix * @see com.smartgwt.client.widgets.form.fields.CheckboxItem#getValueIconWidth * @see com.smartgwt.client.widgets.form.fields.CheckboxItem#getValueIconHeight */ public interface ValueIcons { }