Class LightImageCombo.Item

java.lang.Object
com._1c.g5.lwt.controls.LightCombo.Item
com._1c.g5.lwt.controls.LightImageCombo.Item
Enclosing class:
LightImageCombo

public static class LightImageCombo.Item extends LightCombo.Item
Combo image item description.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.eclipse.swt.graphics.Image
    The disable gray item image.
    final org.eclipse.swt.graphics.Image
    The disable item image.

    Fields inherited from class com._1c.g5.lwt.controls.LightCombo.Item

    image, label
  • Constructor Summary

    Constructors
    Constructor
    Description
    Item(String label, org.eclipse.swt.graphics.Image image, org.eclipse.swt.graphics.Image disableImage)
    Instantiates a new combo image item.
    Item(String label, org.eclipse.swt.graphics.Image image, org.eclipse.swt.graphics.Image disableImage, org.eclipse.swt.graphics.Image disableGrayImage)
    Instantiates a new combo image item.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • disableImage

      public final org.eclipse.swt.graphics.Image disableImage
      The disable item image.
    • disableGrayImage

      public final org.eclipse.swt.graphics.Image disableGrayImage
      The disable gray item image.
  • Constructor Details

    • Item

      public Item(String label, org.eclipse.swt.graphics.Image image, org.eclipse.swt.graphics.Image disableImage, org.eclipse.swt.graphics.Image disableGrayImage)
      Instantiates a new combo image item.
      Parameters:
      label -
      image - the item image, null if no image provided.
      disableImage - the disable item image, null if no image provided.
      disableGrayImage - the disable gray item image, null if no image provided.
    • Item

      public Item(String label, org.eclipse.swt.graphics.Image image, org.eclipse.swt.graphics.Image disableImage)
      Instantiates a new combo image item.
      Parameters:
      label - the item label, cannot be null
      image - the item image, null if no image provided.
      disableImage - the disable item image, null if no image provided.