Class WCreateFromRMAUI

java.lang.Object
org.compiere.grid.CreateFrom
org.compiere.grid.CreateFromRMA
org.adempiere.webui.apps.form.WCreateFromRMAUI
All Implemented Interfaces:
ValueChangeListener, ICreateFrom

public class WCreateFromRMAUI extends CreateFromRMA implements ValueChangeListener
Form to create RMA lines from shipment lines.
Author:
hengsin
  • Field Details

    • bPartnerLabel

      protected Label bPartnerLabel
    • bPartnerField

      protected WEditor bPartnerField
      Business partner parameter field
  • Constructor Details

    • WCreateFromRMAUI

      public WCreateFromRMAUI(GridTab tab)
      Parameters:
      tab -
  • Method Details

    • dynInit

      protected boolean dynInit() throws Exception
      Description copied from class: CreateFrom
      dynamic initialization, usually for loading of data
      Overrides:
      dynInit in class CreateFromRMA
      Returns:
      true if initialization success
      Throws:
      Exception
    • zkInit

      protected void zkInit() throws Exception
      Layout window
      Throws:
      Exception
    • valueChange

      public void valueChange(ValueChangeEvent e)
      Description copied from interface: ValueChangeListener
      On value change event
      Specified by:
      valueChange in interface ValueChangeListener
    • initBPartner

      protected void initBPartner(boolean forInvoice) throws Exception
      Load BPartner Field
      Parameters:
      forInvoice - true if Invoices are to be created, false receipts
      Throws:
      Exception - if Lookups cannot be initialized
    • loadRMA

      protected void loadRMA()
      load RMA lines
    • loadTableOIS

      protected void loadTableOIS(Vector<?> data)
      Load data into list box
      Parameters:
      data - data
    • showWindow

      public void showWindow()
      Description copied from interface: ICreateFrom
      show dialog
      Specified by:
      showWindow in interface ICreateFrom
      Overrides:
      showWindow in class CreateFrom
    • closeWindow

      public void closeWindow()
      Description copied from interface: ICreateFrom
      close dialog
      Specified by:
      closeWindow in interface ICreateFrom
      Overrides:
      closeWindow in class CreateFrom
    • getWindow

      public Object getWindow()
      Specified by:
      getWindow in interface ICreateFrom
      Returns:
      dialog object
    • onClientInfo

      protected void onClientInfo()
      handle onClientInfo event