IAppController class
Atenção o app controller tem que extender dessa classe
Constructors
Properties
- conexao ↔ StatusConexao
-
getter/setter pairinherited
- context → ReactiveContext
-
Override this method to use a custom context.
no setterinherited
- crescente ↔ bool
-
ordenar a tabela crescente
getter/setter pairinherited
- esconder ↔ bool
-
esconde o menu
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ int
-
getter/setter pairinherited
- indexMenuTemporario ↔ int
-
getter/setter pairinherited
- indexsort ↔ int
-
getter/setter pairinherited
- mensegem ↔ Mensagem
-
getter/setter pairinherited
- ordenacao ↔ Sorting
-
getter/setter pairinherited
- porcentagemmensagem ↔ double
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textoMensagem ↔ String
-
getter/setter pairinherited
Methods
-
inherited
-
mensagemAviso(
{String aviso = "Atenção"}) → Future< void> -
inherited
-
mensagemError(
{String erro = "Erro, operação não pode ser realizada!"}) → Future< void> -
inherited
-
mensagemSucesso(
{String sucesso = "Sucesso, operação realizada com sucesso!"}) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sorting(
{required Function ordernador, required int index}) → dynamic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited