java.lang.Object | |
↳ | com.pdftron.pdf.dialog.toolbarswitcher.model.ToolbarSwitcherItem |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public final AnnotationToolbarBuilder | builder | ||||||||||
public boolean | isSelected |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ToolbarSwitcherItem(AnnotationToolbarBuilder builder) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getIcon() | ||||||||||
String | getTag() | ||||||||||
List<ToolbarItem> | getToolbarItems() | ||||||||||
String | getToolbarName(Context context) | ||||||||||
boolean | isVisible() | ||||||||||
ToolbarSwitcherItem |
setSelected(boolean isSelected)
Sets whether this toolbar switcher item is selected.
| ||||||||||
ToolbarSwitcherItem |
setVisibility(boolean isVisible)
Sets whether this toolbar switcher item is visible.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Sets whether this toolbar switcher item is selected. Default false.
isSelected | whether the toolbar switcher item is selected |
---|
Sets whether this toolbar switcher item is visible. Default true.
isVisible | whether the toolbar switcher item is visible |
---|