Class AccessPathField

    • Constructor Detail

      • AccessPathField

        public AccessPathField()
    • 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)
        Set the string value of this field.
        Parameters:
        value - the String value to set
      • isReadOnly

        public boolean isReadOnly()
        Returns true if the value is read only.
        Specified by:
        isReadOnly in class TextField
      • getAccessPath

        public String getAccessPath​(String componentId,
                                    String nodeId,
                                    String contentLanguage)
        Returns the access path of the object.
      • equals

        public boolean equals​(Object o)
        Description copied from class: TextField
        Tests equality between this field and the specified field.
        Overrides:
        equals in class TextField