| java.lang.Object | ||
| ↳ | AndroidViewModel | |
| ↳ | com.pdftron.pdf.dialog.tabswitcher.TabSwitcherViewModel | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TabSwitcherViewModel(Application application) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
getItemsLiveData() | ||||||||||
|
final
|
getObservable() | ||||||||||
|
|
getSelectedTag() | ||||||||||
| void | onCloseAllTabs() | ||||||||||
| void | onCloseTab(String tabTag) | ||||||||||
| void | onSelectTab(String tabTag) | ||||||||||
| void | setItems(ArrayList<TabSwitcherItem> items) | ||||||||||
| void | setSelectedTag(String selectedTag) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||