public class ProductAttributesDialogWidgetManager extends DialogWidgetManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String | BUTTON_TYPE_INVENTORY
A constant used to indicate inventory button type.
|
static java.lang.String | BUTTON_TYPE_RESET
A constant used to indicate reset button type.
|
static java.lang.String | COMBO_TYPE_ATTRIBUTE_VALUE
A constant used to indicate attribute value combo type.
|
static java.lang.String | COMPOSITE_TYPE_ATTRIBUTES
A constant used to indicate attributes composite type.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | FIELD_TYPE_PRODUCT_ID
A constant used to indicate product ID field type.
|
static java.lang.String | LABEL_TYPE_ATTRIBUTE_NAME
A constant used to indicate attribute name label type.
|
static java.lang.String | MANAGER_TYPE_PRODUCT_ATTRIBUTES_DIALOG
A constant used to indicate manager type product attributes dialog.
|
static java.lang.String | PROP_COMBO_TYPE
A constant used to indicate combo type property name.
|
static java.lang.String | PROP_COMPOSITE_TYPE
A constant used to indicate composite type property name.
|
static java.lang.String | PROP_FIELD_TYPE
A constant used to indicate field type property name.
|
static java.lang.String | PROP_LABEL_TYPE
A constant used to indicate label type property name.
|
static java.lang.String | PROP_PRODUCT
A constant used to indicate product property name.
|
static java.lang.String | PROP_PRODUCT_ITEM
A constant used to indicate product item property name.
|
static java.lang.String | PROP_RESET_ATTRIBUTE_VALUES
A constant used to indicate reset attribute values property name.
|
static java.lang.String | PROP_SELECTED_ATTRIBUTE_VALUES
A constant used to indicate selected attribute values property name.
|
Constructor and Description |
---|
ProductAttributesDialogWidgetManager()
Default constructor to create a new product attributes widget manager.
|
Modifier and Type | Method and Description |
---|---|
void | dispose()
This method disposes the resources created by this widget manager.
|
protected org.eclipse.core.runtime.IStatus | getControlStatusMessage(ConfiguredControl configuredControl)
This method returns the status message for the specified control.
|
void | initControl(ConfiguredControl configuredControl)
This method initializes the specified control.
|
void | refreshControl(ConfiguredControl configuredControl)
This method refreshes the specified control.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String MANAGER_TYPE_PRODUCT_ATTRIBUTES_DIALOG
public static final java.lang.String PROP_COMBO_TYPE
public static final java.lang.String PROP_LABEL_TYPE
public static final java.lang.String PROP_COMPOSITE_TYPE
public static final java.lang.String PROP_FIELD_TYPE
public static final java.lang.String PROP_PRODUCT
public static final java.lang.String PROP_PRODUCT_ITEM
public static final java.lang.String PROP_SELECTED_ATTRIBUTE_VALUES
public static final java.lang.String PROP_RESET_ATTRIBUTE_VALUES
public static final java.lang.String LABEL_TYPE_ATTRIBUTE_NAME
public static final java.lang.String COMBO_TYPE_ATTRIBUTE_VALUE
public static final java.lang.String COMPOSITE_TYPE_ATTRIBUTES
public static final java.lang.String BUTTON_TYPE_INVENTORY
public static final java.lang.String BUTTON_TYPE_RESET
public static final java.lang.String FIELD_TYPE_PRODUCT_ID
public ProductAttributesDialogWidgetManager()
public void dispose()
public void initControl(ConfiguredControl configuredControl)
public void refreshControl(ConfiguredControl configuredControl)
protected org.eclipse.core.runtime.IStatus getControlStatusMessage(ConfiguredControl configuredControl)