public class ResourceEditPage<T extends org.ogema.core.model.Resource> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
aggregatedData |
protected org.ogema.core.application.ApplicationManager |
appMan |
protected de.iwes.widgets.resource.widget.dropdown.ResourceDropdown<T> |
drop |
protected de.iwes.widgets.resource.widget.init.ResourceInitSingleEmpty<T> |
init |
protected de.iwes.widgets.api.widgets.WidgetPage<?> |
page |
long |
UPDATE_RATE |
| Constructor and Description |
|---|
ResourceEditPage(de.iwes.widgets.api.widgets.WidgetPage<?> page,
org.ogema.core.application.ApplicationManager appMan,
T aggregatedData,
Class<T> resourceType,
LabelProvider<T> dropLabels) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize(de.iwes.widgets.api.widgets.html.StaticTable table) |
protected String |
getOverviewPageUrl()
Overwrite this to provide different url or set to null to avoid having the "Main Page" button
|
static void |
registerDependentWidgets(de.iwes.widgets.api.widgets.OgemaWidget governor,
de.iwes.widgets.api.widgets.html.StaticTable table) |
public final long UPDATE_RATE
protected final org.ogema.core.application.ApplicationManager appMan
protected final de.iwes.widgets.api.widgets.WidgetPage<?> page
protected final de.iwes.widgets.resource.widget.init.ResourceInitSingleEmpty<T extends org.ogema.core.model.Resource> init
protected final de.iwes.widgets.resource.widget.dropdown.ResourceDropdown<T extends org.ogema.core.model.Resource> drop
protected final T extends org.ogema.core.model.Resource aggregatedData
public ResourceEditPage(de.iwes.widgets.api.widgets.WidgetPage<?> page,
org.ogema.core.application.ApplicationManager appMan,
T aggregatedData,
Class<T> resourceType,
LabelProvider<T> dropLabels)
protected String getOverviewPageUrl()
protected void finalize(de.iwes.widgets.api.widgets.html.StaticTable table)
public static void registerDependentWidgets(de.iwes.widgets.api.widgets.OgemaWidget governor,
de.iwes.widgets.api.widgets.html.StaticTable table)
Copyright © 2019. All rights reserved.