A B C D E F G H I L M N O P R S T U V W Y 
所有类 所有程序包

A

AbstractWheelAdapter - com.jzxiang.pickerview.adapters中的类
Abstract Wheel adapter.
AbstractWheelAdapter() - 类 的构造器com.jzxiang.pickerview.adapters.AbstractWheelAdapter
 
AbstractWheelTextAdapter - com.jzxiang.pickerview.adapters中的类
Abstract wheel adapter provides common functionality for adapters.
AbstractWheelTextAdapter(Context) - 类 的构造器com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Constructor
AbstractWheelTextAdapter(Context, int) - 类 的构造器com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Constructor
AbstractWheelTextAdapter(Context, int, int) - 类 的构造器com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Constructor
addChangingListener(OnWheelChangedListener) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Adds wheel changing listener
addClickingListener(OnWheelClickedListener) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Adds wheel clicking listener
addScrollingListener(OnWheelScrollListener) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Adds wheel scrolling listener
ALL - com.jzxiang.pickerview.data.Type
 
ArrayWheelAdapter<T> - com.jzxiang.pickerview.adapters中的类
The simple Array wheel adapter
ArrayWheelAdapter(Context, T[]) - 类 的构造器com.jzxiang.pickerview.adapters.ArrayWheelAdapter
Constructor

B

build() - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
Builder() - 类 的构造器com.jzxiang.pickerview.TimePickerDialog.Builder
 

C

CANCEL - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
clearAll() - 类 中的方法com.jzxiang.pickerview.wheel.WheelRecycle
Clears all views
COLOR - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
com.jzxiang.pickerview - 程序包 com.jzxiang.pickerview
 
com.jzxiang.pickerview.adapters - 程序包 com.jzxiang.pickerview.adapters
 
com.jzxiang.pickerview.config - 程序包 com.jzxiang.pickerview.config
 
com.jzxiang.pickerview.data - 程序包 com.jzxiang.pickerview.data
 
com.jzxiang.pickerview.data.source - 程序包 com.jzxiang.pickerview.data.source
 
com.jzxiang.pickerview.listener - 程序包 com.jzxiang.pickerview.listener
 
com.jzxiang.pickerview.utils - 程序包 com.jzxiang.pickerview.utils
 
com.jzxiang.pickerview.wheel - 程序包 com.jzxiang.pickerview.wheel
 
configureTextView(TextView) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Configures text view.
contains(int) - 类 中的方法com.jzxiang.pickerview.wheel.ItemsRange
Tests whether item is contained by range
context - 类 中的变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 
cyclic - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
CYCLIC - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 

D

day - 类 中的变量com.jzxiang.pickerview.data.WheelCalendar
 
DAY - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
DEFAULT_MAX_VALUE - 类 中的静态变量com.jzxiang.pickerview.adapters.NumericWheelAdapter
The default min value
DEFAULT_MIN_YEAR - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
DEFAULT_TEXT_SIZE - 类 中的静态变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Default text size
DefaultConfig - com.jzxiang.pickerview.config中的类
Created by jzxiang on 16/5/15.
DefaultConfig() - 类 的构造器com.jzxiang.pickerview.config.DefaultConfig
 

E

emptyItemResourceId - 类 中的变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 

F

FORMAT - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 

G

getConfig() - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 
getConfig() - 接口 中的方法com.jzxiang.pickerview.adapters.WheelViewAdapter
 
getCount() - 类 中的方法com.jzxiang.pickerview.wheel.ItemsRange
Get items count
getCurrentDay() - 类 中的方法com.jzxiang.pickerview.TimeWheel
 
getCurrentHour() - 类 中的方法com.jzxiang.pickerview.TimeWheel
 
getCurrentItem() - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Gets current value
getCurrentMillSeconds() - 类 中的方法com.jzxiang.pickerview.TimePickerDialog
 
getCurrentMinute() - 类 中的方法com.jzxiang.pickerview.TimeWheel
 
getCurrentMonth() - 类 中的方法com.jzxiang.pickerview.TimeWheel
 
