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

All Known Subinterfaces:
SelectBooleanCheckboxTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, TreeSelectTagDeclaration

public interface IsRequiredForSelect


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