Index
All Classes|All Packages|Constant Field Values|Serialized Form
A
- acumular() - Method in interface widgets.Acumulavel
-
Adicina o valor do outro campo ao valor atual deste campo
- acumular() - Method in class widgets.AmountFieldAcumulavel
-
Adicina o valor do outro campo ao valor atual deste campo
- acumular() - Method in class widgets.DoubleFieldAcumulavel
-
Adicina o valor do outro campo ao valor atual deste campo
- Acumulavel - Interface in widgets
- ADD_UPDATE - Static variable in class systextil.nxj.DataViewController
- addAllowed() - Method in interface systextil.nxj.ContainerData
-
Indicates whether ADD operations are allowed in this data view.
- addAllowed() - Method in class systextil.nxj.DataViewController
- addAllowed(boolean) - Method in interface systextil.nxj.ContainerData
-
Set whether ADD operations are allowed in this data view.
- addAllowed(boolean) - Method in class systextil.nxj.DataViewController
- addDataView(DataViewController) - Method in class systextil.nxj.FormController
-
Adiciona um
DataViewController
a esse FormController. - afterAdd() - Method in class systextil.nxj.DataViewController
-
The afterAdd event is invoked after the database INSERT that is performed on behalf of an ADD_UPDATE operation.
- afterAdd() - Method in interface systextil.nxj.DataViewListener
-
The afterAdd event is invoked after the database INSERT that is performed on behalf of an ADD_UPDATE operation.
- afterApplication() - Method in class systextil.nxj.FormController
- afterDelete() - Method in class systextil.nxj.DataViewController
-
The afterDelete event is invoked after a DELETE operation is performed.
- afterDelete() - Method in interface systextil.nxj.DataViewListener
-
The afterDelete event is invoked after a DELETE operation is performed.
- afterField() - Method in class systextil.nxj.FieldAdapter
- afterField() - Method in class systextil.nxj.FieldController
-
The afterField event is invoked (in add/update/delete mode) after the field is current -- that is as some other field becomes current.
- afterField() - Method in interface systextil.nxj.FieldListener
-
The afterField event is invoked (in add/update/delete mode) after the field is current -- that is as some other field becomes current.
- afterField(String) - Method in class systextil.nxj.DataViewController
-
Executa o método afterField de um campo.
- afterFind() - Method in class systextil.nxj.DataViewController
-
The afterFind event is invoked after a FIND operation is performed.
- afterFind() - Method in interface systextil.nxj.DataViewListener
-
The afterFind event is invoked after a FIND operation is performed.
- afterFormReturn() - Method in class systextil.nxj.FormController
- afterModeChange() - Method in class systextil.nxj.FormController
- afterSave() - Method in class systextil.nxj.DataViewController
-
The afterUpdate event is invoked after the database UADD/PDATE that is performed on behalf of an ADD_UPDATE operation.
- afterSave() - Method in interface systextil.nxj.DataViewListener
-
The afterUpdate event is invoked after the database UADD/PDATE that is performed on behalf of an ADD_UPDATE operation.
- afterUpdate() - Method in class systextil.nxj.DataViewController
-
The afterUpdate event is invoked after the database UPDATE that is performed on behalf of an ADD_UPDATE operation.
- afterUpdate() - Method in interface systextil.nxj.DataViewListener
-
The afterUpdate event is invoked after the database UPDATE that is performed on behalf of an ADD_UPDATE operation.
- afterZoom() - Method in class systextil.nxj.FormController
- AMOUNT - Static variable in interface systextil.nxj.datatypes.DataViewValue
- AmountField - Class in systextil.nxj.field
-
AmountField
representa um Field do tipoAmount
do NXJ. - AmountField(DataViewController) - Constructor for class systextil.nxj.field.AmountField
- AmountField(DataViewController, String) - Constructor for class systextil.nxj.field.AmountField
- AmountFieldAcumulavel - Class in widgets
-
Classe de um campo Amount que acumula os valores de um outro campo Amount, com o intuito de exibir o valor total.
- AmountFieldAcumulavel(DataViewController, String, AmountField) - Constructor for class widgets.AmountFieldAcumulavel
B
- backgroundColor() - Method in class systextil.nxj.FieldController
- backgroundColor(String) - Method in class systextil.nxj.DataViewController
- backgroundColor(String) - Method in class systextil.nxj.FieldController
- backgroundColor(String) - Method in interface systextil.nxj.FieldData
- backgroundColor(String, String) - Method in class systextil.nxj.DataViewController
- backgroundColor(String, String) - Method in interface systextil.nxj.FieldData
- BeepException(Exception) - Constructor for exception systextil.nxj.DataViewController.BeepException
- beforeAdd() - Method in class systextil.nxj.DataViewController
-
The beforeAdd event is invoked before a database INSERT is performed on behalf of an ADD_UPDATE operation.
- beforeAdd() - Method in interface systextil.nxj.DataViewListener
-
The beforeAdd event is invoked before a database INSERT is performed on behalf of an ADD_UPDATE operation.
- beforeApplication() - Method in class systextil.nxj.FormController
- beforeDelete() - Method in class systextil.nxj.DataViewController
-
The beforeDelete event is invoked before a DELETE operation is performed.
- beforeDelete() - Method in interface systextil.nxj.DataViewListener
-
The beforeDelete event is invoked before a DELETE operation is performed.
- beforeField() - Method in class systextil.nxj.ChainedFieldController
-
Implementa um controle de habilitação do campo para permitir a validação correta ao sair do campo anterior com a tecla TAB.
- beforeField() - Method in class systextil.nxj.FieldAdapter
- beforeField() - Method in class systextil.nxj.FieldController
-
The beforeField event is invoked each time the field becomes current (in add/update/delete mode).
- beforeField() - Method in interface systextil.nxj.FieldListener
-
The beforeField event is invoked each time the field becomes current (in add/update/delete mode).
- beforeField(String) - Method in class systextil.nxj.DataViewController
-
Executa o método beforeField de um campo.
- beforeFind() - Method in class systextil.nxj.DataViewController
-
The beforeFind event is invoked before a FIND operation is performed.
- beforeFind() - Method in interface systextil.nxj.DataViewListener
-
The beforeFind event is invoked before a FIND operation is performed.
- beforeForm() - Method in class systextil.nxj.FormController
- beforeModeChange() - Method in class systextil.nxj.FormController
- beforeRecord() - Method in class systextil.nxj.DataViewController
-
The beforeRecord event is called before a stored record is made current in the selected set.
- beforeRecord() - Method in interface systextil.nxj.DataViewListener
-
The beforeRecord event is called before a stored record is made current in the selected set.
- beforeSave() - Method in class systextil.nxj.DataViewController
-
The beforeSave event is invoked before a database UPDATE is performed on behalf of an ADD_UPDATE operation.
- beforeSave() - Method in interface systextil.nxj.DataViewListener
-
The beforeSave event is invoked before a database UPDATE is performed on behalf of an ADD_UPDATE operation.
- beforeUpdate() - Method in class systextil.nxj.DataViewController
-
The beforeUpdate event is invoked before a database UPDATE is performed on behalf of an ADD_UPDATE operation.
- beforeUpdate() - Method in interface systextil.nxj.DataViewListener
-
The beforeUpdate event is invoked before a database UPDATE is performed on behalf of an ADD_UPDATE operation.
- between(Object, Object) - Method in class systextil.nxj.datatypes.Nullable
- BOOLEAN - Static variable in interface systextil.nxj.datatypes.DataViewValue
- BooleanField - Class in systextil.nxj.field
-
BooleanField
representa um Field do tipoBoolean
do NXJ. - BooleanField(DataViewController) - Constructor for class systextil.nxj.field.BooleanField
C
- CampoCodigoDeEmpresa - Class in widgets
-
Campo numerico com validação do codigo de empresa
- CampoCodigoDeEmpresa(DataViewController) - Constructor for class widgets.CampoCodigoDeEmpresa
- CampoCodigoDeEmpresa(DataViewController, String) - Constructor for class widgets.CampoCodigoDeEmpresa
- CampoCodigoDeEmpresa(DataViewController, String, StringField) - Constructor for class widgets.CampoCodigoDeEmpresa
- CampoCodigoDeEmpresa(DataViewController, StringField) - Constructor for class widgets.CampoCodigoDeEmpresa
- CampoDePercentual - Class in widgets
-
Campo Amount que valida que o valor está entre 0 e 100, como é o caso de muitos casos de muitos campos de percetual do sistema
- CampoDePercentual(DataViewController) - Constructor for class widgets.CampoDePercentual
- CampoDePercentual(DataViewController, String) - Constructor for class widgets.CampoDePercentual
- CANCEL_ZOOM - Static variable in class systextil.nxj.DataViewController
- ChainedFieldController<T extends Comparable<? super T>> - Class in systextil.nxj
-
Representa um campo que trabalha encadeado com outros campos semelhantes.
- ChainedFieldController(DataViewController, DataViewValue<T>, String, String, T, ChainedFieldController<T>) - Constructor for class systextil.nxj.ChainedFieldController
-
Cria um campo com o nome informado.
- ChainedFieldController(DataViewController, DataViewValue<T>, String, T, ChainedFieldController<T>) - Constructor for class systextil.nxj.ChainedFieldController
-
Cria um campo com o mesmo nome da classe que o implementa.
- ChainedIntField - Class in systextil.nxj.field
- ChainedIntField(DataViewController, String, Integer, ChainedFieldController<Integer>) - Constructor for class systextil.nxj.field.ChainedIntField
- ChainedIntField(DataViewController, String, String, Integer, ChainedFieldController<Integer>) - Constructor for class systextil.nxj.field.ChainedIntField
- ChainedStringField - Class in systextil.nxj.field
- ChainedStringField(DataViewController, String, String, String, ChainedFieldController<String>) - Constructor for class systextil.nxj.field.ChainedStringField
- ChainedStringField(DataViewController, String, String, ChainedFieldController<String>) - Constructor for class systextil.nxj.field.ChainedStringField
- CLEAR_TO_ADD - Static variable in class systextil.nxj.DataViewController
- CLEAR_TO_FIND - Static variable in class systextil.nxj.DataViewController
- clearAddExp(String) - Method in class systextil.nxj.FieldController
- clearAddExp(String, String) - Method in class systextil.nxj.DataViewController
- clearAddExp(String, String) - Method in interface systextil.nxj.FieldData
- clearFindExp(String) - Method in class systextil.nxj.FieldController
- clearFindExp(String, String) - Method in class systextil.nxj.DataViewController
- clearFindExp(String, String) - Method in interface systextil.nxj.FieldData
- commit() - Method in class systextil.nxj.FormController
- commit() - Method in interface systextil.nxj.FormData
- compareTo(Object) - Method in class systextil.nxj.datatypes.Nullable
- containerData - Variable in class systextil.nxj.DataViewController
- ContainerData - Interface in systextil.nxj
-
Expõe para as classes controller as operações disponíveis em um container (data view) do NXJ.
- containingDataView - Variable in class systextil.nxj.datatypes.Nullable
-
O
DataViewController
em que a variável está - createDataView(Class<? extends DataViewController>, ContainerData) - Method in class systextil.nxj.FormController
-
Cria um
DataViewController
da classe informada case ele ainda não tenha sido criado.
Independente de quantas vezes esse método for chamado, ele irá retornar sempre a primeira instancia criada para esse DataView. - currentRecordNumber() - Method in interface systextil.nxj.ContainerData
-
The index number of the record on which the data view is currently positioned (first record is 1, second record is 2, and so on).
- currentRecordNumber() - Method in class systextil.nxj.DataViewController
D
- DataViewController - Class in systextil.nxj
- DataViewController(ContainerData, FormController) - Constructor for class systextil.nxj.DataViewController
-
Construtor que deve ser usado por todas as subclasses que representem um DataView do NXJ.
- DataViewController.BeepException - Exception in systextil.nxj
-
A BeepException deve ser usada em substituiçao a função
CriaArqBeep
, muito comum em telas de espedição. - DataViewListener - Interface in systextil.nxj
-
Contém os eventos de data views, e permite definir esses eventos nas classes controller para serem usados em formulários que as usam.
- DataViewValue<T extends Comparable<? super T>> - Interface in systextil.nxj.datatypes
-
Lê ou define o valor de uma variável em um data view.
- DATE - Static variable in interface systextil.nxj.datatypes.DataViewValue
- DateField - Class in systextil.nxj.field
-
DateField
representa um Field do tipoDate
do NXJ. - DateField(DataViewController) - Constructor for class systextil.nxj.field.DateField
- DateField(DataViewController, String) - Constructor for class systextil.nxj.field.DateField
- DELETE - Static variable in class systextil.nxj.DataViewController
- deleteAllowed() - Method in interface systextil.nxj.ContainerData
-
Indicates whether DELETE operations are allowed in this data view.
- deleteAllowed() - Method in class systextil.nxj.DataViewController
- deleteAllowed(boolean) - Method in interface systextil.nxj.ContainerData
-
Set whether DELETE operations are allowed in this data view.
- deleteAllowed(boolean) - Method in class systextil.nxj.DataViewController
- deleteCurrentRecord() - Method in interface systextil.nxj.ContainerData
-
Performs a DELETE operation on the current record.
- deleteCurrentRecord() - Method in class systextil.nxj.DataViewController
- displayAndRestart(String) - Method in class systextil.nxj.FieldController
- displayToMessageBox(TagException) - Method in class systextil.nxj.DataViewController
-
Mostra uma mensagem para o usuário
- displayToMessageBox(TagException) - Method in class systextil.nxj.FormController
- displayToMessageBox(String) - Method in class systextil.nxj.DataViewController
-
Mostra uma mensagem para o usuário
- displayToMessageBox(String) - Method in class systextil.nxj.FormController
- DOUBLE - Static variable in interface systextil.nxj.datatypes.DataViewValue
- DoubleField - Class in systextil.nxj.field
-
DoubleField
representa um Field do tipoDouble
do NXJ. - DoubleField(DataViewController) - Constructor for class systextil.nxj.field.DoubleField
- DoubleField(DataViewController, String) - Constructor for class systextil.nxj.field.DoubleField
- DoubleFieldAcumulavel - Class in widgets
-
Classe de um campo Float que acumula os valores de um outro campo Float, com o intuito de exibir o valor total.
- DoubleFieldAcumulavel(DataViewController, String, DoubleField) - Constructor for class widgets.DoubleFieldAcumulavel
E
- EMPTY - Static variable in interface systextil.nxj.FieldListener
-
Não faz nada.
- equals(Object) - Method in class systextil.nxj.datatypes.Nullable
- EXIT - Static variable in class systextil.nxj.DataViewController
F
- FieldAdapter - Class in systextil.nxj
-
Conveniência para implementar somente os métodos de
FieldListener
que se desejar. - FieldAdapter() - Constructor for class systextil.nxj.FieldAdapter
-
Novo listener vazio.
- FieldAdapter(FieldListener) - Constructor for class systextil.nxj.FieldAdapter
-
Novo listener baseado em outro listener.
- FieldController<T extends Comparable<? super T>> - Class in systextil.nxj
-
FieldController
é a classe base para todas as classes que representem um Field do NXJ - FieldController(DataViewController, DataViewValue<T>) - Constructor for class systextil.nxj.FieldController
- FieldController(DataViewController, DataViewValue<T>, String) - Constructor for class systextil.nxj.FieldController
- FieldData - Interface in systextil.nxj
-
Contém os métodos de um data view para manipular seus campos.
- FieldListener - Interface in systextil.nxj
-
Contém os eventos de campos de formulários.
- FIND - Static variable in class systextil.nxj.DataViewController
- findAllowed() - Method in interface systextil.nxj.ContainerData
-
Indicates whether FIND operations are allowed in this data view.
- findAllowed() - Method in class systextil.nxj.DataViewController
- findAllowed(boolean) - Method in interface systextil.nxj.ContainerData
-
Set whether FIND operations are allowed in this data view.
- findAllowed(boolean) - Method in class systextil.nxj.DataViewController
- FIRST_RECORD - Static variable in class systextil.nxj.DataViewController
- FormController - Class in systextil.nxj
-
Subclasses desta classe podem controlar quase toda a lógica a ser executada em um formulário do Systêxtil no NXJ.
- FormController(FormData) - Constructor for class systextil.nxj.FormController
-
Constrói um controlador para o formulário desejado.
- formData - Variable in class systextil.nxj.FormController
- FormData - Interface in systextil.nxj
-
Expõe para as classes controller as operações disponíveis em um formulário do NXJ.
G
- getAmount(String) - Method in class systextil.nxj.DataViewController
-
Obtém valor de um campo ou variável do formulário.
- getAmount(String) - Method in interface systextil.nxj.FieldData
- getAmount(String, String) - Method in class systextil.nxj.FormController
-
Obtém valor de um campo ou variável de um formulário anterior.
- getAmount(String, String) - Method in interface systextil.nxj.FormData
- getBatchRecordType() - Method in interface systextil.nxj.FormData
-
Obtém o tipo de registro para agendar processos na tabela OPER_001.
- getBoolean(String) - Method in class systextil.nxj.DataViewController
-
Obtém valor de um campo ou variável do formulário.
- getBoolean(String) - Method in interface systextil.nxj.FieldData
- getBoolean(String, String) - Method in class systextil.nxj.FormController
-
Obtém valor de um campo ou variável de um formulário anterior.
- getBoolean(String, String) - Method in interface systextil.nxj.FormData
- getConn() - Method in class systextil.nxj.DataViewController
- getConn() - Method in class systextil.nxj.FormController
- getConnection() - Method in interface systextil.nxj.FormData
- getDataView(Class<? extends DataViewController>) - Method in class systextil.nxj.FormController
-
Busca um
DataViewController
previamente adicionado a esse FormController.
Note que o compilador do NXJ não aceita Generics, logo, no NXJ, é necessário fazer o cast para a classe de retorno. - getDate(String) - Method in class systextil.nxj.DataViewController
-
Obtém valor de um campo ou variável do formulário.
- getDate(String) - Method in interface systextil.nxj.FieldData
- getDate(String, String) - Method in class systextil.nxj.FormController
-
Obtém valor de um campo ou variável de um formulário anterior.
- getDate(String, String) - Method in interface systextil.nxj.FormData
- getDouble(String) - Method in class systextil.nxj.DataViewController
-
Obtém valor de um campo ou variável do formulário.
- getDouble(String) - Method in interface systextil.nxj.FieldData
- getDouble(String, String) - Method in class systextil.nxj.FormController
-
Obtém valor de um campo ou variável de um formulário anterior.
- getDouble(String, String) - Method in interface systextil.nxj.FormData
- getInt(String) - Method in class systextil.nxj.DataViewController
-
Obtém valor de um campo ou variável do formulário.
- getInt(String) - Method in interface systextil.nxj.FieldData
- getInt(String, String) - Method in class systextil.nxj.FormController
-
Obtém valor de um campo ou variável de um formulário anterior.
- getInt(String, String) - Method in interface systextil.nxj.FormData
-
Equivalente ao getVarFromForm
- getInteractive() - Method in interface systextil.nxj.FormData
- getMdi() - Method in interface systextil.nxj.FormData
- getRepeatedValueTag() - Method in class systextil.nxj.ChainedFieldController
-
Retorna a mensagem que será lançada se o valor já foi usado em um campo anterior.
- getString(String) - Method in class systextil.nxj.DataViewController
-
Obtém valor de um campo ou variável do formulário.
- getString(String) - Method in interface systextil.nxj.FieldData
- getString(String, String) - Method in class systextil.nxj.FormController
-
Obtém valor de um campo ou variável de um formulário anterior.
- getString(String, String) - Method in interface systextil.nxj.FormData
- getTime(String) - Method in class systextil.nxj.DataViewController
-
Obtém valor de um campo ou variável do formulário.
- getTime(String) - Method in interface systextil.nxj.FieldData
- getTime(String, String) - Method in class systextil.nxj.FormController
-
Obtém valor de um campo ou variável de um formulário anterior.
- getTime(String, String) - Method in interface systextil.nxj.FormData
- getTimestamp(String) - Method in class systextil.nxj.DataViewController
-
Obtém valor de um campo ou variável do formulário.
- getTimestamp(String) - Method in interface systextil.nxj.FieldData
- getTimestamp(String, String) - Method in class systextil.nxj.FormController
-
Obtém valor de um campo ou variável de um formulário anterior.
- getTimestamp(String, String) - Method in interface systextil.nxj.FormData
- getUtilTag() - Method in interface systextil.nxj.FormData
H
- hashCode() - Method in class systextil.nxj.datatypes.Nullable
I
- inFindMode() - Method in interface systextil.nxj.ContainerData
-
Indicates whether the data view is in find mode.
- inFindMode() - Method in class systextil.nxj.DataViewController
- initDataView() - Method in class systextil.nxj.DataViewController
-
The initDataView event is called when the form containing the data view is initializing.
- initDataView() - Method in interface systextil.nxj.DataViewListener
-
The initDataView event is called when the form containing the data view is initializing.
- initField() - Method in class systextil.nxj.FieldAdapter
- initField() - Method in class systextil.nxj.FieldController
-
The initField event section is invoked on each field when the form is activated.
- initField() - Method in interface systextil.nxj.FieldListener
-
The initField event section is invoked on each field when the form is activated.
- initField(String) - Method in class systextil.nxj.DataViewController
-
Executa o método initField de um campo.
- INT - Static variable in interface systextil.nxj.datatypes.DataViewValue
- IntField - Class in systextil.nxj.field
-
IntField
representa um Field do tipoInteger
do NXJ. - IntField(DataViewController) - Constructor for class systextil.nxj.field.IntField
- IntField(DataViewController, String) - Constructor for class systextil.nxj.field.IntField
- isAlphaValid(int, String) - Method in class systextil.nxj.FormController
- isCurrentRecordNew() - Method in interface systextil.nxj.ContainerData
-
Indicates whether the current record is new (created by a
DataViewController.onClearToAdd()
and not yet stored in the target table). - isCurrentRecordNew() - Method in class systextil.nxj.DataViewController
- isCurrentRecordStored() - Method in interface systextil.nxj.ContainerData
-
Indicates whether the values in the current record are stored in persistent storage (the database or data source).
- isCurrentRecordStored() - Method in class systextil.nxj.DataViewController
- isNull() - Method in class systextil.nxj.datatypes.Nullable
-
Indica se a variável é nula
- isNull(String) - Method in class systextil.nxj.DataViewController
-
Verifica se uma variavel
Nullable
é nula - isNull(String) - Method in interface systextil.nxj.FieldData
- isNull(String, String) - Method in class systextil.nxj.DataViewController
-
Verifica se uma variavel
Nullable
de outro formulário é nula - isNull(String, String) - Method in interface systextil.nxj.FieldData
L
- LAST_RECORD - Static variable in class systextil.nxj.DataViewController
- log - Variable in class systextil.nxj.DataViewController
M
- mdi - Variable in class systextil.nxj.FormController
N
- name - Variable in class systextil.nxj.datatypes.Nullable
-
O nome da variável
- newAppConnection(String, Object...) - Method in class systextil.nxj.FormController
-
Constroi um novo
AppConnection
com base no SQL e nos parametros passados.
O valor de todos os parâmetros que sejam umNullable
serão substituido porNullable.value()
- next - Variable in class systextil.nxj.ChainedFieldController
- NEXT_FIELD - Static variable in class systextil.nxj.DataViewController
- NEXT_FORM - Static variable in class systextil.nxj.DataViewController
- NEXT_RECORD - Static variable in class systextil.nxj.DataViewController
- NEXT_SET - Static variable in class systextil.nxj.DataViewController
- Nullable<T extends Comparable<? super T>> - Class in systextil.nxj.datatypes
-
Nullable
é a classe base para todas as classes representem uma variável do NXJ. - Nullable(DataViewController, DataViewValue<T>) - Constructor for class systextil.nxj.datatypes.Nullable
- Nullable(DataViewController, DataViewValue<T>, String) - Constructor for class systextil.nxj.datatypes.Nullable
- NullableAmount - Class in systextil.nxj.datatypes
-
NullableAmount
representa uma variávelAmount
do NXJ. - NullableAmount(DataViewController, String) - Constructor for class systextil.nxj.datatypes.NullableAmount
- NullableBoolean - Class in systextil.nxj.datatypes
-
NullableBoolean
representa uma variávelBoolean
do NXJ. - NullableBoolean(DataViewController, String) - Constructor for class systextil.nxj.datatypes.NullableBoolean
- NullableDate - Class in systextil.nxj.datatypes
-
NullableDate
representa uma variávelDate
do NXJ. - NullableDate(DataViewController, String) - Constructor for class systextil.nxj.datatypes.NullableDate
- NullableDouble - Class in systextil.nxj.datatypes
-
NullableDouble
representa uma variávelDouble
do NXJ. - NullableDouble(DataViewController, String) - Constructor for class systextil.nxj.datatypes.NullableDouble
- NullableInt - Class in systextil.nxj.datatypes
-
NullableInt
representa uma variávelInteger
do NXJ. - NullableInt(DataViewController, String) - Constructor for class systextil.nxj.datatypes.NullableInt
- NullableString - Class in systextil.nxj.datatypes
-
NullableInt
representa uma variávelInteger
do NXJ. - NullableString(DataViewController, String) - Constructor for class systextil.nxj.datatypes.NullableString
- NullableTime - Class in systextil.nxj.datatypes
-
NullableTime
representa uma variávelTime
do NXJ. - NullableTime(DataViewController, String) - Constructor for class systextil.nxj.datatypes.NullableTime
- NullableTimestamp - Class in systextil.nxj.datatypes
-
NullableTimestamp
representa uma variávelTimestamp
do NXJ. - NullableTimestamp(DataViewController, String) - Constructor for class systextil.nxj.datatypes.NullableTimestamp
O
- onChooseNextForm() - Method in class systextil.nxj.FormController
- onClearToAdd() - Method in class systextil.nxj.DataViewController
-
The onClearToAdd event is called when a CLEAR_TO_ADD operation is performed on the data view.
- onClearToAdd() - Method in interface systextil.nxj.DataViewListener
-
The onClearToAdd event is called when a CLEAR_TO_ADD operation is performed on the data view.
- onClearToFind() - Method in class systextil.nxj.DataViewController
-
The onClearToFind event is called when a CLEAR_TO_FIND operation is performed on the data view.
- onClearToFind() - Method in interface systextil.nxj.DataViewListener
-
The onClearToFind event is called when a CLEAR_TO_FIND operation is performed on the data view.
- onDataAccept() - Method in class systextil.nxj.FieldAdapter
- onDataAccept() - Method in class systextil.nxj.FieldController
-
The onDataAccept event is invoked whenever input is accepted on the field (in add/update/delete mode).
- onDataAccept() - Method in interface systextil.nxj.FieldListener
-
The onDataAccept event is invoked whenever input is accepted on the field (in add/update/delete mode).
- onDataAccept(String) - Method in class systextil.nxj.DataViewController
-
Executa o método onDataAccept de um campo.
- onExit() - Method in class systextil.nxj.FormController
- onFind() - Method in class systextil.nxj.DataViewController
-
The onFind event is invoked on each row retrieved by a FIND operation.
- onFind() - Method in interface systextil.nxj.DataViewListener
-
The onFind event is invoked on each row retrieved by a FIND operation.
- onLeave() - Method in class systextil.nxj.DataViewController
-
The onLeave event is called when focus moves to a field in another dataview.
- onLeave() - Method in interface systextil.nxj.DataViewListener
-
The onLeave event is called when focus moves to a field in another dataview.
- onNextForm() - Method in class systextil.nxj.FormController
- onNextRecord() - Method in class systextil.nxj.DataViewController
-
The onNextRecord event is called when a NEXT_RECORD, NEXT_SET, or LAST_RECORD operation is performed.
- onNextRecord() - Method in interface systextil.nxj.DataViewListener
-
The onNextRecord event is called when a NEXT_RECORD, NEXT_SET, or LAST_RECORD operation is performed.
- onPreviousForm() - Method in class systextil.nxj.FormController
- onPreviousRecord() - Method in class systextil.nxj.DataViewController
-
The onPreviousRecord event is called when a PREVIOUS_RECORD, PREVIOUS_SET, or FIRST_RECORD operation is performed.
- onPreviousRecord() - Method in interface systextil.nxj.DataViewListener
-
The onPreviousRecord event is called when a PREVIOUS_RECORD, PREVIOUS_SET, or FIRST_RECORD operation is performed.
- onSearchRangeAccept() - Method in class systextil.nxj.FieldAdapter
- onSearchRangeAccept() - Method in class systextil.nxj.FieldController
-
The onSearchRangeAccept event is invoked whenever input is accepted on the field in FIND mode.
- onSearchRangeAccept() - Method in interface systextil.nxj.FieldListener
-
The onSearchRangeAccept event is invoked whenever input is accepted on the field in FIND mode.
- onSearchRangeAccept(String) - Method in class systextil.nxj.DataViewController
-
Executa o método onSearchRangeAccept de um campo.
- OptionIntField - Class in widgets
-
O
OptionIntField
representa um intField com uma faixa de valores aceitos pré-definidos. - OptionIntField(DataViewController, String, Integer...) - Constructor for class widgets.OptionIntField
-
Construtor utilizado para validação de valores aceitos pelo campos.
P
- positionToRecord(int) - Method in interface systextil.nxj.ContainerData
-
Positions to the specified record number (first record is 1, second record is 2, and so forth).
- positionToRecord(int) - Method in class systextil.nxj.DataViewController
- previous - Variable in class systextil.nxj.ChainedFieldController
- PREVIOUS_FIELD - Static variable in class systextil.nxj.DataViewController
- PREVIOUS_FORM - Static variable in class systextil.nxj.DataViewController
- PREVIOUS_RECORD - Static variable in class systextil.nxj.DataViewController
- PREVIOUS_SET - Static variable in class systextil.nxj.DataViewController
Q
- queueCommand(String) - Method in interface systextil.nxj.ContainerData
-
Execute the specified event of the current DataView.
- queueCommand(String) - Method in class systextil.nxj.DataViewController
- queueNextField(String) - Method in interface systextil.nxj.ContainerData
-
Moves the cursor to the specified field
- queueNextField(String) - Method in class systextil.nxj.DataViewController
- queueNextForm(String) - Method in class systextil.nxj.FormController
- queueNextForm(String) - Method in interface systextil.nxj.FormData
R
- recordCount() - Method in interface systextil.nxj.ContainerData
-
The number of records in the selected set.
- recordCount() - Method in class systextil.nxj.DataViewController
- registerField(String, FieldListener) - Method in class systextil.nxj.DataViewController
-
Adiciona um
FieldListener
pelo nome a esse DataView - rejectOperation() - Method in interface systextil.nxj.ContainerData
-
Rejects the current operation.
- rejectOperation() - Method in class systextil.nxj.DataViewController
- rejectRecord() - Method in interface systextil.nxj.ContainerData
-
Used in the
DataViewController.onFind()
event section to reject a candidate record from being included in the selected set. - rejectRecord() - Method in class systextil.nxj.DataViewController
- requestFocus() - Method in class systextil.nxj.FieldController
- requestFocus(boolean) - Method in class systextil.nxj.FieldController
- resetar() - Method in interface widgets.Acumulavel
-
Reseta este campo para o valor default (zero)
- resetar() - Method in class widgets.AmountFieldAcumulavel
-
Reseta este campo para o valor default (zero)
- resetar() - Method in class widgets.DoubleFieldAcumulavel
-
Reseta este campo para o valor default (zero)
- rollback() - Method in class systextil.nxj.FormController
- rollback() - Method in interface systextil.nxj.FormData
S
- searchRanges(String) - Method in class systextil.nxj.FieldController
- searchRanges(String, String) - Method in class systextil.nxj.DataViewController
- searchRanges(String, String) - Method in interface systextil.nxj.FieldData
- set(Amount) - Method in class systextil.nxj.datatypes.NullableAmount
-
Atribui um novo valor para a variável
- set(Amount) - Method in class systextil.nxj.field.AmountField
-
Atribui um novo valor para a variável
- set(Boolean) - Method in class systextil.nxj.datatypes.NullableBoolean
-
Atribui um novo valor para a variável
- set(Boolean) - Method in class systextil.nxj.field.BooleanField
-
Atribui um novo valor para a variável
- set(Double) - Method in class systextil.nxj.datatypes.NullableDouble
-
Atribui um novo valor para a variável
- set(Double) - Method in class systextil.nxj.field.DoubleField
-
Atribui um novo valor para a variável
- set(Integer) - Method in class systextil.nxj.datatypes.NullableInt
-
Atribui um novo valor para a variável
- set(Integer) - Method in class systextil.nxj.field.ChainedIntField
- set(Integer) - Method in class systextil.nxj.field.IntField
-
Atribui um novo valor para a variável
- set(String) - Method in class systextil.nxj.datatypes.NullableString
-
Atribui um novo valor para a variável
- set(String) - Method in class systextil.nxj.field.ChainedStringField
- set(String) - Method in class systextil.nxj.field.StringField
-
Atribui um novo valor para a variável
- set(String, boolean) - Method in class systextil.nxj.DataViewController
-
Atribui valor a um campo ou variável do formulário.
- set(String, boolean) - Method in interface systextil.nxj.FieldData
- set(String, double) - Method in class systextil.nxj.DataViewController
-
Atribui valor a um campo ou variável do formulário.
- set(String, double) - Method in interface systextil.nxj.FieldData
- set(String, int) - Method in class systextil.nxj.DataViewController
-
Atribui valor a um campo ou variável do formulário.
- set(String, int) - Method in interface systextil.nxj.FieldData
- set(String, Amount) - Method in class systextil.nxj.DataViewController
-
Atribui valor a um campo ou variável do formulário.
- set(String, Amount) - Method in interface systextil.nxj.FieldData
- set(String, String) - Method in class systextil.nxj.DataViewController
-
Atribui valor a um campo ou variável do formulário.
- set(String, String) - Method in interface systextil.nxj.FieldData
- set(String, String, boolean) - Method in class systextil.nxj.FormController
-
Atribui valor a um campo ou variável de um formulário anterior.
- set(String, String, boolean) - Method in interface systextil.nxj.FormData
- set(String, String, double) - Method in class systextil.nxj.FormController
-
Atribui valor a um campo ou variável de um formulário anterior.
- set(String, String, double) - Method in interface systextil.nxj.FormData
- set(String, String, int) - Method in class systextil.nxj.FormController
-
Atribui valor a um campo ou variável de um formulário anterior.
- set(String, String, int) - Method in interface systextil.nxj.FormData
-
Equivalente ao setVarFromForm
- set(String, String, Amount) - Method in class systextil.nxj.FormController
-
Atribui valor a um campo ou variável de um formulário anterior.
- set(String, String, Amount) - Method in interface systextil.nxj.FormData
- set(String, String, String) - Method in class systextil.nxj.FormController
-
Atribui valor a um campo ou variável de um formulário anterior.
- set(String, String, String) - Method in interface systextil.nxj.FormData
- set(String, String, Date) - Method in class systextil.nxj.FormController
-
Atribui valor a um campo ou variável de um formulário anterior.
- set(String, String, Date) - Method in interface systextil.nxj.FormData
- set(String, String, Time) - Method in class systextil.nxj.FormController
-
Atribui valor a um campo ou variável de um formulário anterior.
- set(String, String, Time) - Method in interface systextil.nxj.FormData
- set(String, String, Timestamp) - Method in class systextil.nxj.FormController
-
Atribui valor a um campo ou variável de um formulário anterior.
- set(String, String, Timestamp) - Method in interface systextil.nxj.FormData
- set(String, Date) - Method in class systextil.nxj.DataViewController
-
Atribui valor a um campo ou variável do formulário.
- set(String, Date) - Method in interface systextil.nxj.FieldData
- set(String, Time) - Method in class systextil.nxj.DataViewController
-
Atribui valor a um campo ou variável do formulário.
- set(String, Time) - Method in interface systextil.nxj.FieldData
- set(String, Timestamp) - Method in class systextil.nxj.DataViewController
-
Atribui valor a um campo ou variável do formulário.
- set(String, Timestamp) - Method in interface systextil.nxj.FieldData
- set(Date) - Method in class systextil.nxj.datatypes.NullableDate
-
Atribui um novo valor para a variável
- set(Date) - Method in class systextil.nxj.field.DateField
-
Atribui um novo valor para a variável
- set(Time) - Method in class systextil.nxj.datatypes.NullableTime
-
Atribui um novo valor para a variável
- set(Time) - Method in class systextil.nxj.field.TimeField
-
Atribui um novo valor para a variável
- set(Timestamp) - Method in class systextil.nxj.datatypes.NullableTimestamp
-
Atribui um novo valor para a variável
- set(Timestamp) - Method in class systextil.nxj.field.TimestampField
-
Atribui um novo valor para a variável
- set(DataViewController, String, T) - Method in interface systextil.nxj.datatypes.DataViewValue
-
Atribui um novo valor para a variável
- set(T) - Method in class systextil.nxj.datatypes.Nullable
-
Atribui um novo valor para a variável
- setListener(FieldListener) - Method in class systextil.nxj.FieldController
-
Atribui um listener para este controller estender ou sobrescrever seus eventos.
- setNull() - Method in class systextil.nxj.datatypes.Nullable
-
Atribui um valor nulo para a variável
- setNull(String) - Method in class systextil.nxj.DataViewController
-
Atribui o valor null para uma variavel Nullable
- setNull(String) - Method in interface systextil.nxj.FieldData
- setNullIfNotValid() - Method in class systextil.nxj.FieldController
-
Valida o campo atual, e, se não estiver válido, o apaga.
- setStippled(boolean) - Method in class systextil.nxj.FieldController
- setStippled(String, boolean) - Method in class systextil.nxj.DataViewController
- setStippled(String, boolean) - Method in interface systextil.nxj.FieldData
- sqlOptionalCondition(String) - Method in interface systextil.nxj.ContainerData
-
An SQL WHERE clause fragment that will be included in the WHERE clause created by a FIND operation.
- sqlOptionalCondition(String) - Method in class systextil.nxj.DataViewController
- sqlOrderByClause(String) - Method in interface systextil.nxj.ContainerData
-
The value of the SQL ORDER BY clause that is used for FIND operations.
- sqlOrderByClause(String) - Method in class systextil.nxj.DataViewController
- stopForInput() - Method in class systextil.nxj.FieldController
- stopForInput(boolean) - Method in class systextil.nxj.FieldController
- stopForInput(String) - Method in class systextil.nxj.DataViewController
- stopForInput(String) - Method in interface systextil.nxj.FieldData
- stopForInput(String, boolean) - Method in class systextil.nxj.DataViewController
- stopForInput(String, boolean) - Method in interface systextil.nxj.FieldData
- STRING - Static variable in interface systextil.nxj.datatypes.DataViewValue
- StringField - Class in systextil.nxj.field
-
StringField
representa um Field do tipoString
do NXJ. - StringField(DataViewController) - Constructor for class systextil.nxj.field.StringField
- StringField(DataViewController, String) - Constructor for class systextil.nxj.field.StringField
- systextil.nxj - package systextil.nxj
-
Em construção
- systextil.nxj.datatypes - package systextil.nxj.datatypes
- systextil.nxj.field - package systextil.nxj.field
T
- tagInteractive - Variable in class systextil.nxj.FormController
- TIME - Static variable in interface systextil.nxj.datatypes.DataViewValue
- TimeField - Class in systextil.nxj.field
-
TimeField
representa um Field do tipoTime
do NXJ. - TimeField(DataViewController) - Constructor for class systextil.nxj.field.TimeField
- TIMESTAMP - Static variable in interface systextil.nxj.datatypes.DataViewValue
- TimestampField - Class in systextil.nxj.field
-
TimestampField
representa um Field do tipoTimestamp
do NXJ. - TimestampField(DataViewController) - Constructor for class systextil.nxj.field.TimestampField
U
- updateable() - Method in class systextil.nxj.FieldController
- updateable(boolean) - Method in class systextil.nxj.FieldController
- updateable(String) - Method in class systextil.nxj.DataViewController
- updateable(String) - Method in interface systextil.nxj.FieldData
- updateable(String, boolean) - Method in class systextil.nxj.DataViewController
- updateable(String, boolean) - Method in interface systextil.nxj.FieldData
- updateAllowed() - Method in interface systextil.nxj.ContainerData
-
Indicates whether UPDATE operations are allowed in this data view.
- updateAllowed() - Method in class systextil.nxj.DataViewController
- updateAllowed(boolean) - Method in interface systextil.nxj.ContainerData
-
Set whether UPDATE operations are allowed in this data view.
- updateAllowed(boolean) - Method in class systextil.nxj.DataViewController
- updateCurrentRecord() - Method in interface systextil.nxj.ContainerData
-
Performs an ADD_UPDATE operation on the current record.
- updateCurrentRecord() - Method in class systextil.nxj.DataViewController
- updateDescricao() - Method in class widgets.CampoCodigoDeEmpresa
-
vefica se a empresa existe, e neste atualiza o campo de descricao com o nome da empresa.
- utilTag - Variable in class systextil.nxj.FormController
V
- validar() - Method in class systextil.nxj.ChainedFieldController
-
Valida o valor informado no campo e inicia o encadeamento de validação dos campos seguintes.
- validar() - Method in class systextil.nxj.FieldAdapter
- validar() - Method in class systextil.nxj.FieldController
-
The validar event is invoked whenever input is accepted on the field (in add/update/delete mode).
- validar() - Method in interface systextil.nxj.FieldListener
-
The validar event is invoked whenever input is accepted on the field (in add/update/delete mode).
- validar() - Method in class widgets.CampoCodigoDeEmpresa
- validar() - Method in class widgets.CampoDePercentual
- validar() - Method in class widgets.OptionIntField
- validar(String) - Method in class systextil.nxj.DataViewController
-
Executa o método validar de um campo.
- validar(T) - Method in class systextil.nxj.ChainedFieldController
-
Validação feita se o campo estiver preenchido com um valor que não é o default.
- validarDefault() - Method in class systextil.nxj.ChainedFieldController
-
Validação feita se o campo estiver preenchido com o valor default.
- value() - Method in class systextil.nxj.datatypes.Nullable
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.datatypes.NullableAmount
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.datatypes.NullableBoolean
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.datatypes.NullableDate
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.datatypes.NullableDouble
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.datatypes.NullableInt
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.datatypes.NullableString
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.datatypes.NullableTime
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.datatypes.NullableTimestamp
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.field.AmountField
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.field.BooleanField
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.field.ChainedIntField
- value() - Method in class systextil.nxj.field.ChainedStringField
- value() - Method in class systextil.nxj.field.DateField
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.field.DoubleField
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.field.IntField
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.field.StringField
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.field.TimeField
-
Retorna o valor atual da variável.
- value() - Method in class systextil.nxj.field.TimestampField
-
Retorna o valor atual da variável.
- value(DataViewController, String) - Method in interface systextil.nxj.datatypes.DataViewValue
-
Retorna o valor atual da variável.
- visible() - Method in class systextil.nxj.FieldController
- visible(boolean) - Method in class systextil.nxj.FieldController
- visible(String) - Method in class systextil.nxj.DataViewController
- visible(String) - Method in interface systextil.nxj.FieldData
- visible(String, boolean) - Method in class systextil.nxj.DataViewController
- visible(String, boolean) - Method in interface systextil.nxj.FieldData
W
- whenValueChanges() - Method in class systextil.nxj.FieldAdapter
- whenValueChanges() - Method in class systextil.nxj.FieldController
-
The whenValueChanges event is invoked whenever the field is set to a new, different value.
- whenValueChanges() - Method in interface systextil.nxj.FieldListener
-
The whenValueChanges event is invoked whenever the field is set to a new, different value.
- whenValueChanges(String) - Method in class systextil.nxj.DataViewController
-
Executa o método whenValueChanges de um campo.
- widgets - package widgets
Z
- ZOOM - Static variable in class systextil.nxj.DataViewController
All Classes|All Packages|Constant Field Values|Serialized Form