Package org.compiere.model
Class CalloutWindowCustomization
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutWindowCustomization
- All Implemented Interfaces:
Callout
Window Customization Callout
- Author:
- Dirk Niemeyer, action42 GmbH
-
Field Summary
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfield(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated, for removal: This API element is subject to removal in a future version.tab(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated, for removal: This API element is subject to removal in a future version.window(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
Constructor Details
-
CalloutWindowCustomization
public CalloutWindowCustomization()
-
-
Method Details
-
window
@Deprecated(since="13", forRemoval=true) public String window(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated, for removal: This API element is subject to removal in a future version.Set fields to current values from DB for selected window.- Parameters:
ctx- contextWindowNo- window nomTab- tabmField- fieldvalue- value- Returns:
- null or error message
-
tab
@Deprecated(since="13", forRemoval=true) public String tab(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated, for removal: This API element is subject to removal in a future version.Set fields to current values from DB for selected Tab- Parameters:
ctx- contextWindowNo- window nomTab- tabmField- fieldvalue- value- Returns:
- null or error message
-
field
@Deprecated(since="13", forRemoval=true) public String field(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated, for removal: This API element is subject to removal in a future version.Set fields to current values from DB for selected Tab- Parameters:
ctx- contextWindowNo- window nomTab- tabmField- fieldvalue- value- Returns:
- null or error message
-