| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintGroupsCustomColumnConfiguration
Configuration with renderer for a
ConstraintGroupModel cell. |
class |
IconTypeConstraintCustomColumnConfiguration
Configuration for a type column for ListView of the
AbstractConstraint list. |
| Modifier and Type | Class and Description |
|---|---|
class |
B2BPermissionTypeColumn |
| Modifier and Type | Class and Description |
|---|---|
class |
FulfilledCustomColumn |
class |
MembershipTableUserColumn |
class |
PassedCustomColumn |
class |
StartedCustomColumn |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionColumnConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActionColumnConfiguration |
class |
DefaultSingleColumnConfiguration |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnConfiguration> |
DynamicColumnProvider.getDynamicColums(ListModel listModel)
Gets the dynamic colums.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnConfiguration |
DefaultColumnModel.getColumnConfiguration(ColumnDescriptor columnDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnConfiguration> |
WorkflowAttachmentItemDynamicColumnProvider.getDynamicColums(ListModel listModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultColumnModel.addColumn(ColumnConfiguration columnConfig,
DefaultColumnGroup group)
Dynamically adds a column to the specified
ColumnGroup group if the group exists. |
ColumnDescriptor |
DefaultColumnModel.addColumnToRootGroup(ColumnConfiguration columnConfig)
Dynamically adds a column to the root
group and returns newly created ColumnDescriptor. |
ColumnDescriptor |
DefaultColumnModel.addDynamicColumnToRootGroup(ColumnConfiguration columnConfig)
Dynamically adds a column to the root
group, mark it as "dynamic" and returns newly created
ColumnDescriptor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableColumnConfiguration |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ColumnConfiguration> |
ColumnGroupConfiguration.getAllColumnConfigurations() |
java.util.List<? extends ColumnConfiguration> |
ColumnGroupConfiguration.getColumnConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnGroupConfiguration.setColumnConfigurations(java.util.List<? extends ColumnConfiguration> columnConfigs) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColumnConfiguration |
class |
CheckboxColumn |
class |
DefaultCustomColumnConfiguration |
class |
IconLabelColumnConfiguration
Shows icon as returned by the registered label provider of the item.
|
class |
InlineItemCreateButtonColumn
The Class InlineItemCreateButtonColumn.
|
class |
LineNumberColumn |
class |
MultiTypeColumnConfiguration |
class |
MultiTypeColumnGroupConfiguration.MultiTypeActionColumnConfiguration |
class |
PropertyColumnConfiguration |
class |
TaskColumnConfiguration |
class |
WorkflowColumnConfiguration
Configuration of column in workflow list view
|
class |
WorkflowImgColumnConfiguration |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnConfiguration> |
DefaultColumnGroupConfiguration.getAllColumnConfigurations() |
java.util.List<? extends ColumnConfiguration> |
DefaultColumnGroupConfiguration.getColumnConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultColumnGroupConfiguration.addColumnConfiguration(ColumnConfiguration column) |
protected ColumnConfiguration |
ListViewConfigurationPersistingStrategy.createJaxb(DefaultListViewConfiguration config,
ColumnConfiguration column) |
protected java.lang.Object |
ListViewConfigurationPersistingStrategy.updateJaxb(DefaultListViewConfiguration config,
ColumnConfiguration column) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultColumnGroupConfiguration.setColumnConfigurations(java.util.List<? extends ColumnConfiguration> columns)
Sets the ColumnConfigs of this group to
columns. |
| Constructor and Description |
|---|
TaskCellRenderer(ColumnConfiguration colConf) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,ColumnConfiguration> |
DefaultXmlDataProvider.getColumnTitles(TypedObject row,
java.util.List<? extends ColumnConfiguration> columnsConf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultXmlDataProvider.createDeeperReferenceTableRow(RowType xmlRow,
java.lang.String refTableTitle,
java.util.Collection<TypedObject> rowsValues,
java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles,
PropertyDescriptor descriptor) |
protected RowType |
DefaultXmlDataProvider.createOneLevelReferenceTableRow(RowType xmlRow,
java.util.Collection<TypedObject> coll,
java.util.List<? extends ColumnConfiguration> columnsConf,
PropertyDescriptor descriptor)
creates xml snipet with reference table
|
protected ColumnsTitlesType |
DefaultXmlDataProvider.createTableTitlesSection(java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles) |
protected java.util.Map<java.lang.String,ColumnConfiguration> |
DefaultXmlDataProvider.getColumnTitles(TypedObject row,
java.util.List<? extends ColumnConfiguration> columnsConf) |
protected java.util.List<java.util.List<TableColumnContainer>> |
DefaultXmlDataProvider.getTableRows(java.util.Collection<TypedObject> rowValues,
java.util.Map<java.lang.String,ColumnConfiguration> columnsTitles) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCustomerNameCustomColumn
Base class for custom columns that display customer name
|
class |
AbstractProductCustomColumn
Base class for custom columns that lookup product values.
|
class |
AbstractSimpleCustomColumnConfiguration<S,I extends ItemModel>
Base class for custom columns.
|
class |
AgentGroupColumn
Display the names of the groups that an Employee is a member of.
|
class |
CustomerNameColumn
Get the customer name from the customer.
|
class |
PaymentTransactionEntryCurrencyAmountColumn
Column that renders the PaymentTransactionEntry AMOUNT in the entry currency format.
|
class |
ProductDescriptionColumn
Get the product description from the product.
|
class |
ProductNameColumn
Get the product name from the product.
|
class |
ProductThumbnailColumn |
class |
TicketDurationColumn
Get the age of a ticket.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ColumnConfiguration> |
CockpitUiConfigLoader.getAllVisibleColumnConfigurations(ColumnGroupConfiguration colGrpConf) |
protected static java.util.List<ColumnConfiguration> |
CockpitUiConfigLoader.getAllVisibleColumnConfigurations(ListViewConfiguration config) |
static java.util.List<ColumnConfiguration> |
CockpitUiConfigLoader.getAllVisibleColumnConfigurations(UISession uiSession,
java.lang.String confCode,
java.lang.String confTypeCode) |
static java.util.List<java.util.List<ColumnConfiguration>> |
CockpitUiConfigLoader.getAllVisibleColumnConfigurationsGroupedByColumns(UISession uiSession,
java.lang.String confCode,
java.lang.String confTypeCode) |
static java.util.List<ColumnConfiguration> |
CockpitUiConfigLoader.getDirectVisibleColumnConfigurations(ColumnGroupConfiguration colGrpConf) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
PropertyRendererHelper.getPropertyDescriptorName(ColumnConfiguration columnConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyRendererHelper.buildPropertyValuesFromColumnConfigs(TypedObject item,
java.util.List<? extends ColumnConfiguration> columns,
Component parentContainer) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ColumnConfiguration> |
AbstractConfigurableAutoTypeListboxWidgetDetailRenderer.getColumnConfigurations(java.util.Collection<? extends ItemModel> entries) |
protected java.util.List<ColumnConfiguration> |
AbstractConfigurableListboxWidgetDetailRenderer.getColumnConfigurations(java.util.Collection<? extends ItemModel> entries) |
protected java.util.List<ColumnConfiguration> |
AbstractWidgetDetailRenderer.getColumnConfigurations(java.lang.String confCode,
java.lang.String confTypeCode) |
protected java.util.List<ColumnConfiguration> |
AbstractConfigurableItemWidgetDetailRenderer.getColumnConfigurations(TypedObject item) |
protected java.util.List<java.util.List<ColumnConfiguration>> |
ConfigurableItemColumnWidgetDetailRenderer.getColumnGroupConfigurations(TypedObject item) |
| Modifier and Type | Method and Description |
|---|---|
protected Label |
TicketEventDescriptionRenderer.getLabel(ColumnConfiguration col) |
protected void |
TicketEventDescriptionRenderer.populateContent(TypedObject ticketObject,
Div parent,
ColumnConfiguration col) |
protected void |
TicketEventDescriptionRenderer.populateContentAttachments(TypedObject ticketObject,
Div parent,
ColumnConfiguration col,
java.lang.String qualifier) |
protected void |
TicketEventDescriptionRenderer.populateContentDefault(TypedObject ticketObject,
Div parent,
ColumnConfiguration col,
java.lang.String qualifier) |
protected void |
TicketEventDescriptionRenderer.populateContentEmails(TypedObject ticketObject,
Div parent,
ColumnConfiguration col,
java.lang.String qualifier) |
protected void |
TicketEventDescriptionRenderer.populateContentEntries(TypedObject ticketObject,
Div parent,
ColumnConfiguration col,
java.lang.String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConfigurableAutoTypeListboxWidgetDetailRenderer.createContentList(HtmlBasedComponent parent,
java.lang.Object context,
java.util.Collection<? extends ItemModel> entries,
java.util.List<ColumnConfiguration> columns)
create list contents using the provided columns
|
protected void |
AbstractConfigurableAutoTypeListboxWidgetDetailRenderer.createContentList(HtmlBasedComponent parent,
java.lang.Object context,
java.util.Collection<? extends ItemModel> entries,
java.util.List<ColumnConfiguration> columns,
java.lang.String listboxStyle)
create list contents using the provided columns
|
protected void |
AbstractWidgetDetailRenderer.populateDataRow(Listitem row,
java.util.List<ColumnConfiguration> columns,
TypedObject item) |
protected void |
AbstractWidgetDetailRenderer.populateHeaderRow(Listhead row,
java.util.List<ColumnConfiguration> columns) |
protected void |
TicketDetailRenderer.renderEvents(TypedObject rowObject,
java.util.List<ColumnConfiguration> columns,
Listitem row,
ListboxWidget widget) |
protected void |
AbstractConfigurableAutoTypeListboxWidgetDetailRenderer.renderListEntry(java.lang.Object context,
ItemModel entry,
Listbox listBox,
java.util.List<ColumnConfiguration> columns) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ColumnConfiguration> |
AbstractConfigurableCsListboxWidgetRenderer.getColumnConfigurations() |
protected java.util.List<ColumnConfiguration> |
ReturnRequestCreateWidgetRenderer.getColumnConfigurations(java.lang.String confCode,
java.lang.String confTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TicketHeaderWidgetRenderer.TicketConfigurableItemColumnWidgetDetailRenderer.renderRowForTicket(ColumnConfiguration col,
java.lang.String columnText,
java.lang.String columnContents,
Div detailContainer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OrderDetailsAddressWidgetRenderer.buildRow(TypedObject item,
java.util.List<ColumnConfiguration> columns,
HtmlBasedComponent parentContainer) |
protected void |
ConfigurableCsMasterDetailListboxWidgetRenderer.populateDataForRow(Listitem row,
java.util.List<ColumnConfiguration> columns,
TypedObject item) |
protected void |
AbstractConfigurableCsListboxWidgetRenderer.populateDataRow(T widget,
Listitem row,
java.util.List<ColumnConfiguration> columns,
TypedObject item) |
protected void |
AbstractConfigurableCsListboxWidgetRenderer.populateHeaderRow(T widget,
Listhead row,
java.util.List<ColumnConfiguration> columns) |
protected void |
OrderHistoryWidgetRenderer.renderOrderHistory(DefaultListboxWidget<OrderHistoryListWidgetModel,OrderController> widget,
TypedObject orderHistory,
Listbox listBox,
java.util.List<ColumnConfiguration> columns) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductEntitlementsColumn
CS cockpit: Generates an Entitlements text for a
ProductModel to be displayed in the product
details. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultImportCockpitMappingInfoColumn
Displays list view column with information about mapping.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColumnConfiguration> |
VariantsDynamicColumnProvider.getDynamicColums(ListModel listModel) |
| Constructor and Description |
|---|
TaskCellRenderer(ColumnConfiguration colConf) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubscriptionProductCustomColumn
Abstract implementation of the cs cockpit custom column provider
AbstractProductCustomColumn for
ProductModels. |
class |
SubscriptionProductFeaturesColumn
CS cockpit: returns the product remarks as features
|
class |
SubscriptionProductNameColumn
CS cockpit: Generates a product name to be displayed in the product details
|
class |
SubscriptionProductOneTimeChargesColumn
CS cockpit: Generates a OneTimeCharges text for a
ProductModel to be displayed in the product details. |
class |
SubscriptionProductRecurringChargesColumn
CS cockpit: Generates a RecurringCharges text for a
ProductModel to be displayed in the product details. |
class |
SubscriptionProductTermOfServiceFrequencyColumn
CS cockpit: Generates a TermOfServiceFrequency text for a
ProductModel to be displayed in the
product details |
class |
SubscriptionProductTermOfServiceRenewalColumn
CS cockpit: Generates a TermOfServiceRenewal text for a
ProductModel to be displayed in the
product details |
class |
SubscriptionProductUsageChargesColumn
CS cockpit: Generates a UsageCharges text for a
ProductModel to be displayed in the product details. |
Copyright © 2018 SAP SE. All Rights Reserved.