See: Description
| Interface | Description |
|---|---|
| EntityListView.EntityListViewFactory |
| Class | Description |
|---|---|
| Buttons | |
| EntityListView<T extends EntityList> |
A view that renders an
EntityList visually. |
| EntityListView.Builder | |
| LabelEntityView |
A view which displays a label representing a given entity.
|
| MultiButtonEntityView<T extends Entity> | Deprecated
With CodeRAD 2.0 bindings and views, it is now just as easy to use a MultiButton directly
and bind properties to model properties as required.
|
| ProfileAvatarsTitleComponent |
A component with profile avatars of one or more profiles.
|
| ProfileAvatarView |
A view that shows a profile’s avatar filled in a circle.
|
| ProfileAvatarView.ImageRenderer |
An image renderer that will render a
ProfileAvatarView as an image for the given entity. |
| ProfileListView |
A list view that can show a list of profiles.
|
| ProfileListView.ProfileListRowCellRenderer |
A list cell renderer for rendering rows of a list with
ProfileListView.ProfileListRowView. |
| ProfileListView.ProfileListRowView |
Row view for rendering a single row of the
ProfileListView. |
| TabsEntityView |
An Tabs component that is backed by a view model.
|
| WrapperEntityView<T extends Entity> |
An entity view that is made explicitly to wrap another component.
|
| Enum | Description |
|---|---|
| Buttons.OverflowMenuStyle |
Enum defining how a Buttons component should handle overflow actions.
|
| EntityListView.RowLayout |
An enum to specify the layout used for the rows.
|
| ProfileAvatarView.FallbackSettings |
Enum to set the fallback settings of the avatar profile view, in case there isn’t an icon provided.
|
This package contains entity views - view components that are bound to an Entity value model.
Copyright © 2022. All Rights Reserved.