public interface MaxOptionsTextHandler
SelectOptions.MAX_OPTIONS
 is enabled and the maximum number of options within the entire select or
 an option group have been selected.| Modifier and Type | Method and Description | 
|---|---|
String | 
getMaxGroupOptionsText(int maxGroupOptions)
Returns the text displayed when  
SelectOptions.MAX_OPTIONS
 is enabled and the maximum number of options within an option
 group have been selectedDefaults to Group limit reached ({n} item(s) max) | 
String | 
getMaxSelectOptionsText(int maxSelectOptions)
Returns the text displayed when  
SelectOptions.MAX_OPTIONS
 is enabled and the maximum number of options within the select
 have been selectedDefaults to Limit reached ({n} item(s) max) | 
String getMaxSelectOptionsText(int maxSelectOptions)
SelectOptions.MAX_OPTIONS
 is enabled and the maximum number of options within the select
 have been selectedLimit reached ({n} item(s) max)maxOptions - maximum number of the selectString getMaxGroupOptionsText(int maxGroupOptions)
SelectOptions.MAX_OPTIONS
 is enabled and the maximum number of options within an option
 group have been selectedGroup limit reached ({n} item(s) max)maxGroupOptions - maximum number of an option groupCopyright © 2017. All rights reserved.