org.broadleafcommerce.admin.client.view.promotion
Interface OfferDisplay
- All Superinterfaces:
- Display, DynamicEditDisplay
- All Known Implementing Classes:
- OfferView
public interface OfferDisplay
- extends DynamicEditDisplay
- Author:
- jfischer
getDynamicFormDisplay
DynamicFormDisplay getDynamicFormDisplay()
- Specified by:
getDynamicFormDisplay in interface DynamicEditDisplay
getListDisplay
DynamicEntityListDisplay getListDisplay()
- Specified by:
getListDisplay in interface DynamicEditDisplay
getAdvancedButton
com.smartgwt.client.widgets.toolbar.ToolStripButton getAdvancedButton()
getHelpButtonType
com.smartgwt.client.widgets.ImgButton getHelpButtonType()
getDeliveryTypeRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getDeliveryTypeRadio()
getCodeField
com.smartgwt.client.widgets.form.fields.TextItem getCodeField()
getCustomerFilterBuilder
com.smartgwt.client.widgets.form.FilterBuilder getCustomerFilterBuilder()
getCustomerRuleRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getCustomerRuleRadio()
getFulfillmentGroupFilterBuilder
com.smartgwt.client.widgets.form.FilterBuilder getFulfillmentGroupFilterBuilder()
getStepFGLabel
com.smartgwt.client.widgets.Label getStepFGLabel()
getFgRuleRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getFgRuleRadio()
getStepFGForm
com.smartgwt.client.widgets.form.DynamicForm getStepFGForm()
getRequiredItemsLabel
com.smartgwt.client.widgets.Label getRequiredItemsLabel()
getAddItemButton
com.smartgwt.client.widgets.Button getAddItemButton()
getItemRuleRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getItemRuleRadio()
getItemBuilderViews
List<ItemBuilderDisplay> getItemBuilderViews()
getHelpButtonBogo
com.smartgwt.client.widgets.ImgButton getHelpButtonBogo()
getBogoRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getBogoRadio()
getTargetItemsLabel
com.smartgwt.client.widgets.Label getTargetItemsLabel()
getBogoQuestionLabel
com.smartgwt.client.widgets.Label getBogoQuestionLabel()
setHelpButtonBogo
void setHelpButtonBogo(com.smartgwt.client.widgets.ImgButton helpButtonBogo)
getStepBogoForm
com.smartgwt.client.widgets.form.DynamicForm getStepBogoForm()
getBogoQuestionLayout
com.smartgwt.client.widgets.layout.VLayout getBogoQuestionLayout()
getFgQuestionLayout
com.smartgwt.client.widgets.layout.VLayout getFgQuestionLayout()
getOrderRuleRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getOrderRuleRadio()
getOrderFilterBuilder
com.smartgwt.client.widgets.form.FilterBuilder getOrderFilterBuilder()
addItemBuilder
ItemBuilderDisplay addItemBuilder(com.smartgwt.client.data.DataSource orderItemDataSource)
removeItemBuilder
void removeItemBuilder(ItemBuilderDisplay itemBuilder)
getRequiredItemsLayout
com.smartgwt.client.widgets.layout.VLayout getRequiredItemsLayout()
getTargetItemsLayout
com.smartgwt.client.widgets.layout.VLayout getTargetItemsLayout()
getNewItemBuilderLayout
com.smartgwt.client.widgets.layout.VLayout getNewItemBuilderLayout()
getOrderItemLayout
com.smartgwt.client.widgets.layout.VLayout getOrderItemLayout()
getFgSectionView
SectionView getFgSectionView()
getReceiveFromAnotherPromoRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getReceiveFromAnotherPromoRadio()
getItemTargetSectionView
SectionView getItemTargetSectionView()
getQualifyForAnotherPromoRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getQualifyForAnotherPromoRadio()
getReceiveFromAnotherPromoTargetRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getReceiveFromAnotherPromoTargetRadio()
getQualifyForAnotherPromoTargetRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getQualifyForAnotherPromoTargetRadio()
getAdvancedItemCriteriaTarget
com.smartgwt.client.widgets.layout.VLayout getAdvancedItemCriteriaTarget()
getAdvancedItemCriteria
com.smartgwt.client.widgets.layout.VLayout getAdvancedItemCriteria()
getOrderCombineLabel
com.smartgwt.client.widgets.Label getOrderCombineLabel()
getOrderCombineForm
com.smartgwt.client.widgets.form.DynamicForm getOrderCombineForm()
getOrderCombineRuleRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getOrderCombineRuleRadio()
getFgCombineRuleRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getFgCombineRuleRadio()
getRestrictRuleRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getRestrictRuleRadio()
getRestrictionSectionView
SectionView getRestrictionSectionView()
getRawCustomerForm
com.smartgwt.client.widgets.form.DynamicForm getRawCustomerForm()
getRawCustomerTextArea
com.smartgwt.client.widgets.form.fields.TextAreaItem getRawCustomerTextArea()
getRawOrderForm
com.smartgwt.client.widgets.form.DynamicForm getRawOrderForm()
getRawOrderTextArea
com.smartgwt.client.widgets.form.fields.TextAreaItem getRawOrderTextArea()
removeAllItemBuilders
void removeAllItemBuilders()
getRawFGForm
com.smartgwt.client.widgets.form.DynamicForm getRawFGForm()
getRawFGTextArea
com.smartgwt.client.widgets.form.fields.TextAreaItem getRawFGTextArea()
getItemQualificationSectionView
SectionView getItemQualificationSectionView()
getRestrictForm
com.smartgwt.client.widgets.form.DynamicForm getRestrictForm()
getCustomerObtainForm
com.smartgwt.client.widgets.form.DynamicForm getCustomerObtainForm()
getWhichCustomerForm
com.smartgwt.client.widgets.form.DynamicForm getWhichCustomerForm()
getOrderForm
com.smartgwt.client.widgets.form.DynamicForm getOrderForm()
getReceiveFromAnotherPromoForm
com.smartgwt.client.widgets.form.DynamicForm getReceiveFromAnotherPromoForm()
getQualifyForAnotherPromoForm
com.smartgwt.client.widgets.form.DynamicForm getQualifyForAnotherPromoForm()
getReceiveFromAnotherPromoTargetForm
com.smartgwt.client.widgets.form.DynamicForm getReceiveFromAnotherPromoTargetForm()
getQualifyForAnotherPromoTargetForm
com.smartgwt.client.widgets.form.DynamicForm getQualifyForAnotherPromoTargetForm()
getFGCombineForm
com.smartgwt.client.widgets.form.DynamicForm getFGCombineForm()
getStepItemForm
com.smartgwt.client.widgets.form.DynamicForm getStepItemForm()
getCloneButton
com.smartgwt.client.widgets.toolbar.ToolStripButton getCloneButton()
getOrderItemCombineForm
com.smartgwt.client.widgets.form.DynamicForm getOrderItemCombineForm()
getOrderItemCombineRuleRadio
com.smartgwt.client.widgets.form.fields.RadioGroupItem getOrderItemCombineRuleRadio()
getOrderItemCombineLabel
com.smartgwt.client.widgets.Label getOrderItemCombineLabel()
getCustomerLayout
com.smartgwt.client.widgets.layout.VLayout getCustomerLayout()
getOrderSectionLayout
com.smartgwt.client.widgets.layout.VLayout getOrderSectionLayout()
getCustomerSection
SectionView getCustomerSection()
getOrderSection
SectionView getOrderSection()
getQualifyingItemSubTotal
com.smartgwt.client.widgets.form.fields.FloatItem getQualifyingItemSubTotal()
getQualifyingItemSubTotalForm
com.smartgwt.client.widgets.form.DynamicForm getQualifyingItemSubTotalForm()
getNewTargetItemBuilderLayout
com.smartgwt.client.widgets.layout.VLayout getNewTargetItemBuilderLayout()
getTargetItemBuilderViews
List<ItemBuilderDisplay> getTargetItemBuilderViews()
getTargetItemBuilderContainerLayout
com.smartgwt.client.widgets.layout.VLayout getTargetItemBuilderContainerLayout()
getTargetAddItemButton
com.smartgwt.client.widgets.Button getTargetAddItemButton()
addTargetItemBuilder
ItemBuilderDisplay addTargetItemBuilder(com.smartgwt.client.data.DataSource orderItemDataSource)
removeTargetItemBuilder
void removeTargetItemBuilder(ItemBuilderDisplay itemBuilder)
removeAllTargetItemBuilders
void removeAllTargetItemBuilders()
Copyright © 2013. All Rights Reserved.