psdi.workflow.virtual

Class FldIsCustomClass

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldIsCustomClass
    extends MboValueAdapter
    This field class supports the field handling for the IsCustomClass checkbox- in ShowWFCondition, ShowWFAction as well as WFAssignment.
    • Constructor Detail

      • FldIsCustomClass

        public FldIsCustomClass(MboValue mbv)
        Constructor
        Parameters:
        mbv - The attribute to listen to.
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Update the appropriate field based on the ISCUSTOMCLASS flag. NOTE: We don't have to clear the other field because the appropriate fields validation class will clear the other field.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException