Class LdapField

    • Constructor Detail

      • LdapField

        public LdapField()
    • 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
      • disconnectLdap

        public void disconnectLdap​(com.novell.ldap.LDAPConnection connection)
                            throws FormException
        Throws:
        FormException
      • setConstraintLdap

        public void setConstraintLdap​(com.novell.ldap.LDAPConnection ldapConnection,
                                      String maxResultDisplayed)
                               throws FormException
        Throws:
        FormException
      • 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