public class MainMenuItem extends Object
RadFeedback
main menu window.Constructor and Description |
---|
MainMenuItem(String title,
String description,
Intent intent) |
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description of the current item.
|
com.telerik.widget.feedback.MainMenuItem.InitAction |
getInitAction()
Gets an object implementing the
InitAction interface
which contains logic that will be executed before the intent
associated with this item is passed to the new activity. |
Intent |
intent()
Returns the
Intent associated with this menu item. |
void |
setInitAction(com.telerik.widget.feedback.MainMenuItem.InitAction action)
Sets an object implementing the
InitAction interface
which contains logic that will be executed before the intent
associated with this item is passed to the new activity. |
String |
title()
Gets the title for the current item.
|
public void setInitAction(com.telerik.widget.feedback.MainMenuItem.InitAction action)
InitAction
interface
which contains logic that will be executed before the intent
associated with this item is passed to the new activity.action
- the InitAction
implementation.public com.telerik.widget.feedback.MainMenuItem.InitAction getInitAction()
InitAction
interface
which contains logic that will be executed before the intent
associated with this item is passed to the new activity.public String title()
public String description()