Class CalloutWindowCustomization

  • All Implemented Interfaces:
    Callout

    public class CalloutWindowCustomization
    extends CalloutEngine
    Window Customization Callout
    Author:
    Dirk Niemeyer, action42 GmbH
    • Constructor Detail

      • CalloutWindowCustomization

        public CalloutWindowCustomization()
    • Method Detail

      • 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