public class TdbEntryFormList extends TdbFormatList
| Constructor and Description |
|---|
TdbEntryFormList(TdbSession session)
Constructor -- the resulting object contains no forms and must
be initialized using the get(String) method
|
TdbEntryFormList(TdbSession session,
java.lang.String db)
Constructor, retrieves entry forms from a named database
|
TdbEntryFormList(TdbSession session,
TdbControlObject ob)
Constructor, retrieves entry forms from the database identified by
a Control object
|
TdbEntryFormList(TdbSession session,
TdbDatabaseDesign db)
Constructor, retrieves entry forms from the database identified by
the database's design object
|
| Modifier and Type | Method and Description |
|---|---|
void |
get(java.lang.String name)
Retrieve entry forms from a named database, regardless of how the
object was constructed.
|
contains, contains, get, refresh, transformadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycodeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagescancel, getSession, isCancelable, setCancelablepublic TdbEntryFormList(TdbSession session, TdbControlObject ob) throws TdbException
session - Active sessionob - Control object referencing the databaseTdbExceptionpublic TdbEntryFormList(TdbSession session, TdbDatabaseDesign db) throws TdbException
session - Active sessiondb - Database design objectTdbExceptionpublic TdbEntryFormList(TdbSession session, java.lang.String db) throws TdbException
session - Active sessiondb - Name of database for which to retrieve formsTdbExceptionpublic TdbEntryFormList(TdbSession session) throws TdbException
session - Active sessionTdbExceptionpublic void get(java.lang.String name)
throws TdbException
name - The name of the database from which to retrieve formsTdbException