Package clips.doctor.followup

Examples of clips.doctor.followup.PanelFollowUp


        super(parent, delegate);
    }

    @Override
    public PanelFollowUp initPanel(FollowupLocal delegate, PageContainer pageContainer) throws ClipsException {
        return new PanelFollowUp(pageContainer, delegate);
    }
View Full Code Here

TOP

Related Classes of clips.doctor.followup.PanelFollowUp

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.