| Modifier and Type | Method and Description |
|---|---|
Category |
DeleteCategoryEvent.getCategory() |
Category |
SaveCategoryEvent.getCategory() |
| Constructor and Description |
|---|
DeleteCategoryEvent(Category category) |
SaveCategoryEvent(Category category) |
| Modifier and Type | Method and Description |
|---|---|
gwt.material.design.client.ui.MaterialButton |
ColumnCategoriesActions.getValue(Category value) |
gwt.material.design.client.ui.MaterialCheckBox |
ColumnCategoryPropagate.getValue(Category object) |
gwt.material.design.client.ui.MaterialContainer |
ColumnCategoryFilters.getValue(Category object) |
Badge |
ColumnCategoryName.getValue(Category object) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesDataSource.load(gwt.material.design.client.data.loader.LoadConfig<Category> loadConfig,
gwt.material.design.client.data.loader.LoadCallback<Category> callback) |
void |
CategoriesDataSource.load(gwt.material.design.client.data.loader.LoadConfig<Category> loadConfig,
gwt.material.design.client.data.loader.LoadCallback<Category> callback) |
| Constructor and Description |
|---|
CategoryBadge(Category category) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EditCategoryView.afterSetModel(Category category) |
protected void |
EditCategoryView.beforeGetModel(Category category) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProcessorFacade.createCategory(Category category,
FacadeCallback<Category> callback) |
void |
PaymentProcessorFacade.updateCategory(Long categoryId,
Category category,
FacadeCallback<Category> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProcessorFacade.createCategory(Category category,
FacadeCallback<Category> callback) |
void |
PaymentProcessorFacade.findCategoryById(Long categoryId,
FacadeCallback<Category> callback) |
void |
PaymentProcessorFacade.getCategories(SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Category>> callback) |
void |
PaymentProcessorFacade.getCategoriesForTransaction(Long transactionId,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Category>> callback) |
void |
PaymentProcessorFacade.updateCategory(Long categoryId,
Category category,
FacadeCallback<Category> callback) |
Copyright © 2023. All rights reserved.