Package DisplayProject.controls

Examples of DisplayProject.controls.DropList


        }
        return qq_BasicParamGroup;
    }

    public void setqq_BasicParamGroup(DropList value) {
        DropList oldValue = qq_BasicParamGroup;
        qq_BasicParamGroup = value;
        this.qq_Listeners.firePropertyChange("qq_BasicParamGroup", oldValue, value);
    }
View Full Code Here


        }
        return qq_aList1Array_aDropList;
    }

    public void setqq_aList1Array_aDropList(DropList value) {
        DropList oldValue = qq_aList1Array_aDropList;
        qq_aList1Array_aDropList = value;
        this.qq_Listeners.firePropertyChange("qq_aList1Array_aDropList", oldValue, value);
    }
View Full Code Here

        }
        return qq_aListArray_aDropList;
    }

    public void setqq_aListArray_aDropList(DropList value) {
        DropList oldValue = qq_aListArray_aDropList;
        qq_aListArray_aDropList = value;
        this.qq_Listeners.firePropertyChange("qq_aListArray_aDropList", oldValue, value);
    }
View Full Code Here

        }
        return qq__SourceDL;
    }

    public void setqq__SourceDL(DropList value) {
        DropList oldValue = qq__SourceDL;
        qq__SourceDL = value;
        this.qq_Listeners.firePropertyChange("qq__SourceDL", oldValue, value);
    }
View Full Code Here

        }
        return qq_eFTRAType;
    }

    public void setqq_eFTRAType(DropList value) {
        DropList oldValue = qq_eFTRAType;
        qq_eFTRAType = value;
        this.qq_Listeners.firePropertyChange("qq_eFTRAType", oldValue, value);
    }
View Full Code Here

        }
        return qq_eFTRACategory;
    }

    public void setqq_eFTRACategory(DropList value) {
        DropList oldValue = qq_eFTRACategory;
        qq_eFTRACategory = value;
        this.qq_Listeners.firePropertyChange("qq_eFTRACategory", oldValue, value);
    }
View Full Code Here

        }
        return qq_aCustomer_R_Address_R_Postcode_State;
    }

    public void setqq_aCustomer_R_Address_R_Postcode_State(DropList value) {
        DropList oldValue = qq_aCustomer_R_Address_R_Postcode_State;
        qq_aCustomer_R_Address_R_Postcode_State = value;
        this.qq_Listeners.firePropertyChange("qq_aCustomer_R_Address_R_Postcode_State", oldValue, value);
    }
View Full Code Here

        }
        return qq_aCustomer_L_AddressArray_R_Postcode_State;
    }

    public void setqq_aCustomer_L_AddressArray_R_Postcode_State(DropList value) {
        DropList oldValue = qq_aCustomer_L_AddressArray_R_Postcode_State;
        qq_aCustomer_L_AddressArray_R_Postcode_State = value;
        this.qq_Listeners.firePropertyChange("qq_aCustomer_L_AddressArray_R_Postcode_State", oldValue, value);
    }
View Full Code Here

        }
        return qq_aDropListInteger;
    }

    public void setqq_aDropListInteger(DropList value) {
        DropList oldValue = qq_aDropListInteger;
        qq_aDropListInteger = value;
        this.qq_Listeners.firePropertyChange("qq_aDropListInteger", oldValue, value);
    }
View Full Code Here

        }
        return qq_aDropListIntegerData;
    }

    public void setqq_aDropListIntegerData(DropList value) {
        DropList oldValue = qq_aDropListIntegerData;
        qq_aDropListIntegerData = value;
        this.qq_Listeners.firePropertyChange("qq_aDropListIntegerData", oldValue, value);
    }
View Full Code Here

TOP

Related Classes of DisplayProject.controls.DropList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.