hudson.views
Class ListViewColumnDescriptor
java.lang.Object
hudson.model.Descriptor<ListViewColumn>
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
Method Summary |
boolean |
shownByDefault()
Whether this column will be shown by default on new/existing ListView s. |
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 |
ListViewColumnDescriptor
public ListViewColumnDescriptor()
shownByDefault
public boolean shownByDefault()
- Whether this column will be shown by default on new/existing
ListView
s.
The default implementation is true.
- Since:
- 1.342
Copyright © 2004-2013. All Rights Reserved.