Examples of BundleVersionDataSource


Examples of org.rhq.coregui.client.bundle.list.BundleVersionDataSource

        this(null);
    }

    public BundleVersionListView(Criteria criteria) {
        super(MSG.view_bundle_bundleVersions(), criteria, IconEnum.BUNDLE_VERSION.getIcon24x24Path());
        setDataSource(new BundleVersionDataSource());
    }
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.