Class ValueListAvailiableTableFieldsFilter

    • Constructor Detail

      • ValueListAvailiableTableFieldsFilter

        public ValueListAvailiableTableFieldsFilter()
    • Method Detail

      • apply

        public List<PropertyInfo> apply​(List<PropertyInfo> children,
                                        PropertyInfo parent)
        The method filters children property info of table.
        Specified by:
        apply in interface IAvailiableTableFieldsFilter
        Parameters:
        children - the children property info. (Can not be null).
        parent - the parent object. (Can not be null).
        Returns:
        the list of the filtered children property info on witch column (FormField) of table will be created. This method shouldn't return null value.