Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.config.beans
Interface ListEntriesHolder

All Known Implementing Classes:
ManagedBeanBean, ManagedPropertyBean

public interface ListEntriesHolder

Interface denoting a configuration bean that stores a listEntries property.


Method Summary
 ListEntriesBean getListEntries()
          Return the current listEntries object for this configuration bean.
 void setListEntries(ListEntriesBean listEntries)
          Set the current listEntries object for this configuration bean.
 

Method Detail

getListEntries

ListEntriesBean getListEntries()

Return the current listEntries object for this configuration bean.


setListEntries

void setListEntries(ListEntriesBean listEntries)

Set the current listEntries object for this configuration bean.

Parameters:
listEntries - The new listEntries object

Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.