pl.fhframework.model.forms.BaseComponentUtils Maven / Gradle / Ivy
package pl.fhframework.model.forms;
import pl.fhframework.core.forms.IterationContext;
import pl.fhframework.core.logging.FhLogger;
import pl.fhframework.core.util.ComponentsUtils;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Optional;
/**
* Created by krzysztof.kobylarek on 2016-12-01.
*/
public class BaseComponentUtils {
// backward compatibilty - just delegate to ComponentsUtils
public static FormElement find(FormElement component, String id){
return ComponentsUtils.find(component, id);
}
public static Optional