|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListEntriesType | |
---|---|
org.eclipse.jst.jsf.facesconfig.emf | EMF model for JSF application configuration files. |
org.eclipse.jst.jsf.facesconfig.emf.impl | EMF model implementations for JSF application configuration files (deprecated). |
org.eclipse.jst.jsf.facesconfig.emf.util | EMF generated utility classes for JSF application configuration files (deprecated). |
Uses of ListEntriesType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return ListEntriesType | |
---|---|
ListEntriesType |
FacesConfigFactory.createListEntriesType()
Returns a new object of class 'List Entries Type' |
ListEntriesType |
ManagedPropertyType.getListEntries()
Returns the value of the 'List Entries' containment reference |
ListEntriesType |
ManagedBeanType.getListEntries()
Returns the value of the 'List Entries' containment reference |
ListEntriesType |
DocumentRoot.getListEntries()
Returns the value of the 'List Entries' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ListEntriesType | |
---|---|
void |
ManagedPropertyType.setListEntries(ListEntriesType value)
Sets the value of the ' List Entries ' containment reference |
void |
ManagedBeanType.setListEntries(ListEntriesType value)
Sets the value of the ' List Entries ' containment reference |
void |
DocumentRoot.setListEntries(ListEntriesType value)
Sets the value of the ' List Entries ' containment reference |
Uses of ListEntriesType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ListEntriesType | |
---|---|
class |
ListEntriesTypeImpl
An implementation of the model object 'List Entries Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ListEntriesType | |
---|---|
ListEntriesType |
FacesConfigFactoryImpl.createListEntriesType()
|
ListEntriesType |
ManagedPropertyTypeImpl.getListEntries()
|
ListEntriesType |
ManagedBeanTypeImpl.getListEntries()
|
ListEntriesType |
DocumentRootImpl.getListEntries()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ListEntriesType | |
---|---|
NotificationChain |
ManagedPropertyTypeImpl.basicSetListEntries(ListEntriesType newListEntries,
NotificationChain msgs)
|
NotificationChain |
ManagedBeanTypeImpl.basicSetListEntries(ListEntriesType newListEntries,
NotificationChain msgs)
|
NotificationChain |
DocumentRootImpl.basicSetListEntries(ListEntriesType newListEntries,
NotificationChain msgs)
|
void |
ManagedPropertyTypeImpl.setListEntries(ListEntriesType newListEntries)
|
void |
ManagedBeanTypeImpl.setListEntries(ListEntriesType newListEntries)
|
void |
DocumentRootImpl.setListEntries(ListEntriesType newListEntries)
|
Uses of ListEntriesType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type ListEntriesType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseListEntriesType(ListEntriesType object)
Returns the result of interpreting the object as an instance of 'List Entries Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |