Package org.mozilla.geckoview
Class Autofill.Notify
Object
org.mozilla.geckoview.Autofill.Notify
- Enclosing class:
- Autofill
@Deprecated
@DeprecationSchedule(id="autofill-node",
version=104)
public static final class Autofill.Notify
extends Object
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.A node within the autofill session has been added.static final int
Deprecated.A node within the autofill session has lost focus.static final int
Deprecated.A node within the autofill session has gained focus.static final int
Deprecated.A node within the autofill session has been removed.static final int
Deprecated.A node within the autofill session has been updated.static final int
Deprecated.An autofill session has been canceled.static final int
Deprecated.An autofill session has been committed.static final int
Deprecated.An autofill session has started. -
Method Summary
-
Field Details
-
SESSION_STARTED
public static final int SESSION_STARTEDDeprecated.An autofill session has started. Usually triggered by page load.- See Also:
-
SESSION_COMMITTED
public static final int SESSION_COMMITTEDDeprecated.An autofill session has been committed. Triggered by form submission or navigation.- See Also:
-
SESSION_CANCELED
public static final int SESSION_CANCELEDDeprecated.An autofill session has been canceled. Triggered by page unload.- See Also:
-
NODE_ADDED
public static final int NODE_ADDEDDeprecated.A node within the autofill session has been added.- See Also:
-
NODE_REMOVED
public static final int NODE_REMOVEDDeprecated.A node within the autofill session has been removed.- See Also:
-
NODE_UPDATED
public static final int NODE_UPDATEDDeprecated.A node within the autofill session has been updated.- See Also:
-
NODE_FOCUSED
public static final int NODE_FOCUSEDDeprecated.A node within the autofill session has gained focus.- See Also:
-
NODE_BLURRED
public static final int NODE_BLURREDDeprecated.A node within the autofill session has lost focus.- See Also:
-
-
Method Details
-
toString
Deprecated.
-