| Modifier and Type | Method and Description |
|---|---|
WidgetConfig<Widget<WidgetModel,WidgetController>> |
ReportWidgetConverter.createWidgetConfig(WidgetPreferencesModel widgetPreferences) |
| Modifier and Type | Method and Description |
|---|---|
WidgetConfig<Widget<WidgetModel,WidgetController>> |
ReportWidgetConverterImpl.createWidgetConfig(WidgetPreferencesModel widgetPreferences) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputWidget<T extends WidgetModel,U extends WidgetController>
An input widget is a widget with an input component.
|
interface |
ListboxWidget<T extends WidgetModel,U extends WidgetController>
A list box widget is a widget which displays items in a list.
|
interface |
Widget<T extends WidgetModel,U extends WidgetController>
A Widget component is an independent view component providing a caption and a content area as well as focus handling.
|
| Modifier and Type | Method and Description |
|---|---|
WidgetController |
WidgetConfig.getWidgetController()
Returns the widget controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetConfig.setWidgetController(WidgetController controller)
Sets the widget controller to be used by a created widget.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WidgetAdapter<T extends WidgetModel,U extends WidgetController>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidgetAdapter<T extends WidgetModel,U extends WidgetController> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidgetController
Class intended to be used as a base class when implementing custom
WidgetControllers. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidget<T extends WidgetModel,U extends WidgetController> |
class |
DefaultInputWidget<T extends WidgetModel,U extends WidgetController> |
class |
DefaultListboxWidget<T extends WidgetModel,U extends WidgetController> |
class |
DefaultWidget<T extends WidgetModel,U extends WidgetController> |
| Modifier and Type | Method and Description |
|---|---|
WidgetController |
DefaultWidgetConfig.getWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWidgetConfig.setWidgetController(WidgetController widgetController) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractWidgetModel,U extends WidgetController> |
AsmUtils.getAsmDeepLink(Widget<T,U> widget)
Method constructs deep link for asm as href for any widget
|
protected <T extends AbstractWidgetModel,U extends WidgetController> |
AsmUtils.getCurrentSite(Widget<T,U> widget)
Extract current site object, depends of ASM_ORDER_ATT_KEY
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInitialisingWidgetAdapter<T extends WidgetModel,U extends WidgetController>
Base widget adapter that updates the model when the adapter is first loaded as well as when a cockpit even arrives.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasketController
Interface for the basket controller
|
interface |
CallContextController
Interface for the call context controller.
|
interface |
CancellationController
Interface for the cancellation controller
|
interface |
CardPaymentController
Controller interface for the card payment widget.
|
interface |
CheckoutController
Interface for the checkout controller
|
interface |
CustomerController
Customer controller interface
|
interface |
CustomerCreateController
Interface for the customer create controller
|
interface |
OrderController
Interface for the order controller
|
interface |
OrderFraudController
API for Fraud Symptoms Widget Controller
|
interface |
OrderManagementActionsWidgetController
Interface for the order management actions controller
|
interface |
ReturnsController
Interface for the returns controller
|
interface |
TicketController
Interface for the ticket controller
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventDispatcher<T extends WidgetController>
The event dispatcher interface is implemented by instances that dispatch an event on a controller.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventDispatcher<T extends WidgetController>
Base implementation og the
EventDispatcher interface. |
class |
AbstractItemAppenderEventDispatcher<TC extends WidgetController,TI>
Base item appender event dispatcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCallContextDependantController
Base class for controllers that are dependant on the
CallContextController. |
class |
AbstractCsWidgetController
Base widget controller for all cscockpit widget controllers.
|
class |
DefaultBasketController
The default implementation of the
BasketController interface. |
class |
DefaultCallContextController
The default implementation of the
CallContextController interface. |
class |
DefaultCancellationController
The default implementation of the
CancellationController interface. |
class |
DefaultCheckoutController
The default implementation of the
CardPaymentController interface. |
class |
DefaultCustomerCreateController
The default implementation of the
CustomerCreateController interface. |
class |
DefaultOrderController
The default implementation of the
OrderController interface. |
class |
DefaultOrderFraudController |
class |
DefaultOrderManagementActionsWidgetController
The default implementation of the
OrderManagementActionsWidgetController interface. |
class |
DefaultReturnsController
The default implementation of the
ReturnsController interface. |
class |
DefaultTicketController
The default implementation of the
TicketController interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FacetedPageableSearchResults
Controller interface that exposes faceted results.
|
interface |
PageableSearchResults
Controller interface that exposes pageable results
|
interface |
SearchCommandController<SC extends CsSearchCommand>
Search command controller interface can execute a search command and expose the results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSearchCommandController<SC extends CsSearchCommand>
The default implementation of the
SearchCommandController interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoFocusInputWidget<T extends WidgetModel,U extends WidgetController> |
class |
CaptionUpdateListboxWidget<T extends WidgetModel,U extends WidgetController> |
class |
DefaultInputListboxWidget<T extends WidgetModel,U extends WidgetController> |
| Modifier and Type | Method and Description |
|---|---|
HtmlBasedComponent |
AbstractConfigurableMultiLevelDetailListboxRenderer.createContent(java.lang.Object context,
TypedObject item,
ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget) |
protected java.util.List<TypedObject> |
OrderModificationRecordEntryListWidgetMultiLevelDetailRenderer.getItems(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget) |
protected java.lang.Object |
AbstractConfigurableMultiLevelDetailListboxRenderer.populateHeaderRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listhead row) |
protected void |
AbstractConfigurableMultiLevelDetailListboxRenderer.populateMasterRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listitem row,
java.lang.Object context,
TypedObject item) |
protected void |
AbstractConfigurableMultiLevelDetailListboxRenderer.renderDetailRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listitem row,
Listcell cell,
java.lang.Object rowContext,
java.lang.Object detailContext,
TypedObject item,
TypedObject detailItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurableCsMasterDetailListboxWidgetRenderer<T extends ListboxWidget<? extends MasterDetailListWidgetModel<E>,? extends WidgetController>,E,D,C> |
class |
AbstractCreateItemWidgetRenderer<E extends InputWidget<? extends ListWidgetModel,? extends WidgetController>> |
class |
AbstractCreateWidgetRenderer<E extends InputWidget<? extends WidgetModel,? extends WidgetController>> |
class |
AbstractCreateWithListWidgetRenderer<E extends InputWidget<? extends ListWidgetModel,? extends WidgetController>> |
class |
AbstractListBoxRowEditorWidgetRenderer<T extends ListboxWidget<? extends ListWidgetModel<E>,? extends WidgetController>,E extends TypedObject> |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TicketListMasterDetailWidgetRenderer.createButton(DefaultListboxWidget<TicketMasterDetailListWidgetModel,WidgetController> widget,
Div container,
java.lang.String buttonLabelName) |
HtmlBasedComponent |
HelpWidgetRenderer.createContentInternal(Widget<MapWidgetModel<java.lang.String,java.lang.String>,WidgetController> widget,
HtmlBasedComponent rootContainer) |
protected void |
TicketListMasterDetailWidgetRenderer.handleOpenNewTicketPopupEvent(DefaultListboxWidget<TicketMasterDetailListWidgetModel,WidgetController> widget,
Event event) |
protected void |
TicketListMasterDetailWidgetRenderer.handleSelectTicketEvent(DefaultListboxWidget<TicketMasterDetailListWidgetModel,WidgetController> widget,
Event event,
TypedObject item) |
protected java.lang.Object |
TicketListMasterDetailWidgetRenderer.populateHeaderRow(DefaultListboxWidget<TicketMasterDetailListWidgetModel,WidgetController> widget,
Listhead row) |
protected java.lang.Object |
ConfigurableCsMasterDetailListboxWidgetRenderer.populateHeaderRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listhead row) |
protected java.lang.Object |
OrderAppliedPromotionsWidgetRenderer.populateHeaderRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listhead row) |
protected void |
TicketListMasterDetailWidgetRenderer.populateMasterRow(DefaultListboxWidget<TicketMasterDetailListWidgetModel,WidgetController> widget,
Listitem row,
java.lang.Object context,
TypedObject item) |
protected void |
ConfigurableCsMasterDetailListboxWidgetRenderer.populateMasterRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listitem row,
java.lang.Object context,
TypedObject item) |
protected void |
OrderAppliedPromotionsWidgetRenderer.populateMasterRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listitem row,
java.lang.Object context,
TypedObject item) |
protected void |
ConfigurableCsMasterDetailListboxWidgetRenderer.renderDetailRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listitem row,
Listcell cell,
java.lang.Object rowContext,
java.lang.Object detailContext,
TypedObject item,
TypedObject detailItem) |
protected void |
OrderAppliedPromotionsWidgetRenderer.renderDetailRow(ListboxWidget<DefaultMasterDetailListWidgetModel<TypedObject>,WidgetController> widget,
Listitem row,
Listcell cell,
java.lang.Object rowContext,
java.lang.Object detailContext,
TypedObject item,
TypedObject detailItem) |
protected void |
TicketListMasterDetailWidgetRenderer.renderListbox(Listbox listBox,
DefaultListboxWidget<TicketMasterDetailListWidgetModel,WidgetController> widget,
HtmlBasedComponent rootContainer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSubscriptionCustomerCreateController
Deprecated.
Deprecated since 6.7
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSubscriptionBasketController
Overrides some methods in the super class to support multi carts which are used for subscription products
|
class |
DefaultSubscriptionCheckoutController
Default controller implementation for placing (subscription) orders in the Customer Service Cockpit.
|
Copyright © 2018 SAP SE. All Rights Reserved.