Class WTimeZoneEditor

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

public class WTimeZoneEditor extends WEditor implements ContextMenuListener
Default editor for DisplayType.TimeZoneId.
Implemented with Combobox component.
Author:
hengsin
  • Constructor Details

    • WTimeZoneEditor

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

      public WTimeZoneEditor(GridField gridField, boolean tableEditor)
      Parameters:
      gridField -
      tableEditor -
    • WTimeZoneEditor

      public WTimeZoneEditor(String label, String description, boolean mandatory, boolean readonly, boolean updateable)
      Parameters:
      label -
      description -
      mandatory -
      readonly -
      updateable -
    • WTimeZoneEditor

      public WTimeZoneEditor(String columnName, String label, String description, boolean mandatory, boolean readonly, boolean updateable)
      Parameters:
      columnName -
      label -
      description -
      mandatory -
      readonly -
      updateable -
  • Method Details