An instance of the Type class represents the type of the control. Static instances are provided for the common types.
An instance of the Type class represents the type of the control. Static instances are provided for the common types.
(equals this obj)
Finalizes the equals method
obj - the reference object with which to compare. - java.lang.Object
returns: true if this object is the same as the obj
argument; false otherwise. - boolean
Finalizes the equals method obj - the reference object with which to compare. - `java.lang.Object` returns: true if this object is the same as the obj argument; false otherwise. - `boolean`
(hash-code this)
Finalizes the hashCode method
returns: a hash code value for this object. - int
Finalizes the hashCode method returns: a hash code value for this object. - `int`
(to-string this)
Provides the String representation of the control type. This String is the same name that was passed to the constructor.
returns: the control type name - java.lang.String
Provides the String representation of the control type. This String is the same name that was passed to the constructor. returns: the control type name - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close