Package org.rhq.coregui.client.bundle.list

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

Related Classes of org.rhq.coregui.client.bundle.list.BundleVersionDataSource

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.