API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.ExpandableListView

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
ExpandableListView(Context, AttributeSet)  
ExpandableListView(Context, AttributeSet, int)  
 

Removed Methods
Object createContextMenuInfo(View, int, long)  
void drawDivider(Canvas, Rect, int)  
void onDrawBeforeChildren(Canvas)  
 

Added Methods
boolean isGroupExpanded(int) Whether the given group is currently expanded.
void onRestoreInstanceState(Parcelable)  
Parcelable onSaveInstanceState()  
void setChildIndicator(Drawable) Sets the indicator to be drawn next to a child.
void setChildIndicatorBounds(int, int) Sets the drawing bounds for the child indicator.
void setGroupIndicator(Drawable) Sets the indicator to be drawn next to a group.
void setIndicatorBounds(int, int) Sets the drawing bounds for the indicators (at minimum, the group indicator is affected by this; the child indicator is affected by this if the child indicator bounds are set to inherit).
 

Changed Methods
void dispatchDraw(Canvas) Method was inherited from android.widget.ListView, but is now defined locally.  
boolean expandGroup(int) Change in return type from void to boolean.
Expand a group in the grouped list view
 

Added Fields
int CHILD_INDICATOR_INHERIT Denotes when a child indicator should inherit this bound from the generic indicator bounds
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff