public abstract class ObjectResourceGUIHelper<T,R extends org.ogema.core.model.Resource> extends ObjectGUIHelperBase<T>
#getResource(OgemaHttpRequest).| Modifier and Type | Class and Description |
|---|---|
static interface |
ObjectResourceGUIHelper.LongProvider |
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 |
protected boolean |
doRegisterDependentWidgets |
protected de.iwes.widgets.html.form.button.TemplateInitSingleEmpty<T> |
initObject |
acceptMissingResources, counter, detailWidgetsChosenManually, evaluatingForDetails, fixedGatewayInfo, fullHeaderMap, headerMap, isInDetailWidgetsSection, page, pageSnippet, parent, popTableData, req, widgetsInOverview| Constructor and Description |
|---|
ObjectResourceGUIHelper(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)
Used to initialize rows, DetailPopupButton
|
ObjectResourceGUIHelper(de.iwes.widgets.api.widgets.WidgetPage<?> page,
T fixedGatewayInfo,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
Used for initialization by ObjectGUITablePage
|
ObjectResourceGUIHelper(de.iwes.widgets.api.widgets.WidgetPage<?> page,
de.iwes.widgets.html.form.button.TemplateInitSingleEmpty<T> init,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
Constructor used by detail pages showing content of a single resource selected by InitWidget
|
| Modifier and Type | Method and Description |
|---|---|
de.iwes.widgets.resource.widget.textfield.BooleanResourceCheckbox |
booleanEdit(org.ogema.core.model.simple.BooleanResource source) |
de.iwes.widgets.resource.widget.textfield.BooleanResourceCheckbox |
booleanEdit(String subResourceName) |
de.iwes.widgets.resource.widget.textfield.BooleanResourceCheckbox |
booleanEdit(String widgetId,
String lineId,
org.ogema.core.model.simple.BooleanResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row) |
de.iwes.widgets.resource.widget.calendar.DatepickerTimeResource |
datepicker(String subResourceName) |
de.iwes.widgets.resource.widget.calendar.DatepickerTimeResource |
datepicker(String subResourceName,
String format,
String defaultDate,
String viewMode) |
de.iwes.widgets.resource.widget.calendar.DatepickerTimeResource |
datepicker(String widgetId,
String lineId,
org.ogema.core.model.simple.TimeResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row) |
de.iwes.widgets.resource.widget.calendar.DatepickerTimeResource |
datepicker(org.ogema.core.model.simple.TimeResource source) |
<S extends org.ogema.core.model.simple.SingleValueResource> |
dropdown(S source,
Map<String,String> valuesToSet) |
<S extends org.ogema.core.model.simple.SingleValueResource> |
dropdown(String subResourceName,
Map<String,String> valuesToSet,
Class<S> resourceType) |
<S extends org.ogema.core.model.simple.SingleValueResource> |
dropdown(String widgetId,
String lineId,
S source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
Map<String,String> valuesToSet) |
de.iwes.widgets.html.form.label.Label |
fileSizeLabel(String subResourceName,
ObjectResourceGUIHelper.LongProvider provider) |
de.iwes.widgets.html.form.label.Label |
fileSizeLabel(String widgetId,
String lineId,
org.ogema.core.model.simple.TimeResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
ObjectResourceGUIHelper.LongProvider provider) |
de.iwes.widgets.html.form.label.Label |
fileSizeLabel(org.ogema.core.model.simple.TimeResource source,
ObjectResourceGUIHelper.LongProvider provider) |
de.iwes.widgets.html.form.textfield.TextField |
floatEdit(org.ogema.core.model.simple.FloatResource source,
de.iwes.widgets.html.alert.Alert alert,
float minimumAllowed,
float maximumAllowed,
String notAllowedMessage) |
de.iwes.widgets.html.form.textfield.TextField |
floatEdit(String subResourceName,
de.iwes.widgets.html.alert.Alert alert,
float minimumAllowed,
float maximumAllowed,
String notAllowedMessage) |
de.iwes.widgets.html.form.textfield.TextField |
floatEdit(String widgetId,
String lineId,
org.ogema.core.model.simple.FloatResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
de.iwes.widgets.html.alert.Alert alert,
float minimumAllowed,
float maximumAllowed,
String notAllowedMessage) |
de.iwes.widgets.html.form.label.Label |
floatLabel(org.ogema.core.model.simple.FloatResource source,
String format) |
de.iwes.widgets.html.form.label.Label |
floatLabel(float value,
String format) |
de.iwes.widgets.html.form.label.Label |
floatLabel(String subResourceName,
String format) |
de.iwes.widgets.html.form.label.Label |
floatLabel(String widgetId,
String lineId,
org.ogema.core.model.simple.FloatResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
String format) |
de.iwes.widgets.html.form.label.Label |
floatLabel(String widgetId,
String lineId,
float value,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
String format)
Label widgets for various values
TODO: Provide conversion to String in a separate class and avoid doubling the code between
Resource-based label widgets and the resource-less widgets below
|
protected T |
getGatewayInfo(de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req) |
protected <S extends org.ogema.core.model.Resource> |
getResource(SingleValueResourceAccess<S> sva,
de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req,
Class<? extends S> typeToCreate)
Method to provide a resource based on access information
|
protected abstract R |
getResource(T object,
de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req) |
de.iwes.widgets.html.form.textfield.TextField |
integerEdit(org.ogema.core.model.simple.IntegerResource source,
de.iwes.widgets.html.alert.Alert alert,
int minimumAllowed,
int maximumAllowed,
String notAllowedMessage) |
de.iwes.widgets.html.form.textfield.TextField |
integerEdit(String subResourceName,
de.iwes.widgets.html.alert.Alert alert,
int minimumAllowed,
int maximumAllowed,
String notAllowedMessage) |
de.iwes.widgets.html.form.textfield.TextField |
integerEdit(String widgetId,
String lineId,
org.ogema.core.model.simple.IntegerResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
de.iwes.widgets.html.alert.Alert alert,
int minimumAllowed,
int maximumAllowed,
String notAllowedMessage) |
de.iwes.widgets.html.form.textfield.TextField |
integerEditExt(String widgetId,
org.ogema.core.model.simple.IntegerResource optSource,
String altId,
ValueConverter checker) |
de.iwes.widgets.html.form.textfield.TextField |
integerEditExt(String widgetId,
String lineId,
org.ogema.core.model.simple.IntegerResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
ValueConverter checker) |
de.iwes.widgets.html.form.textfield.TextField |
integerEditExt(String subResourceName,
ValueConverter checker) |
de.iwes.widgets.html.form.label.Label |
intLabel(Integer value,
int mode) |
de.iwes.widgets.html.form.label.Label |
intLabel(org.ogema.core.model.simple.IntegerResource source,
int mode) |
de.iwes.widgets.html.form.label.Label |
intLabel(String subResourceName,
int mode) |
de.iwes.widgets.html.form.label.Label |
intLabel(String widgetId,
String lineId,
org.ogema.core.model.simple.IntegerResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
int mode) |
de.iwes.widgets.html.form.label.Label |
intLabel(String widgetId,
String lineId,
Integer value,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
int mode) |
de.iwes.widgets.resource.widget.init.ResourceRedirectButton<R> |
linkingButton(String subResourceName,
String buttonText,
String url)
The following two methods are copied from ResourceGUIHelperBak and adapted
|
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) |
de.iwes.widgets.html.form.button.TemplateRedirectButton<T> |
linkingButton(T source,
String buttonText,
String url) |
<S extends org.ogema.core.model.Resource> |
referenceDropdownFixedChoice(S source,
Map<S,String> valuesToSet) |
<S extends org.ogema.core.model.Resource> |
referenceDropdownFixedChoice(String subResourceName,
Map<S,String> valuesToSet,
Class<S> resourceType) |
<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) |
de.iwes.widgets.html.form.label.Label |
resourceLabel(org.ogema.core.model.Resource source,
int mode) |
de.iwes.widgets.html.form.label.Label |
resourceLabel(String subResourceName,
int mode) |
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) |
void |
setDoRegisterDependentWidgets(boolean doRegisterDependentWidgets) |
de.iwes.widgets.html.form.textfield.TextField |
stringEdit(String subResourceName,
de.iwes.widgets.html.alert.Alert alert) |
de.iwes.widgets.html.form.textfield.TextField |
stringEdit(org.ogema.core.model.simple.StringResource source,
de.iwes.widgets.html.alert.Alert alert) |
de.iwes.widgets.html.form.textfield.TextField |
stringEdit(String widgetId,
String lineId,
org.ogema.core.model.simple.StringResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
de.iwes.widgets.html.alert.Alert alert) |
de.iwes.widgets.html.form.label.Label |
stringLabel(String subResourceName) |
de.iwes.widgets.html.form.label.Label |
stringLabel(org.ogema.core.model.simple.StringResource source) |
de.iwes.widgets.html.form.label.Label |
stringLabel(String widgetId,
String lineId,
org.ogema.core.model.simple.StringResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row) |
de.iwes.widgets.html.form.label.Label |
stringLabel(String widgetId,
String lineId,
String text,
de.iwes.widgets.html.complextable.RowTemplate.Row row) |
de.iwes.widgets.html.form.textfield.TextField |
timeEdit(String subResourceName,
de.iwes.widgets.html.alert.Alert alert,
long minimumAllowed,
long maximumAllowed,
String notAllowedMessage,
int mode) |
de.iwes.widgets.html.form.textfield.TextField |
timeEdit(String widgetId,
String lineId,
org.ogema.core.model.simple.TimeResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
de.iwes.widgets.html.alert.Alert alert,
long minimumAllowed,
long maximumAllowed,
String notAllowedMessage,
int mode) |
de.iwes.widgets.html.form.textfield.TextField |
timeEdit(org.ogema.core.model.simple.TimeResource source,
de.iwes.widgets.html.alert.Alert alert,
long minimumAllowed,
long maximumAllowed,
String notAllowedMessage,
int mode) |
de.iwes.widgets.html.form.label.Label |
timeLabel(Long value,
int mode) |
de.iwes.widgets.html.form.label.Label |
timeLabel(String subResourceName,
int mode) |
de.iwes.widgets.html.form.label.Label |
timeLabel(String widgetId,
String lineId,
Long value,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
int mode) |
de.iwes.widgets.html.form.label.Label |
timeLabel(String widgetId,
String lineId,
org.ogema.core.model.simple.TimeResource source,
de.iwes.widgets.html.complextable.RowTemplate.Row row,
int mode) |
de.iwes.widgets.html.form.label.Label |
timeLabel(org.ogema.core.model.simple.TimeResource source,
int mode) |
void |
triggerOnPost(de.iwes.widgets.api.widgets.OgemaWidget governor,
de.iwes.widgets.api.widgets.OgemaWidget target) |
void |
triggerOnPostForRequest(de.iwes.widgets.api.widgets.OgemaWidget governor,
de.iwes.widgets.api.widgets.OgemaWidget target) |
checkLineId, evaluteForDetailsPopup, finishRowSnippet, getFullHeaderList, getHeader, getOverviewColumns, getParent, getReq, inDetailSection, registerHeaderEntry, widgetsChosenManuallyprotected boolean doRegisterDependentWidgets
protected final de.iwes.widgets.html.form.button.TemplateInitSingleEmpty<T> initObject
protected final org.ogema.core.application.ApplicationManager appMan
public ObjectResourceGUIHelper(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 ObjectResourceGUIHelper(de.iwes.widgets.api.widgets.WidgetPage<?> page,
T fixedGatewayInfo,
org.ogema.core.application.ApplicationManager appMan,
boolean acceptMissingResources)
public ObjectResourceGUIHelper(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)
protected abstract R getResource(T object, de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req)
public de.iwes.widgets.html.form.label.Label stringLabel(String widgetId, String lineId, org.ogema.core.model.simple.StringResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row)
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(org.ogema.core.model.simple.StringResource source)
public de.iwes.widgets.html.form.label.Label stringLabel(String subResourceName)
public de.iwes.widgets.html.form.label.Label floatLabel(String widgetId, String lineId, org.ogema.core.model.simple.FloatResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, String format)
public de.iwes.widgets.html.form.label.Label floatLabel(org.ogema.core.model.simple.FloatResource source,
String format)
public de.iwes.widgets.html.form.label.Label floatLabel(String subResourceName, String format)
public de.iwes.widgets.html.form.label.Label intLabel(String widgetId, String lineId, org.ogema.core.model.simple.IntegerResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, int mode)
public de.iwes.widgets.html.form.label.Label intLabel(org.ogema.core.model.simple.IntegerResource source,
int mode)
public de.iwes.widgets.html.form.label.Label intLabel(String subResourceName, int mode)
public de.iwes.widgets.html.form.label.Label timeLabel(String widgetId, String lineId, org.ogema.core.model.simple.TimeResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, int mode)
public de.iwes.widgets.html.form.label.Label timeLabel(org.ogema.core.model.simple.TimeResource source,
int mode)
public de.iwes.widgets.html.form.label.Label timeLabel(String subResourceName, int mode)
public de.iwes.widgets.html.form.label.Label fileSizeLabel(String widgetId, String lineId, org.ogema.core.model.simple.TimeResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, ObjectResourceGUIHelper.LongProvider provider)
public de.iwes.widgets.html.form.label.Label fileSizeLabel(org.ogema.core.model.simple.TimeResource source,
ObjectResourceGUIHelper.LongProvider provider)
public de.iwes.widgets.html.form.label.Label fileSizeLabel(String subResourceName, ObjectResourceGUIHelper.LongProvider provider)
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.label.Label resourceLabel(String subResourceName, int mode)
public de.iwes.widgets.html.form.textfield.TextField integerEdit(String widgetId, String lineId, org.ogema.core.model.simple.IntegerResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, de.iwes.widgets.html.alert.Alert alert, int minimumAllowed, int maximumAllowed, String notAllowedMessage)
public de.iwes.widgets.html.form.textfield.TextField integerEdit(org.ogema.core.model.simple.IntegerResource source,
de.iwes.widgets.html.alert.Alert alert,
int minimumAllowed,
int maximumAllowed,
String notAllowedMessage)
public de.iwes.widgets.html.form.textfield.TextField integerEdit(String subResourceName, de.iwes.widgets.html.alert.Alert alert, int minimumAllowed, int maximumAllowed, String notAllowedMessage)
public de.iwes.widgets.html.form.textfield.TextField integerEditExt(String widgetId, String lineId, org.ogema.core.model.simple.IntegerResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, ValueConverter checker)
public de.iwes.widgets.html.form.textfield.TextField integerEditExt(String subResourceName, ValueConverter checker)
public de.iwes.widgets.html.form.textfield.TextField integerEditExt(String widgetId, org.ogema.core.model.simple.IntegerResource optSource, String altId, ValueConverter checker)
public de.iwes.widgets.html.form.textfield.TextField timeEdit(String widgetId, String lineId, org.ogema.core.model.simple.TimeResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, de.iwes.widgets.html.alert.Alert alert, long minimumAllowed, long maximumAllowed, String notAllowedMessage, int mode)
public de.iwes.widgets.html.form.textfield.TextField timeEdit(org.ogema.core.model.simple.TimeResource source,
de.iwes.widgets.html.alert.Alert alert,
long minimumAllowed,
long maximumAllowed,
String notAllowedMessage,
int mode)
public de.iwes.widgets.html.form.textfield.TextField timeEdit(String subResourceName, de.iwes.widgets.html.alert.Alert alert, long minimumAllowed, long maximumAllowed, String notAllowedMessage, int mode)
public de.iwes.widgets.html.form.textfield.TextField floatEdit(String widgetId, String lineId, org.ogema.core.model.simple.FloatResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, de.iwes.widgets.html.alert.Alert alert, float minimumAllowed, float maximumAllowed, String notAllowedMessage)
public de.iwes.widgets.html.form.textfield.TextField floatEdit(org.ogema.core.model.simple.FloatResource source,
de.iwes.widgets.html.alert.Alert alert,
float minimumAllowed,
float maximumAllowed,
String notAllowedMessage)
public de.iwes.widgets.html.form.textfield.TextField floatEdit(String subResourceName, de.iwes.widgets.html.alert.Alert alert, float minimumAllowed, float maximumAllowed, String notAllowedMessage)
public de.iwes.widgets.html.form.textfield.TextField stringEdit(String widgetId, String lineId, org.ogema.core.model.simple.StringResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row, de.iwes.widgets.html.alert.Alert alert)
public de.iwes.widgets.html.form.textfield.TextField stringEdit(org.ogema.core.model.simple.StringResource source,
de.iwes.widgets.html.alert.Alert alert)
public de.iwes.widgets.html.form.textfield.TextField stringEdit(String subResourceName, de.iwes.widgets.html.alert.Alert alert)
public de.iwes.widgets.resource.widget.calendar.DatepickerTimeResource datepicker(String widgetId, String lineId, org.ogema.core.model.simple.TimeResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row)
public de.iwes.widgets.resource.widget.calendar.DatepickerTimeResource datepicker(org.ogema.core.model.simple.TimeResource source)
public de.iwes.widgets.resource.widget.calendar.DatepickerTimeResource datepicker(String subResourceName)
public de.iwes.widgets.resource.widget.calendar.DatepickerTimeResource datepicker(String subResourceName, String format, String defaultDate, String viewMode)
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 de.iwes.widgets.resource.widget.init.ResourceRedirectButton<R> linkingButton(String subResourceName, String buttonText, String url)
public de.iwes.widgets.resource.widget.textfield.BooleanResourceCheckbox booleanEdit(String widgetId, String lineId, org.ogema.core.model.simple.BooleanResource source, de.iwes.widgets.html.complextable.RowTemplate.Row row)
public de.iwes.widgets.resource.widget.textfield.BooleanResourceCheckbox booleanEdit(org.ogema.core.model.simple.BooleanResource source)
public de.iwes.widgets.resource.widget.textfield.BooleanResourceCheckbox booleanEdit(String subResourceName)
public <S extends org.ogema.core.model.simple.SingleValueResource> de.iwes.widgets.resource.widget.dropdown.ValueResourceDropdown<S> dropdown(String widgetId, String lineId, S source, de.iwes.widgets.html.complextable.RowTemplate.Row row, Map<String,String> valuesToSet)
public <S extends org.ogema.core.model.simple.SingleValueResource> de.iwes.widgets.resource.widget.dropdown.ValueResourceDropdown<S> dropdown(S source,
Map<String,String> valuesToSet)
public <S extends org.ogema.core.model.simple.SingleValueResource> de.iwes.widgets.resource.widget.dropdown.ValueResourceDropdown<S> dropdown(String subResourceName, Map<String,String> valuesToSet, Class<S> resourceType)
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)
public <S extends org.ogema.core.model.Resource> de.iwes.widgets.resource.widget.dropdown.ResourceDropdown<S> referenceDropdownFixedChoice(String subResourceName, Map<S,String> valuesToSet, Class<S> resourceType)
protected T getGatewayInfo(de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req)
protected <S extends org.ogema.core.model.Resource> S getResource(SingleValueResourceAccess<S> sva, de.iwes.widgets.api.widgets.sessionmanagement.OgemaHttpRequest req, Class<? extends S> typeToCreate)
sva - information on base resource and bath or direct resource referencereq - typeToCreate - 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 void triggerOnPost(de.iwes.widgets.api.widgets.OgemaWidget governor,
de.iwes.widgets.api.widgets.OgemaWidget target)
public void triggerOnPostForRequest(de.iwes.widgets.api.widgets.OgemaWidget governor,
de.iwes.widgets.api.widgets.OgemaWidget target)
public void setDoRegisterDependentWidgets(boolean doRegisterDependentWidgets)
Copyright © 2019. All rights reserved.