public final class BeanData extends DElement<BeanData>
| Type | Property and Description |
|---|---|
javafx.beans.property.StringProperty |
name |
| Modifier and Type | Field and Description |
|---|---|
javafx.collections.ObservableList<BeanArg> |
beanArgs |
javafx.collections.ObservableList<Executable> |
constructors |
javafx.beans.property.StringProperty |
destroyMethod |
javafx.collections.ObservableList<String> |
destroyTriggers |
javafx.beans.property.StringProperty |
factoryBean |
javafx.beans.property.StringProperty |
factoryMethod |
javafx.beans.property.StringProperty |
initMethod |
javafx.collections.ObservableList<String> |
initTriggers |
javafx.beans.property.StringProperty |
lazyInit |
javafx.beans.property.StringProperty |
name |
javafx.collections.ObservableList<BeanProp> |
properties |
javafx.beans.property.StringProperty |
type |
| Constructor and Description |
|---|
BeanData() |
| Modifier and Type | Method and Description |
|---|---|
Optional<BeanArg> |
arg(String name) |
BeanArg[] |
getBeanArgs() |
BeanProp[] |
getBeanProps() |
String |
getDestroyMethod() |
String |
getFactoryBean() |
String |
getFactoryMethod() |
String |
getInitMethod() |
String |
getLazyInit() |
Meta[] |
getMeta() |
String |
getName()
Gets the value of the property name.
|
String |
getType() |
boolean |
isEmpty() |
boolean |
isFactoryBean() |
javafx.beans.property.StringProperty |
nameProperty() |
javafx.beans.Observable[] |
observables() |
Optional<BeanProp> |
property(String name) |
void |
setBeanArgs(BeanArg[] beanArgs) |
void |
setBeanProps(BeanProp[] beanProps) |
void |
setDestroyMethod(String destroyMethod) |
void |
setFactoryBean(String factoryBean) |
void |
setFactoryMethod(String factoryMethod) |
void |
setInitMethod(String initMethod) |
void |
setLazyInit(String lazyInit) |
void |
setMeta(Meta[] metas) |
void |
setName(String name)
Sets the value of the property name.
|
void |
setType(String type) |
String |
toString() |
clone, readExternal, writeExternalpublic javafx.beans.property.StringProperty nameProperty
getName(),
setName(String)public final javafx.beans.property.StringProperty type
public final javafx.beans.property.StringProperty name
public final javafx.beans.property.StringProperty initMethod
public final javafx.beans.property.StringProperty destroyMethod
public final javafx.beans.property.StringProperty factoryBean
public final javafx.beans.property.StringProperty factoryMethod
public final javafx.beans.property.StringProperty lazyInit
public final javafx.collections.ObservableList<BeanArg> beanArgs
public final javafx.collections.ObservableList<BeanProp> properties
public final javafx.collections.ObservableList<String> initTriggers
public final javafx.collections.ObservableList<String> destroyTriggers
public final transient javafx.collections.ObservableList<Executable> constructors
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getInitMethod()
public void setInitMethod(String initMethod)
public String getDestroyMethod()
public void setDestroyMethod(String destroyMethod)
public String getFactoryBean()
public void setFactoryBean(String factoryBean)
public String getFactoryMethod()
public void setFactoryMethod(String factoryMethod)
public String getLazyInit()
public void setLazyInit(String lazyInit)
public BeanArg[] getBeanArgs()
public void setBeanArgs(BeanArg[] beanArgs)
public BeanProp[] getBeanProps()
public void setBeanProps(BeanProp[] beanProps)
public Meta[] getMeta()
public void setMeta(Meta[] metas)
public boolean isFactoryBean()
public javafx.beans.property.StringProperty nameProperty()
getName(),
setName(String)public javafx.beans.Observable[] observables()
observables in class DElement<BeanData>Copyright © 2012–2017 MARID software development group. All rights reserved.