org.apache.myfaces.tobago.internal.taglib.declaration
Interface IsRequired

All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, InTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, TextareaTagDeclaration, TimeTagDeclaration, TreeListboxTagDeclaration, TreeTagDeclaration

public interface IsRequired


Method Summary
 void setRequired(String required)
          Flag indicating that a value is required.
 

Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.