Interface IsRequired
- All Known Subinterfaces:
DateTagDeclaration
,FileTagDeclaration
,InTagDeclaration
,StarsTagDeclaration
,TextareaTagDeclaration
,TreeListboxTagDeclaration
public interface IsRequired
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setRequired
(String required) Flag indicating that a value is required.
-
Method Details
-
setRequired
Flag indicating that a value is required. If the value is an empty string a ValidationError occurs and a Error Message is rendered.
-