Uses of Interface
io.mateu.mdd.shared.reflection.FieldInterfaced
-
Packages that use FieldInterfaced Package Description io.mateu.mdd.shared.interfaces io.mateu.mdd.shared.reflection io.mateu.mdd.shared.ui -
-
Uses of FieldInterfaced in io.mateu.mdd.shared.interfaces
Methods in io.mateu.mdd.shared.interfaces with parameters of type FieldInterfaced Modifier and Type Method Description IFieldBuilderApp. getFieldBuilder(FieldInterfaced f) -
Uses of FieldInterfaced in io.mateu.mdd.shared.reflection
Methods in io.mateu.mdd.shared.reflection with parameters of type FieldInterfaced Modifier and Type Method Description IFieldBuilderFieldBuilderProvider. getFieldBuilder(FieldInterfaced field)booleanIFieldBuilder. isSupported(FieldInterfaced field) -
Uses of FieldInterfaced in io.mateu.mdd.shared.ui
Methods in io.mateu.mdd.shared.ui that return types with arguments of type FieldInterfaced Modifier and Type Method Description Collection<FieldInterfaced>IMDDUI. getColumnFields(Class targetType)static Collection<FieldInterfaced>MDDUIAccessor. getColumnFields(Class targetType)Methods in io.mateu.mdd.shared.ui with parameters of type FieldInterfaced Modifier and Type Method Description IFieldBuilderIMDDUI. getFieldBuilder(FieldInterfaced field)static IFieldBuilderMDDUIAccessor. getFieldBuilder(FieldInterfaced field)
-