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.Self
clazz
Constructor and Description |
---|
ListViewColumnDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
shownByDefault()
Whether this column will be shown by default on new/existing
ListView s. |
addHelpFileRedirect, 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
public boolean shownByDefault()
ListView
s.
The default implementation is true.Copyright © 2004–2021. All rights reserved.