public class NestedSection extends Section implements Notifier
Constructor and Description |
---|
NestedSection() |
Modifier and Type | Method and Description |
---|---|
void |
addSection(Section section)
Add a section to this NestedSection.
|
void |
notifySectionItemMoved(Section section,
int fromPosition,
int toPosition) |
void |
notifySectionRangeChanged(Section section,
int positionStart,
int itemCount,
java.lang.Object payload) |
void |
notifySectionRangeInserted(Section section,
int positionStart,
int itemCount) |
void |
notifySectionRangeRemoved(Section section,
int positionStart,
int itemCount) |
void |
onItemClicked(int itemPosition) |
addDecorator, addDecorator, hideSection, isSectionHidden, onChanged, onInserted, onMoved, onRemoved, removeAllDecorators, removeDecorator, removeDecorator, setExpansionMode, setSectionExpansionMode, setSelectionMode, setSpanCount, showSection
public void addSection(Section section)
section
- Section to be added in this NestedSection.public final void onItemClicked(int itemPosition)
public final void notifySectionItemMoved(Section section, int fromPosition, int toPosition)
notifySectionItemMoved
in interface Notifier
public final void notifySectionRangeChanged(Section section, int positionStart, int itemCount, java.lang.Object payload)
notifySectionRangeChanged
in interface Notifier
public final void notifySectionRangeInserted(Section section, int positionStart, int itemCount)
notifySectionRangeInserted
in interface Notifier
public final void notifySectionRangeRemoved(Section section, int positionStart, int itemCount)
notifySectionRangeRemoved
in interface Notifier