package com.smartgwt.client.docs; /** * <h3>Focus</h3> * Focus is the ability to become the target of keyboard input events. <P> A widget normally receives focus by being * clicked on or tabbed to. * @see com.smartgwt.client.widgets.Canvas#focus * @see com.smartgwt.client.widgets.Canvas#blur * @see com.smartgwt.client.widgets.Canvas#containsFocus * @see com.smartgwt.client.widgets.Canvas#setAccessKey * @see com.smartgwt.client.widgets.Canvas#setTabIndex * @see com.smartgwt.client.widgets.events.FocusChangedEvent * @see com.smartgwt.client.widgets.form.DynamicForm#getFocusItem * @see com.smartgwt.client.widgets.form.DynamicForm#focusInItem * @see com.smartgwt.client.widgets.form.fields.FormItem#getCanFocus * @see com.smartgwt.client.widgets.form.fields.FormItem#focusInItem * @see com.smartgwt.client.widgets.form.fields.FormItem#blurItem * @see com.smartgwt.client.widgets.Canvas#TAB_INDEX_FLOOR * @see com.smartgwt.client.widgets.Window#getCanFocusInHeaderButtons * @see com.smartgwt.client.widgets.Canvas#getCanFocus * @see com.smartgwt.client.widgets.Canvas#getTabIndex * @see com.smartgwt.client.widgets.Canvas#getAccessKey * @see com.smartgwt.client.widgets.form.DynamicForm#getAutoFocus * @see com.smartgwt.client.widgets.form.DynamicForm#getSelectOnFocus * @see com.smartgwt.client.widgets.form.DynamicForm#getCanFocus * @see com.smartgwt.client.widgets.form.fields.FormItem#getCanFocus * @see com.smartgwt.client.widgets.form.fields.FormItem#getAccessKey * @see com.smartgwt.client.widgets.form.fields.FormItem#getTabIndex * @see com.smartgwt.client.widgets.form.fields.FormItem#getGlobalTabIndex * @see com.smartgwt.client.widgets.form.fields.FormItem#getSelectOnFocus * @see com.smartgwt.client.widgets.form.fields.TextItem#getSelectOnFocus * @see com.smartgwt.client.widgets.form.fields.TextAreaItem#getSelectOnFocus */ public interface Focus { }