public class ExampleProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
static PathProperty<String> |
A_PROPERTY |
static VirtualProperty<Integer> |
ALWAYS_ONE |
static BooleanProperty |
BOOLEAN_PROPERTY |
static TemporalProperty<Date> |
DATE_PROPERTY |
static VirtualProperty<String> |
FULL_NAME |
static PathProperty<Long> |
ID |
static NumericProperty<Integer> |
INTEGER_PROPERTY |
static TemporalProperty<LocalDate> |
LDATE_PROPERTY |
static NumericProperty<Long> |
LONG_PROPERTY |
static PathProperty<String> |
NAME |
static PathProperty<String> |
PARENT_PROPERTY |
static StringProperty |
STRING_PROPERTY |
static PathProperty<String> |
SURNAME |
static PathProperty<Boolean> |
VALID |
| Constructor and Description |
|---|
ExampleProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
builtinConverters() |
void |
collectionProperties() |
void |
collectionProperties2() |
void |
config() |
void |
converter() |
void |
converter2() |
void |
identity() |
void |
path() |
void |
pathPropertyBoxAdapter() |
void |
pathPropertySetAdapter1() |
void |
pathPropertySetAdapter2() |
void |
presenter() |
void |
presenter0() |
void |
presenterRegistration() |
void |
propertyBox() |
void |
propertyBox2() |
void |
propertyBox3() |
void |
propertyBox4() |
void |
propertyBox5() |
void |
propertySet() |
void |
propertySet2() |
void |
propertySet3() |
void |
render() |
void |
subTypes() |
void |
validators() |
public static final PathProperty<Long> ID
public static final PathProperty<Boolean> VALID
public static final PathProperty<String> PARENT_PROPERTY
public static final PathProperty<String> A_PROPERTY
public static final StringProperty STRING_PROPERTY
public static final NumericProperty<Integer> INTEGER_PROPERTY
public static final NumericProperty<Long> LONG_PROPERTY
public static final TemporalProperty<LocalDate> LDATE_PROPERTY
public static final TemporalProperty<Date> DATE_PROPERTY
public static final BooleanProperty BOOLEAN_PROPERTY
public static final VirtualProperty<Integer> ALWAYS_ONE
public static final PathProperty<String> NAME
public static final PathProperty<String> SURNAME
public static final VirtualProperty<String> FULL_NAME
public void identity()
public void path()
public void config()
public void converter()
public void converter2()
public void builtinConverters()
public void validators()
public void propertySet()
public void propertySet2()
public void propertySet3()
public void propertyBox()
public void propertyBox2()
public void propertyBox3()
public void propertyBox4()
public void propertyBox5()
public void presenter0()
public void presenter()
public void presenterRegistration()
public void render()
public void subTypes()
public void pathPropertySetAdapter1()
public void pathPropertySetAdapter2()
public void pathPropertyBoxAdapter()
public void collectionProperties()
public void collectionProperties2()
Copyright © 2019 The Holon Platform. All rights reserved.