public interface TemplateTypeParser
A parser for the template type.
| Modifier and Type | Method and Description | 
|---|---|
| TemplateType | getTypeMultiselect()
 Returns the template type for the multiple select. | 
| TemplateType | getTypeSelect()
 Returns the template type for the select. | 
| TemplateType | parseTemplateType(String value,
                 Context context)
 Parses the template type. | 
TemplateType parseTemplateType(String value, Context context) throws ParseException
Parses the template type.
value - The value.context - The context.IllegalArgumentException - If any of the parameters are null.ParseException - If an error occurs during the parsing.TemplateType getTypeSelect()
Returns the template type for the select.
The select type: A finite number of possible values.
TemplateType getTypeMultiselect()
Returns the template type for the multiple select.
The multiple select type: A finite number of possible values from which the user can select any number of items.
Copyright © 2015–2019. All rights reserved.