- saveBitmapToFile(Bitmap, String) - Static method in class com.apppartner.core.utils.BitmapUtils
-
- setAdapter(RecyclerView.Adapter) - Method in class com.apppartner.core.statelistview.StateListView
-
- setClickListener(View.OnClickListener) - Method in interface com.apppartner.core.statelistview.Controllable
-
Sets the click listener to be called int the StateListView when a certain
part of the implementing view is clicked
- setClickListener(View.OnClickListener) - Method in class com.apppartner.core.statelistview.EmptyStateView
-
- setClickListener(View.OnClickListener) - Method in class com.apppartner.core.statelistview.ErrorStateView
-
- setContentBackgroundColor(int) - Method in class com.apppartner.core.statelistview.StateListView
-
Sets the background color for the whole view
- setData(List<T>) - Method in class com.apppartner.core.PaginatedRVAdapter
-
- setEmptyBackgroundColor(int) - Method in class com.apppartner.core.statelistview.StateListView
-
Sets the background color for the emptyStateContainer
- setEmptyStateImage(int) - Method in class com.apppartner.core.statelistview.StateListView
-
Set the image that is shown in the empty state
- setEmptyStateMessage(String) - Method in class com.apppartner.core.statelistview.StateListView
-
Set the message that is shown in the empty state
- setEmptyStateOnClick(View.OnClickListener) - Method in class com.apppartner.core.statelistview.StateListView
-
Set the click listener for the empty state.
- setEmptyStateView(View) - Method in class com.apppartner.core.statelistview.StateListView
-
Set the empty state view.
- setErrorBackgroundColor(int) - Method in class com.apppartner.core.statelistview.StateListView
-
Sets the background color for the errorStateContainer
- setErrorStateImage(int) - Method in class com.apppartner.core.statelistview.StateListView
-
Set the image that is shown in the error state
- setErrorStateMessage(String) - Method in class com.apppartner.core.statelistview.StateListView
-
Set the message that is shown in the error state
- setErrorStateOnClick(View.OnClickListener) - Method in class com.apppartner.core.statelistview.StateListView
-
Set the click listener for the error state.
- setErrorStateView(View) - Method in class com.apppartner.core.statelistview.StateListView
-
Set the error state view.
- setImage(int) - Method in interface com.apppartner.core.statelistview.Controllable
-
Sets the image to be shown in the StateListView to the drawable resource
- setImage(int) - Method in class com.apppartner.core.statelistview.EmptyStateView
-
- setImage(int) - Method in class com.apppartner.core.statelistview.ErrorStateView
-
- setLoadingBackgroundColor(int) - Method in class com.apppartner.core.statelistview.StateListView
-
Sets the background color for the progressLayout
- setMessage(String) - Method in interface com.apppartner.core.statelistview.Controllable
-
Set the message to be shown in the StateListView to the provided message
- setMessage(String) - Method in class com.apppartner.core.statelistview.EmptyStateView
-
- setMessage(String) - Method in class com.apppartner.core.statelistview.ErrorStateView
-
- setOnItemSelectionListener(PaginatedRVAdapter.OnItemSelectionListener) - Method in class com.apppartner.core.PaginatedRVAdapter
-
- setOnRefreshListener(SwipeRefreshLayout.OnRefreshListener) - Method in class com.apppartner.core.statelistview.StateListView
-
Sets the OnRefreshLayouts OnRefreshListener
- setPaginationThreshold(int) - Method in class com.apppartner.core.PaginatedRVAdapter
-
- setRefresh(boolean) - Method in class com.apppartner.core.statelistview.StateListView
-
- setRefreshColors(int...) - Method in class com.apppartner.core.statelistview.StateListView
-
Sets the colors on the refresh view
- showContent() - Method in interface com.apppartner.core.ContentStates
-
- showContent() - Method in class com.apppartner.core.statelistview.StateListView
-
- showEmpty() - Method in interface com.apppartner.core.ContentStates
-
- showEmpty() - Method in class com.apppartner.core.statelistview.StateListView
-
- showError() - Method in interface com.apppartner.core.ContentStates
-
- showError() - Method in class com.apppartner.core.statelistview.StateListView
-
- showLoading() - Method in interface com.apppartner.core.ContentStates
-
- showLoading() - Method in class com.apppartner.core.statelistview.StateListView
-
- StateListView - Class in com.apppartner.core.statelistview
-
Created by Jonathan Muller on 5/6/16.
- StateListView(Context) - Constructor for class com.apppartner.core.statelistview.StateListView
-
- StateListView(Context, AttributeSet) - Constructor for class com.apppartner.core.statelistview.StateListView
-
- StateListView(Context, AttributeSet, int) - Constructor for class com.apppartner.core.statelistview.StateListView
-