| Modifier and Type | Class and Description |
|---|---|
class |
CategoryTreeDataSource |
class |
OrphanedCategoryListDataSource |
| Modifier and Type | Class and Description |
|---|---|
class |
OfferListDataSource |
| Modifier and Type | Field and Description |
|---|---|
static DynamicEntityDataSource |
OfferItemTargetCriteriaListDataSourceFactory.dataSource |
static DynamicEntityDataSource |
OfferItemCriteriaListDataSourceFactory.dataSource |
| Modifier and Type | Field and Description |
|---|---|
protected DynamicEntityDataSource |
OfferPresenterInitializer.offerItemCriteriaDataSource |
protected DynamicEntityDataSource |
OfferPresenterInitializer.offerItemTargetCriteriaDataSource |
protected DynamicEntityDataSource |
OfferPresenterInitializer.orderItemDataSource |
| Constructor and Description |
|---|
OfferPresenterInitializer(OfferPresenter presenter,
DynamicEntityDataSource offerItemCriteriaDataSource,
DynamicEntityDataSource offerItemTargetCriteriaDataSource,
DynamicEntityDataSource orderItemDataSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageListDataSource
Created by jfischer
|
class |
PageTemplateFormListDataSource
Created by jfischer
|
class |
PageTemplateSearchListDataSource
Created by jfischer
|
| Modifier and Type | Field and Description |
|---|---|
static DynamicEntityDataSource |
PagesItemCriteriaListDataSourceFactory.dataSource |
| Modifier and Type | Class and Description |
|---|---|
class |
StructuredContentListDataSource
Created by jfischer
|
class |
StructuredContentTypeFormListDataSource
Created by jfischer
|
| Modifier and Type | Field and Description |
|---|---|
static DynamicEntityDataSource |
StructuredContentItemCriteriaListDataSourceFactory.dataSource |
| Modifier and Type | Field and Description |
|---|---|
protected DynamicEntityDataSource |
PagesRuleBasedPresenterInitializer.offerItemCriteriaDataSource |
protected DynamicEntityDataSource |
PagesRuleBasedPresenterInitializer.orderItemDataSource |
| Constructor and Description |
|---|
PagesRuleBasedPresenterInitializer(PagesPresenter presenter,
DynamicEntityDataSource offerItemCriteriaDataSource,
DynamicEntityDataSource orderItemDataSource) |
| Modifier and Type | Field and Description |
|---|---|
protected DynamicEntityDataSource |
StructuredContentRuleBasedPresenterInitializer.offerItemCriteriaDataSource |
protected DynamicEntityDataSource |
StructuredContentRuleBasedPresenterInitializer.orderItemDataSource |
| Constructor and Description |
|---|
StructuredContentRuleBasedPresenterInitializer(StructuredContentPresenter presenter,
DynamicEntityDataSource offerItemCriteriaDataSource,
DynamicEntityDataSource orderItemDataSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoRefreshListGridDataSource |
class |
ColumnTreeDataSource |
class |
ComplexValueMapStructureDataSource |
class |
CustomCriteriaListGridDataSource |
class |
CustomCriteriaTileGridDataSource |
class |
CustomCriteriaTreeGridDataSource
Created by IntelliJ IDEA.
|
class |
ListGridDataSource |
class |
PresentationLayerAssociatedDataSource |
class |
TileGridDataSource |
class |
TreeGridDataSource |
| Modifier and Type | Method and Description |
|---|---|
DynamicEntityDataSource |
PresenterSequenceSetupManager.getDataSource(String dataURL) |
DynamicEntityDataSource |
StandAlonePresenterSequenceSetupManager.getDataSource(String dataURL) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PresenterSequenceSetupManager.addDataSource(DynamicEntityDataSource dataSource) |
void |
StandAlonePresenterSequenceSetupManager.addDataSource(DynamicEntityDataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AssetSearchDialog.addNewItem(DynamicEntityDataSource staticAssetDataSource) |
void |
EntityEditDialog.editNewRecord(DynamicEntityDataSource dataSource,
Map initialValues,
ItemEditedHandler handler,
String[] fieldNames) |
void |
FileUploadDialog.editNewRecord(DynamicEntityDataSource dataSource,
Map initialValues,
ItemEditedHandler handler,
String[] fieldNames) |
void |
EntityEditDialog.editNewRecord(String title,
DynamicEntityDataSource dataSource,
Map initialValues,
ItemEditedHandler handler,
String[] fieldNames,
String[] ignoreFields) |
void |
FileUploadDialog.editNewRecord(String title,
DynamicEntityDataSource dataSource,
Map initialValues,
ItemEditedHandler handler,
String heightOverride,
String[] fieldNames,
String[] ignoreFields) |
void |
FileUploadDialog.editNewRecord(String title,
DynamicEntityDataSource dataSource,
Map initialValues,
Map<String,String> hints,
ItemEditedHandler handler,
String heightOverride,
String[] fieldNames,
String[] ignoreFields) |
void |
EntityEditDialog.editRecord(String title,
DynamicEntityDataSource dataSource,
com.smartgwt.client.data.Record record,
ItemEditedHandler handler,
String[] fieldNames,
String[] ignoreFields,
boolean readOnly) |
Copyright © 2014. All rights reserved.