PageableMessagesBuilder
Defines the public interface for configuring the pageable messages
Methods
Display(System.String)
Sets the pageable "display" message
Parameters
message - System.String
The message text
Empty(System.String)
Sets the pageable "empty" message
Parameters
message - System.String
The message text
Page(System.String)
Sets the pageable "page" message
Parameters
message - System.String
The message text
Of(System.String)
Sets the pageable "of" message
Parameters
message - System.String
The message text
ItemsPerPage(System.String)
Sets the pageable "items per page" message
Parameters
message - System.String
The message text
First(System.String)
Sets the pageable "first" message
Parameters
message - System.String
The message text
Previous(System.String)
Sets the pageable "previous" message
Parameters
message - System.String
The message text
Next(System.String)
Sets the pageable "next" message
Parameters
message - System.String
The message text
Last(System.String)
Sets the pageable "last" message
Parameters
message - System.String
The message text
Refresh(System.String)
Sets the pageable "refresh" message
Parameters
message - System.String
The message text
MorePages(System.String)
Sets the pageable "more pages" message
Parameters
message - System.String
The message text