com.sun.faces.config.beans
Class ListEntryBean

java.lang.Object
  extended by com.sun.faces.config.beans.ListEntryBean
All Implemented Interfaces:
NullValueHolder

public class ListEntryBean
extends java.lang.Object
implements NullValueHolder

Configuration bean for <list-entry> element.


Constructor Summary
ListEntryBean()
           
 
Method Summary
 java.lang.String getValue()
           
 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.
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntryBean

public ListEntryBean()
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

isNullValue

public boolean isNullValue()
Description copied from interface: NullValueHolder

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

Specified by:
isNullValue in interface NullValueHolder

setNullValue

public void setNullValue(boolean nullValue)
Description copied from interface: NullValueHolder

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

Specified by:
setNullValue in interface NullValueHolder
Parameters:
nullValue - The new null value flag


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