Class PChoiceFormatEditor

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Customizer, Serializable, EventListener, ListSelectionListener

public class PChoiceFormatEditor extends JComponent implements ActionListener, Customizer, ListSelectionListener
Used by internal widgets for mapping Portal int values to human readable String values. Probably not useful for general purpose Customer Center screens, but used outside this package so its public.
Version:
%version: 5 % %date_modified: Mon Mar 04 17:40:22 2002 %
Author:
kapono
See Also:
  • Constructor Details

    • PChoiceFormatEditor

      public PChoiceFormatEditor()
      This constructor is used when launched as a customizer
    • PChoiceFormatEditor

      public PChoiceFormatEditor(com.portal.bas.comp.PDisplayFieldFormatEditor fed)
      This constructor is used when launched as a property editor
  • Method Details