Package com._1c.g5.lwt.controls
Class LightImageCombo.Item
java.lang.Object
com._1c.g5.lwt.controls.LightCombo.Item
com._1c.g5.lwt.controls.LightImageCombo.Item
- Enclosing class:
- LightImageCombo
Combo image item description.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.eclipse.swt.graphics.ImageThe disable gray item image.final org.eclipse.swt.graphics.ImageThe disable item image.Fields inherited from class com._1c.g5.lwt.controls.LightCombo.Item
image, label -
Constructor Summary
ConstructorsConstructorDescriptionItem(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
-
Field Details
-
disableImage
public final org.eclipse.swt.graphics.Image disableImageThe disable item image. -
disableGrayImage
public final org.eclipse.swt.graphics.Image disableGrayImageThe 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,nullif no image provided.disableImage- the disable item image,nullif no image provided.disableGrayImage- the disable gray item image,nullif 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 benullimage- the item image,nullif no image provided.disableImage- the disable item image,nullif no image provided.
-