@API(type=EXTENDABLE, src=PUBLIC) public enum CustomAttributeValueEditingContext extends java.lang.Enum<CustomAttributeValueEditingContext>
Enum Constant and Description |
---|
ATTRIBUTES_TABLE_CELL_CONTEXT
The custom editing action is invoke from
the cells of the attributes table.
|
CUSTOM_EDIT_BUTTON_CONTEXT
The custom editing action is invoked from
the custom edit button.
|
Modifier and Type | Method and Description |
---|---|
static CustomAttributeValueEditingContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomAttributeValueEditingContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomAttributeValueEditingContext ATTRIBUTES_TABLE_CELL_CONTEXT
public static final CustomAttributeValueEditingContext CUSTOM_EDIT_BUTTON_CONTEXT
public static CustomAttributeValueEditingContext[] values()
for (CustomAttributeValueEditingContext c : CustomAttributeValueEditingContext.values()) System.out.println(c);
public static CustomAttributeValueEditingContext valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null© Copyright Syncro Soft SRL 2002 - 2021. All rights reserved.