Uses of Class
hudson.views.ListViewColumn
Packages that use ListViewColumn
-
Uses of ListViewColumn in hudson.model
Methods in hudson.model that return types with arguments of type ListViewColumnModifier and TypeMethodDescriptionListView.getColumns()
ListView.getColumns()
Iterable<? extends ListViewColumn>
View.getColumns()
If this view uses<t:projectView>
for rendering, this method returns columns to be displayed.ViewDescriptor.getColumnsDescriptors()
PossibleListViewColumnDescriptor
s that can be used with this view.static List<ListViewColumn>
ListView.getDefaultColumns()
Deprecated.Method parameters in hudson.model with type arguments of type ListViewColumnModifier and TypeMethodDescriptionvoid
ListView.setColumns
(List<ListViewColumn> columns) Sets the columns of this view. -
Uses of ListViewColumn in hudson.views
Subclasses of ListViewColumn in hudson.viewsModifier and TypeClassDescriptionclass
class
RendersItem.getName()
class
class
class
class
class
Shows the status icon for item.class
Fields in hudson.views with type parameters of type ListViewColumnMethods in hudson.views that return types with arguments of type ListViewColumnModifier and TypeMethodDescriptionListViewColumn.all()
Returns all the registeredListViewColumn
descriptors.ListViewColumn.all()
Returns all the registeredListViewColumn
descriptors.static List<ListViewColumn>
ListViewColumn.createDefaultInitialColumnList()
Deprecated.static List<ListViewColumn>
ListViewColumn.createDefaultInitialColumnList
(View view) Creates the list ofListViewColumn
s to be used for aListView
s and their likes.static List<ListViewColumn>
ListViewColumn.createDefaultInitialColumnList
(Class<? extends View> context) Creates the list ofListViewColumn
s to be used for newly createdListView
s and their likes.ListViewColumn.getDescriptor()
For compatibility reason, this method may not return aListViewColumnDescriptor
and instead return a plainDescriptor
instance.
createDefaultInitialColumnList()