psdi.app.contract.software

Class FldSFWViewCreateRel

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldSFWViewCreateRel
    extends MboValueAdapter
    Field validation class for the createrel field of the SWView object. If the createrel field is checked, the maxrelvol field is made editible. If the createrel field is unchecked, the maxrelvol field is set to zero and is made readonly.
    • Constructor Detail

      • FldSFWViewCreateRel

        public FldSFWViewCreateRel(MboValue mbv)
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If the createrel field is checked, the maxrelvol field is made editible. If the createrel field is unchecked, the maxrelvol field is set to zero and is made readonly.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException