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 IEntityTab create(java.lang.String componentName)
throws CreateException,
java.rmi.RemoteException
- Throws:
CreateException
java.rmi.RemoteException
create
public static IEntityTab create(java.lang.String componentName,
java.lang.String tabName)
throws CreateException,
java.rmi.RemoteException
- Throws:
CreateException
java.rmi.RemoteException
create
public static IEntityTab create(MetaTab metaTab)
throws CreateException,
java.rmi.RemoteException,
XavaException
- An IEntityTab with on-demmand data reading.
- Throws:
CreateException
java.rmi.RemoteException
XavaException
createAllData
public static IEntityTab createAllData(MetaTab metaTab)
throws CreateException,
java.rmi.RemoteException,
XavaException
- A IEntityTab that load all data at once.
- Throws:
CreateException
java.rmi.RemoteException
XavaException