Package com.ptc.core.components.forms


package com.ptc.core.components.forms
  • Class
    Description
    Helper class with APIs that support in authoring custom data utilities.
    Inner class grouping APIs that work for multi valued attribute

    Supported API: true
    This class contains methods for creating the data models needed for attribute tables and panels in create and edit wizards

    Supported API: true

    Extendable: false
    A form processor that generically creates one or more Persistables from the form data submitted in an HTML wizard and stores them in the database.
    A form processor that generically updates one or more Persistables in the database from the form data submitted in an HTML wizard.


    Supported API: true

    Extendable: true
    A default ObjectFormProcessorDelegate whose preProcess(), doOperation(), postProcess(), and postTransactionProcess() methods do nothing but return a FormResult with a status of FormProcessingStatus.SUCCESS.
    Contains the information needed to dynamically refresh a portion of the parent window after a form has been processed.
    Enumeration of all the possible action values for the DynamicRefreshInfo object.
    A form processor that generically updates one or more Workable objects in the database from the form data submitted in an HTML wizard.
    Status returned by one form processor to a calling form processor or from a form processor to the WizardServlet.
    A class used to pass feedback from one form processor to another or from a form processor back to the WizardServlet after processing completes.
    An interface for classes that process the data submitted by an HTML wizard.
    An interface for a class that performs one or more tasks during the processing of a HTML wizard after submittal.
    This class contains servlet engine commands that are called to generate UIs for wizards containing tables of data for multiple objects.