public class AddTabItem extends AbstractItem
TabSwitcher
, which allows to add a
new tab.Modifier and Type | Method and Description |
---|---|
static AddTabItem |
create(de.mrapp.android.util.view.AttachedViewRecycler<AbstractItem,?> 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, setView
@NonNull public static AddTabItem create(@NonNull de.mrapp.android.util.view.AttachedViewRecycler<AbstractItem,?> 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.Object
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object