Interface IsRequiredForSelect
- All Known Subinterfaces:
- SelectBooleanCheckboxTagDeclaration,- SelectBooleanToggleTagDeclaration,- SelectManyCheckboxTagDeclaration,- SelectManyListboxTagDeclaration,- SelectManyListTagDeclaration,- SelectManyShuttleTagDeclaration,- TreeSelectTagDeclaration
public interface IsRequiredForSelect
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetRequired(String required) Flag indicating that a value is required.
- 
Method Details- 
setRequiredFlag indicating that a value is required. If the value is an empty string a ValidationError occurs and a Error Message is rendered.
 
-