Class DateRoField

    • Constructor Detail

      • DateRoField

        public DateRoField​(Date value)
    • Method Detail

      • getStringValue

        public String getStringValue()
        Returns the string value of this field.
        Returns:
        the String representation of the value of this field.
      • setStringValue

        public void setStringValue​(String value)
        Changes nothing.
        Parameters:
        value - the String value to set
      • acceptStringValue

        public boolean acceptStringValue​(String value)
        Returns true even if a set will changes nothing.
        Parameters:
        value - a String value.
        Returns:
        true if the value isn't normalized and this field isn't read only.
      • isReadOnly

        public boolean isReadOnly()
        Returns true.
        Specified by:
        isReadOnly in class DateField