Class TdbSearchForm

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

    public class TdbSearchForm
    extends TdbFormat
    Specialization of TdbFormat for TRIPclassic search forms
    • Constructor Detail

      • TdbSearchForm

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

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