org.apache.myfaces.tobago.taglib.decl
Interface IsRequired
- All Known Subinterfaces:
- DateTagDeclaration, InTagDeclaration, TextAreaTagDeclaration, TreeListboxTagDeclaration, TreeTagDeclaration
- All Known Implementing Classes:
- DateExtensionTag, DateTag, InExtensionTag, InTag, SelectOneListboxExtensionTag, TextAreaExtensionTag, TextAreaTag, TimeExtensionTag, TreeListboxTag, TreeTag
public interface IsRequired
Created: Apr 9, 2005 2:52:15 PM
User: bommel
$Id: IsRequired.java 415426 2006-06-19 21:23:21Z bommel $
Method Summary |
void |
setRequired(String required)
Flag indicating that a value is required. |
setRequired
void setRequired(String required)
- Flag indicating that a value is required.
If the value is an empty string a
ValidationError occurs and a Error Message is rendered.
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.