Examples of GadgetMetaDataPanel


Examples of org.eurekastreams.web.client.ui.common.GadgetMetaDataPanel

     * @param item the gadget meta data.
     * @return the panel.
     */
    public Panel render(final GadgetMetaDataDTO item)
    {
        return new GadgetMetaDataPanel(item, null,
                PluginDefinitionModel.getInstance(), "Are you sure you want to delete this plugin?");
    }
View Full Code Here

Examples of org.eurekastreams.web.client.ui.common.GadgetMetaDataPanel

     * @return the panel.
     */
    public Panel render(final GadgetMetaDataDTO item)
    {
        String tabParam = Session.getInstance().getParameterValue("tab");
        return new GadgetMetaDataPanel(item, tabParam != null ? Long.valueOf(tabParam) : null, GadgetDefinitionModel
                .getInstance(), "Are you sure you want to delete this app? "
                + "Deleting this app will remove it from the start page of every user that has added it to a tab.");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.