public class TdbOutputFormatList extends TdbFormatList
| Constructor and Description |
|---|
TdbOutputFormatList(TdbSession session)
Constructor -- the resulting object contains no forms and must
be initialized using the get(String) method
|
TdbOutputFormatList(TdbSession session,
java.lang.String db)
Constructor, retrieves report forms from a named database
|
TdbOutputFormatList(TdbSession session,
TdbControlObject ob)
Constructor, retrieves report forms from the database identified by
a Control object
|
TdbOutputFormatList(TdbSession session,
TdbDatabaseDesign db)
Constructor, retrieves report forms from the database identified by
the database's design object
|
| Modifier and Type | Method and Description |
|---|---|
void |
get(java.lang.String name)
Retrieve report 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 TdbOutputFormatList(TdbSession session, TdbControlObject ob) throws TdbException
session - Active sessionob - Control object referencing the databaseTdbExceptionpublic TdbOutputFormatList(TdbSession session, TdbDatabaseDesign db) throws TdbException
session - Active sessiondb - Database design objectTdbExceptionpublic TdbOutputFormatList(TdbSession session, java.lang.String db) throws TdbException
session - Active sessiondb - Name of database for which to retrieve formsTdbExceptionpublic TdbOutputFormatList(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