-
- All Implemented Interfaces:
-
com.xwray.groupie.Group,com.xwray.groupie.SpanSizeProvider
public final class GridOptionItem extends BindableItem<<ERROR CLASS>>
-
-
Field Summary
Fields Modifier and Type Field Description private final Integericonprivate BooleanisSelectedprivate IntegerparticpantCountprivate BooleanshowProgressprivate final StringselectedTitleprivate final GroupDataObserverparentDataObserver
-
Method Summary
Modifier and Type Method Description final IntegergetIcon()final BooleangetIsSelected()final UnitsetIsSelected(Boolean isSelected)final IntegergetParticpantCount()final UnitsetParticpantCount(Integer particpantCount)final BooleangetShowProgress()final UnitsetShowProgress(Boolean showProgress)final StringgetSelectedTitle()Unit,Integer)>bind(<ERROR CLASS> viewBinding, Integer position)Unit,Integer,List)>bind(<ERROR CLASS> v, Integer position, List<Object> payloads)IntegergetLayout()IntegergetSpanSize(Integer spanCount, Integer position)final UnitsetSelectedButton(Boolean isSelected)final UnitsetText(String text)final UnitsetParticpantCountUpdate(Integer count)final UnitshowProgress(Boolean enable)-
Methods inherited from class com.xwray.groupie.viewbinding.BindableItem
bind, getChangePayload, getDragDirs, getExtras, getId, getItem, getItemCount, getPosition, getSwipeDirs, getViewType, hasSameContentAs, isClickable, isLongClickable, isRecyclable, isSameAs, notifyChanged, notifyChanged, onViewAttachedToWindow, onViewDetachedFromWindow, registerGroupDataObserver, unbind, unregisterGroupDataObserver -
Methods inherited from class live.hms.roomkit.ui.GridOptionItem
createViewHolder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getIsSelected
final Boolean getIsSelected()
-
setIsSelected
final Unit setIsSelected(Boolean isSelected)
-
getParticpantCount
final Integer getParticpantCount()
-
setParticpantCount
final Unit setParticpantCount(Integer particpantCount)
-
getShowProgress
final Boolean getShowProgress()
-
setShowProgress
final Unit setShowProgress(Boolean showProgress)
-
getSelectedTitle
final String getSelectedTitle()
-
bind
Unit ,Integer)>bind(<ERROR CLASS> viewBinding, Integer position)
-
bind
Unit ,Integer,List)>bind(<ERROR CLASS> v, Integer position, List<Object> payloads)
-
getSpanSize
Integer getSpanSize(Integer spanCount, Integer position)
-
setSelectedButton
final Unit setSelectedButton(Boolean isSelected)
-
setParticpantCountUpdate
final Unit setParticpantCountUpdate(Integer count)
-
showProgress
final Unit showProgress(Boolean enable)
-
-
-
-