Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Base class representing an ActionBarItem used in ActionBars.
The base implementation exposes a single Drawable as well as a content
description.
Summary
| Nested Classes |
|
enum |
ActionBarItem.Type |
The Type specifies a large set of pre-defined ActionBarItems that
may be added to an ActionBar. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait(long arg0, int arg1)
|
|
Fields
Public Constructors
Public Methods
public
View
getItemView
()
public
ActionBarItem
setContentDescription
(int contentDescriptionId)
Protected Methods
protected
abstract
View
createItemView
()
protected
void
onContentDescriptionChanged
()
protected
void
onDrawableChanged
()
protected
void
onItemClicked
()
protected
void
prepareItemView
()