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
-
Method Summary
Modifier and TypeMethodDescriptionfield
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated.tab
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated.window
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated.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 public String window(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated.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 public String tab(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated.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 public String field(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Deprecated.Set fields to current values from DB for selected Tab- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-