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, refresh, transform
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
cancel, getSession, isCancelable, setCancelable
public TdbEntryFormList(TdbSession session, TdbControlObject ob) throws TdbException
session
- Active sessionob
- Control object referencing the databaseTdbException
public TdbEntryFormList(TdbSession session, TdbDatabaseDesign db) throws TdbException
session
- Active sessiondb
- Database design objectTdbException
public TdbEntryFormList(TdbSession session, java.lang.String db) throws TdbException
session
- Active sessiondb
- Name of database for which to retrieve formsTdbException
public TdbEntryFormList(TdbSession session) throws TdbException
session
- Active sessionTdbException
public void get(java.lang.String name) throws TdbException
name
- The name of the database from which to retrieve formsTdbException