JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH:
Module
qtjambi
Package
io.qt
Annotation Type QtPropertyMember
@Retention
(
RUNTIME
)
@Target
(
FIELD
) public @interface
QtPropertyMember
QtPropertyMember annotates a field as being a member 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:
""