Uses of Interface
org.openxava.tab.impl.IEntityTabImpl

Packages that use IEntityTabImpl
org.openxava.tab.impl   
 

Uses of IEntityTabImpl in org.openxava.tab.impl
 

Classes in org.openxava.tab.impl that implement IEntityTabImpl
 class EntityTab
          Provides a TableModel for reading tabular data of an entity.
 

Methods in org.openxava.tab.impl that return IEntityTabImpl
 IEntityTabImpl TableModelBean.getEntityTab()
           
 

Methods in org.openxava.tab.impl with parameters of type IEntityTabImpl
 void TableModelBean.setEntityTab(IEntityTabImpl entityTab)