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()PossibleListViewColumnDescriptors 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 TypeMethodDescriptionvoidListView.setColumns(List<ListViewColumn> columns) Sets the columns of this view. -
Uses of ListViewColumn in hudson.views
Subclasses of ListViewColumn in hudson.viewsModifier and TypeClassDescriptionclassclassRendersItem.getName()classclassclassclassclassShows the status icon for item.classFields 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 registeredListViewColumndescriptors.ListViewColumn.all()Returns all the registeredListViewColumndescriptors.static List<ListViewColumn> ListViewColumn.createDefaultInitialColumnList()Deprecated.static List<ListViewColumn> ListViewColumn.createDefaultInitialColumnList(View view) Creates the list ofListViewColumns to be used for aListViews and their likes.static List<ListViewColumn> ListViewColumn.createDefaultInitialColumnList(Class<? extends View> context) Creates the list ofListViewColumns to be used for newly createdListViews and their likes.ListViewColumn.getDescriptor()For compatibility reason, this method may not return aListViewColumnDescriptorand instead return a plainDescriptorinstance.
createDefaultInitialColumnList()