Package groovy.model

Class PropertyModel

    • Constructor Detail

      • PropertyModel

        public PropertyModel​(ValueModel sourceModel,
                             java.lang.String property)
        Deprecated.
      • PropertyModel

        public PropertyModel​(ValueModel sourceModel,
                             java.lang.String property,
                             java.lang.Class type)
        Deprecated.
      • PropertyModel

        public PropertyModel​(ValueModel sourceModel,
                             java.lang.String property,
                             java.lang.Class type,
                             boolean editable)
        Deprecated.
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
        Deprecated.
      • getValue

        public java.lang.Object getValue()
        Deprecated.
        Specified by:
        getValue in interface ValueModel
      • setValue

        public void setValue​(java.lang.Object value)
        Deprecated.
        Specified by:
        setValue in interface ValueModel
      • getType

        public java.lang.Class getType()
        Deprecated.
        Specified by:
        getType in interface ValueModel
      • isEditable

        public boolean isEditable()
        Deprecated.
        Specified by:
        isEditable in interface ValueModel