| Modifier and Type | Field and Description |
|---|---|
protected KeyData |
AbstractDynamicData.data |
protected KeyData |
AbstractDynamicData.data |
| Modifier and Type | Method and Description |
|---|---|
protected abstract KeyData |
AbstractDynamicData.findData(java.lang.String key)
Finds instance of
KeyData by corresponding key. |
protected abstract KeyData |
AbstractDynamicData.findData(java.lang.String key)
Finds instance of
KeyData by corresponding key. |
KeyData |
AbstractDynamicData.getData() |
KeyData |
AbstractDynamicData.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDynamicData.setData(KeyData keyData) |
void |
AbstractDynamicData.setData(KeyData keyData) |
| Modifier and Type | Method and Description |
|---|---|
protected KeyData |
DynaForm.findData(java.lang.String key) |
protected KeyData |
DynaForm.findData(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
protected KeyData |
FluidGrid.findData(java.lang.String key) |
protected KeyData |
FluidGrid.findData(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
KeyData |
EventDataWrapper.getData() |
KeyData |
EventDataWrapper.getData() |
| Constructor and Description |
|---|
EventDataWrapper(javax.faces.component.UIComponent component,
javax.faces.event.FacesEvent event,
KeyData data) |
EventDataWrapper(javax.faces.component.UIComponent component,
javax.faces.event.FacesEvent event,
KeyData data) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynaFormControl
Class representing a control inside of
DynaForm. |
| Modifier and Type | Class and Description |
|---|---|
class |
FluidGridItem
Class representing an item inside of
FluidGrid. |
Copyright © 2011–2021. All rights reserved.