- setCustomTabColorizer(SlidingTabLayout.TabColorizer) - Method in class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
- setCustomTabView(int, int) - Method in class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
Set the custom layout to be inflated for the tab views.
- setDividerColors(int...) - Method in class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
Sets the colors to be used for tab dividers.
- setIndicatorColor(int) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker.Builder
-
- setIndicatorColor(int) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Sets the color of the underline for the currently selected tab.
- setInitialDate(Date) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker.Builder
-
- setInitialDate(Date) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Sets the initial date and time to display in the date
and time pickers.
- setIs24HourTime(boolean) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker.Builder
-
- setIs24HourTime(boolean) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Sets whether the TimePicker displays its time in 12-hour
(AM/PM) or 24-hour format.
- setListener(SlideDateTimeListener) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker.Builder
-
- setListener(SlideDateTimeListener) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Sets the listener that is used to inform the client when
the user selects a new date and time.
- setMaxDate(Date) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker.Builder
-
- setMaxDate(Date) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Sets the maximum date that the DatePicker should show.
- setMinDate(Date) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker.Builder
-
- setMinDate(Date) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Sets the minimum date that the DatePicker should show.
- setOnPageChangeListener(ViewPager.OnPageChangeListener) - Method in class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
Set the ViewPager.OnPageChangeListener.
- setSelectedIndicatorColors(int...) - Method in class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
Sets the colors to be used for indicating the selected tab.
- setTabText(int, String) - Method in class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
Set the text on the specified tab's TextView.
- setTheme(int) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker.Builder
-
- setTheme(int) - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Sets the theme of the dialog.
- setViewPager(ViewPager) - Method in class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
Sets the associated view pager.
- show() - Method in class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Shows the dialog to the user.
- SlideDateTimeDialogFragment - Class in com.github.jjobes.slidedatetimepicker
-
- SlideDateTimeDialogFragment() - Constructor for class com.github.jjobes.slidedatetimepicker.SlideDateTimeDialogFragment
-
- SlideDateTimeListener - Class in com.github.jjobes.slidedatetimepicker
-
This listener class informs the client when the user sets
a date and time by pressing "OK", or cancels the dialog.
- SlideDateTimeListener() - Constructor for class com.github.jjobes.slidedatetimepicker.SlideDateTimeListener
-
- SlideDateTimePicker - Class in com.github.jjobes.slidedatetimepicker
-
This class contains methods for the library client to create
a new SlideDateTimePicker.
- SlideDateTimePicker(FragmentManager) - Constructor for class com.github.jjobes.slidedatetimepicker.SlideDateTimePicker
-
Creates a new instance of SlideDateTimePicker.
- SlideDateTimePicker.Builder - Class in com.github.jjobes.slidedatetimepicker
-
- SlidingTabLayout - Class in com.github.jjobes.slidedatetimepicker
-
To be used with ViewPager to provide a tab indicator component which give constant feedback as to
the user's scroll progress.
- SlidingTabLayout(Context) - Constructor for class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
- SlidingTabLayout(Context, AttributeSet) - Constructor for class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
- SlidingTabLayout(Context, AttributeSet, int) - Constructor for class com.github.jjobes.slidedatetimepicker.SlidingTabLayout
-
- SlidingTabLayout.TabColorizer - Interface in com.github.jjobes.slidedatetimepicker
-
Allows complete control over the colors drawn in the tab layout.