getCurrentYear() - 类 中的方法com.jzxiang.pickerview.TimeWheel
 
getDefaultCalendar() - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getDefaultCalendar() - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getEmptyItem() - 类 中的方法com.jzxiang.pickerview.wheel.WheelRecycle
Gets empty item view
getEmptyItem(View, ViewGroup) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelAdapter
 
getEmptyItem(View, ViewGroup) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 
getEmptyItem(View, ViewGroup) - 接口 中的方法com.jzxiang.pickerview.adapters.WheelViewAdapter
Get a View that displays an empty wheel item placed before the first or after the last wheel item.
getEmptyItemResource() - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Gets resource Id for empty items views
getFirst() - 类 中的方法com.jzxiang.pickerview.wheel.ItemsRange
Gets number of first item
getItem() - 类 中的方法com.jzxiang.pickerview.wheel.WheelRecycle
Gets item view
getItem(int, View, ViewGroup) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 
getItem(int, View, ViewGroup) - 接口 中的方法com.jzxiang.pickerview.adapters.WheelViewAdapter
Get a View that displays the data at the specified position in the data set
getItemResource() - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Gets resource Id for items views
getItemsCount() - 类 中的方法com.jzxiang.pickerview.adapters.ArrayWheelAdapter
 
getItemsCount() - 类 中的方法com.jzxiang.pickerview.adapters.NumericWheelAdapter
 
getItemsCount() - 接口 中的方法com.jzxiang.pickerview.adapters.WheelViewAdapter
Gets items count
getItemText(int) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Returns text for specified item
getItemText(int) - 类 中的方法com.jzxiang.pickerview.adapters.ArrayWheelAdapter
 
getItemText(int) - 类 中的方法com.jzxiang.pickerview.adapters.NumericWheelAdapter
 
