|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.faces.config.beans.ListEntryBean
public class ListEntryBean
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 |
---|
public ListEntryBean()
Method Detail |
---|
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean isNullValue()
NullValueHolder
Return a flag indicating that the value of the parent
compoennt should be set to null
.
isNullValue
in interface NullValueHolder
public void setNullValue(boolean nullValue)
NullValueHolder
Set a flag indicating that the value of the parent
component should be set to null
.
setNullValue
in interface NullValueHolder
nullValue
- The new null value flag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |