Package hudson.views
Class ListViewColumnDescriptor
- Direct Known Subclasses:
BuildButtonColumn.DescriptorImpl
,JobColumn.DescriptorImpl
,LastDurationColumn.DescriptorImpl
,LastFailureColumn.DescriptorImpl
,LastStableColumn.DescriptorImpl
,LastSuccessColumn.DescriptorImpl
,StatusColumn.DescriptorImpl
,WeatherColumn.DescriptorImpl
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether this column will be shown by default on new/existingListView
s.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
ListViewColumnDescriptor
public ListViewColumnDescriptor()
-
-
Method Details
-
shownByDefault
public boolean shownByDefault()Whether this column will be shown by default on new/existingListView
s. The default implementation is true.- Since:
- 1.342
-