hudson.views.tabbar
Class DropDownViewsTabBar

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.views.ViewsTabBar>
      extended by hudson.views.ViewsTabBar
          extended by hudson.views.tabbar.DropDownViewsTabBar
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ViewsTabBar>

public final class DropDownViewsTabBar
extends hudson.views.ViewsTabBar

This plugin provides an alternate rendering of the Views bar which runs along the top of all views. This plugin is useful for instances which have a very large number of views and want a compact rendering.

Since:
1.393
Version:
$Id$
Author:
Jesse Farinacci

Nested Class Summary
static class DropDownViewsTabBar.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
DropDownViewsTabBar()
           
 
Method Summary
 
Methods inherited from class hudson.views.ViewsTabBar
all, getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownViewsTabBar

@DataBoundConstructor
public DropDownViewsTabBar()


Copyright © 2004-2011. All Rights Reserved.