Package com.volantis.mcs.protocols.menu.shared.renderer

Examples of com.volantis.mcs.protocols.menu.shared.renderer.DefaultSpanMenuItemRenderer


        // The active part of links are always rendered externally for VDXML,
        // and the menu item style must be rendered (via a span) for an outer
        // link.
        return new VDXMLExternalLinkMenuItemRenderer(externalLinkOutput,
                new DefaultSpanMenuItemRenderer(spanOutput));
    }
View Full Code Here


    // Javadoc inherited.
    public MenuItemBracketingRenderer createOuterRenderer() {

        // Render the menu item style outside the entire menu item if we are
        // going to render an inner link.
        return new DefaultSpanMenuItemRenderer(spanOutput);
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.protocols.menu.shared.renderer.DefaultSpanMenuItemRenderer

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.