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.
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
ListViewColumnDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shownByDefault()
Whether this column will be shown by default on new/existing
ListViews. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, 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, toMappublic boolean shownByDefault()
ListViews.
The default implementation is true.Copyright © 2019. All rights reserved.