A C D G H I O P R S U 

A

add(Chip) - Method in class com.plumillonforge.android.chipview.ChipView
Wrapper to add a Chip
add(Chip) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Wrapper to add a Chip

C

Chip - Interface in com.plumillonforge.android.chipview
Created by Plumillon Forge on 17/09/15.
ChipView - Class in com.plumillonforge.android.chipview
Created by Plumillon Forge on 17/09/15.
ChipView(Context) - Constructor for class com.plumillonforge.android.chipview.ChipView
 
ChipView(Context, AttributeSet) - Constructor for class com.plumillonforge.android.chipview.ChipView
 
ChipView(Context, AttributeSet, int) - Constructor for class com.plumillonforge.android.chipview.ChipView
 
ChipViewAdapter - Class in com.plumillonforge.android.chipview
Created by Plumillon Forge on 09/10/15.
ChipViewAdapter(Context) - Constructor for class com.plumillonforge.android.chipview.ChipViewAdapter
 
ChipViewAdapter(Context, AttributeSet) - Constructor for class com.plumillonforge.android.chipview.ChipViewAdapter
 
com.plumillonforge.android.chipview - package com.plumillonforge.android.chipview
 
count() - Method in class com.plumillonforge.android.chipview.ChipView
How many Chip do we have
count() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
How many Chip do we have

D

dpToPx(float) - Static method in class com.plumillonforge.android.chipview.ChipView
Helper to convert dp to px

G

generateDefaultLayoutParams() - Method in class com.plumillonforge.android.chipview.ChipView
 
generateLayoutParams(ViewGroup.LayoutParams) - Method in class com.plumillonforge.android.chipview.ChipView
 
generateLayoutParams(AttributeSet) - Method in class com.plumillonforge.android.chipview.ChipView
 
getAdapter() - Method in class com.plumillonforge.android.chipview.ChipView
 
getAttributeSet() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getBackgroundColor(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Return the Chip background color Override it if you want to have different logic depending of Chip
getBackgroundColorSelected(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Return the Chip color for selected state Override it if you want to have different logic depending of Chip
getBackgroundRes(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Return the Chip background res id Override it if you want to have different logic depending of Chip
getChip(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipBackgroundColor() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipBackgroundColor() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipBackgroundColorSelected() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipBackgroundColorSelected() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipCornerRadius() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipCornerRadius() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipLayoutRes() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipLayoutRes() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipList() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipList() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipPadding() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipPadding() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipSidePadding() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipSidePadding() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipSpacing() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipSpacing() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getChipTextSize() - Method in class com.plumillonforge.android.chipview.ChipView
 
getChipTextSize() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getColor(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getContext() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getLayoutRes(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Return the Chip layout res id Override it if you want to have different logic depending of Chip
getLineSpacing() - Method in class com.plumillonforge.android.chipview.ChipView
 
getLineSpacing() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
getText() - Method in interface com.plumillonforge.android.chipview.Chip
Return the Chip text
getView(ViewGroup, int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 

H

hasBackground() - Method in class com.plumillonforge.android.chipview.ChipView
 
hasBackground() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 

I

isToleratingDuplicate() - Method in class com.plumillonforge.android.chipview.ChipView
 
isToleratingDuplicate() - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 

O

onChipClick(Chip) - Method in interface com.plumillonforge.android.chipview.OnChipClickListener
 
OnChipClickListener - Interface in com.plumillonforge.android.chipview
Created by Plumillon Forge on 18/09/15.
onLayout(boolean, int, int, int, int) - Method in class com.plumillonforge.android.chipview.ChipView
 
onLayout(View, int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Have a chance to modify the Chip layout
onMeasure(int, int) - Method in class com.plumillonforge.android.chipview.ChipView
 

P

pxToSp(float) - Static method in class com.plumillonforge.android.chipview.ChipView
Helper to convert px to sp

R

refresh() - Method in class com.plumillonforge.android.chipview.ChipView
 
remove(Chip) - Method in class com.plumillonforge.android.chipview.ChipView
Wrapper to remove a Chip
remove(Chip) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Wrapper to remove a Chip

S

setAdapter(ChipViewAdapter) - Method in class com.plumillonforge.android.chipview.ChipView
 
setAttributeSet(AttributeSet) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setChipBackgroundColor(int) - Method in class com.plumillonforge.android.chipview.ChipView
 
setChipBackgroundColor(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setChipBackgroundColorSelected(int) - Method in class com.plumillonforge.android.chipview.ChipView
 
setChipBackgroundColorSelected(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setChipBackgroundRes(int) - Method in class com.plumillonforge.android.chipview.ChipView
Set overall Chip background color by res id Can be fine tuned by overriding @see com.scanners.android.bao.view.ChipTextView.Chip#getBackgroundRes
setChipBackgroundRes(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Set overall Chip background color by res id Can be fine tuned by overriding @see com.scanners.android.bao.view.ChipTextView.Chip#getBackgroundRes
setChipCornerRadius(int) - Method in class com.plumillonforge.android.chipview.ChipView
 
setChipCornerRadius(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setChipLayoutRes(int) - Method in class com.plumillonforge.android.chipview.ChipView
Set overall Chip layout by res id Can be fine tuned by overriding @see com.scanners.android.bao.view.ChipTextView.Chip#getLayoutRes
setChipLayoutRes(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Set overall Chip layout by res id Can be fine tuned by overriding @see com.scanners.android.bao.view.ChipTextView.Chip#getLayoutRes
setChipList(List<Chip>) - Method in class com.plumillonforge.android.chipview.ChipView
 
setChipList(List<Chip>) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setChipPadding(int) - Method in class com.plumillonforge.android.chipview.ChipView
 
setChipPadding(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setChipSidePadding(int) - Method in class com.plumillonforge.android.chipview.ChipView
 
setChipSidePadding(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setChipSpacing(int) - Method in class com.plumillonforge.android.chipview.ChipView
 
setChipSpacing(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setChipTextSize(int) - Method in class com.plumillonforge.android.chipview.ChipView
 
setChipTextSize(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setHasBackground(boolean) - Method in class com.plumillonforge.android.chipview.ChipView
 
setHasBackground(boolean) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setLineSpacing(int) - Method in class com.plumillonforge.android.chipview.ChipView
 
setLineSpacing(int) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
 
setOnChipClickListener(OnChipClickListener) - Method in class com.plumillonforge.android.chipview.ChipView
Set Chip onClick listener
setToleratingDuplicate(boolean) - Method in class com.plumillonforge.android.chipview.ChipView
Set whether or not ChipTextView tolerate duplicate Chip
setToleratingDuplicate(boolean) - Method in class com.plumillonforge.android.chipview.ChipViewAdapter
Set whether or not ChipTextView tolerate duplicate Chip

U

update(Observable, Object) - Method in class com.plumillonforge.android.chipview.ChipView
 
A C D G H I O P R S U