Package org.eurekastreams.web.client.ui.pages.start.layouts

Examples of org.eurekastreams.web.client.ui.pages.start.layouts.TwoColumnLayoutStrategy


        switch (layout)
        {
        case ONECOLUMN:
            return new OneColumnLayoutStrategy();
        case TWOCOLUMN:
            return new TwoColumnLayoutStrategy();
        case TWOCOLUMNLEFTWIDE:
            return new TwoColumnLeftWideLayoutStrategy();
        case TWOCOLUMNRIGHTWIDE:
            return new TwoColumnRightWideLayoutStrategy();
        case THREECOLUMNLEFTWIDEHEADER:
View Full Code Here

TOP

Related Classes of org.eurekastreams.web.client.ui.pages.start.layouts.TwoColumnLayoutStrategy

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.