Package com.hybris.cockpitng.core.model
Interface StandardModelKeys
-
public interface StandardModelKeysGathers all standard keys for widget model
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONTEXT_OBJECTDefault name of attribute for context on which a widget workingstatic java.lang.StringVALIDATION_RESULT_KEYDefault name of attribute for results of validationstatic java.lang.StringVALIDATION_SCLASSKey for validation css class
-
-
-
Field Detail
-
VALIDATION_RESULT_KEY
static final java.lang.String VALIDATION_RESULT_KEY
Default name of attribute for results of validationExpected value:
ValidationResult- See Also:
- Constant Field Values
-
CONTEXT_OBJECT
static final java.lang.String CONTEXT_OBJECT
Default name of attribute for context on which a widget working- See Also:
- Constant Field Values
-
VALIDATION_SCLASS
static final java.lang.String VALIDATION_SCLASS
Key for validation css class- See Also:
- Constant Field Values
-
-