org.openxava.tab.impl
Class EntityTabFactory
java.lang.Object
org.openxava.tab.impl.EntityTabFactory
public class EntityTabFactory
- extends java.lang.Object
- Author:
- Javier Paniza
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityTabFactory
public EntityTabFactory()
create
public static EntityTab create(java.lang.String componentName)
throws CreateException,
java.rmi.RemoteException
- Throws:
CreateException
java.rmi.RemoteException
create
public static EntityTab create(java.lang.String componentName,
java.lang.String tabName)
throws CreateException,
java.rmi.RemoteException
- Throws:
CreateException
java.rmi.RemoteException
create
public static EntityTab create(MetaTab metaTab)
throws CreateException,
java.rmi.RemoteException,
XavaException
- An EntityTab with on-demmand data reading.
- Throws:
CreateException
java.rmi.RemoteException
XavaException
createAllData
public static EntityTab createAllData(MetaTab metaTab)
throws CreateException,
java.rmi.RemoteException,
XavaException
- An EntityTab that load all data at once.
- Throws:
CreateException
java.rmi.RemoteException
XavaException