hudson.views
Class ListViewColumnDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<ListViewColumn>
      extended by hudson.views.ListViewColumnDescriptor
All Implemented Interfaces:
Saveable
Direct Known Subclasses:
BuildButtonColumn.DescriptorImpl, JobColumn.DescriptorImpl, LastDurationColumn.DescriptorImpl, LastFailureColumn.DescriptorImpl, LastStableColumn.DescriptorImpl, LastSuccessColumn.DescriptorImpl, StatusColumn.DescriptorImpl, WeatherColumn.DescriptorImpl

public abstract class ListViewColumnDescriptor
extends Descriptor<ListViewColumn>

Descriptor for ListViewColumn.

ListViewColumnDescriptor can have the associated config.jelly, which will be rendered in the view configuration page. When the configuration page is submitted, a new instance of ListViewColumn will be created based on the submitted form, via DataBoundConstructor.

Since:
1.342
Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ListViewColumnDescriptor()
           
 
Method Summary
 boolean shownByDefault()
          Whether this column will be shown by default on new/existing ListViews.
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListViewColumnDescriptor

public ListViewColumnDescriptor()
Method Detail

shownByDefault

public boolean shownByDefault()
Whether this column will be shown by default on new/existing ListViews. The default implementation is true.

Since:
1.342


Copyright © 2004-2013. All Rights Reserved.