A B C D E F G H I M N O P R S U W X 
All Classes All Packages

A

areAllItemsEnabled() - Method in class net.xpece.android.support.widget.DropDownAdapter
If the wrapped SpinnerAdapter is also a ListAdapter, delegate this call.

B

bindDropDownView(View, T) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
bindView(View, T) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 

C

callOnClick() - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
captureEndValues(TransitionValues) - Method in class net.xpece.android.support.transition.EpicenterClipReveal
 
captureStartValues(TransitionValues) - Method in class net.xpece.android.support.transition.EpicenterClipReveal
 
createViewFromResource(LayoutInflater, View, ViewGroup, int) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
CheckedTypedItemAdapter<T> - Class in net.xpece.android.support.widget
An adapter that's responsible for transforming its items to text representation that's used in a ListView or a Spinner, in Spinner popup menu. Additionally checked items will be highlighted.
CheckedTypedItemAdapter(Context, int, int, List<T>) - Constructor for class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
CheckedTypedItemAdapter(Context, int, int, T[]) - Constructor for class net.xpece.android.support.widget.CheckedTypedItemAdapter
 

D

DropDownAdapter - Class in net.xpece.android.support.widget
Wrapper class for an Adapter.
DropDownAdapter(SpinnerAdapter, Resources.Theme) - Constructor for class net.xpece.android.support.widget.DropDownAdapter
Creates a new ListAdapter wrapper for the specified adapter.

E

EpicenterClipReveal - Class in net.xpece.android.support.transition
EpicenterClipReveal captures the clip bounds and translation values before and after the scene change and animates between those and the epicenter bounds during a visibility transition.
EpicenterClipReveal() - Constructor for class net.xpece.android.support.transition.EpicenterClipReveal
 
EpicenterClipReveal(Context, AttributeSet) - Constructor for class net.xpece.android.support.transition.EpicenterClipReveal
 

F

findTextView(View) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
FIT_ANCHOR - Static variable in annotation type net.xpece.android.support.widget.SimpleMenu.MaxWidth
Popup menu width is limited by anchor width.
FIT_SCREEN - Static variable in annotation type net.xpece.android.support.widget.SimpleMenu.MaxWidth
Popup menu width is limited by screen width.

G

getCount() - Method in class net.xpece.android.support.widget.DropDownAdapter
 
getDropDownView(int, View, ViewGroup) - Method in class net.xpece.android.support.widget.DropDownAdapter
 
getDropDownView(int, View, ViewGroup) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
getDropDownViewTheme() - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
getItem(int) - Method in class net.xpece.android.support.widget.DropDownAdapter
 
getItemDropDownText(T) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
The method is responsible for transforming an object from the list into a string representation that's used in a a popup menu of a Spinner or simple menu / simple dialog of a XpAppCompatSpinner.
getItemId(int) - Method in class net.xpece.android.support.widget.DropDownAdapter
 
getItemId(int) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
getItemText(T) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
The method is responsible for transforming an object from the list into a string representation that's used in a ListView or a Spinner.
getItemViewType(int) - Method in class net.xpece.android.support.widget.DropDownAdapter
 
getSpinnerMode() - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
getView(int, View, ViewGroup) - Method in class net.xpece.android.support.widget.DropDownAdapter
 
getView(int, View, ViewGroup) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
getViewTypeCount() - Method in class net.xpece.android.support.widget.DropDownAdapter
 

H

hasOnClickListeners() - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
hasStableIds() - Method in class net.xpece.android.support.widget.DropDownAdapter
 
hasStableIds() - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 

I

isEmpty() - Method in class net.xpece.android.support.widget.DropDownAdapter
 
isEnabled(int) - Method in class net.xpece.android.support.widget.DropDownAdapter
If the wrapped SpinnerAdapter is also a ListAdapter, delegate this call.

M

MATCH_CONSTRAINT - Static variable in annotation type net.xpece.android.support.widget.SimpleMenu.WidthMode
Popup menu width is only limited by maxWidth.

N

net.xpece.android.support.transition - package net.xpece.android.support.transition
 
net.xpece.android.support.widget - package net.xpece.android.support.widget
 
newInstance(Context, List<T>) - Static method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
newInstance(Context, T[]) - Static method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 

O

onAppear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class net.xpece.android.support.transition.EpicenterClipReveal
 
