public class BaseComponentUtils extends Object
| Constructor and Description |
|---|
BaseComponentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static pl.fhframework.model.forms.FormElement |
find(pl.fhframework.model.forms.FormElement component,
String id) |
static Optional<pl.fhframework.model.forms.Form<?>> |
findForm(pl.fhframework.model.forms.FormElement component) |
static Optional<pl.fhframework.core.forms.IterationContext> |
getIterationContext(pl.fhframework.model.forms.Component element) |
static Optional<Integer> |
getIterationIndex(pl.fhframework.model.forms.Component element) |
static void |
invokeMethod(Object target,
Method m,
Object params) |
public static pl.fhframework.model.forms.FormElement find(pl.fhframework.model.forms.FormElement component,
String id)
public static Optional<pl.fhframework.model.forms.Form<?>> findForm(pl.fhframework.model.forms.FormElement component)
public static Optional<Integer> getIterationIndex(pl.fhframework.model.forms.Component element)
public static Optional<pl.fhframework.core.forms.IterationContext> getIterationContext(pl.fhframework.model.forms.Component element)
Copyright © 2019. All rights reserved.