Package org.jitterbit.integration.client.ui.entity.validation

Examples of org.jitterbit.integration.client.ui.entity.validation.DecorateInvalidItemsAction


    public <T extends IntegrationEntity> ProjectItemOrder<T> getItemOrder(EntityType type, Class<T> cls) {
        return new ProjectItemTreeOrder<T>(getTree(), type, cls);
    }

    private void setDropDownActions() {
        DecorateInvalidItemsAction invalid = new DecorateInvalidItemsAction(getTree());
        invalid.setPreference(InvalidItemsIndicatorPreference.INSTANCE);
        DecorateDeployDirtyAction deployDirty = new DecorateDeployDirtyAction(getTree());
        deployDirty.setPreference(DeployDirtyIndicatorPreference.INSTANCE);
        treePanel.setDropdownActions(new Action[] { invalid, deployDirty, showFilterAction });
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.entity.validation.DecorateInvalidItemsAction

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.