All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected java.util.Date |
convertDate(java.lang.String format,
java.lang.String value) |
HtmlBasedComponent |
createCaption(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget)
Creates and returns the widget's caption component.
|
protected HtmlBasedComponent |
createCartEntryDeliveryAddressBlock(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject cartEntry) |
protected EventListener |
createCartEntryDeliveryAddressChangeEventListener(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject item) |
protected HtmlBasedComponent |
createCartEntryDeliveryModeBlock(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject cartEntry) |
protected EventListener |
createCartEntryDeliveryModeChangeEventListener(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject item,
boolean initial) |
protected HtmlBasedComponent |
createCartEntryInformationBlock(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject cartEntry) |
protected EventListener |
createCartEntryNamedDeliveryChangeEventListener(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject item,
boolean initial) |
protected HtmlBasedComponent |
createCartEntryNamedDeliveryDateBlock(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject cartEntry) |
protected EventListener |
createCartEntryQtyChangeEventListener(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject item,
Longbox qtyInput) |
protected HtmlBasedComponent |
createContentInternal(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
HtmlBasedComponent rootContainer)
Responsible for creating the actual content.
|
protected EditorListener |
createDateboxEditorListener(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
ObjectValueContainer objectValuesContainer,
PropertyDescriptor propertyDescriptor,
java.lang.String isoCode,
TypedObject item) |
protected EventListener |
createSplitCartEntryEventListener(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject item) |
protected CommonI18NService |
getCommonI18NService() |
protected java.lang.String |
getDateTimeFormat() |
protected FormatFactory |
getFormatFactory() |
protected java.lang.String |
getNamedDeliveryDateConfigurationCode() |
protected java.lang.String |
getNamedDeliveryDateTypeCode() |
protected ObjectValueContainer |
getObjectValueContainer(TypedObject item) |
protected java.lang.String |
getRowActionMessage(TypedObject orderEntry)
Get a message to display in the action cell for the cart entry row.
|
protected SessionService |
getSessionService() |
protected void |
handleCartEntryDeliveryAddressChangeEvent(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
Event event,
TypedObject item) |
protected void |
handleCartEntryDeliveryModeChangeEvent(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
Event event,
TypedObject item,
boolean initial) |
protected void |
handleCartEntryNamedDeliveryChangeEvent(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
Event event,
TypedObject item,
boolean initial) |
protected void |
handleCartEntryQtyChangeEvent(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
Event event,
TypedObject item,
Longbox qtyInput) |
protected void |
handleChangeDeliveryAddressEvent(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
Event event,
TypedObject cartEntry) |
protected void |
handleDateboxEditorValueChanged(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
ObjectValueContainer objectValuesContainer,
PropertyDescriptor propertyDescriptor,
java.lang.String isoCode,
TypedObject item,
java.lang.Object value) |
protected void |
handleRemoveAddressClickEvent(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
Event event,
TypedObject cartEntry) |
protected void |
handleSplitCartEntryEvent(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
Event event,
TypedObject item) |
protected boolean |
isDisplayActionsPerLineItem() |
protected boolean |
isDisplayPerLineDeliveryAddressSelector() |
protected boolean |
isDisplayPerLineDeliveryDateSelector() |
protected boolean |
isDisplayPerLineDeliveryModeSelector() |
protected void |
renderListbox(Listbox listBox,
ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
HtmlBasedComponent rootContainer) |
void |
setCommonI18NService(CommonI18NService commonI18NService) |
void |
setDisplayActionsPerLineItem(boolean displayActionsPerLineItem) |
void |
setDisplayPerLineDeliveryAddressSelector(boolean displayPerLineDeliveryAddressSelector) |
void |
setDisplayPerLineDeliveryDateSelector(boolean displayPerLineDeliveryDateSelector) |
void |
setDisplayPerLineDeliveryModeSelector(boolean displayPerLineDeliveryModeSelector) |
void |
setFormatFactory(FormatFactory formatFactory) |
void |
setNamedDeliveryDateConfigurationCode(java.lang.String namedDeliveryDateConfigurationCode) |
void |
setNamedDeliveryDateTypeCode(java.lang.String namedDeliveryDateTypeCode) |
void |
setSessionService(SessionService sessionService) |