Class TdbEntryForm

  • All Implemented Interfaces:
    com.tietoenator.trip.jxp.internal.utils.DOMSink, TdbControlObjectProvider, java.lang.Iterable<java.lang.String>

    public class TdbEntryForm
    extends TdbFormat
    Specialization of TdbFormat for TRIPclassic data entry forms
    • Constructor Detail

      • TdbEntryForm

        public TdbEntryForm​(TdbSession session)
                     throws TdbException
        Constructor, creates a blank instance
        Parameters:
        session - Active session
        Throws:
        TdbException
      • TdbEntryForm

        public TdbEntryForm​(TdbSession session,
                            TdbControlObject ob)
                     throws TdbException
        Constructor, creates a format instance for the referenced Control object
        Parameters:
        session - Active session
        ob - Control object referencing the format
        Throws:
        TdbException