| Class | Description |
|---|---|
| Dock |
Superclass for all "docks" - classes which simple provide API for lookup, interfaces
and properties.
|
| Annotation Type | Description |
|---|---|
| DefaultParent |
Putting this on a public static method allows to generate constructors which
do not take parent as a parameter, taking whatever is coming from this method
instead.
|
| DefaultWrapper |
Putting this on a public static method allows to generate constructors which
do not take parent as a parameter, taking whatever is coming from this method
instead.
|
| DockInfo |
This should be used on classes - inheritors of
Wrap class to give
annotation processor some information. |
| ObjectLookup |
This should be used to allow to build dock lookup constructors which take
some values (such as text, value, orientation, etc) instead of lookup criteria.
|
| PreferredParent |
The annotation to be used on a child-type wrap (such as ListItemWrap), pointing
to a parent type wrap (such as ListViewWrap).
|
| Shortcut |
Copyright © 2019. All rights reserved.