org.broadleafcommerce.cms.admin.client.presenter.structure
public class StructuredContentPresenter extends DynamicEntityPresenter implements Instantiable
| Modifier and Type | Field and Description |
|---|---|
protected AdditionalFilterEventManager |
additionalFilterEventManager |
protected String |
currentStructuredContentId |
protected Integer |
currentStructuredContentPos |
protected com.smartgwt.client.data.Record |
currentStructuredContentRecord |
protected com.google.gwt.event.shared.HandlerRegistration |
extendedFetchDataHandlerRegistration |
protected StructuredContentPresenterExtractor |
extractor |
protected StructuredContentRuleBasedPresenterInitializer |
initializer |
protected com.google.gwt.event.shared.HandlerRegistration |
refreshButtonHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
ruleRefreshButtonHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
ruleSaveButtonHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
saveButtonHandlerRegistration |
addClickHandlerRegistration, cellSavedHandlerRegistration, collectionMetadatas, disabled, display, entityTypeChangedHandlerRegistration, fetchDataHandlerRegistration, formPresenter, gridFields, gridHelper, initialValues, lastSelectedRecord, loaded, modifierList, presenterSequenceSetupManager, removeClickHandlerRegistration, selectionChangedHandlerRegistration, showArchivedButtonHandlerRegistration, subPresentables, viewModifierDataSourceMapdefaultItemId, eventBus| Constructor and Description |
|---|
StructuredContentPresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addClicked() |
void |
bind() |
protected void |
bindItemBuilderEvents(ItemBuilderDisplay display) |
protected void |
changeSelection(com.smartgwt.client.data.Record selectedRecord) |
protected void |
destroyContentTypeForm() |
protected void |
disableRules() |
protected void |
enableRules() |
StructuredContentDisplay |
getDisplay() |
protected void |
loadContentTypeForm(com.smartgwt.client.data.Record selectedRecord,
FilterRestartCallback cb) |
protected void |
refresh() |
protected void |
removeClicked() |
protected void |
resetButtons() |
protected void |
save() |
void |
setup() |
addClicked, addNewItem, changeSelectionWrapper, compileDefaultValuesFromCurrentFilter, containsDisplay, disable, enable, getAddClickHandlerRegistration, getCellSavedHandlerRegistration, getEntityTypeChangedHandlerRegistration, getInitialValues, getLoaded, getModifierList, getPresenterSequenceSetupManager, getRemoveClickHandlerRegistration, getSaveButtonHandlerRegistration, getSelectionChangedHandlerRegistration, getSubPresentables, initializeAdvancedCollections, initializeLookup, itemSaved, loadInitialItem, postSetup, saveClicked, setDisplay, setGridFields, setInitialValues, setReadOnly, setStartState, setSubPresentable, setupDisplayItemsgetDefaultItemId, getEventBus, setDefaultItemId, setEventBusprotected com.google.gwt.event.shared.HandlerRegistration saveButtonHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration refreshButtonHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration ruleSaveButtonHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration ruleRefreshButtonHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration extendedFetchDataHandlerRegistration
protected com.smartgwt.client.data.Record currentStructuredContentRecord
protected String currentStructuredContentId
protected Integer currentStructuredContentPos
protected StructuredContentRuleBasedPresenterInitializer initializer
protected StructuredContentPresenterExtractor extractor
protected AdditionalFilterEventManager additionalFilterEventManager
protected void removeClicked()
removeClicked in class DynamicEntityPresenterprotected void destroyContentTypeForm()
protected void enableRules()
protected void disableRules()
protected void addClicked()
addClicked in class DynamicEntityPresenterprotected void changeSelection(com.smartgwt.client.data.Record selectedRecord)
changeSelection in class DynamicEntityPresenterprotected void loadContentTypeForm(com.smartgwt.client.data.Record selectedRecord,
FilterRestartCallback cb)
public void bind()
bind in class DynamicEntityPresenterprotected void save()
protected void refresh()
protected void bindItemBuilderEvents(ItemBuilderDisplay display)
protected void resetButtons()
public void setup()
setup in interface EntityPresenterpublic StructuredContentDisplay getDisplay()
getDisplay in interface EntityPresentergetDisplay in class DynamicEntityPresenterCopyright © 2015. All Rights Reserved.