getItemTextResource() - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Gets resource Id for text view in item layout
getLast() - 类 中的方法com.jzxiang.pickerview.wheel.ItemsRange
Gets number of last item
getMaxDay(int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMaxDay(int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMaxHour(int, int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMaxHour(int, int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMaxMinute(int, int, int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMaxMinute(int, int, int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMaxMonth(int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMaxMonth(int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMaxYear() - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMaxYear() - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMinDay(int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMinDay(int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMinHour(int, int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMinHour(int, int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMinMinute(int, int, int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMinMinute(int, int, int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMinMonth(int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMinMonth(int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getMinYear() - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
getMinYear() - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
getViewAdapter() - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Gets view adapter
getVisibleItems() - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Gets count of visible items

H

hideViews(View...) - 类 中的静态方法com.jzxiang.pickerview.utils.Utils
 
hour - 类 中的变量com.jzxiang.pickerview.data.WheelCalendar
 
HOUR - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
HOURS_MINS - com.jzxiang.pickerview.data.Type
 

I

inflater - 类 中的变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 
initialize(View) - 类 中的方法com.jzxiang.pickerview.TimeWheel
 
invalidateWheel(boolean) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Invalidates wheel
isCyclic() - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Tests if wheel is cyclic.
isMinDay(int, int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
isMinDay(int, int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
isMinHour(int, int, int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
isMinHour(int, int, int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
isMinMonth(int, int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
isMinMonth(int, int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
isMinYear(int) - 接口 中的方法com.jzxiang.pickerview.data.source.TimeDataSource
 
isMinYear(int) - 类 中的方法com.jzxiang.pickerview.data.source.TimeRepository
 
isNoRange() - 类 中的方法com.jzxiang.pickerview.data.WheelCalendar
 
isTimeEquals(WheelCalendar, int...) - 类 中的静态方法com.jzxiang.pickerview.utils.Utils
 
itemResourceId - 类 中的变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 
ItemsRange - com.jzxiang.pickerview.wheel中的类
Range for visible items.
ItemsRange() - 类 的构造器com.jzxiang.pickerview.wheel.ItemsRange
Default constructor.
ItemsRange(int, int) - 类 的构造器com.jzxiang.pickerview.wheel.ItemsRange
Constructor
itemTextResourceId - 类 中的变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 

L

LABEL_COLOR - 类 中的静态变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Default text color

M

MAX_HOUR - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
MAX_MINUTE - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
MAX_MONTH - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
mCallBack - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mCancelString - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mCurrentCalendar - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
The default selector timeMillseconds
mDay - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mHour - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
MIN_DAY - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
MIN_DELTA_FOR_SCROLLING - 类 中的静态变量com.jzxiang.pickerview.wheel.WheelScroller
 
MIN_HOUR - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
MIN_MINUTE - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
MIN_MONTH - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
minute - 类 中的变量com.jzxiang.pickerview.data.WheelCalendar
 
MINUTE - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
mMaxCalendar - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
The max timeMillseconds
mMinCalendar - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
The min timeMillseconds
mMinute - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mMonth - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
month - 类 中的变量com.jzxiang.pickerview.data.WheelCalendar
 
MONTH - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
MONTH_DAY_HOUR_MIN - com.jzxiang.pickerview.data.Type
 
mSureString - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mThemeColor - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mTitleString - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mToolBarBgColor - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mTVCancelColor - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mTVSureColor - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mTVTitleColor - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mType - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mWheelTVNormalColor - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mWheelTVSelectorColor - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mWheelTVSize - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 
mYear - 类 中的变量com.jzxiang.pickerview.config.PickerConfig
 

N

NO_RESOURCE - 类 中的静态变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
No resource constant.
notifyChangingListeners(int, int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Notifies changing listeners
notifyClickListenersAboutClick(int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Notifies listeners about clicking
notifyDataChangedEvent() - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelAdapter
Notifies observers about data changing
notifyDataInvalidatedEvent() - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelAdapter
Notifies observers about invalidating data
notifyScrollingListenersAboutEnd() - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Notifies listeners about ending scrolling
notifyScrollingListenersAboutStart() - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Notifies listeners about starting scrolling
NumericWheelAdapter - com.jzxiang.pickerview.adapters中的类
Numeric Wheel adapter.
NumericWheelAdapter(Context) - 类 的构造器com.jzxiang.pickerview.adapters.NumericWheelAdapter
Constructor
NumericWheelAdapter(Context, int, int) - 类 的构造器com.jzxiang.pickerview.adapters.NumericWheelAdapter
Constructor
NumericWheelAdapter(Context, int, int, String) - 类 的构造器com.jzxiang.pickerview.adapters.NumericWheelAdapter
Constructor
NumericWheelAdapter(Context, int, int, String, String) - 类 的构造器com.jzxiang.pickerview.adapters.NumericWheelAdapter
Constructor

O

onChanged(WheelView, int, int) - 接口 中的方法com.jzxiang.pickerview.wheel.OnWheelChangedListener
Callback method to be invoked when current item changed
onClick(View) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog
 
onCreate(Bundle) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog
 
onCreateDialog(Bundle) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog
 
onDateSet(TimePickerDialog, long) - 接口 中的方法com.jzxiang.pickerview.listener.OnDateSetListener
 
OnDateSetListener - com.jzxiang.pickerview.listener中的接口
Created by jzxiang on 16/4/20.
onDraw(Canvas) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
 
onFinished() - 接口 中的方法com.jzxiang.pickerview.wheel.WheelScroller.ScrollingListener
Finishing callback called after justifying
onItemClicked(WheelView, int) - 接口 中的方法com.jzxiang.pickerview.wheel.OnWheelClickedListener
Callback method to be invoked when current item clicked
onJustify() - 接口 中的方法com.jzxiang.pickerview.wheel.WheelScroller.ScrollingListener
Justifying callback called to justify a view when scrolling is ended
onLayout(boolean, int, int, int, int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
 
onMeasure(int, int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
 
onResume() - 类 中的方法com.jzxiang.pickerview.TimePickerDialog
 
onScroll(int) - 接口 中的方法com.jzxiang.pickerview.wheel.WheelScroller.ScrollingListener
Scrolling callback called when scrolling is performed.
onScrollingFinished(WheelView) - 接口 中的方法com.jzxiang.pickerview.wheel.OnWheelScrollListener
Callback method to be invoked when scrolling ended.
onScrollingStarted(WheelView) - 接口 中的方法com.jzxiang.pickerview.wheel.OnWheelScrollListener
Callback method to be invoked when scrolling started.
onStarted() - 接口 中的方法com.jzxiang.pickerview.wheel.WheelScroller.ScrollingListener
Starting callback called when scrolling is started
onTouchEvent(MotionEvent) - 类 中的方法com.jzxiang.pickerview.wheel.WheelScroller
Handles Touch event
onTouchEvent(MotionEvent) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
 
OnWheelChangedListener - com.jzxiang.pickerview.wheel中的接口
Wheel changed listener interface.
OnWheelClickedListener - com.jzxiang.pickerview.wheel中的接口
Wheel clicked listener interface.
OnWheelScrollListener - com.jzxiang.pickerview.wheel中的接口
Wheel scrolled listener interface.

P

PickerConfig - com.jzxiang.pickerview.config中的类
Created by jzxiang on 16/5/15.
PickerConfig() - 类 的构造器com.jzxiang.pickerview.config.PickerConfig
 
PickerContants - com.jzxiang.pickerview.utils中的类
Created by jzxiang on 16/4/20.
PickerContants() - 类 的构造器com.jzxiang.pickerview.utils.PickerContants
 

R

recycleItems(LinearLayout, int, ItemsRange, int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelRecycle
 
registerDataSetObserver(DataSetObserver) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelAdapter
 
registerDataSetObserver(DataSetObserver) - 接口 中的方法com.jzxiang.pickerview.adapters.WheelViewAdapter
Register an observer that is called when changes happen to the data used by this adapter.
removeChangingListener(OnWheelChangedListener) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Removes wheel changing listener
removeClickingListener(OnWheelClickedListener) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Removes wheel clicking listener
removeScrollingListener(OnWheelScrollListener) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Removes wheel scrolling listener

S

scroll(int, int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelScroller
 
scroll(int, int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Scroll the wheel
setCallBack(OnDateSetListener) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setCancelStringId(String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setCancelTextColor(int) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setConfig(PickerConfig) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
 
setConfig(PickerConfig) - 接口 中的方法com.jzxiang.pickerview.adapters.WheelViewAdapter
 
setConfig(PickerConfig) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
 
setCurrentItem(int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Sets the current item w/o animation.
setCurrentItem(int, boolean) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Sets the current item.
setCurrentMillseconds(long) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setCyclic(boolean) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setCyclic(boolean) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Set wheel cyclic flag
setDayText(String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setEmptyItemResource(int) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Sets resource Id for empty items views
setHourText(String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setInterpolator(Interpolator) - 类 中的方法com.jzxiang.pickerview.wheel.WheelScroller
 
setInterpolator(Interpolator) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Set the the specified scrolling interpolator
setItemResource(int) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Sets resource Id for items views
setItemTextResource(int) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Sets resource Id for text view in item layout
setMaxMillseconds(long) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setMinMillseconds(long) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setMinuteText(String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setMonthText(String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setSureStringId(String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setSureTextColor(int) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setThemeColor(int) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setTitleStringId(String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setTitleTextColor(int) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setToolBarBackgroundColor(int) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setType(Type) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setViewAdapter(WheelViewAdapter) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Sets view adapter.
setVisibleItems(int) - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Sets the desired count of visible items.
setWheelItemTextNormalColor(int) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setWheelItemTextSelectorColor(int) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setWheelItemTextSize(int) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
setYearText(String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog.Builder
 
show(FragmentManager, String) - 类 中的方法com.jzxiang.pickerview.TimePickerDialog
 
stopScrolling() - 类 中的方法com.jzxiang.pickerview.wheel.WheelScroller
Stops scrolling
stopScrolling() - 类 中的方法com.jzxiang.pickerview.wheel.WheelView
Stops scrolling
SURE - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 

T

TEXT_VIEW_ITEM_RESOURCE - 类 中的静态变量com.jzxiang.pickerview.adapters.AbstractWheelTextAdapter
Text view resource.
TimeDataSource - com.jzxiang.pickerview.data.source中的接口
Created by jzxiang on 16/6/13.
TimePickerDialog - com.jzxiang.pickerview中的类
Created by jzxiang on 16/4/19.
TimePickerDialog() - 类 的构造器com.jzxiang.pickerview.TimePickerDialog
 
TimePickerDialog.Builder - com.jzxiang.pickerview中的类
 
TimeRepository - com.jzxiang.pickerview.data.source中的类
Created by jzxiang on 16/6/13.
TimeRepository(PickerConfig) - 类 的构造器com.jzxiang.pickerview.data.source.TimeRepository
 
TimeWheel - com.jzxiang.pickerview中的类
Created by jzxiang on 16/4/20.
TimeWheel(View, PickerConfig) - 类 的构造器com.jzxiang.pickerview.TimeWheel
 
TITLE - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
TOOLBAR_TV_COLOR - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
TV_NORMAL_COLOR - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
TV_SELECTOR_COLOR - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
TV_SIZE - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
Type - com.jzxiang.pickerview.data中的枚举
Created by jzxiang on 16/4/21.
TYPE - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 

U

unregisterDataSetObserver(DataSetObserver) - 类 中的方法com.jzxiang.pickerview.adapters.AbstractWheelAdapter
 
unregisterDataSetObserver(DataSetObserver) - 接口 中的方法com.jzxiang.pickerview.adapters.WheelViewAdapter
Unregister an observer that has previously been registered
Utils - com.jzxiang.pickerview.utils中的类
Created by jzxiang on 16/4/20.
Utils() - 类 的构造器com.jzxiang.pickerview.utils.Utils
 

V

valueOf(String) - 枚举 中的静态方法com.jzxiang.pickerview.data.Type
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.jzxiang.pickerview.data.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WheelCalendar - com.jzxiang.pickerview.data中的类
Created by jzxiang on 16/4/19.
WheelCalendar(long) - 类 的构造器com.jzxiang.pickerview.data.WheelCalendar
 
WheelRecycle - com.jzxiang.pickerview.wheel中的类
Recycle stores wheel items to reuse.
WheelRecycle(WheelView) - 类 的构造器com.jzxiang.pickerview.wheel.WheelRecycle
 
WheelScroller - com.jzxiang.pickerview.wheel中的类
 
WheelScroller(Context, WheelScroller.ScrollingListener) - 类 的构造器com.jzxiang.pickerview.wheel.WheelScroller
 
WheelScroller.ScrollingListener - com.jzxiang.pickerview.wheel中的接口
 
WheelView - com.jzxiang.pickerview.wheel中的类
Numeric wheel view.
WheelView(Context) - 类 的构造器com.jzxiang.pickerview.wheel.WheelView
Constructor
WheelView(Context, AttributeSet) - 类 的构造器com.jzxiang.pickerview.wheel.WheelView
Constructor
WheelView(Context, AttributeSet, int) - 类 的构造器com.jzxiang.pickerview.wheel.WheelView
Constructor
WheelViewAdapter - com.jzxiang.pickerview.adapters中的接口
Wheel items adapter interface

Y

year - 类 中的变量com.jzxiang.pickerview.data.WheelCalendar
 
YEAR - com.jzxiang.pickerview.data.Type
 
YEAR - 类 中的静态变量com.jzxiang.pickerview.config.DefaultConfig
 
YEAR_COUNT - 类 中的静态变量com.jzxiang.pickerview.utils.PickerContants
 
YEAR_MONTH - com.jzxiang.pickerview.data.Type
 
YEAR_MONTH_DAY - com.jzxiang.pickerview.data.Type
 
A B C D E F G H I L M N O P R S T U V W Y 
所有类 所有程序包