public class AddTabItem extends AbstractItem
TabSwitcher, which allows to add a
new tab.| Modifier and Type | Method and Description |
|---|---|
static AddTabItem |
create(<any> viewRecycler)
Creates a new item, which contains information about a button of a
TabSwitcher, which
allows to add a new tab. |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
getIndex, getTag, getView, isInflated, isVisible, setTag, setViewpublic static AddTabItem create(<any> viewRecycler)
TabSwitcher, which
allows to add a new tab.viewRecycler - The view recycler, which is used to reuse the views, which are used to visualize
tabs, as an instance of the class AttachedViewRecycler. The view recycler may not be
nullAddTabItem. The
item may not be nullpublic final java.lang.String toString()
toString in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(java.lang.Object obj)
equals in class java.lang.Object