org.apache.myfaces.html5.component.properties
Interface MultipleProperty


public interface MultipleProperty


Method Summary
 boolean isMultiple()
          This field defines the permission for multiple values for this input.
 

Method Detail

isMultiple

@JSFProperty(defaultValue="false",
             deferredValueType="java.lang.Boolean")
boolean isMultiple()
This field defines the permission for multiple values for this input. Provided values must be separated with comma.

Returns:


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.