Interface IsRequired
- All Known Subinterfaces:
- DateTagDeclaration,- FileTagDeclaration,- InTagDeclaration,- StarsTagDeclaration,- TextareaTagDeclaration,- TreeListboxTagDeclaration
public interface IsRequired
- 
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.
 
-