Schnittstelle IsRequiredForSelect
- Alle bekannten Unterschnittstellen:
SelectBooleanCheckboxTagDeclaration
,SelectBooleanToggleTagDeclaration
,SelectManyCheckboxTagDeclaration
,SelectManyListboxTagDeclaration
,SelectManyListTagDeclaration
,SelectManyShuttleTagDeclaration
,SelectOneListTagDeclaration
,TreeSelectTagDeclaration
public interface IsRequiredForSelect
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setRequired
(String required) Flag indicating that a value is required.
-
Methodendetails
-
setRequired
Flag indicating that a value is required. If the value is an empty string a ValidationError occurs and a Error Message is rendered.
-