Class CalloutWindowCustomization

java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutWindowCustomization
All Implemented Interfaces:
Callout

public class CalloutWindowCustomization extends CalloutEngine
Window Customization Callout
Author:
Dirk Niemeyer, action42 GmbH
  • 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 - context
      WindowNo - window no
      mTab - tab
      mField - field
      value - 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 - context
      WindowNo - window no
      mTab - tab
      mField - field
      value - 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 - context
      WindowNo - window no
      mTab - tab
      mField - field
      value - value
      Returns:
      null or error message