| Package | Description |
|---|---|
| com.holonplatform.vaadin.navigator.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultViewContextField
Default
ViewContextField implementation. |
| Modifier and Type | Method and Description |
|---|---|
static ViewContextField |
ViewContextField.build(String contextResourceKey,
boolean required,
Field field)
Build a ViewContextField
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ViewContextField> |
DefaultViewConfiguration.getContextInjectionFields() |
Collection<ViewContextField> |
ViewConfiguration.getContextInjectionFields()
View class fields which declare
ViewContext data injection |
static Collection<ViewContextField> |
ViewNavigationUtils.getContextInjectionFields(Class<?> cls)
Get
ViewContext annotated fields of class and its superclasses |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultViewConfiguration.setContextInjectionFields(Collection<ViewContextField> contextInjectionFields)
Set view class fields which declare
ViewContext data injection |
Copyright © 2019 The Holon Platform. All rights reserved.