FiltroControllerBase class abstract

Implementers

Constructors

FiltroControllerBase.new({required Map<String, dynamic> mapaFiltrosWidget, required int indexPagina, required ReportFromJSONController controllerReports})

Properties

bodyPesquisarFiltros Map<String, dynamic>
getter/setter pair
context → ReactiveContext
Override this method to use a custom context.
no setterinherited
controllerReports ReportFromJSONController
getter/setter pair
dataCampanhaInicial String
getter/setter pair
dtfim String
getter/setter pair
dtinicio String
getter/setter pair
erroBuscarItensFiltro bool
getter/setter pair
exibirBarraPesquisa bool
getter/setter pair
filtrosSalvosParaAdicionarNoBody ↔ ObservableMap<String, dynamic>
getter/setter pair
getListFiltrosComputed List<FiltrosModel>
no setter
getQtdeItensSelecionados int
no setter
hashCode int
The hash code for this object.
no setterinherited
indexFiltro int
getter/setter pair
indexPagina int
getter/setter pair
isDataFaturamento bool
getter/setter pair
isRCAativo bool
getter/setter pair
isRCAsemVenda bool
getter/setter pair
listaDePeriodos List
getter/setter pair
listaFiltrosCarregados ↔ ObservableList<FiltrosCarrregados>
getter/setter pair
listaFiltrosParaConstruirTela ↔ ObservableList<FiltrosPageAtual>
getter/setter pair
loadingItensFiltros bool
getter/setter pair
loadingMoreData bool
getter/setter pair
mapaDatasNomeadas ↔ ObservableMap<String, dynamic>
getter/setter pair
mapaFiltrosWidget Map<String, dynamic>
getter/setter pair
monthNames List<String>
getter/setter pair
novoIndexFiltro int
getter/setter pair
pesquisaItensDoFiltro String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validarListaParaDropDown bool
getter/setter pair
valoresSelecionadorDropDown ↔ ObservableMap<int, FiltrosModel>
getter/setter pair
verificaSeTodosEstaoSelecionados bool
no setter

Methods

adicionarItensDropDown({required int index, required FiltrosModel valorSelecionado}) → void
adicionarItensSelecionado({required FiltrosModel itens}) → void
conjuntoDePeriodos() Future<void>
criarNovoBody() Future<void>
funcaoBuscarDadosDeCadaFiltro({required FiltrosWidgetModel valor, required bool isBuscarDropDown, required int index, bool pesquisa = false, bool isDataMensal = false}) Future<void>
getDadosCriarFiltros() → void
getDataMensal({required String mesInicial}) List<FiltrosModel>
getItensSelecionadosSalvos() → void
inverterSelecao() → void
limparFiltros({required Map<String, dynamic> bodyParaSerLimpo}) → void
limparSelecao() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removerItensSelecionadosBody({required FiltrosModel itens, required int index}) → void
retornarIndexListaFiltrosCarregados({int? index}) int
selecaoDeDataPorPeriodo({required String periodo, required bool isDataPadrao}) Map<String, dynamic>
selecionarTodos() → void
toString() String
A string representation of this object.
inherited
validarCondicaoDebuscaRCA() → void
validarSeDataSeraDeFaturamento() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited