JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
QtJambi 6.9.1
qtjambi
io.qt
QtPropertyResetter
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
enabled
name
Annotation Type QtPropertyResetter
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
FIELD
})
public @interface
QtPropertyResetter
QtPropertyResetter annotates a method as being a resetter for a property.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
boolean
enabled
Returns true if the property is enabled; otherwise, false.
String
name
Returns the name of the property.
Element Details
enabled
boolean
enabled
Returns true if the property is enabled; otherwise, false.
Default:
true
name
String
name
Returns the name of the property.
Default:
""