Examples of PagedView


Examples of org.jboss.as.console.client.widgets.pages.PagedView

    Widget asWidget() {

        LayoutPanel layout = new LayoutPanel();

        panel = new PagedView(true);

        contextView = new ServiceViewTemplate(presenter, "Context Services", "{selected.profile}/subsystem=ee/context-service=*");
        executorView = new ServiceViewTemplate(presenter, "Executor", "{selected.profile}/subsystem=ee/managed-executor-service=*");
        scheduledView = new ServiceViewTemplate(presenter, "Scheduler Executor", "{selected.profile}/subsystem=ee/managed-scheduled-executor-service=*");
        threadView = new ServiceViewTemplate(presenter, "Thread factories", "{selected.profile}/subsystem=ee/managed-thread-factory=*");
 
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.