Class WRadioGroupEditor

java.lang.Object
org.adempiere.webui.editor.WEditor
org.adempiere.webui.editor.WRadioGroupEditor
All Implemented Interfaces:
PropertyChangeListener, EventListener, ListDataListener, IInputValidator, IZoomableEditor, ContextMenuListener, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>

public class WRadioGroupEditor extends WEditor implements ContextMenuListener, ListDataListener, IZoomableEditor
Default editor for DisplayType.RadiogroupList.
Implemented with WRadioGroupEditor.RadioGroupEditor component.
Author:
hengsin
  • Field Details

    • LISTENER_EVENTS

      public static final String[] LISTENER_EVENTS
  • Constructor Details

    • WRadioGroupEditor

      public WRadioGroupEditor(GridField gridField)
      Parameters:
      gridField -
    • WRadioGroupEditor

      public WRadioGroupEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
      Parameters:
      gridField -
      tableEditor -
      editorConfiguration -
    • WRadioGroupEditor

      public WRadioGroupEditor(Lookup lookup, String label, String description, boolean mandatory, boolean readonly, boolean updateable)
      Constructor for use if a grid field is unavailable
      Parameters:
      lookup - Lookup list
      label - field label
      description - description of component
      mandatory - whether a field is mandatory
      readonly - whether or not the editor is read only
      updateable - whether the editor contents can be changed
    • WRadioGroupEditor

      public WRadioGroupEditor(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, Lookup lookup)
      For ease of porting swing form
      Parameters:
      columnName -
      mandatory -
      isReadOnly -
      isUpdateable -
      lookup -
  • Method Details