Package com.volantis.mcs.protocols.widgets.renderers

Examples of com.volantis.mcs.protocols.widgets.renderers.MultipleValidatorDefaultRenderer


     * @param protocol The protocol used for rendering
     * @throws ProtocolException
     */
    public void render(VolantisProtocol protocol) throws ProtocolException {
        // Delegate rendering to multiple validator renderer instance
        MultipleValidatorDefaultRenderer renderer = (MultipleValidatorDefaultRenderer) widgetModule
                .getMultipleValidatorRenderer();

        if (renderer != null) {
            renderer.render(protocol);
        }
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.protocols.widgets.renderers.MultipleValidatorDefaultRenderer

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.