Class FormHandlerUtil
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.FormHandlerUtil
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionGroupImpl
static <T extends AbstractComponent>
TfindChild
(AbstractCompositeComponent parent, Class<T> clazz, String id, @Nullable String position, Supplier<T> creator) find a child of aCompositeComponent
by class and idstatic <T extends AbstractComponent>
TfindChild
(AbstractCompositeComponent parent, Class<T> clazz, String id, Supplier<T> creator) find a child of aCompositeComponent
by class and idstatic ActionBarImpl
-
Method Details
-
findChild
public static <T extends AbstractComponent> T findChild(AbstractCompositeComponent parent, Class<T> clazz, String id, Supplier<T> creator) find a child of aCompositeComponent
by class and id -
findChild
public static <T extends AbstractComponent> T findChild(AbstractCompositeComponent parent, Class<T> clazz, String id, @Nullable @Nullable String position, Supplier<T> creator) find a child of aCompositeComponent
by class and id -
getOrCreateMainActionBar
-
createActionGroup
-