org.openxava.tab.impl
Class EntityTabFactory

java.lang.Object
  extended by org.openxava.tab.impl.EntityTabFactory

public class EntityTabFactory
extends java.lang.Object

Author:
Javier Paniza

Constructor Summary
EntityTabFactory()
           
 
Method Summary
static IEntityTab create(MetaTab metaTab)
          An IEntityTab with on-demmand data reading.
static IEntityTab create(java.lang.String componentName)
           
static IEntityTab create(java.lang.String componentName, java.lang.String tabName)
           
static IEntityTab createAllData(MetaTab metaTab)
          A IEntityTab that load all data at once.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityTabFactory

public EntityTabFactory()
Method Detail

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