Package org.brixcms.plugin.site.page.tile.admin

Examples of org.brixcms.plugin.site.page.tile.admin.EmptyTileEditorPanel


    public String getTypeName() {
        return "brix.tile.GuestBook";
    }

    public TileEditorPanel newEditor(String id, IModel<BrixNode> tileContainerNode) {
        return new EmptyTileEditorPanel(id);
    }
View Full Code Here


    /**
     * {@inheritDoc}
     */
    public TileEditorPanel newEditor(String id, IModel<BrixNode> tileContainerNode) {
        // this tile has no configuration options
        return new EmptyTileEditorPanel(id);
    }
View Full Code Here

    /**
     * {@inheritDoc}
     */
    public TileEditorPanel newEditor(String id, IModel<BrixNode> tileContainerNode) {
        // this tile has no config options
        return new EmptyTileEditorPanel(id);
    }
View Full Code Here

TOP

Related Classes of org.brixcms.plugin.site.page.tile.admin.EmptyTileEditorPanel

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.