Uses of Interface
com.actionbarsherlock.internal.view.menu.MenuView.ItemView

Packages that use MenuView.ItemView
com.actionbarsherlock.internal.view.menu   
 

Uses of MenuView.ItemView in com.actionbarsherlock.internal.view.menu
 

Classes in com.actionbarsherlock.internal.view.menu that implement MenuView.ItemView
 class ActionMenuItemView
           
 class ListMenuItemView
          The item view for each item in the ListView-based MenuViews.
 

Methods in com.actionbarsherlock.internal.view.menu that return MenuView.ItemView
 MenuView.ItemView BaseMenuPresenter.createItemView(android.view.ViewGroup parent)
          Create a new item view that can be re-bound to other item data later.
 

Methods in com.actionbarsherlock.internal.view.menu with parameters of type MenuView.ItemView
abstract  void BaseMenuPresenter.bindItemView(MenuItemImpl item, MenuView.ItemView itemView)
          Bind item data to an existing item view.
 void ActionMenuPresenter.bindItemView(MenuItemImpl item, MenuView.ItemView itemView)
           
 



Copyright © 2012-2013. All Rights Reserved.