Public 成员函数 | |
| AbMenuItem (int id, String text) | |
| AbMenuItem (String text) | |
| AbMenuItem () | |
| int | getId () |
| void | setId (int id) |
| int | getIconId () |
| void | setIconId (int iconId) |
| String | getText () |
| void | setText (String text) |
| String | getMark () |
| void | setMark (String mark) |
Private 属性 | |
| int | id |
| int | iconId |
| String | text |
| String | mark |
© 2012 amsoft.cn 名称:AbMenuItem.java 描述:菜单实体
|
inline |
Instantiates a new ab menu item.
| id | the id |
| text | the text |
|
inline |
Instantiates a new ab menu item.
| text | the text |
|
inline |
Instantiates a new ab menu item.
|
inline |
Gets the icon id.
|
inline |
Gets the id.
|
inline |
Gets the mark.
|
inline |
Gets the text.
|
inline |
Sets the icon id.
| iconId | the new icon id |
|
inline |
Sets the id.
| id | the new id |
|
inline |
Sets the mark.
| mark | the new mark |
|
inline |
Sets the text.
| text | the new text |
|
private |
菜单的图标id.
|
private |
菜单的id.
|
private |
菜单的描述.
|
private |
菜单的文本.
1.8.8