Interface StandardModelKeys


  • public interface StandardModelKeys
    Gathers all standard keys for widget model
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONTEXT_OBJECT
      Default name of attribute for context on which a widget working
      static java.lang.String VALIDATION_RESULT_KEY
      Default name of attribute for results of validation
      static java.lang.String VALIDATION_SCLASS
      Key for validation css class
    • Field Detail

      • VALIDATION_RESULT_KEY

        static final java.lang.String VALIDATION_RESULT_KEY
        Default name of attribute for results of validation

        Expected 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