|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.AbstractDescribableImpl<MyViewsTabBar>
hudson.views.MyViewsTabBar
public abstract class MyViewsTabBar
Extension point for adding a MyViewsTabBar header to Projects MyViewsProperty
.
This object must have the myViewTabs.jelly. This view is called once when the My Views main panel is built. The "views" attribute is set to the "Collection of views".
There also must be a default constructor, which is invoked to create a My Views TabBar in the default configuration.
MyViewsTabBarDescriptor
Nested Class Summary | |
---|---|
static class |
MyViewsTabBar.GlobalConfigurationImpl
Configures ViewsTabBar in the system configuration. |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary | |
---|---|
MyViewsTabBar()
|
Method Summary | |
---|---|
static DescriptorExtensionList<MyViewsTabBar,Descriptor<MyViewsTabBar>> |
all()
Returns all the registered ListViewColumn descriptors. |
MyViewsTabBarDescriptor |
getDescriptor()
Gets the descriptor for this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyViewsTabBar()
Method Detail |
---|
public static DescriptorExtensionList<MyViewsTabBar,Descriptor<MyViewsTabBar>> all()
ListViewColumn
descriptors.
public MyViewsTabBarDescriptor getDescriptor()
Describable
Descriptor
is a singleton for every concrete Describable
implementation, so if a.getClass()==b.getClass() then
a.getDescriptor()==b.getDescriptor() must hold.
getDescriptor
in interface Describable<MyViewsTabBar>
getDescriptor
in class AbstractDescribableImpl<MyViewsTabBar>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |