public interface NavigationStackView
Modifier and Type | Method and Description |
---|---|
java.util.List<android.widget.ImageButton> |
getButtons()
Returns the Image Buttons associated with the stack view
|
java.lang.String |
getTitle()
Returns the title of the stack view
|
android.view.View |
getView()
Returns the actual view
|
boolean |
onBackButton()
Called when the device back button is pressed
|
void |
onClose()
Called when the stack view is closed
|
boolean |
onCloseButton()
Called when the close button is tapped
|
java.lang.String getTitle()
java.util.List<android.widget.ImageButton> getButtons()
android.view.View getView()
boolean onBackButton()
boolean onCloseButton()
void onClose()