com.sun.faces.config.beans
Interface NullValueHolder

All Known Implementing Classes:
ListEntryBean, ManagedPropertyBean, MapEntryBean

public interface NullValueHolder

Interface denoting a configuration bean that stores a nullValue property.


Method Summary
 boolean isNullValue()
          Return a flag indicating that the value of the parent compoennt should be set to null.
 void setNullValue(boolean nullValue)
          Set a flag indicating that the value of the parent component should be set to null.
 

Method Detail

isNullValue

boolean isNullValue()

Return a flag indicating that the value of the parent compoennt should be set to null.


setNullValue

void setNullValue(boolean nullValue)

Set a flag indicating that the value of the parent component should be set to null.

Parameters:
nullValue - The new null value flag


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.