Page class represents a one page of menu items based on the specified maximum number of items per page.
public class Page
All public members of the Page class, including all inherited members.
Name | Description |
---|---|
Constructor. | |
Get the header text to be included with the menu items. | |
Get the List of KeyValuePair items to be used in generating the menu items. | |
Line break characters to be used in the menu. | |
Get the Exit menu item. | |
Get the pagination NEXT menu item. | |
True/false for whether to show the Exit menu item or not, respectively. | |
True/false for whether to show the pagination Next menu item or not, respectively. | |
Set True/false for whether to show the Exit menu item or not, respectively. | |
Set the header text to be included with the menu items. | |
Set the List of KeyValuePair items to be used in generating the menu items. | |
Line break characters to be used in the menu. | |
Set True/false for whether to show the pagination Next menu item or not, respectively. | |
Set the Exit menu item. | |
Set the pagination NEXT menu item. | |
Complete string representation of the menu page. |
All protected members of the Page class, including all inherited members.
Name | Description |
---|---|
String representation of the menu page, but without the pagination menu item. | |
True/false for whether to show the Exit menu item or not, respectively. | |
Header text to be included with the menu items. | |
List of KeyValuePair items to be used in generating the menu items. | |
Line break characters to be used in the menu. | |
True/false for whether to show the pagination menu item or not, respectively. | |
The Exit menu item. | |
The pagination NEXT menu item. |
Used in the AbstractDynamicMenu implementation of Send SMS menu states.
Page constructor
getHeader method
getItems method
getLineBreak method
getPaginationExit method
getPaginationNext method
isExit method
isNext method
previewMenu method
setExit method
setHeader method
setItems method
setLineBreak method
setNext method
setPaginationExit method
setPaginationNext method
toString method
exit variable
header variable
items variable
lineBreak variable
next variable
paginationExit variable
paginationNext variable
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, Sybase, Inc. - Brand Mobiliser API 1.3.0 - October 24, 2012 |