onClickDefault() - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
onDetachedFromWindow() - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
onDisappear(ViewGroup, View, TransitionValues, TransitionValues) - Method in class net.xpece.android.support.transition.EpicenterClipReveal
 

P

performClick() - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 

R

registerDataSetObserver(DataSetObserver) - Method in class net.xpece.android.support.widget.DropDownAdapter
 

S

setDropDownViewResource(int) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
setDropDownViewTheme(Resources.Theme) - Method in class net.xpece.android.support.widget.CheckedTypedItemAdapter
 
setEntries(Spinner, int) - Static method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
setEntries(Spinner, CharSequence[]) - Static method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
setOnClickListener(View.OnClickListener) - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
setSimpleMenuMaxItemCount(int) - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
setSimpleMenuMaxWidth(int) - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
setSimpleMenuWidthMode(int) - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
setSimpleMenuWidthUnit(float) - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
setSpinnerMode(int) - Method in class net.xpece.android.support.widget.XpAppCompatSpinner
 
showAtLocation(View, int, int, int) - Method in class net.xpece.android.support.widget.XpAppCompatPopupWindow
 
SimpleMenu - Class in net.xpece.android.support.widget
Class containing constants related to simple menu.
SimpleMenu.MaxWidth - Annotation Type in net.xpece.android.support.widget
 
SimpleMenu.WidthMode - Annotation Type in net.xpece.android.support.widget
 
SPINNER_MODE_ADAPTIVE - Static variable in class net.xpece.android.support.widget.XpAppCompatSpinner
Simple dialog is shown instead of simple popup, when there are multiline items.
SPINNER_MODE_DIALOG - Static variable in class net.xpece.android.support.widget.XpAppCompatSpinner
Always show as simple dialog.
SPINNER_MODE_DROPDOWN - Static variable in class net.xpece.android.support.widget.XpAppCompatSpinner
Always show as simple popup.

U

unregisterDataSetObserver(DataSetObserver) - Method in class net.xpece.android.support.widget.DropDownAdapter
 

W

WRAP_CONTENT - Static variable in annotation type net.xpece.android.support.widget.SimpleMenu.WidthMode
Popup menu width is * at least as wide as its content, * limited by maxWidth.
WRAP_CONTENT_UNIT - Static variable in annotation type net.xpece.android.support.widget.SimpleMenu.WidthMode
Popup menu width is at least as wide as its content rounded up to a multiple of widthUnit, at least as wide as widthUnit * 1.5, limited by maxWidth.

X

XpAppCompatPopupWindow - Class in net.xpece.android.support.widget
 
XpAppCompatPopupWindow(Context, AttributeSet, int) - Constructor for class net.xpece.android.support.widget.XpAppCompatPopupWindow
 
XpAppCompatPopupWindow(Context, AttributeSet, int, int) - Constructor for class net.xpece.android.support.widget.XpAppCompatPopupWindow
 
XpAppCompatSpinner - Class in net.xpece.android.support.widget
A Spinner which supports compatible features on older version of the platform, including: Allows dynamic tint of it background via the background tint methods in ViewCompat. Allows setting of the background tint using R.attr.backgroundTint and R.attr.backgroundTintMode. Allows setting of the popups theme using R.attr.popupTheme. Uses material theme when displaying simple popup menu or simple dialog.
XpAppCompatSpinner(Context) - Constructor for class net.xpece.android.support.widget.XpAppCompatSpinner
 
XpAppCompatSpinner(Context, AttributeSet) - Constructor for class net.xpece.android.support.widget.XpAppCompatSpinner
 
XpAppCompatSpinner(Context, AttributeSet, int) - Constructor for class net.xpece.android.support.widget.XpAppCompatSpinner
 
XpListPopupWindow - Class in net.xpece.android.support.widget
 
XpListPopupWindow(Context) - Constructor for class net.xpece.android.support.widget.XpListPopupWindow
 
XpListPopupWindow(Context, AttributeSet) - Constructor for class net.xpece.android.support.widget.XpListPopupWindow
 
XpListPopupWindow(Context, AttributeSet, int) - Constructor for class net.xpece.android.support.widget.XpListPopupWindow
 
XpListPopupWindow(Context, AttributeSet, int, int) - Constructor for class net.xpece.android.support.widget.XpListPopupWindow
 
A B C D E F G H I M N O P R S U W X 
All Classes All Packages