Examples of PopupResourceSetAvatarFactory


Examples of org.thechiselgroup.choosel.core.client.resources.ui.popup.PopupResourceSetAvatarFactory

        List<Action> actions = new ArrayList<Action>();
        actions.add(new RemoveSelectionSetAction(commandManager));
        // actions.add(new CreateSetAction(resourceSetFactory,
        // resourceSetLabelFactory, commandManager));

        return new PopupResourceSetAvatarFactory(clickFactory, viewAccessor,
                popupManagerFactory, actions, "View selection",
                "<p><b>Drag</b> this selection to create filtered views"
                        + " (by dropping on view content), to"
                        + " synchronize the selection in multiple views "
                        + "(by dropping on other selections) "
View Full Code Here

Examples of org.thechiselgroup.choosel.core.client.resources.ui.popup.PopupResourceSetAvatarFactory

                dropTargetFactory, hoverModel, dragController);

        List<Action> actions = new ArrayList<Action>();
        actions.add(new RemoveSetAction(commandManager));

        return new PopupResourceSetAvatarFactory(highlightingFactory,
                viewAccessor, popupManagerFactory, actions, "User-defined set",
                "<p><b>Rename</b> by clicking on the label "
                        + "at the top of this popup and "
                        + "changing the text.</p>"
                        + "<p><b>Drag</b> to add to other views as a set "
View Full Code Here

Examples of org.thechiselgroup.choosel.core.client.resources.ui.popup.PopupResourceSetAvatarFactory

            HighlightingModel hoverModel,
            @Named(AVATAR_FACTORY_ALL_RESOURCES) ResourceSetAvatarDropTargetManager dropTargetManager,
            ViewAccessor viewAccessor, PopupManagerFactory popupManagerFactory) {

        super(
                new PopupResourceSetAvatarFactory(
                        new HighlightingDraggableResourceSetAvatarFactory(
                                new DropTargetResourceSetAvatarFactory(
                                        new FixedLabelResourceSetAvatarFactory(
                                                new DisableIfEmptyResourceSetAvatarFactory(
                                                        new DraggableResourceSetAvatarFactory(
View Full Code Here

Examples of org.thechiselgroup.choosel.core.client.resources.ui.popup.PopupResourceSetAvatarFactory

        MockitoAnnotations.initMocks(this);

        resources = spy(ResourceSetTestUtils.createResources(1));

        List<Action> actions = Collections.emptyList();
        underTest = new PopupResourceSetAvatarFactory(delegate, viewAccessor,
                popupManagerFactory, actions, "", "", false) {

            @Override
            protected Widget createWidget(
                    ResourceSet resources,
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.