@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface BeanSettings
BeanProperty
,
NoBeanProperty
,
AllBeanProperties
,
NoBeanProperties
Modifier and Type | Optional Element and Description |
---|---|
boolean |
acceptChildren |
boolean |
autoPreview
Deprecated.
auto preview is always on, use
Beans.isDesignTime()
to control design time program flow |
int |
preferredHeight |
int |
preferredWidth |
boolean |
useXdevCustomizer |
public abstract boolean acceptChildren
true
if this container accepts child components,
false
otherwise (default)@Deprecated public abstract boolean autoPreview
Beans.isDesignTime()
to control design time program flowtrue
if the customizer should instantiate the
component automatically, false
otherwisepublic abstract boolean useXdevCustomizer
true
if the customizer for the superclass in the
package xdev.ui should be used, false
otherwisepublic abstract int preferredWidth
autoPreview()
is false
, default is 100public abstract int preferredHeight
autoPreview()
is false
, default is 100Copyright © 2003–2022 XDEV Software. All rights reserved.