ObjectGUITablePage and ObjectGUIEditPage, so the
helper will most likely be used only very rarely. For this reason it will not be really tested and
maintained@Deprecated public class ObjectGUIHelperSimple<T> extends ObjectGUIHelperBase<T>
ObjectGUIHelper. This class may not be
well maintained.| Modifier and Type | Class and Description |
|---|---|
static interface |
ObjectGUIHelperSimple.LongProvider
Deprecated.
|
ObjectGUIHelperBase.BooleanResourceCheckboxFlex, ObjectGUIHelperBase.DatepickerFlex, ObjectGUIHelperBase.LabelFlex, ObjectGUIHelperBase.ResourceDropdownFlex<S extends org.ogema.core.model.Resource>, ObjectGUIHelperBase.ResourceRedirectButtonFlex<S extends org.ogema.core.model.Resource>, ObjectGUIHelperBase.TemplateRedirectButtonFlex<S>, ObjectGUIHelperBase.TextFieldFlex, ObjectGUIHelperBase.ValueResourceDropdownFlex<S extends org.ogema.core.model.simple.SingleValueResource>, ObjectGUIHelperBase.WidgetsToAdd| Modifier and Type | Field and Description |
|---|---|
protected org.ogema.core.application.ApplicationManager |
appMan
Deprecated.
|
protected de.iwes.widgets.html.form.button.TemplateInitSingleEmpty<T> |
init
Deprecated.
|
acceptMissingResources, counter, detailWidgetsChosenManually, evaluatingForDetails, fixedGatewayInfo, fullHeaderMap, headerMap, isInDetailWidgetsSection, page, pageSnippet, parent, popTableData, req, widgetsInOverview| Constructor and Description |
|---|
ObjectGUIHelperSimple(de.iwes.widgets.api.widgets.OgemaWidget parent,
de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req,
T fixedGatewayInfo,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
Deprecated.
|
ObjectGUIHelperSimple(de.iwes.widgets.api.widgets.WidgetPage<?> page,
T fixedGatewayInfo,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
Deprecated.
|
ObjectGUIHelperSimple(de.iwes.widgets.api.widgets.WidgetPage<?> page,
de.iwes.widgets.html.form.button.TemplateInitSingleEmpty<T> init,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
de.iwes.widgets.html.form.label.Label |
floatLabel(float value,
String format)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
floatLabel(String widgetId,
String lineId,
float value,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
String format)
Deprecated.
|
protected T |
getGatewayInfo(de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
intLabel(Integer value,
int mode)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
intLabel(String widgetId,
String lineId,
Integer value,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
int mode)
Deprecated.
|
de.iwes.widgets.html.form.button.TemplateRedirectButton<T> |
linkingButton(String widgetId,
String lineId,
T source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
String buttonText,
String url)
Deprecated.
|
de.iwes.widgets.html.form.button.TemplateRedirectButton<T> |
linkingButton(T source,
String buttonText,
String url)
Deprecated.
|
<S extends org.ogema.core.model.Resource> |
referenceDropdownFixedChoice(S source,
Map<S,String> valuesToSet)
Deprecated.
|
<S extends org.ogema.core.model.Resource> |
referenceDropdownFixedChoice(String widgetId,
String lineId,
S source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
Map<S,String> valuesToSet)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
resourceLabel(org.ogema.core.model.Resource source,
int mode)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
resourceLabel(String widgetId,
String lineId,
org.ogema.core.model.Resource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
int mode)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
stringLabel(String text)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
stringLabel(String widgetId,
String lineId,
String text,
de.iwes.widgets.html.complextable.RowTemplate.Row row)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
timeLabel(Long value,
int mode)
Deprecated.
|
de.iwes.widgets.html.form.label.Label |
timeLabel(String widgetId,
String lineId,
Long value,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
int mode)
Deprecated.
|
checkLineId, evaluteForDetailsPopup, finishRowSnippet, getFullHeaderList, getHeader, getOverviewColumns, getParent, getReq, inDetailSection, registerHeaderEntry, widgetsChosenManuallyprotected final de.iwes.widgets.html.form.button.TemplateInitSingleEmpty<T> init
protected final org.ogema.core.application.ApplicationManager appMan
public ObjectGUIHelperSimple(de.iwes.widgets.api.widgets.WidgetPage<?> page,
de.iwes.widgets.html.form.button.TemplateInitSingleEmpty<T> init,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
public ObjectGUIHelperSimple(de.iwes.widgets.api.widgets.WidgetPage<?> page,
T fixedGatewayInfo,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
public ObjectGUIHelperSimple(de.iwes.widgets.api.widgets.OgemaWidget parent,
de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req,
T fixedGatewayInfo,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
public de.iwes.widgets.html.form.label.Label stringLabel(String widgetId, String lineId, String text, de.iwes.widgets.html.complextable.RowTemplate.Row row)
public de.iwes.widgets.html.form.label.Label stringLabel(String text)
public de.iwes.widgets.html.form.label.Label floatLabel(String widgetId, String lineId, float value, de.iwes.widgets.html.complextable.RowTemplate.Row row, String format)
public de.iwes.widgets.html.form.label.Label floatLabel(float value,
String format)
public de.iwes.widgets.html.form.label.Label intLabel(String widgetId, String lineId, Integer value, de.iwes.widgets.html.complextable.RowTemplate.Row row, int mode)
public de.iwes.widgets.html.form.label.Label intLabel(Integer value, int mode)
public de.iwes.widgets.html.form.label.Label timeLabel(String widgetId, String lineId, Long value, de.iwes.widgets.html.complextable.RowTemplate.Row row, int mode)
public de.iwes.widgets.html.form.label.Label timeLabel(Long value, int mode)
public de.iwes.widgets.html.form.label.Label resourceLabel(String widgetId, String lineId, org.ogema.core.model.Resource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, int mode)
public de.iwes.widgets.html.form.label.Label resourceLabel(org.ogema.core.model.Resource source,
int mode)
public de.iwes.widgets.html.form.button.TemplateRedirectButton<T> linkingButton(String widgetId, String lineId, T source, de.iwes.widgets.html.complextable.RowTemplate.Row row, String buttonText, String url)
public de.iwes.widgets.html.form.button.TemplateRedirectButton<T> linkingButton(T source, String buttonText, String url)
public <S extends org.ogema.core.model.Resource> de.iwes.widgets.resource.widget.dropdown.ResourceDropdown<S> referenceDropdownFixedChoice(String widgetId, String lineId, S source, de.iwes.widgets.html.complextable.RowTemplate.Row row, Map<S,String> valuesToSet)
public <S extends org.ogema.core.model.Resource> de.iwes.widgets.resource.widget.dropdown.ResourceDropdown<S> referenceDropdownFixedChoice(S source,
Map<S,String> valuesToSet)
protected T getGatewayInfo(de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req)
Copyright © 2019. All rights reserved.