Package hudson.views
Class ListViewColumnDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<ListViewColumn>
-
- hudson.views.ListViewColumnDescriptor
-
- 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
forListViewColumn
.ListViewColumnDescriptor
can have the associatedconfig.jelly
, which will be rendered in the view configuration page. When the configuration page is submitted, a new instance ofListViewColumn
will be created based on the submitted form, viaDataBoundConstructor
.- 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
-
-
Constructor Summary
Constructors Constructor Description ListViewColumnDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shownByDefault()
Whether this column will be shown by default on new/existingListView
s.-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
shownByDefault
public boolean shownByDefault()
Whether this column will be shown by default on new/existingListView
s. The default implementation is true.- Since:
- 1.342
-
-