AdapterViewProtocol.AdaptedData
  public
  static
  
  
  class
  AdapterViewProtocol.AdaptedData
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.support.test.espresso.action.AdapterViewProtocol.AdaptedData | 
A holder that associates a data object from an AdapterView with a token the AdapterViewProtocol can use to force that data object to be rendered as a child or deeper descendant of the adapter view.
Summary
Nested classes | |
|---|---|
        
        
        
        
        class | 
      
        AdapterViewProtocol.AdaptedData.Builder
        
  | 
    
Fields | |
|---|---|
    public
    
    final
    Object | 
    
      data
      
      This field is deprecated.
    use   | 
  
    public
    
    final
    Object | 
    
      opaqueToken
      A token the implementor of AdapterViewProtocol can use to force the adapterView to display this data object as a child or deeper descendant in it.  | 
  
Public methods | |
|---|---|
        
        
        
        
        
        Object
     | 
  
    
      
      getData()
      
      
     | 
  
        
        
        
        
        
        String
     | 
  
    
      
      toString()
      
      
     | 
  
Inherited methods | |
|---|---|
  
    
  
    java.lang.Object
  
 | |
Fields
data
Object data
      This field is deprecated.
    use getData() instead.
  
One of the objects the AdapterView is exposing to the user.
opaqueToken
Object opaqueToken
A token the implementor of AdapterViewProtocol can use to force the adapterView to display this data object as a child or deeper descendant in it. Equal opaqueToken point to the same data object on the AdapterView.
Public methods
Interfaces
Classes
- AdapterDataLoaderAction
 - AdapterViewProtocol.AdaptedData
 - AdapterViewProtocol.AdaptedData.Builder
 - AdapterViewProtocols
 - CloseKeyboardAction
 - EditorAction
 - EspressoKey
 - EspressoKey.Builder
 - GeneralClickAction
 - GeneralSwipeAction
 - KeyEventAction
 - MotionEvents
 - MotionEvents.DownResultHolder
 - OpenLinkAction
 - PressBackAction
 - RepeatActionUntilViewState
 - ReplaceTextAction
 - ScrollToAction
 - TypeTextAction
 - ViewActions
 
Enums
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.