A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

ACCEPT_OPTION - Static variable in class pt.despodata.java.ddata.DDataCalendar
 
ACCEPT_OPTION - Static variable in class pt.despodata.java.ddata.DDataDateChooser
Value returned by showDialog upon pressing the "okay" button.
ACCEPT_OPTION - Static variable in class pt.moredata.widgets.Calendar
Description of the Field
ACCEPT_OPTION - Static variable in class pt.moredata.widgets.DateChooser
Value returned by showDialog upon pressing the "okay" button.
ACTION_COMMAND_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do parametro enviado no request que contem o comando a executar na entrada de dados.
ACTION_EVENT_KEY - Static variable in class pt.moredata.dataentry.core.AbstractDataEntry
 
ACTION_KEY - Static variable in class pt.moredata.taglibs.filter.PaginatorTag
Chave usada para transmitir a accao que o PaginatorController deve tomar.
ACTUALIZAR - Static variable in class pt.despodata.java.webappl.GenericModel
Actualizacao do registo corrente do modelo de dados.
ACTUALIZAR_UM - Static variable in class pt.despodata.java.webappl.GenericModel
Actualizacao de um registo do modelo de dados.
ADD_BOLD - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
ADD_ITALIC - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
ADD_UNDERLINE - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
ADMINMODE - Static variable in class pt.moredata.mdmenus.FastMenuMaker
 
AFTER_ACTION - Static variable in class pt.despodata.java.webappl.actions.event.ActionEvent
 
AFTER_ACTION_EVENT - Static variable in class pt.moredata.dataentry.core.AbstractDataEntry
 
AFTER_DELETED_EVENT - Static variable in class pt.moredata.dataentry.event.DataEntryEvent
Evento gerado depois de se apagar um registo na entrada de dados.
AFTER_DELETE_ROW - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
AFTER_DELETE_ROW - Static variable in class pt.moredata.widgets.event.TableEvent
 
AFTER_INSERTED_EVENT - Static variable in class pt.moredata.dataentry.event.DataEntryEvent
Evento gerado depois de se inserir um registo na entrada de dados.
AFTER_MODE_CHANGED_EVENT - Static variable in class pt.moredata.dataentry.event.DataEntryEvent
Evento gerado depois de se alterar o mode da entrada de dados.
AFTER_MODIFIED_EVENT - Static variable in class pt.moredata.dataentry.event.DataEntryEvent
Evento gerado depois de se modificar um registo na entrada de dados.
AFTER_ROW - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
AFTER_ROW - Static variable in class pt.moredata.widgets.event.TableEvent
 
ALIAS - Static variable in class pt.moredata.dao.DataMetaData
 
ALTERAR_DETALHE - Static variable in class pt.despodata.java.webappl.GenericModel
Alteracao de detalhes no modelo de dados.
ALTERAR_MARCADO - Static variable in class pt.despodata.java.webappl.GenericModel
Alteracao de detalhes no modelo de dados.
ALTER_STATE - Static variable in class pt.despodata.java.webappl.tables.ApplDataControl
Usado quando se esta a alterar o ApplDataControl.
APPLICATION_KEY - Static variable in class pt.despodata.java.webappl.Types
 
APPL_PATH_KEY - Static variable in class pt.despodata.java.webappl.Types
 
ARRAY - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
AUTENTICACAO - Static variable in class pt.despodata.java.webappl.GenericController
Prefixo do nome de um campo do tipo CHECKBOX na lista de registos.
AUTOMATIC_RESIZE - Static variable in class pt.despodata.java.ddata.DDataTable
A tabela cresce à medida que se vai inserindo linhas na tabela
AUTOMATIC_RESIZE - Static variable in class pt.moredata.widgets.Table
A tabela cresce à medida que se vai inserindo linhas na tabela
AUTO_RESIZE_ALL_COLUMNS - Static variable in class pt.despodata.java.ddata.DDataTable
Durante todas as operacões de redimensionamento, redimensiona todas as colunas de forma proporcional
AUTO_RESIZE_ALL_COLUMNS - Static variable in class pt.moredata.widgets.Table
Durante todas as operacões de redimensionamento, redimensiona todas as colunas de forma proporcional
AUTO_RESIZE_LAST_COLUMN - Static variable in class pt.despodata.java.ddata.DDataTable
Durante todas as operacões de redimensionamento, aplica ajustamentos apenas na ultima coluna
AUTO_RESIZE_LAST_COLUMN - Static variable in class pt.moredata.widgets.Table
Durante todas as operacões de redimensionamento, aplica ajustamentos apenas na ultima coluna
AUTO_RESIZE_NEXT_COLUMN - Static variable in class pt.despodata.java.ddata.DDataTable
Quando uma coluna é ajustada, ajusta o tamanho da coluna imediatamente seguinte
AUTO_RESIZE_NEXT_COLUMN - Static variable in class pt.moredata.widgets.Table
Quando uma coluna é ajustada, ajusta o tamanho da coluna imediatamente seguinte
AUTO_RESIZE_OFF - Static variable in class pt.despodata.java.ddata.DDataTable
Não ajusta o tamanho das colunas, utiliza a scrollbar
AUTO_RESIZE_OFF - Static variable in class pt.moredata.widgets.Table
Não ajusta o tamanho das colunas, utiliza a scrollbar
AUTO_RESIZE_SUBSEQUENT_COLUMNS - Static variable in class pt.despodata.java.ddata.DDataTable
Durante o ajustamento, ajusta as colunas a seguir de forma a preservar o tamanho total
AUTO_RESIZE_SUBSEQUENT_COLUMNS - Static variable in class pt.moredata.widgets.Table
Durante o ajustamento, ajusta as colunas a seguir de forma a preservar o tamanho total
AbstractAction - class pt.moredata.dataentry.action.AbstractAction.
Company MoreData
AbstractAction() - Constructor for class pt.moredata.dataentry.action.AbstractAction
 
AbstractCommandRunner - class pt.moredata.programlaunch.AbstractCommandRunner.
AbstractCommandRunner.java Company MoreData
AbstractCommandRunner() - Constructor for class pt.moredata.programlaunch.AbstractCommandRunner
 
AbstractConnectionConfig - class pt.moredata.connection.AbstractConnectionConfig.
AbstractConnectionConfig Esta classe e uma implementacao abstracta da interface ConnectionConfig, usa um ficheiro de texto para armazenar os dados para aceder a base de dados.
AbstractConnectionConfig() - Constructor for class pt.moredata.connection.AbstractConnectionConfig
Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.
AbstractConnectionConfig(String) - Constructor for class pt.moredata.connection.AbstractConnectionConfig
Cria um novo objecto para ler a configuracao de um ficheiro.
AbstractConnectionConfigTest - class pt.moredata.connection.AbstractConnectionConfigTest.
AbstractConnectionConfigTest.java Company MoreData
AbstractConnectionConfigTest(String) - Constructor for class pt.moredata.connection.AbstractConnectionConfigTest
Constructor for the AbstractConnectionConfigTest object
AbstractContentTag - class pt.moredata.taglibs.protectcontent.AbstractContentTag.
AbstractContentTag.java Implementação abstracata de uma tag que permite proteger um determinado conteudo.
AbstractContentTag() - Constructor for class pt.moredata.taglibs.protectcontent.AbstractContentTag
 
AbstractDataEntry - class pt.moredata.dataentry.core.AbstractDataEntry.
AbstractDataEntry.java Company MoreData
AbstractDataEntry(String) - Constructor for class pt.moredata.dataentry.core.AbstractDataEntry
Creates a new instance of AbstractDataEntry
AbstractDataEntryComponent - class pt.moredata.dataentry.component.AbstractDataEntryComponent.
Company MoreData
AbstractDataEntryComponent(String, String) - Constructor for class pt.moredata.dataentry.component.AbstractDataEntryComponent
Constructor for the AbstractDataEntryComponent object
AbstractDataEntryComponent(String, String, String, String) - Constructor for class pt.moredata.dataentry.component.AbstractDataEntryComponent
Constructor for the AbstractDataEntryComponent object
AbstractFglReport - class pt.moredata.fglreport.AbstractFglReport.
FglReport é a classe que contém as bibliotecas para a construção de reports.
AbstractFglReport() - Constructor for class pt.moredata.fglreport.AbstractFglReport
 
AbstractHtmlTag - class pt.moredata.dataentry.taglibs.AbstractHtmlTag.
Company MoreData
AbstractHtmlTag() - Constructor for class pt.moredata.dataentry.taglibs.AbstractHtmlTag
 
AbstractHtmlTag - class pt.moredata.taglibs.widgets.AbstractHtmlTag.
AbstractInputTag.java Company MoreData
AbstractHtmlTag() - Constructor for class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
AbstractIfTag - class pt.moredata.connection.taglibs.AbstractIfTag.
AbstractIfTag.java Implementacao abstracta de uma tag que implementa um IF.
AbstractIfTag() - Constructor for class pt.moredata.connection.taglibs.AbstractIfTag
 
AbstractIfTag - class pt.moredata.dataentry.taglibs.AbstractIfTag.
AbstractIfTag.java Implementacao abstracta de uma tag que implementa um IF.
AbstractIfTag() - Constructor for class pt.moredata.dataentry.taglibs.AbstractIfTag
 
AbstractInputTag - class pt.moredata.connection.taglibs.AbstractInputTag.
AbstractInputTag.java Company MoreData
AbstractInputTag() - Constructor for class pt.moredata.connection.taglibs.AbstractInputTag
 
AbstractInputTag - class pt.moredata.dataentry.taglibs.AbstractInputTag.
Company MoreData
AbstractInputTag() - Constructor for class pt.moredata.dataentry.taglibs.AbstractInputTag
 
AbstractInputTag - class pt.moredata.taglibs.widgets.AbstractInputTag.
AbstractInputTag.java Company MoreData
AbstractInputTag() - Constructor for class pt.moredata.taglibs.widgets.AbstractInputTag
 
AbstractMessage - class pt.moredata.dataentry.core.AbstractMessage.
Company MoreData
AbstractMessage() - Constructor for class pt.moredata.dataentry.core.AbstractMessage
 
AbstractPolicyTag - class pt.moredata.taglibs.protectcontent.AbstractPolicyTag.
AbstractPolicyTag.java Implementação abstracta de uma tag que permite definir uma politica de acesso a um conteudo protegido atraves da tag ProtectedContentTag.
AbstractPolicyTag() - Constructor for class pt.moredata.taglibs.protectcontent.AbstractPolicyTag
 
AbstractProtectTag - class pt.despodata.java.webappl.tags.AbstractProtectTag.
AbstractProtectTag.java Company MoreData
AbstractProtectTag() - Constructor for class pt.despodata.java.webappl.tags.AbstractProtectTag
 
AbstractReader - class pt.moredata.dao.core.AbstractReader.
Parcial implementation of the Reader interface.
AbstractReader(DAOFieldsInfo, RecordSet) - Constructor for class pt.moredata.dao.core.AbstractReader
Creates a new instance of AbstractReader
AbstractSQLStatementBuilder - class pt.moredata.dao.core.AbstractSQLStatementBuilder.
AbstractSQLStatementBuilder.java Company MoreData
AbstractSQLStatementBuilder(DAOFieldsInfo, RecordSet) - Constructor for class pt.moredata.dao.core.AbstractSQLStatementBuilder
Creates a new instance of AbstractSQLStatementBuilder
AbstractTag - class pt.moredata.taglibs.AbstractTag.
AbstractTag.java Company MoreData
AbstractTag() - Constructor for class pt.moredata.taglibs.AbstractTag
Creates a new instance of AbstractTag
AbstractUtilStuff - class pt.moredata.dao.AbstractUtilStuff.
UtilStuff.java Company MoreData
AbstractUtilStuff() - Constructor for class pt.moredata.dao.AbstractUtilStuff
 
AbstractWriter - class pt.moredata.dao.core.AbstractWriter.
Parcial implementation of the Writer interface.
AbstractWriter(DAOFieldsInfo, RecordSet) - Constructor for class pt.moredata.dao.core.AbstractWriter
Creates a new instance of AbstractWriter
Action - interface pt.despodata.java.webappl.actions.Action.
Action.java This interface defines a application specific action.
Action - interface pt.moredata.dataentry.action.Action.
 
ActionBase - class pt.despodata.java.webappl.actions.ActionBase.
ActionBase.java This class implements part of the Action interface TODO: Try to implement the load of this class atributes in this class.
ActionBase() - Constructor for class pt.despodata.java.webappl.actions.ActionBase
Creates a new instance of ActionBase
ActionClassNotFoundException - exception pt.moredata.dataentry.exception.ActionClassNotFoundException.
Esta excepcao e gerada quando a classe que implementa uma Action nao e encontrada.
ActionClassNotFoundException() - Constructor for class pt.moredata.dataentry.exception.ActionClassNotFoundException
Constructs a new runtime exception with null as its detail message.
ActionClassNotFoundException(String) - Constructor for class pt.moredata.dataentry.exception.ActionClassNotFoundException
Constructs a new runtime exception with the specified detail message.
ActionClassNotFoundException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.ActionClassNotFoundException
Constructs a new runtime exception with the specified detail message and cause.
ActionClassNotFoundException(Throwable) - Constructor for class pt.moredata.dataentry.exception.ActionClassNotFoundException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
ActionEvent - class pt.despodata.java.webappl.actions.event.ActionEvent.
ActionEvent.java Company MoreData
ActionEvent(Action, int, HttpServletRequest, HttpServletResponse, String) - Constructor for class pt.despodata.java.webappl.actions.event.ActionEvent
Creates a new instance of ActionEvent
ActionEvent - class pt.moredata.dataentry.event.ActionEvent.
Company MoreData
ActionEvent(Object, String, RequestMessage) - Constructor for class pt.moredata.dataentry.event.ActionEvent
Cria um novo evento associado a uma menssagem com um pedido para ser tratado pelo dataentry.
ActionException - exception pt.despodata.java.webappl.actions.ActionException.
ActionException.java Company MoreData
ActionException(String) - Constructor for class pt.despodata.java.webappl.actions.ActionException
 
ActionFactory - class pt.despodata.java.webappl.actions.ActionFactory.
ActionFactory.java This classe creates Action instances.
ActionFactory() - Constructor for class pt.despodata.java.webappl.actions.ActionFactory
Creates a new instance of ActionFactory
ActionInstantiationException - exception pt.moredata.dataentry.exception.ActionInstantiationException.
Esta accao e gerada quando ocorre um erro a instanciar uma classe que implementa uma determinada Action.
ActionInstantiationException() - Constructor for class pt.moredata.dataentry.exception.ActionInstantiationException
Constructs a new runtime exception with null as its detail message.
ActionInstantiationException(String) - Constructor for class pt.moredata.dataentry.exception.ActionInstantiationException
Constructs a new runtime exception with the specified detail message.
ActionInstantiationException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.ActionInstantiationException
Constructs a new runtime exception with the specified detail message and cause.
ActionInstantiationException(Throwable) - Constructor for class pt.moredata.dataentry.exception.ActionInstantiationException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
ActionListener - interface pt.despodata.java.webappl.actions.event.ActionListener.
ActionListener.java Company MoreData
ActionListener - interface pt.moredata.dataentry.event.ActionListener.
ActionListener.java This interface defines the methods a class has to implement to listener for a DataEntry actions events.
ActionListenerException - exception pt.moredata.dataentry.exception.ActionListenerException.
Esta excepcao e gerada quando a classe que implementa a ActionListener gera uma excepcao.
ActionListenerException() - Constructor for class pt.moredata.dataentry.exception.ActionListenerException
Constructs a new runtime exception with null as its detail message.
ActionListenerException(String) - Constructor for class pt.moredata.dataentry.exception.ActionListenerException
Constructs a new runtime exception with the specified detail message.
ActionListenerException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.ActionListenerException
Constructs a new runtime exception with the specified detail message and cause.
ActionListenerException(Throwable) - Constructor for class pt.moredata.dataentry.exception.ActionListenerException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
ActionRouter - class pt.despodata.java.webappl.actions.ActionRouter.
ActionRouter.java Company MoreData
ActionRouter(String) - Constructor for class pt.despodata.java.webappl.actions.ActionRouter
Creates a new instance of ActionRouter.
ActionRouter(String, boolean) - Constructor for class pt.despodata.java.webappl.actions.ActionRouter
Creates a new instance of ActionRouter.
AddActionMappingTag - class pt.moredata.dataentry.taglibs.AddActionMappingTag.
Company MoreData
AddActionMappingTag() - Constructor for class pt.moredata.dataentry.taglibs.AddActionMappingTag
 
AddComponentTag - class pt.moredata.dataentry.taglibs.AddComponentTag.
Company MoreData
AddComponentTag() - Constructor for class pt.moredata.dataentry.taglibs.AddComponentTag
 
AddFilterTag - class pt.moredata.taglibs.filter.AddFilterTag.
AddFilterTag.java Company MoreData
AddFilterTag() - Constructor for class pt.moredata.taglibs.filter.AddFilterTag
 
AddTableTag - class pt.moredata.dataentry.taglibs.AddTableTag.
This tag is used to add tables to the DataEntry object created with the tag CreateDataEntryTag.
AddTableTag() - Constructor for class pt.moredata.dataentry.taglibs.AddTableTag
 
AfterEditEvent - class pt.despodata.java.ddata.event.AfterEditEvent.
Title: Description: Copyright: Copyright (c) Company:
AfterEditEvent(Object, int, int, Object) - Constructor for class pt.despodata.java.ddata.event.AfterEditEvent
 
AfterEditEvent - class pt.moredata.widgets.event.AfterEditEvent.
Title: Description: Copyright: Copyright (c) Company:
AfterEditEvent(Object, int, int, Object) - Constructor for class pt.moredata.widgets.event.AfterEditEvent
 
AfterEditListener - interface pt.despodata.java.ddata.event.AfterEditListener.
Title: Description: Copyright: Copyright (c) Company:
AfterEditListener - interface pt.moredata.widgets.event.AfterEditListener.
Title: Description: Copyright: Copyright (c) Company:
AfterFieldEvent - class pt.despodata.java.ddata.event.AfterFieldEvent.
Title: Description: ???
AfterFieldEvent(Component) - Constructor for class pt.despodata.java.ddata.event.AfterFieldEvent
 
AfterFieldEvent(Component, Object, Object, boolean) - Constructor for class pt.despodata.java.ddata.event.AfterFieldEvent
 
AfterFieldEvent - class pt.moredata.widgets.event.AfterFieldEvent.
Title: Description: ???
AfterFieldEvent(Component) - Constructor for class pt.moredata.widgets.event.AfterFieldEvent
 
AfterFieldEvent(Component, Object, Object, boolean) - Constructor for class pt.moredata.widgets.event.AfterFieldEvent
 
AfterFieldListener - interface pt.despodata.java.ddata.event.AfterFieldListener.
Title: Description: Copyright: Copyright (c) ???
AfterFieldListener - interface pt.moredata.widgets.event.AfterFieldListener.
Title: Description: Copyright: Copyright (c) ???
AfterGroupListener - interface pt.moredata.fglreport.event.AfterGroupListener.
AfterGroupListener.java Company MoreData
AlturaPagina - Variable in class pt.despodata.java.objgraficos.objectosX
Altura da página em "javas"
AlturaPagina - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Altura da página em "javas"
AmbiguousColumnNameException - exception pt.moredata.dao.AmbiguousColumnNameException.
This is an exception that is thrown whenever a reference is made to a column name that exists more than once in the DAOFieldsInfo of a DataAccessObject.
AmbiguousColumnNameException(String) - Constructor for class pt.moredata.dao.AmbiguousColumnNameException
Creates a new instance of AmbiguousColumnNameException
AmbiguousTableException - exception pt.moredata.dao.AmbiguousTableException.
This is an exception that is thrown whenever a method that do not specified a table name is executed in a multiple table DataAccessObject.
AmbiguousTableException() - Constructor for class pt.moredata.dao.AmbiguousTableException
Creates a new instance of AmbiguousTableException
AmbiguousTableException(String) - Constructor for class pt.moredata.dao.AmbiguousTableException
Creates a new instance of AmbiguousTableException
AmbiguousTableNameException - exception pt.moredata.dao.AmbiguousTableNameException.
This is an exception that is thrown whenever a reference is made to a table name that exists more than once in the DAOFieldsInfo of a DataAccessObject.
AmbiguousTableNameException(String) - Constructor for class pt.moredata.dao.AmbiguousTableNameException
Creates a new instance of AmbiguousTableNameException
AnchorTag - class pt.moredata.taglibs.widgets.AnchorTag.
AnchorTag.java Company MoreData
AnchorTag() - Constructor for class pt.moredata.taglibs.widgets.AnchorTag
 
ApplCreateListener - interface pt.despodata.java.webappl.tables.ApplCreateListener.
ApplCreateListener.java Created: Mon Jun 28 03:19:49 2000
ApplData - class pt.despodata.java.webappl.ApplData.
 
ApplData(HttpSession, DDataSource) - Constructor for class pt.despodata.java.webappl.ApplData
 
ApplDataControl - class pt.despodata.java.webappl.tables.ApplDataControl.
ApplDataControl.java Created: Mon Jun 04 03:19:49 2000
ApplDataControl() - Constructor for class pt.despodata.java.webappl.tables.ApplDataControl
 
ApplDataControl(HttpSession, DDataSource) - Constructor for class pt.despodata.java.webappl.tables.ApplDataControl
Constroi um objecto para representar a tabela contacto.
ApplDataControlFactory - class pt.despodata.java.webappl.tables.ApplDataControlFactory.
ApplDataControlFactory.java Created: Mon Jun 28 03:19:49 2000
ApplDataControlFactory() - Constructor for class pt.despodata.java.webappl.tables.ApplDataControlFactory
 
ApplDataControlPool - class pt.despodata.java.webappl.tables.ApplDataControlPool.
ApplDataControlPool.java Created: Mon Jun 28 03:19:49 2000
ApplDataControlPool() - Constructor for class pt.despodata.java.webappl.tables.ApplDataControlPool
Cria uma nova pool de ApplDataControl's.
Array - class pt.moredata.dataentry.util.Array.
Classe que implementa um array para armazenar dados.
Array() - Constructor for class pt.moredata.dataentry.util.Array
Cra um novo array.
ArrayList2HashMap(ArrayList) - Method in class pt.moredata.fglreport.AbstractFglReport
Método que dado um ArrayList converte a informação para uma HashMap A forma de entrada dos dados é , , , , ...
AtrRelacional - class pt.moredata.dao.file.AtrRelacional.
 
AtrRelacional() - Constructor for class pt.moredata.dao.file.AtrRelacional
 
AuthenticateServlet - class pt.despodata.java.webappl.AuthenticateServlet.
AuthenticateServlet.java Created: Thu Sep 20 14:39:37 2001
AuthenticateServlet() - Constructor for class pt.despodata.java.webappl.AuthenticateServlet
 
accept(File) - Method in class pt.despodata.java.ddata.DDataFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
accept - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
accept - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
accept(File) - Method in class pt.moredata.widgets.FileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
acceptNulls - Static variable in class pt.despodata.java.ddata.ObjArithmetic
 
acceptcharset - Variable in class pt.moredata.taglibs.widgets.FormTag
 
accesskey - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
accesskey - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
accesskey - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
action - Variable in class pt.moredata.taglibs.widgets.FormTag
 
actionPerformed(ActionEvent) - Method in class pt.despodata.java.ddata.DDataCalendar
Used to process events from the previous month, previous year, next month, next year, okay and cancel buttons.
actionPerformed(ActionEvent) - Method in class pt.despodata.java.ddata.DDataDayButton
 
actionPerformed(ActionEvent) - Method in class pt.despodata.java.ddata.DDataProgressBar
IOStatus uses a Timer for animation.
actionPerformed(ActionEvent) - Method in class pt.despodata.java.ddata.TextFileChooser
 
actionPerformed(RequestMessage) - Method in interface pt.moredata.dataentry.FormController
Description of the Method
actionPerformed(ActionEvent) - Method in class pt.moredata.dataentry.action.AbstractAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.AbstractAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in interface pt.moredata.dataentry.action.Action
Description of the Method
actionPerformed() - Method in class pt.moredata.dataentry.action.CreateNewRecordAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.DefaultCancelAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.DeleteAllRecordsAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.DeleteRecordAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class pt.moredata.dataentry.action.DummyAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.ExportToCSVFileAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.InsertSingleRecordAction
Deprecated. Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.NavigateAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.PrintSwingReportAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.SaveAllRecordsAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.SaveSingleRecordAction
Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.SimpleQueryAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class pt.moredata.dataentry.action.TestAction
Description of the Method
actionPerformed() - Method in class pt.moredata.dataentry.action.UpdateDataSourceAction
Deprecated. Invoked when an action occurs.
actionPerformed() - Method in class pt.moredata.dataentry.action.UpdateSingleRecordAction
Deprecated. Invoked when an action occurs.
actionPerformed(RequestMessage) - Method in class pt.moredata.dataentry.core.DefaultFormController
Desencadeia a execucao de uma accao.
actionPerformed(ActionEvent) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
Executed when Action performed event ocurr.
actionPerformed(ActionEvent) - Method in class pt.moredata.widgets.Calendar
Used to process events from the previous month, previous year, next month, next year, okay and cancel buttons.
actionPerformed(ActionEvent) - Method in class pt.moredata.widgets.DayButton
Description of the Method
actionPerformed(ActionEvent) - Method in class pt.moredata.widgets.ProgressBar
IOStatus uses a Timer for animation.
add(Component, int) - Method in class pt.despodata.java.ddata.DDataPanel
 
add(Component) - Method in class pt.despodata.java.ddata.DDataPanel
 
add(Component, Object) - Method in class pt.despodata.java.ddata.DDataPanel
 
add(Component, Object, int) - Method in class pt.despodata.java.ddata.DDataPanel
 
add(Object) - Method in class pt.despodata.java.ddata.table.DDataColumnGroup
 
add(DataEntry) - Method in class pt.moredata.dataentry.util.DataEntryPool
Adiciona um DataEntry a pool.
add(Component, int) - Method in class pt.moredata.widgets.Panel
 
add(Component) - Method in class pt.moredata.widgets.Panel
 
add(Component, Object) - Method in class pt.moredata.widgets.Panel
 
add(Component, Object, int) - Method in class pt.moredata.widgets.Panel
Description of the Method
add(Object) - Method in class pt.moredata.widgets.table.ColumnGroup
 
addActionCount - Variable in class pt.despodata.java.ddata.tests.DDataCalendarTest
 
addActionCount - Variable in class pt.despodata.java.ddata.tests.DDataFieldTest
 
addActionListener(ActionListener) - Method in class pt.despodata.java.ddata.DDataCalendar
adds an ActionListener to the button
addActionListener(ActionListener) - Static method in class pt.despodata.java.ddata.DDataConnectDb
adds an ActionListener to the button
addActionListener(ActionListener) - Method in class pt.despodata.java.ddata.DDataDateChooser
Passa os action Listeners enviados ao calendario
addActionListener(ActionListener) - Method in class pt.despodata.java.ddata.DDataField
 
addActionListener(ActionListener) - Method in class pt.despodata.java.ddata.DDataTable
 
addActionListener(ActionListener) - Method in interface pt.despodata.java.webappl.actions.Action
Adds a new ActionListener to this action.
addActionListener(ActionListener, String) - Method in interface pt.despodata.java.webappl.actions.Action
Adds a new ActionListener to this action for the specified page only.
addActionListener(ActionListener) - Method in class pt.despodata.java.webappl.actions.ActionBase
Adds a new ActionListener to this action.
addActionListener(ActionListener, String) - Method in class pt.despodata.java.webappl.actions.ActionBase
Adds a new ActionListener to this action for the specified page only.
addActionListener(ActionListener) - Method in interface pt.moredata.dataentry.DataEntry
Adiciona um actionListener.
addActionListener(ActionListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Adiciona um actionListener.
addActionListener(ActionListener) - Method in class pt.moredata.widgets.Calendar
adds an ActionListener to the button
addActionListener(ActionListener) - Method in class pt.moredata.widgets.DateChooser
Passa os action Listeners enviados ao calendario
addActionListener(ActionListener) - Method in class pt.moredata.widgets.EditorPaneObject
Adds a feature to the ActionListener attribute of the DataField object
addActionListener(ActionListener) - Method in class pt.moredata.widgets.Field
Adds a feature to the ActionListener attribute of the DataField object
addActionListener(ActionListener) - Method in interface pt.moredata.widgets.FieldObject
Adds a feature to the ActionListener attribute of the DataField object
addActionListener(ActionListener) - Method in class pt.moredata.widgets.ImageFieldObject
Adds a feature to the ActionListener attribute of the DataField object
addActionListener(ActionListener) - Method in class pt.moredata.widgets.Table
 
addActionMapping(String, String) - Method in interface pt.moredata.dataentry.DataEntry
Add a new Action mapping for a giveen command.
addActionMapping(String, String) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Add a new Action mapping for a giveen command.
addAfterEditListener(AfterEditListener) - Method in class pt.despodata.java.ddata.DDataTable
Addiciona um Listener que dispara depois de se sair celula que foi alterada
addAfterEditListener(AfterEditListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
addAfterEditListener(AfterEditListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
addAfterEditListener(AfterEditListener) - Method in class pt.moredata.widgets.Table
Addiciona um Listener que dispara depois de se sair celula que foi alterada
addAfterEditListener(AfterEditListener) - Method in class pt.moredata.widgets.table.CellEditor
 
addAfterEditListener(AfterEditListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Adds a feature to the AfterEditListener attribute of the Delegate object
addAfterField(AfterFieldListener) - Method in class pt.despodata.java.ddata.DDataField
 
addAfterField(AfterFieldListener) - Method in class pt.despodata.java.ddata.DDataTextField
AfterField event
addAfterField(AfterFieldListener) - Method in class pt.despodata.java.ddata.table.DDataCellField
AfterField event
addAfterField(AfterFieldListener) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
AfterField event
addAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
addAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
addAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.EditorPaneObject
 
addAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.Field
Adds a feature to the AfterField attribute of the DataField object
addAfterField(AfterFieldListener) - Method in interface pt.moredata.widgets.FieldObject
 
addAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.ImageFieldObject
 
addAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.TextField
AfterField event
addAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.table.CellField
AfterField event
addAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.table.CellTextField
AfterField event
addAfterGroupListener(AfterGroupListener) - Method in class pt.moredata.fglreport.DaoReport
Registers AfterGroupListener to receive events.
addAllColumnsFromTable() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Adicionar todas as colunas de uma tabela ao Data Control.
addAllColumnsFromTable(String) - Method in interface pt.moredata.dao.DataAccessObject
Add all columns from one table to the DataAccessObject.
addAllColumnsFromTable() - Method in interface pt.moredata.dao.DataAccessObject
Add all columns from all tables to the DataAccessObject.
addAllColumnsToVisualField() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Add a visual field for each column
addAllColumnsToVisualField() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Add a visual field for each column
addAllListeners() - Method in class pt.despodata.java.ddata.DDataTable
Adiciona todos os listeners
addAllListeners() - Method in class pt.despodata.java.ddata.DDataTextField
 
addAllListeners() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
Adiciona listeners ao delegate
addAllListeners() - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
addAllListeners() - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
addAllListeners() - Method in class pt.moredata.widgets.Table
Adiciona todos os listeners
addAllListeners() - Method in class pt.moredata.widgets.TextField
Adds a feature to the AllListeners attribute of the DataTextField object
addAllListeners() - Method in class pt.moredata.widgets.table.CellEditor
Adiciona listeners ao delegate
addAllListeners() - Method in class pt.moredata.widgets.table.FieldDelegate
 
addAllListeners() - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
addAllListenersToEditor() - Method in class pt.despodata.java.ddata.DDataTable
Addicona listeners aos editors
addAllListenersToEditor() - Method in class pt.moredata.widgets.Table
Addicona listeners aos editors
addApplCreateListener(ApplCreateListener) - Method in class pt.despodata.java.webappl.tables.ApplDataControlFactory
Adiciona um listener
addApplCreateListener(ApplCreateListener) - Method in class pt.despodata.java.webappl.tables.ApplDataControlPool
Adiciona um listener
addApplCreateListener(ApplCreateListener) - Method in interface pt.despodata.java.webappl.tables.IApplDataControlFactory
Adiciona um listener
addApplDataControl(String, IDHtmlDataControl) - Method in class pt.despodata.java.webappl.tables.ApplDataControlPool
Adiciona um IDHtmlDataControl a pool.
addApplyListener(DAOApplyListener) - Method in interface pt.moredata.dao.DataAccessObject
Adds a new DAOApplyListener to this DataAccessObject.
addBeforeGroupListener(BeforeGroupListener) - Method in class pt.moredata.fglreport.DaoReport
Registers BeforeGroupListener to receive events.
addBundle(ResourceBundle, String) - Static method in class pt.despodata.java.webappl.BundleCache
Adds a new ResourceBundle to the cache.
addBundle(ResourceBundle, String) - Method in class pt.moredata.dataentry.util.BundleCache
Adds a new ResourceBundle to the cache.
addBundle(ResourceBundle, String) - Method in class pt.moredata.util.BundleCache
Adds a new ResourceBundle to the cache.
addButton(JspButton) - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
Adiciona um botao a toolbar.
addButton(JspButton) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Adiciona um botao a toolbar.
addButtonName(String) - Method in class pt.despodata.java.webappl.tags.JavaScriptCodeBuffer
Adder for property buttonNames.
addCaretListener(CaretListener) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
addCaretListener(CaretListener) - Method in class pt.despodata.java.ddata.DDataField
 
addCaretListener - Variable in class pt.despodata.java.ddata.tests.DDataFieldTest
 
addCaretListener(CaretListener) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Adds a feature to the CaretListener attribute of the DataField object
addCaretListener(CaretListener) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Adds a feature to the CaretListener attribute of the DataField object
addCaretListener(CaretListener) - Method in class pt.moredata.widgets.EditorPane
Adds a feature to the CaretListener attribute of the DataEditorPane object
addCaretListener(CaretListener) - Method in class pt.moredata.widgets.Field
Adds a feature to the CaretListener attribute of the DataField object
addCaretListener(CaretListener) - Method in interface pt.moredata.widgets.FieldObject
Adds a feature to the CaretListener attribute of the DataField object
addCaretListener(CaretListener) - Method in class pt.moredata.widgets.ImageFieldObject
Adds a feature to the CaretListener attribute of the DataField object
addCategory(Object) - Static method in class pt.moredata.util.Debug
Adiciona uma nova categoria para debug
addCellChangeListener(CellChangeListener) - Method in class pt.despodata.java.ddata.DDataTable
Listener que dispara depois de se sair celula que foi alterada
addCellChangeListener(CellChangeListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
addCellChangeListener(CellChangeListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
addCellChangeListener(CellChangeListener) - Method in class pt.moredata.widgets.Table
Listener que dispara depois de se sair celula que foi alterada
addCellChangeListener(CellChangeListener) - Method in class pt.moredata.widgets.table.CellEditor
 
addCellChangeListener(CellChangeListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Adds a feature to the CellChangeListener attribute of the Delegate object
addCellEditorListener(CellEditorListener) - Method in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
addCellEditorListener(CellEditorListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
addCellEditorListener(CellEditorListener) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
addCellEditorListener(CellEditorListener) - Method in class pt.moredata.widgets.table.CellEditor
 
addCellEditorListener(CellEditorListener) - Method in class pt.moredata.widgets.table.RadioButtonEditor
Adds a feature to the CellEditorListener attribute of the RadioButtonEditor object
addChangeListener(ChangeListener) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Add a new listener for handling a change event.
addChangeListener(ChangeListener) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Rgeister a change listener to handle change events
addChildTable(XMLToDBTable) - Method in class pt.moredata.xml.db.XMLToDBTable
 
addColumn(Object) - Method in class pt.despodata.java.ddata.DDataTable
Adiciona coluna
addColumn(Object, Vector) - Method in class pt.despodata.java.ddata.DDataTable
Adiciona coluna
addColumn(Object, Object[]) - Method in class pt.despodata.java.ddata.DDataTable
Adiciona coluna
addColumn(Object) - Method in class pt.despodata.java.ddata.table.DDataTableModel
Adiciona coluna a tabela
addColumn(Object, Object[]) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
addColumn(Object, Vector) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
addColumn(String) - Method in interface pt.moredata.dao.DataAccessObject
Add a new column to the DataAccessObject from the only table of the DataAccessObject.
addColumn(String, String) - Method in interface pt.moredata.dao.DataAccessObject
Add a new column to the DataAccessObject from a giveen table.
addColumn(String, String, boolean) - Method in interface pt.moredata.dao.DataAccessObject
Add a new column to the DataAccessObject from a giveen table.
addColumn(String, String) - Method in class pt.moredata.dao.ExportedForeignKey
Adiciona uma correspondencia entre o nome da coluna da chave estrangeira e o nome da coluna da chave primaria.
addColumn(String, String) - Method in class pt.moredata.dao.ForeignKey
Adiciona uma correspondencia entre o nome da coluna da chave primaria e o nome da coluna da chave estrangeira.
addColumn(String, String) - Method in class pt.moredata.dao.ImportedForeignKey
Adiciona uma correspondencia entre o nome da coluna da chave estrangeira e o nome da coluna da chave primaria.
addColumn(String, boolean, String, String, String, boolean) - Method in class pt.moredata.dataentry.core.generator.DAOInfo
Adiciona uma coluna a lista de colunas para serem adicionadas a uma tabela do DAO.
addColumn(ColumnInfo) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Adiciona uma columa a lista de colunas a serem adicionadas ao DAO.
addColumn(String) - Method in class pt.moredata.dataentry.wizards.ExportWizardData
Adiciona uma determinada coluna a lista de colunas que devem ser exportadas.
addColumn(ArrayList) - Static method in class pt.moredata.util.DataUtil
Add a column to an ArrayList of ArrayList
addColumn(Object) - Method in class pt.moredata.widgets.Table
Adiciona coluna
addColumn(Object, Vector) - Method in class pt.moredata.widgets.Table
Adiciona coluna
addColumn(Object, Object[]) - Method in class pt.moredata.widgets.Table
Adiciona coluna
addColumn(Object) - Method in class pt.moredata.widgets.table.TableModel
Adiciona coluna a tabela
addColumn(Object, Object[]) - Method in class pt.moredata.widgets.table.TableModel
 
addColumn(Object, Vector) - Method in class pt.moredata.widgets.table.TableModel
 
addColumn(Column) - Method in class pt.moredata.xml2db.Table
Add a column definition to the table
addColumnGroup(DDataColumnGroup) - Method in class pt.despodata.java.ddata.table.DDataGroupableTableHeader
 
addColumnGroup(ColumnGroup) - Method in class pt.moredata.widgets.table.GroupableTableHeader
 
addColumnName(String) - Method in class pt.moredata.dao.DataIndex
adiciona uma coluna ao index.
addComboElement(Object, Object) - Method in class pt.despodata.java.ddata.DDataComboBox
Adiciona um elemento a combo e a comboBox ???
addComboElement(Object, Object) - Method in class pt.despodata.java.ddata.DDataField
Adiciona um elemento a combobox.
addComboElement(Object, Object) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
addComboElement(Object, Object) - Method in class pt.moredata.widgets.ComboBox
Adiciona um elemento a combo e a comboBox ???
addComboElement(Object, Object) - Method in class pt.moredata.widgets.EditorPaneObject
 
addComboElement(Object, Object) - Method in class pt.moredata.widgets.Field
Adiciona um elemento a combobox.
addComboElement(Object, Object) - Method in interface pt.moredata.widgets.FieldObject
Adiciona um elemento a combobox.
addComboElement(Object, Object) - Method in class pt.moredata.widgets.ImageFieldObject
 
addComboElement(Object, Object) - Method in class pt.moredata.widgets.TextFieldObject
 
addComboItems() - Method in class pt.despodata.java.ddata.DDataComboBox
Preenche as linhas da combo Box com os dados que tem de estar num dataControl da pool
addComboItems() - Method in class pt.moredata.widgets.ComboBox
Preenche as linhas da combo Box com os dados que tem de estar num dataControl da pool
addComponent(DataEntryComponent) - Method in interface pt.moredata.dataentry.DataEntry
Adiciona uma relacao entre uma coluna da tabela com um campo da entrada de dados.
addComponent(DataEntryComponent) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Adiciona uma relacao entre uma coluna da tabela com um campo da entrada de dados.
addComponent(DataEntryComponent) - Method in class pt.moredata.dataentry.core.FormDataEntry
Adiciona uma relacao entre uma coluna da tabela com um campo da entrada de dados.
addComponent(DataEntryComponent) - Method in class pt.moredata.dataentry.core.GridDataEntry
Adiciona uma relacao entre uma tabela da base de dados com uma tabela da entrada de dados.
addComponentListener(ComponentListener) - Method in class pt.moredata.widgets.Field
Adds the specified component listener to receive component events from this component.
addComponentListener(ComponentListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified component listener to receive component events from this component.
addComponentModifiedListener(ComponentModifiedListener) - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Adiciona um listener, para detectar alterações ao componente.
addComponentModifiedListener(ComponentModifiedListener) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Adiciona um listener, para detectar alterações ao componente.
addContainerListener(ContainerListener) - Method in class pt.moredata.widgets.Field
Adds the specified container listener to receive container events from this container.
addContainerListener(ContainerListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified container listener to receive container events from this container.
addDAO(String, DataAccessObject) - Method in class pt.moredata.dao.pool.DAOPool
Adiciona um DataAccessObject a pool.
addDAOListener(DAOCreateListener) - Method in class pt.moredata.dao.pool.DAOFactory
Adiciona um listener
addDAOListener(DAOCreateListener) - Method in class pt.moredata.dao.pool.DAOPool
Adiciona um listener
addDAOListener(DAOCreateListener) - Method in interface pt.moredata.dao.pool.IDAOFactory
Adiciona um listener
addDDWizActionListener(DDWizActionListener) - Method in class pt.despodata.java.wizard.DDWizAction
Adiciona um listener (DDWizActionListener) para o evento DDWizActionListener
addDDWizActionListener(WizardActionListener) - Method in class pt.moredata.wizard.WizardAction
Adiciona um listener (DDWizActionListener) para o evento DDWizActionListener
addDDWizListener(DDWizListener) - Method in class pt.despodata.java.wizard.DDWizSwingControler
Adiciona um listener (DDWizListener) para o evento DDWizEvent
addDDWizListener(WizardListener) - Method in class pt.moredata.wizard.SwingWizardControler
Adiciona um listener (DDWizListener) para o evento DDWizEvent
addDDataControlFilterListener(DDataControlFilterListener) - Method in class pt.despodata.java.ddata.DDataComboBox
Adiciona listener para evento ComboFilter Este tipo de evento serve para filtrar os listeners que nao se pretende que aparecam
addDDataControlFilterListener - Variable in class pt.despodata.java.ddata.tests.DDataComboBoxTest
 
addDDataControlListener(DDataControlListener) - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Esta classe foi substituida pela classe DataAccessObject
addDDataFieldListener(DDataFieldListener) - Method in class pt.despodata.java.ddata.DDataField
Adiciona um listener para o evento DDataFieldEvent
addDDataFieldListener - Variable in class pt.despodata.java.ddata.tests.DDataFieldTest
 
addDDataFieldListeners() - Method in class pt.despodata.java.ddata.DDataField
Adiciona os field listeners que suportam os eventos ????
addDDataSwingControlListener(DDataSwingControlListener) - Method in class pt.despodata.java.ddata.DDataSwingControl
Adiciona um listener (DDataSwingControlListener) para o evento DDataSwingControl
addDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.DDataBaseTable
Listener que dispara depois de se sair de uma celula
addDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.DDataTable
Listener que dispara depois de se sair de uma celula
addDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Listener que dispara depois de se sair de uma celula
addDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
addDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
addDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.table.DDataTableModel
Listener que dispara depois de se sair de uma celula
addDataControl(DDataControl) - Static method in class pt.despodata.java.ddata.DDataControlPool
Adiciona um dataControl a pool ja existente
addDataControlFilterListener(DAOFilterListener) - Method in class pt.moredata.widgets.ComboBox
Adiciona listener para evento ComboFilter Este tipo de evento serve para filtrar os listeners que nao se pretende que aparecam
addDataEntry(DataEntry, JComponent) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Adiciona um DataEntry a ser controlado por esta classe.
addDataEntry(DataEntry, JComponent) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Adiciona um DataEntry a ser controlado por esta classe.
addDataEntry(DataEntry) - Method in class pt.moredata.dataentry.util.DataEntrySynchronizer
Adiciona um DataEntry para ser sincronizado.
addDataSource(DDataSource) - Static method in class pt.despodata.java.ddata.DDataControlPool
Deprecated.  
addDaySelectionListener(DDataDaySelectionListener) - Method in class pt.despodata.java.ddata.DDataDayButton
 
addDaySelectionListener(DaySelectionListener) - Method in class pt.moredata.widgets.DayButton
Adds a feature to the DaySelectionListener attribute of the DayButton object
addDelegate(DDataDelegate) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
addDelegate(WidgetDelegate) - Method in class pt.moredata.widgets.BaseTable
 
addDeleteListener(DAODeleteListener) - Method in interface pt.moredata.dao.DataAccessObject
Adds a new DAODeleteListener to this DataAccessObject.
addDescColumn(String) - Method in interface pt.moredata.dao.DataAccessObject
 
addDescription(String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Adiciona uma nova descricao associada a um determinado codigo.
addDescription(String, String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Adiciona uma nova descricao associada a um determinado codigo.
addDescription(String, String, Object) - Method in class pt.despodata.java.ddata.DHtmlDataField
Adiciona uma descricao a lista de descricoes.
addDescription(String, Object) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Adiciona uma descricao a lista de descricoes.
addDescription(String, String, Object) - Method in interface pt.despodata.java.ddata.IDDataControlField
Adiciona uma descricao a lista de descricoes.
addDescription(String, Object) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Adiciona uma descricao a lista de descricoes.
addDescription(String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Adiciona uma nova descricao associada a um determinado codigo.
addDescription(String, String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Adiciona uma nova descricao associada a um determinado codigo.
addDetail(Object, Observable) - Method in class pt.despodata.java.webappl.ApplData
Adiciona uma tabela a lista de tabelas de detalhes.
addDetailGenerator(ApplCreateListener) - Method in class pt.despodata.java.webappl.ApplData
Adiciona uma classe encarregue de criar detalhes.
addDetailGenerator(ApplCreateListener) - Method in class pt.despodata.java.webappl.GenericModel
Adiciona uma classe encarregue de criar detalhes.
addDropDownComboListener(DropDownComboListener) - Method in class pt.despodata.java.ddata.DDataComboBox
Adiciona listener para evento drop down (evento especifico da combo)
addDropDownComboListener(DropDownComboListener) - Method in class pt.moredata.widgets.ComboBox
Adiciona listener para evento drop down (evento especifico da combo)
addElement(String) - Method in class pt.moredata.ecs.rtf.Picture
Adiciona o elemento ao registry
addElement() - Method in class pt.moredata.ecs.rtf.Picture
Adiciona os dados necessários para gerar a imagem no rtf
addElement(RTFElement) - Method in class pt.moredata.ecs.rtf.RtfFactory
Permite adicionar o elemento ao rtf
addErrorInValidation(ErrorInValidationListener) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
addErrorInValidation(ErrorInValidationListener) - Method in class pt.moredata.widgets.table.CellTextField
 
addExpandLovListener(ExpandLovListener) - Method in class pt.despodata.java.ddata.DDataField
Registers ExpandLovListener to receive events.
addExtension(String) - Method in class pt.despodata.java.ddata.DDataFileFilter
Adds a filetype "dot" extension to filter against.
addExtension(String) - Method in class pt.moredata.widgets.FileFilter
Adds a filetype "dot" extension to filter against.
addFglReportListener(FglReportListener) - Method in class pt.despodata.java.fglreport.FglReport
Adiciona um listener dos eventos do report
addFglReportListener(FglReportListener) - Method in class pt.moredata.fglreport.AbstractFglReport
Adiciona um listener dos eventos do report
addFglReportListener(FglReportListener) - Method in interface pt.moredata.fglreport.FglReport
Adiciona um listener dos eventos do report
addFglReportListener(FglReportListener) - Method in class pt.moredata.fglreport.SwingFglReport
Adiciona um listener dos eventos do report
addField(String, Object) - Method in class pt.moredata.xml.db.DBSimpleTable
 
addField(String, Class, String) - Method in class pt.moredata.xml.db.DBSimpleTable
 
addField(String, Class, String, String) - Method in class pt.moredata.xml.db.DBSimpleTable
 
addField(String, Object) - Method in class pt.moredata.xml.db.XMLToDBTable
 
addField(String, Class, String) - Method in class pt.moredata.xml.db.XMLToDBTable
 
addField(String, Class, String, String) - Method in class pt.moredata.xml.db.XMLToDBTable
 
addFieldListener(FieldListener) - Method in class pt.moredata.widgets.Field
Adiciona um listener para o evento FieldEvent
addFilter(Filter) - Method in class pt.moredata.taglibs.filter.FilterSet
Adiciona um filtro ao conjunto de filtros.
addFilterSet(FilterSet) - Method in class pt.moredata.taglibs.filter.FilterPool
Adiciona um conjunto de filtros a pool.
addFirstPageHeaderListener(FirstPageHeaderListener) - Method in class pt.despodata.java.ddata.DDataSwingControl
Registers FirstPageHeaderListener to receive events.
addFirstPageHeaderListener(FirstPageHeaderListener) - Method in class pt.moredata.fglreport.DaoReport
Registers FirstPageHeaderListener to receive events.
addFixedColumn(Object) - Method in class pt.despodata.java.ddata.DDataTable
Adiciona uma coluna fixa
addFixedColumn(Object) - Method in class pt.moredata.widgets.Table
Adiciona uma coluna fixa
addFocListener(FocusListener) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
addFocListener(FocusListener) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
addFocListener(FocusListener) - Method in class pt.moredata.widgets.EditorPaneObject
 
addFocListener(FocusListener) - Method in class pt.moredata.widgets.Field
 
addFocListener(FocusListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified focus listener to receive focus events from this component when this component gains input focus.
addFocListener(FocusListener) - Method in class pt.moredata.widgets.ImageFieldObject
 
addFocListener(FocusListener) - Method in class pt.moredata.widgets.TextFieldObject
 
addFocusListener(FocusListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
addFocusListener(FocusListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Adds a feature to the FocusListener attribute of the Delegate object
addFrame(Frame) - Method in class pt.despodata.java.webappl.FrameSet
Adiciona uma nova frame a lista de frames.
addHeaderListener(HeaderListener) - Method in class pt.despodata.java.ddata.DDataSwingControl
Registers HeaderListener to receive events.
addHeaderListener(HeaderListener) - Method in class pt.moredata.fglreport.DaoReport
Registers HeaderListener to receive events.
addHierarchyBoundsListener(HierarchyBoundsListener) - Method in class pt.moredata.widgets.Field
 
addHierarchyBoundsListener(HierarchyBoundsListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified hierarchy bounds listener to receive hierarchy bounds events from this component when the hierarchy to which this container belongs changes.
addHierarchyListener(HierarchyListener) - Method in class pt.moredata.widgets.Field
 
addHierarchyListener(HierarchyListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified hierarchy listener to receive hierarchy changed events from this component when the hierarchy to which this container belongs changes.
addHyperlinkListener(HyperlinkListener) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
addHyperlinkListener(HyperlinkListener) - Method in class pt.moredata.widgets.EditorPane
Adds a feature to the HyperlinkListener attribute of the DataEditorPane object
addImageFieldListener(ImageFieldListener) - Method in class pt.moredata.widgets.ImageField
Adiciona um listener, para detectar alterações ao widget.
addInitialListeners() - Method in class pt.despodata.java.ddata.DDataTable
 
addInitialListeners() - Method in class pt.moredata.widgets.Table
 
addInputMethodListener(InputMethodListener) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
addInputMethodListener(InputMethodListener) - Method in class pt.despodata.java.ddata.DDataField
 
addInputMethodListener(InputMethodListener) - Method in class pt.moredata.widgets.EditorPane
Adds a feature to the InputMethodListener attribute of the DataEditorPane object
addInputMethodListener(InputMethodListener) - Method in class pt.moredata.widgets.Field
Adds a feature to the InputMethodListener attribute of the DataField object
addInputMethodListener(InputMethodListener) - Method in interface pt.moredata.widgets.FieldObject
Adds a feature to the InputMethodListener attribute of the DataField object
addInputMethodLister(InputMethodListener) - Method in class pt.despodata.java.ddata.DDataTable
Adiciona o inputMethodListener
addInputMethodLister(InputMethodListener) - Method in class pt.moredata.widgets.Table
Adiciona o inputMethodListener
addInsertListener(DAOInsertListener) - Method in interface pt.moredata.dao.DataAccessObject
Adds a new DAOInsertListener to this DataAccessObject.
addIsRecordValid - Variable in class pt.despodata.java.ddata.tests.DDataComboBoxTest
 
addItem(Object) - Method in class pt.moredata.widgets.CheckBoxList
Add a new CheckBox item to this list.
addItemSelectedListener(ItemSelectedListener) - Method in class pt.despodata.java.ddata.DDataComboBox
Adiciona listener para evento ItemSelected
addItemSelectedListener(ItemSelectedListener) - Method in class pt.moredata.widgets.ComboBox
Adiciona listener para evento ItemSelected
addItemsToMenu() - Method in class pt.despodata.java.ddata.DDataTable
???
addItemsToMenu() - Method in class pt.moredata.widgets.Table
???
addJoinClause(String) - Method in interface pt.moredata.dao.DataAccessObject
Add a join clause to the DataAccessObject.
addKey(String, Object) - Method in class pt.moredata.xml.db.XMLToDBTable
 
addKey(Column) - Method in class pt.moredata.xml2db.Table
Add a column definition to the table keys
addKeyListener(KeyListener) - Method in class pt.despodata.java.ddata.DDataTable
 
addKeyListener(KeyListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
addKeyListener(KeyListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
addKeyListener(KeyListener) - Method in class pt.moredata.widgets.Field
Adds the specified key listener to receive key events from this component.
addKeyListener(KeyListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified key listener to receive key events from this component.
addKeyListener(KeyListener) - Method in class pt.moredata.widgets.Table
 
addKeyListener(KeyListener) - Method in class pt.moredata.widgets.table.CellEditor
 
addKeyListener(KeyListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Adds a feature to the KeyListener attribute of the Delegate object
addKeymap(String, Keymap) - Static method in class pt.despodata.java.ddata.DDataEditorPane
 
addKeymap(String, Keymap) - Static method in class pt.moredata.widgets.EditorPane
Adds a feature to the Keymap attribute of the DataEditorPane class
addListElement(Object, Object) - Method in class pt.despodata.java.ddata.DDataLov
Adiciona um elemento a lista de elementos a seleccionar ???
addListElement(Object, Object) - Method in class pt.moredata.widgets.Lov
Adiciona um elemento a lista de elementos a seleccionar ???
addListSelectionListener(ListSelectionListener) - Method in class pt.moredata.widgets.CheckBoxList
Add a new ItemListener listener to this component.
addListeners(Component) - Method in class pt.despodata.java.ddata.DDataPanel
 
addListeners(Component) - Method in class pt.moredata.widgets.Panel
 
addLogEntry(LogEntry) - Method in class pt.moredata.dataentry.DataEntryLog
Add a new log entry to this DataEntryLog.
addLookupListener(LookupListener) - Method in class pt.despodata.java.ddata.DDataField
Registers LookupListener to receive events.
addLovListener(DDataLovListener) - Method in class pt.despodata.java.ddata.DDataLov
Adiciona um listener (DDataLovListner) para o evento DDataLovEvent
addLovListener(LovListener) - Method in class pt.moredata.widgets.Lov
Adiciona um listener (LovListner) para o evento LovEvent
addMetaField(MetaField) - Method in interface pt.moredata.dao.DAOFieldsInfo
Add a new MetaField to the end of the metafield list.
addMetaField(MetaField) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This method will be removed and will not have a replacment.
addModeChangedListener(ModeChangedListener) - Method in interface pt.moredata.dataentry.DataEntry
Adiciona um ModeChangedListener.
addModeChangedListener(ModeChangedListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Adiciona um ModeChangedListener.
addMouseListener(MouseListener) - Method in class pt.despodata.java.ddata.DDataTable
 
addMouseListener(MouseListener) - Method in class pt.moredata.widgets.Field
 
addMouseListener(MouseListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified mouse listener to receive mouse events from this component.
addMouseListener(MouseListener) - Method in class pt.moredata.widgets.Table
 
addMouseMotionListener(MouseMotionListener) - Method in class pt.despodata.java.ddata.DDataTable
Remove um MouseMotionLister
addMouseMotionListener(MouseMotionListener) - Method in class pt.moredata.widgets.Field
 
addMouseMotionListener(MouseMotionListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified mouse motion listener to receive mouse motion events from this component.
addMouseMotionListener(MouseMotionListener) - Method in class pt.moredata.widgets.Table
Remove um MouseMotionLister
addMouseWheelListener(MouseWheelListener) - Method in class pt.moredata.widgets.Field
 
addMouseWheelListener(MouseWheelListener) - Method in interface pt.moredata.widgets.FieldObject
Adds the specified mouse wheel listener to receive mouse wheel events from this component.
addNotify() - Method in class pt.moredata.widgets.CheckBoxList
Notifies this component that it now has a parent component.
addNotify() - Method in class pt.moredata.widgets.FileUpload
Notifies this component that it now has a parent component.
addNotify() - Method in class pt.moredata.widgets.ImageField
Notifies this component that it now has a parent component.
addObject(Object) - Method in class pt.moredata.fglreport.AbstractFglReport
Acrescenta o objecto nao grafico ao buffer de escrita do report
addObject(Object) - Method in interface pt.moredata.fglreport.FglReport
Acrescenta o objecto nao grafico ao buffer de escrita do report
addObject(Object) - Method in class pt.moredata.fglreport.SwingFglReport
Método que adiciona um objecto ao report
addObject(Object) - Method in class pt.moredata.fglreport.TxtFglReport
Método que adiciona um objecto ao report
addObserver(Observer) - Method in interface pt.despodata.java.mvc.IData
Metodo implementado pela classe java.util.Observable
addObserver(Observer) - Method in interface pt.despodata.java.mvc.IModel
Metodo implementado pela classe java.util.Observable
addObserver(Observer) - Method in class pt.despodata.java.webappl.ApplData
Adiciona um observador a todas as tabelas.
addObserver(Observer, Object) - Method in class pt.despodata.java.webappl.ApplData
Adiciona um observador a uma tabela.
addOnEveryRowListener(OnEveryRowListener) - Method in class pt.moredata.fglreport.DaoReport
Registers OnEveryRowListener to receive events.
addOnLastRowListener(OnLastRowListener) - Method in class pt.moredata.fglreport.DaoReport
Registers OnLastRowListener to receive events.
addOrderBy(String) - Method in interface pt.moredata.dao.DataAccessObject
Add a column name to the orderby list to be used by the query method.
addPanelModifiedListener(PanelModifiedListener) - Method in class pt.despodata.java.ddata.DDataPanel
Adiciona listener das modificacoes ao painel corrente
addPanelModifiedListener(PanelModifiedListener) - Method in class pt.moredata.widgets.Panel
Adiciona listener das modificacoes ao painel corrente
addPath(Object, Object) - Method in class pt.despodata.java.mvc.Paths
Adiciona um caminho a lista de caminhos.
addPath(Object, State) - Method in class pt.despodata.java.mvc.State
Adiciona um caminho a um estado.
addPath(Object, Object, Object) - Method in class pt.despodata.java.mvc.StateMachine
Adiciona um caminho entre dois estados, da maquina de estados.
addPath(Object, Object) - Method in class pt.despodata.java.mvc.StateMachine
Adiciona um caminho a usar por defeito.
addPkColumn(String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method addColumn(String tableName, String columnName, isPKPart) instead.
addPkColumn(String, String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method addColumn(String tableName, String columnName, isPKPart) instead.
addPkToListMap(Collection, int) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This method will be removed and will not have a replacment.
addPropertyChangeListener(PropertyChangeListener) - Method in class pt.despodata.java.ddata.DDataComboBoxCustomizer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class pt.despodata.java.ddata.DDataTableCustomizer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class pt.moredata.dataentry.action.TestAction
Adds a PropertyChange listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class pt.moredata.widgets.ComboBoxCustomizer
Adds a feature to the PropertyChangeListener attribute of the ComboBoxCustomizer object
addPropertyChangeListener(PropertyChangeListener) - Method in class pt.moredata.widgets.Field
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class pt.moredata.widgets.Field
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface pt.moredata.widgets.FieldObject
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface pt.moredata.widgets.FieldObject
Adds a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class pt.moredata.widgets.TableCustomizer
 
addQueryListener(DAOQueryListener) - Method in interface pt.moredata.dao.DataAccessObject
Adds a new DAOQueryListener to this DataAccessObject.
addRecordDeletedListener(RecordDeletedListener) - Method in interface pt.moredata.dataentry.DataEntry
Adiciona um RecordDeletedListener.
addRecordDeletedListener(RecordDeletedListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Adiciona um RecordDeletedListener.
addRecordInsertedListener(RecordInsertedListener) - Method in interface pt.moredata.dataentry.DataEntry
Adiciona um RecordInsertedListener.
addRecordInsertedListener(RecordInsertedListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Adiciona um RecordInsertedListener.
addRecordModifiedListener(RecordModifiedListener) - Method in interface pt.moredata.dataentry.DataEntry
Adiciona um RecordModifiedListener.
addRecordModifiedListener(RecordModifiedListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Adiciona um RecordModifiedListener.
addReferencedColumn(String, String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Adiciona uma nova descricao a lista de descricoes do campo visual, por defeito.
addReferencedColumn(String, String, String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Adiciona uma nova descricao a lista de descricoes de um campo visual.
addReferencedColumn(String, String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Adiciona uma chave estrangeira a um campo visual.
addReferencedColumn(String, String, String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Associa uma coluna de descricao ao campo visual.
addReferencedColumn(String, String, String, String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Adiciona uma chave estrangeira a um campo visual.
addReferencedColumn(String, String, String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Associa uma coluna de descricao ao campo visual.
addReferencedColumn(String, String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Adiciona uma nova descricao a lista de descricoes de um campo visual,
addReferencedColumn(String, String, String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Adiciona uma nova descricao a lista de descricoes de um campo visual.
addRelatedTable(String, boolean) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Adiciona uma tabela como detalhe deste DDataControl.
addRow(Vector) - Method in class pt.despodata.java.ddata.DDataTable
Adiciona linha a tabela
addRow(Object[]) - Method in class pt.despodata.java.ddata.DDataTable
Adiciona linha
addRow(Vector) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
addRow(ArrayList, Vector) - Static method in class pt.moredata.util.DataUtil
 
addRow(Vector) - Method in class pt.moredata.widgets.Table
Adiciona linha a tabela
addRow(Object[]) - Method in class pt.moredata.widgets.Table
Adiciona linha
addRow(Vector) - Method in class pt.moredata.widgets.table.TableModel
 
addRowAppliedListener(DAORowAppliedListener) - Method in interface pt.moredata.dao.DataAccessObject
Adds a new DAORowAppliedListener to this DataAccessObject.
addRowRetrivedListener(DAORowRetrivedListener) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This listener will be removed soon. With the introduction of the Reader interface, the data is no longer readed by the DataAcessObject, so ther is no way of fireing the even.
addSecTable(String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use addTable(String tableName) instead.
addSecTable(String, String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use addTable(String tableName) instead.
addSecTable(DataBaseTable) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use addTable(String tableName) instead.
addSelectedColumn(int, String, String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Add a new selected Column to the array
addSelectedSchemas(int, String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Add a new selected Column to the array
addSpecialUser(String, String) - Method in class pt.moredata.usernot.UserNotification
Adds a special user that is not in the database (e.g. external user)
addState(Object) - Method in class pt.despodata.java.mvc.StateMachine
Adiciona um novo estado a maquina de estados
addTable(DataBaseTable) - Method in interface pt.moredata.dao.DAOFieldsInfo
Adds a new table to the DAOFieldsInfo.
addTable(String) - Method in interface pt.moredata.dao.DataAccessObject
Add a new table to the DataAccessObject.
addTable(String, String) - Method in interface pt.moredata.dao.DataAccessObject
Add a new table to the DataAccessObject.
addTable(String, String, String) - Method in interface pt.moredata.dao.DataAccessObject
Add a new table to the DataAccessObject.
addTable(TableInfo) - Method in class pt.moredata.dataentry.core.generator.DAOInfo
Adiciona um TableInfo à HashMap
addTable(Table) - Method in class pt.moredata.xml2db.ReadXML2DB
 
addTableChangeListener(AfterEditListener) - Method in class pt.despodata.java.ddata.DDataTable
This event is fired when the table is changed
addTableChangeListener(AfterEditListener) - Method in class pt.moredata.widgets.Table
This event is fired when the table is changed
addTableChangeWithEditorListener(AfterEditListener) - Method in class pt.despodata.java.ddata.DDataTable
Listener que dispara depois de se sair celula que foi alterada
addTableChangeWithEditorListener(AfterEditListener) - Method in class pt.moredata.widgets.Table
Listener que dispara depois de se sair celula que foi alterada
addTableGenerator(ApplCreateListener) - Method in class pt.despodata.java.webappl.ApplData
Adiciona uma classe encarregue de criar tabelas.
addTableGenerator(ApplCreateListener) - Method in class pt.despodata.java.webappl.GenericModel
Adiciona uma classe encarregue de criar tabelas.
addTableListener(TableListener) - Method in class pt.moredata.widgets.BaseTable
Listener que dispara depois de se sair de uma celula
addTableListener(TableListener) - Method in class pt.moredata.widgets.Table
Listener que dispara depois de se sair de uma celula
addTableListener(TableListener) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Listener que dispara depois de se sair de uma celula
addTableListener(TableListener) - Method in class pt.moredata.widgets.table.CellEditor
 
addTableListener(TableListener) - Method in class pt.moredata.widgets.table.TableModel
Listener que dispara depois de se sair de uma celula
addTableListener(TableListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Adds a feature to the TableListener attribute of the Delegate object
addTables(Object, Observable) - Method in class pt.despodata.java.webappl.ApplData
Adiciona uma tabela ao modelo de dados.
addTaskDescription(String) - Method in class pt.moredata.wizard.SwingWizardGUI2
Adiciona uma descricao de uma tarefa a lista de tarefas.
addTrailerListener(TrailerListener) - Method in class pt.despodata.java.ddata.DDataSwingControl
Registers TrailerListener to receive events.
addTrailerListener(TrailerListener) - Method in class pt.moredata.fglreport.DaoReport
Registers TrailerListener to receive events.
addUpdateListener(DAOUpdateListener) - Method in interface pt.moredata.dao.DataAccessObject
Adds a new DAOUpdateListener to this DataAccessObject.
addUser(String) - Method in class pt.moredata.usernot.UserNotification
Adds user to the notification list
addVetoableChangeListener(VetoableChangeListener) - Method in class pt.moredata.widgets.Field
 
addVetoableChangeListener(VetoableChangeListener) - Method in interface pt.moredata.widgets.FieldObject
Adds a VetoableChangeListener to the listener list.
addVisualField(String, String, int, int, int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Adiciona um novo campo visual a uma coluna.
addVisualField(String, int, int, int, int, int, int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Adiciona um novo campo visual com o nome da propria coluna.
addVisualField(String, String, int, int, int, int, int, int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Adiciona um novo campo visual a uma determinada coluna.
addVisualField(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Add a new visual field to the virtual table
addVisualField(int, int, int) - Method in class pt.despodata.java.ddata.DHtmlDataField
Adiciona um novo campo visual a coluna, com o mesmo nome da coluna.
addVisualField(String, int, int, int) - Method in class pt.despodata.java.ddata.DHtmlDataField
Adiciona um novo campo visual a coluna.
addVisualField(int, int, int, int, int, int) - Method in class pt.despodata.java.ddata.DHtmlDataField
Adiciona um novo campo visual com o mesmo nome da coluna.
addVisualField(String, int, int, int, int, int, int) - Method in class pt.despodata.java.ddata.DHtmlDataField
Adiciona um novo campo visual com um determinado nome.
addVisualField(int, int, int) - Method in interface pt.despodata.java.ddata.IDDataControlField
Adiciona um novo campo visual a coluna, com o mesmo nome da coluna.
addVisualField(String, int, int, int) - Method in interface pt.despodata.java.ddata.IDDataControlField
Add a new visual field to the virtual table
addVisualField(int, int, int, int, int, int) - Method in interface pt.despodata.java.ddata.IDDataControlField
Adiciona um novo campo visual com o mesmo nome da coluna.
addVisualField(String, int, int, int, int, int, int) - Method in interface pt.despodata.java.ddata.IDDataControlField
Adiciona um novo campo visual com um determinado nome.
addVisualField(String, String, int, int, int) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Add a new visual field to the virtual table
addVisualField(String, int, int, int, int, int, int) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Adiciona um novo campo visual com o nome da propria coluna.
addVisualField(String, String, int, int, int, int, int, int) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Adiciona um novo campo visual a uma determinada coluna.
addVisualField(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Add a new visual field to the virtual table
addWhereClause(ApplDataControl, String, String, String) - Method in class pt.despodata.java.webappl.actions.SearchRecordAction
Cria uma clausula de where para uma dada coluna e um dado registo, para ser acrescentada a uma clausula de where que e passada como parametro.
addWhereClause(MetaField, String) - Method in class pt.moredata.dataentry.action.SimpleQueryAction
Adds a feature to the WhereClause attribute of the SimpleQueryAction object
addWhereStringBuildListener(WhereStringBuildListener, String) - Method in class pt.despodata.java.webappl.actions.SearchRecordAction
Regista um listener ao evento de construcao da clausula de where para uma pesquisa numa determinada pagina.
advancedTabTitle - Variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
 
afterAction(ActionEvent) - Method in interface pt.despodata.java.webappl.actions.event.ActionListener
This method is called after the controller call the Action perform method.
afterAction(ActionEvent) - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildListener
This method is called after the controller call the Action perform method.
afterApply(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois das alteracoes terem sido executadas no data Source
afterApply(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois das alteracoes terem sido executadas no data Source
afterApply(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado depois das alteracoes terem sido executadas no data Source
afterApply(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado depois das alteracoes terem sido executadas no data Source
afterApply(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado depois das alteracoes terem sido executadas no data Source
afterApply(DAOEvent) - Method in interface pt.moredata.dao.event.DAOApplyListener
Executado depois das alteracoes terem sido executadas no data Source
afterApply(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado depois das alteracoes terem sido executadas no data Source
afterApplyCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
afterApplyCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
afterApplyCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
afterCheckIt() - Method in class pt.despodata.java.ddata.table.DDataDelegate
Aqui pode-se aproveitar para por outras coisas após as validações
afterCheckIt() - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
afterCheckIt() - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
afterCheckIt() - Method in class pt.moredata.widgets.table.FieldDelegate
 
afterCheckIt() - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
afterCheckIt() - Method in class pt.moredata.widgets.table.WidgetDelegate
Aqui pode-se aproveitar para por outras coisas após as validações
afterDelete(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois de uma linha ter sido apagada do data Source.
afterDelete(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois de uma linha ter sido apagada do data Source.
afterDelete(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado depois de uma linha ter sido apagada do data Source.
afterDelete(DAOEvent) - Method in interface pt.moredata.dao.event.DAODeleteListener
Executado depois de uma linha ter sido apagada do data Source.
afterDelete(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado depois de uma linha ter sido apagada do data Source.
afterDeleteCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
afterDeleteCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
afterDeleteCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
afterDeleteRow(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
afterDeleteRow(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
afterDeleteRow(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
afterDeleteRow(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
afterEditEvent(AfterEditEvent) - Method in interface pt.despodata.java.ddata.event.AfterEditListener
 
afterEditEvent(AfterEditEvent) - Method in interface pt.moredata.widgets.event.AfterEditListener
 
afterField(AfterFieldEvent) - Method in interface pt.despodata.java.ddata.event.AfterFieldListener
 
afterField(DDataFieldEvent) - Method in interface pt.despodata.java.ddata.event.DDataFieldListener
Executado quando o campo perde focus
afterField(AfterFieldEvent) - Method in interface pt.moredata.widgets.event.AfterFieldListener
 
afterField(FieldEvent) - Method in interface pt.moredata.widgets.event.FieldListener
Executado quando o campo perde focus
afterFieldListenerList - Variable in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
afterFieldListenerList - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
afterFieldListenerList - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
afterFieldListenerList - Variable in class pt.moredata.widgets.table.CellEditor
 
afterFieldListenersList - Variable in class pt.despodata.java.ddata.DDataTextField
 
afterFieldListenersList - Variable in class pt.despodata.java.ddata.table.DDataCellField
 
afterFieldListenersList - Variable in class pt.despodata.java.ddata.table.DDataCellTextField
 
afterFieldListenersList - Variable in class pt.moredata.widgets.table.CellField
 
afterFieldListenersList - Variable in class pt.moredata.widgets.table.CellTextField
 
afterGroup(FglReportEvent) - Method in interface pt.moredata.fglreport.event.AfterGroupListener
 
afterGroupInsertAction() - Method in class pt.moredata.xml2db.Table
Method that is executed by ReadXML2DB once for each record to be inserted after the insertAction, you'll have to rewrite this if you need something to hapen after the insert, i.e. update a char field to lower
afterGroupOf(FglReportEvent) - Method in interface pt.despodata.java.fglreport.event.FglReportListener
 
afterGroupOf - Variable in class pt.despodata.java.fglreport.tests.FglReportTest
 
afterGroupOf - Variable in class pt.moredata.fglreport.SwingFglReportTest
Description of the Field
afterGroupOf - Variable in class pt.moredata.fglreport.TxtFglReportTest
 
afterGroupOf(FglReportEvent) - Method in interface pt.moredata.fglreport.event.FglReportListener
 
afterInsert(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois de uma linha ter sido inserida no data Source.
afterInsert(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois de uma linha ter sido inserida no data Source.
afterInsert(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado depois de uma linha ter sido inserida no data Source.
afterInsert(DAOEvent) - Method in interface pt.moredata.dao.event.DAOInsertListener
Executado depois de uma linha ter sido inserida no data Source.
afterInsert(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado depois de uma linha ter sido inserida no data Source.
afterInsertAction() - Method in class pt.moredata.xml2db.Table
Method that is executed by ReadXML2DB once for each record to be inserted after the insertAction, you'll have to rewrite this if you need something to hapen after the insert, i.e. update a char field to lower
afterInsertCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
afterInsertCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
afterInsertCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
afterLov(DDataFieldEvent) - Method in interface pt.despodata.java.ddata.event.DDataFieldListener
Executado depois de se sair da lov
afterLov(FieldEvent) - Method in interface pt.moredata.widgets.event.FieldListener
Executado depois de se sair da lov
afterQuery(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado imediatamente depois do query ter sido executado
afterQuery(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado imediatamente depois do query ter sido executado
afterQuery(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado imediatamente depois do query ter sido executado
afterQuery(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado imediatamente depois do query ter sido executado
afterQuery(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado imediatamente depois do query ter sido executado
afterQuery(DAOEvent) - Method in interface pt.moredata.dao.event.DAOQueryListener
Executado imediatamente depois do query ter sido executado
afterQuery(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado imediatamente depois do query ter sido executado
afterQueryCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
afterQueryCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
afterQueryCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
afterRecordDeleted(DataEntryEvent) - Method in interface pt.moredata.dataentry.event.RecordDeletedListener
Metodo chamado depois de um registo ser removido da entrada de dados.
afterRecordDeleted(DataEntryEvent) - Method in class pt.moredata.dataentry.util.DataEntrySynchronizer
Metodo chamado depois de um registo ser removido da entrada de dados.
afterRecordInserted(DataEntryEvent) - Method in interface pt.moredata.dataentry.event.RecordInsertedListener
Metodo chamado depois de um registo ser inserido na entrada de dados.
afterRecordInserted(DataEntryEvent) - Method in class pt.moredata.dataentry.util.DataEntrySynchronizer
Metodo chamado depois de um registo ser inserido na entrada de dados.
afterRecordModified(DataEntryEvent) - Method in interface pt.moredata.dataentry.event.RecordModifiedListener
Metodo chamado depois de um registo ser modificado da entrada de dados.
afterRecordModified(DataEntryEvent) - Method in class pt.moredata.dataentry.util.DataEntrySynchronizer
Metodo chamado depois de um registo ser modificado da entrada de dados.
afterRow(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
afterRow(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
afterRow(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
afterRow(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
afterRowApplied(DDataControlEvent, DataRow) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois de uma linha ter sido sincronizada com a base de dados
afterRowApplied(DDataControlEvent, DDataRow) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois de uma linha ter sido sincronizada com a base de dados
afterRowApplied(DDataControlEvent, DDataRow) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado depois de uma linha ter sido sincronizada com a base de dados
afterRowApplied(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado depois de uma linha ter sido sincronizada com a base de dados
afterRowApplied(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado depois de uma linha ter sido sincronizada com a base de dados
afterRowApplied(DAOEvent) - Method in interface pt.moredata.dao.event.DAORowAppliedListener
Executado depois de uma linha ter sido sincronizada com a base de dados
afterRowApplied(DDataControlEvent, DataRow) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado depois de uma linha ter sido sincronizada com a base de dados
afterRowAppliedCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
afterRowAppliedCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
afterRowAppliedCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
afterRowDeleted(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado imediatamente depois de apagar uma linha
afterRowDeleted(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado imediatamente depois de apagar uma linha
afterUpdate(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois de uma linha ter sido updated
afterUpdate(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado depois de uma linha ter sido updated
afterUpdate(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado depois de uma linha ter sido alterada no data Source.
afterUpdate(DAOEvent) - Method in interface pt.moredata.dao.event.DAOUpdateListener
Executado depois de uma linha ter sido alterada no data Source.
afterUpdate(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado depois de uma linha ter sido alterada no data Source.
afterUpdateCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
afterUpdateCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
afterUpdateCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
align - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
alt - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
alteraFormato(int) - Method in class pt.despodata.java.ddata.DDataField
 
alternate - Static variable in class pt.despodata.java.ddata.DDataBaseTable
 
alternate - Static variable in class pt.moredata.widgets.BaseTable
 
altura - Variable in class pt.despodata.java.objgraficos.objectosX
Altura de uma caixa
altura - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Altura de uma caixa
applicationSaved - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
apply(int) - Method in interface pt.moredata.dao.DataAccessObject
Update a row of the repository with the DataAccessObject data for that row.
apply() - Method in interface pt.moredata.dao.DataAccessObject
Update the repository with the DataAccessObject data.
apply() - Method in class pt.moredata.dataentry.action.SaveAllRecordsAction
Invoca o metodo apply no DAO.
apply() - Method in class pt.moredata.dataentry.action.SaveSingleRecordAction
Invoca o metodo apply no DAO.
assertNotEquals(String, Object, Object) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two objects are not equal.
assertNotEquals(Object, Object) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two objects are not equal.
assertNotEquals(String, double, double, double) - Static method in class pt.despodata.java.tests.TestCase
FALTA TESTAR !!!!
assertNotEquals(double, double, double) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two doubles are not equal concerning a delta.
assertNotEquals(String, float, float, float) - Static method in class pt.despodata.java.tests.TestCase
FALTA TESTAR !!!!
assertNotEquals(float, float, float) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two floats are not equal concerning a delta.
assertNotEquals(String, long, long) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two longs are not equal.
assertNotEquals(long, long) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two longs are not equal.
assertNotEquals(String, boolean, boolean) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two booleans are not equal.
assertNotEquals(boolean, boolean) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two booleans are not equal.
assertNotEquals(String, byte, byte) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two bytes are not equal.
assertNotEquals(byte, byte) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two bytes are not equal.
assertNotEquals(String, char, char) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two chars are not equal.
assertNotEquals(char, char) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two chars are not equal.
assertNotEquals(String, short, short) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two shorts are not equal.
assertNotEquals(short, short) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two shorts are not equal.
assertNotEquals(String, int, int) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two ints are not equal.
assertNotEquals(int, int) - Static method in class pt.despodata.java.tests.TestCase
Asserts that two ints are not equal.
assertNotEquals(String, Object, Object) - Static method in class pt.moredata.tests.TestCase
Asserts that two objects are not equal.
assertNotEquals(Object, Object) - Static method in class pt.moredata.tests.TestCase
Asserts that two objects are not equal.
assertNotEquals(String, double, double, double) - Static method in class pt.moredata.tests.TestCase
FALTA TESTAR !!!!
assertNotEquals(double, double, double) - Static method in class pt.moredata.tests.TestCase
Asserts that two doubles are not equal concerning a delta.
assertNotEquals(String, float, float, float) - Static method in class pt.moredata.tests.TestCase
FALTA TESTAR !!!!
assertNotEquals(float, float, float) - Static method in class pt.moredata.tests.TestCase
Asserts that two floats are not equal concerning a delta.
assertNotEquals(String, long, long) - Static method in class pt.moredata.tests.TestCase
Asserts that two longs are not equal.
assertNotEquals(long, long) - Static method in class pt.moredata.tests.TestCase
Asserts that two longs are not equal.
assertNotEquals(String, boolean, boolean) - Static method in class pt.moredata.tests.TestCase
Asserts that two booleans are not equal.
assertNotEquals(boolean, boolean) - Static method in class pt.moredata.tests.TestCase
Asserts that two booleans are not equal.
assertNotEquals(String, byte, byte) - Static method in class pt.moredata.tests.TestCase
Asserts that two bytes are not equal.
assertNotEquals(byte, byte) - Static method in class pt.moredata.tests.TestCase
Asserts that two bytes are not equal.
assertNotEquals(String, char, char) - Static method in class pt.moredata.tests.TestCase
Asserts that two chars are not equal.
assertNotEquals(char, char) - Static method in class pt.moredata.tests.TestCase
Asserts that two chars are not equal.
assertNotEquals(String, short, short) - Static method in class pt.moredata.tests.TestCase
Asserts that two shorts are not equal.
assertNotEquals(short, short) - Static method in class pt.moredata.tests.TestCase
Asserts that two shorts are not equal.
assertNotEquals(String, int, int) - Static method in class pt.moredata.tests.TestCase
Asserts that two ints are not equal.
assertNotEquals(int, int) - Static method in class pt.moredata.tests.TestCase
Asserts that two ints are not equal.
authorized - Variable in class pt.despodata.java.webappl.tags.AbstractProtectTag
Holds value of property authorized.
autoScroll(Rectangle) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
autoScroll(Rectangle) - Method in class pt.despodata.java.ddata.DDataTable
Faz scroll para a tabela
autoScroll(Rectangle) - Method in class pt.despodata.java.ddata.DDataTextField
 
autoScroll(Rectangle) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
autoScroll(Rectangle) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
autoScroll(Rectangle) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
autoScroll(Rectangle) - Method in class pt.moredata.widgets.Table
Faz scroll para a tabela
autoScroll(Rectangle) - Method in class pt.moredata.widgets.TextField
Description of the Method
autoScroll(Rectangle) - Method in class pt.moredata.widgets.table.CellField
 
autoScroll(Rectangle) - Method in class pt.moredata.widgets.table.CellTextField
 

B

BEFORE_ACTION - Static variable in class pt.despodata.java.webappl.actions.event.ActionEvent
 
BEFORE_ACTION_EVENT - Static variable in class pt.moredata.dataentry.core.AbstractDataEntry
 
BEFORE_DELETED_EVENT - Static variable in class pt.moredata.dataentry.event.DataEntryEvent
Evento gerado antes de se apagar um registo na entrada de dados.
BEFORE_DELETE_ROW - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
BEFORE_DELETE_ROW - Static variable in class pt.moredata.widgets.event.TableEvent
 
BEFORE_ENTER_EDITOR - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
BEFORE_ENTER_EDITOR - Static variable in class pt.moredata.widgets.event.TableEvent
 
BEFORE_INSERTED_EVENT - Static variable in class pt.moredata.dataentry.event.DataEntryEvent
Evento gerado antes de se inserir um registo na entrada de dados.
BEFORE_MODE_CHANGED_EVENT - Static variable in class pt.moredata.dataentry.event.DataEntryEvent
Evento gerado antes de se alterar o mode da entrada de dados.
BEFORE_MODIFIED_EVENT - Static variable in class pt.moredata.dataentry.event.DataEntryEvent
Evento gerado antes de se modificar um registo na entrada de dados.
BEFORE_ROW - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
BEFORE_ROW - Static variable in class pt.moredata.widgets.event.TableEvent
 
BIGINT - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
BIGINT - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIGINT.
BINARY - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
BINARY - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BINARY.
BIT - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
BIT - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIT.
BLOB - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
BOOLEAN - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
BROADCAST - Static variable in class pt.moredata.usernot.UserNotification
Notification methods: all available methods
BUTTON_NAME_SUFIX - Static variable in class pt.moredata.dataentry.taglibs.ButtonTag
 
BaseTable - class pt.moredata.widgets.BaseTable.
 
BaseTable() - Constructor for class pt.moredata.widgets.BaseTable
Constructs a default JTable that is initialized with a default data model, a default column model, and a default selection model.
BaseTable(TableModel) - Constructor for class pt.moredata.widgets.BaseTable
Constructs a JTable that is initialized with dm as the data model, a default column model, and a default selection model.
BaseTable(TableModel, TableColumnModel) - Constructor for class pt.moredata.widgets.BaseTable
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
BaseTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class pt.moredata.widgets.BaseTable
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
BaseTable(int, int) - Constructor for class pt.moredata.widgets.BaseTable
Constructs a JTable with numRows and numColumns of empty cells using DefaultTableModel.
BaseTable(Vector, Vector) - Constructor for class pt.moredata.widgets.BaseTable
Constructs a JTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
BaseTable(Object[][], Object[]) - Constructor for class pt.moredata.widgets.BaseTable
Constructs a JTable to display the values in the two dimensional array, rowData, with column names, columnNames.
BaseTableUI - class pt.despodata.java.ddata.plaf.BaseTableUI.
Pluggable look and feel interface for DDataBaseTable.
BaseTableUI() - Constructor for class pt.despodata.java.ddata.plaf.BaseTableUI
 
BaseTableUI - class pt.moredata.widgets.plaf.BaseTableUI.
Pluggable look and feel interface for DDataBaseTable.
BaseTableUI() - Constructor for class pt.moredata.widgets.plaf.BaseTableUI
 
BasicBaseTableUI - class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.
BasicTableTableUI implementation
BasicBaseTableUI() - Constructor for class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
BasicBaseTableUI - class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.
BasicTableTableUI implementation
BasicBaseTableUI() - Constructor for class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
BasicBaseTableUI.FocusHandler - class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.FocusHandler.
This inner class is marked "public" due to a compiler bug.
BasicBaseTableUI.FocusHandler() - Constructor for class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.FocusHandler
 
BasicBaseTableUI.FocusHandler - class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.FocusHandler.
This inner class is marked "public" due to a compiler bug.
BasicBaseTableUI.FocusHandler() - Constructor for class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.FocusHandler
 
BasicBaseTableUI.KeyHandler - class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.KeyHandler.
This inner class is marked "public" due to a compiler bug.
BasicBaseTableUI.KeyHandler() - Constructor for class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.KeyHandler
 
BasicBaseTableUI.KeyHandler - class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.KeyHandler.
This inner class is marked "public" due to a compiler bug.
BasicBaseTableUI.KeyHandler() - Constructor for class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.KeyHandler
 
BasicBaseTableUI.MouseInputHandler - class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler.
This inner class is marked "public" due to a compiler bug.
BasicBaseTableUI.MouseInputHandler() - Constructor for class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
BasicBaseTableUI.MouseInputHandler - class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler.
This inner class is marked "public" due to a compiler bug.
BasicBaseTableUI.MouseInputHandler() - Constructor for class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
BasicButtonHeaderUI - class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI.
 
BasicButtonHeaderUI() - Constructor for class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
BasicButtonHeaderUI - class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI.
 
BasicButtonHeaderUI() - Constructor for class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
BasicDDataRadioButtonUI - class pt.despodata.java.ddata.plaf.basic.BasicDDataRadioButtonUI.
Pluggable look and feel interface for DDataBaseTable.
BasicDDataRadioButtonUI() - Constructor for class pt.despodata.java.ddata.plaf.basic.BasicDDataRadioButtonUI
 
BasicRadioButtonUI - class pt.moredata.widgets.plaf.basic.BasicRadioButtonUI.
Pluggable look and feel interface for BaseTable.
BasicRadioButtonUI() - Constructor for class pt.moredata.widgets.plaf.basic.BasicRadioButtonUI
 
BeforeGroupListener - interface pt.moredata.fglreport.event.BeforeGroupListener.
BeforeGroupListener.java Company MoreData
BoxX - class pt.moredata.fglreport.objgraficos.BoxX.
Classe responsável pela impressão de linhas.
BoxX(int, int, int, int, int) - Constructor for class pt.moredata.fglreport.objgraficos.BoxX
Construtora onde se podem definir todos os parâmetros.
BrowserFrame - class pt.despodata.java.ddata.BrowserFrame.
 
BrowserFrame(String, JFrame) - Constructor for class pt.despodata.java.ddata.BrowserFrame
 
BrowserFrame - class pt.moredata.widgets.BrowserFrame.
Title: WebBrowser Description: Simple Browser capable of displaying only Html Documents Copyright: Copyright (c) Company: Despodata
BrowserFrame(String, JFrame) - Constructor for class pt.moredata.widgets.BrowserFrame
Constructor for the BrowserFrame object
BrowserFrame.loadPage - class pt.despodata.java.ddata.BrowserFrame.loadPage.
 
BrowserFrame.loadPage(JEditorPane, String, boolean) - Constructor for class pt.despodata.java.ddata.BrowserFrame.loadPage
 
BrowserFrame.loadPage - class pt.moredata.widgets.BrowserFrame.loadPage.
Description of the Class
BrowserFrame.loadPage(JEditorPane, String, boolean) - Constructor for class pt.moredata.widgets.BrowserFrame.loadPage
Constructor for the loadPage object
BrowserFrameBeanInfo - class pt.moredata.widgets.BrowserFrameBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
BrowserFrameBeanInfo() - Constructor for class pt.moredata.widgets.BrowserFrameBeanInfo
 
BundleCache - class pt.despodata.java.webappl.BundleCache.
BundleCache.java Static ResourceBundle cache.
BundleCache() - Constructor for class pt.despodata.java.webappl.BundleCache
 
BundleCache - class pt.moredata.dataentry.util.BundleCache.
Static ResourceBundle cache.
BundleCache - class pt.moredata.util.BundleCache.
BundleCache.java Company MoreData
BundleCache() - Constructor for class pt.moredata.util.BundleCache
Creates a new instance of BundleCache
Button - class pt.moredata.widgets.Button.
Title: DataButton Description: Beans para criação de forms Copyright: Copyright (C) 2000 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Button() - Constructor for class pt.moredata.widgets.Button
 
ButtonBeanInfo - class pt.moredata.widgets.ButtonBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
ButtonBeanInfo() - Constructor for class pt.moredata.widgets.ButtonBeanInfo
 
ButtonTag - class pt.despodata.java.webappl.tags.ButtonTag.
ButtonTag.java, Permite definir butoes de html.
ButtonTag() - Constructor for class pt.despodata.java.webappl.tags.ButtonTag
 
ButtonTag - class pt.moredata.dataentry.taglibs.ButtonTag.
Company MoreData
ButtonTag() - Constructor for class pt.moredata.dataentry.taglibs.ButtonTag
Creates a new instance of ButtonTag
ButtonTag - class pt.moredata.taglibs.widgets.ButtonTag.
ButtonTag.java Company MoreData
ButtonTag() - Constructor for class pt.moredata.taglibs.widgets.ButtonTag
 
backup() - Method in interface pt.moredata.dao.RecordSet
Backup all data set in paralel struture
backupCell(int) - Method in interface pt.moredata.dao.DataRow
Backup the value of a cell.
backupCell(int, int) - Method in interface pt.moredata.dao.RecordSet
Backup a cell content.
backupPk(int) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This method will be removed and will not have a replacment.
backupRow() - Method in interface pt.moredata.dao.DataRow
Backup (copy) the value of the entire row
backupRow(int) - Method in interface pt.moredata.dao.RecordSet
Backup an entire row.
bar - Variable in class pt.despodata.java.ddata.tests.DDataProgressBarTest
 
beforeAction(ActionEvent) - Method in interface pt.despodata.java.webappl.actions.event.ActionListener
This method is called before the controller call the Action perform method.
beforeAction(ActionEvent) - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildListener
This method is called before the controller call the Action perform method.
beforeAddWhereClause(WhereStringBuildEvent) - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildListener
Metodo invocado depois da clausula de where, para uma determinada coluna, ter sido gerada e antes dessa mesma clausula de where ter sido adicionada ao conjunto de clausulas de where que vao ser usadas na pesquisa.
beforeApply(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de efectuar as alterações na base de dados
beforeApply(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de efectuar as alterações na base de dados
beforeApply(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado antes de efectuar as alterações na base de dados
beforeApply(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado antes de efectuar as alterações na base de dados
beforeApply(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado antes de efectuar as alterações na base de dados
beforeApply(DAOEvent) - Method in interface pt.moredata.dao.event.DAOApplyListener
Executado antes de efectuar as alterações na base de dados
beforeApply(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado antes de efectuar as alterações na base de dados
beforeApplyCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
beforeApplyCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
beforeApplyCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
beforeChangeCell(AfterEditEvent) - Method in interface pt.despodata.java.ddata.event.AfterEditListener
 
beforeChangeCell(AfterEditEvent) - Method in interface pt.moredata.widgets.event.AfterEditListener
 
beforeCreateApplDataControl(String) - Method in interface pt.despodata.java.webappl.tables.ApplCreateListener
Chamado antes da criacao de um ApplDataControl, pela classe ApplDataControlFactory.
beforeCreateDataAccessObject(String) - Method in class pt.moredata.dao.pool.DAOCreateListener
Chamado antes da criacao de um DataAccessObject, pela classe DAOFactory.
beforeCreateDataAccessObject(String) - Method in interface pt.moredata.dao.pool.IDAOCreateListener
Chamado antes da criacao de um DataAccessObject, pela classe DAOFactory.
beforeDelete(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de uma linha ser apagada do data Source.
beforeDelete(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de uma linha ser apagada do data Source.
beforeDelete(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado antes de uma linha ser apagada do data Source.
beforeDelete(DAOEvent) - Method in interface pt.moredata.dao.event.DAODeleteListener
Executado antes de uma linha ser apagada do data Source.
beforeDelete(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado antes de uma linha ser apagada do data Source.
beforeDeleteCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
beforeDeleteCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
beforeDeleteCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
beforeDeleteRow(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
beforeDeleteRow(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
beforeDeleteRow(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
beforeDeleteRow(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
beforeEnterEditor(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
beforeEnterEditor(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
beforeEnterEditor(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
beforeEnterEditor(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
beforeGroup(FglReportEvent) - Method in interface pt.moredata.fglreport.event.BeforeGroupListener
 
beforeGroupInsertAction() - Method in class pt.moredata.xml2db.Table
Method that is executed by ReadXML2DB before any record is inserted and before the beforeInsertAction, you'll have to rewrite this if you need something to hapen before the insert, i.e. get a FK
beforeGroupOf(FglReportEvent) - Method in interface pt.despodata.java.fglreport.event.FglReportListener
 
beforeGroupOf - Variable in class pt.despodata.java.fglreport.tests.FglReportTest
 
beforeGroupOf - Variable in class pt.moredata.fglreport.SwingFglReportTest
Description of the Field
beforeGroupOf - Variable in class pt.moredata.fglreport.TxtFglReportTest
 
beforeGroupOf(FglReportEvent) - Method in interface pt.moredata.fglreport.event.FglReportListener
 
beforeInsert(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de uma linha ser inserida no data Source.
beforeInsert(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de uma linha ser inserida no data Source.
beforeInsert(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado antes de uma linha ser inserida no data Source.
beforeInsert(DAOEvent) - Method in interface pt.moredata.dao.event.DAOInsertListener
Executado antes de uma linha ser inserida no data Source.
beforeInsert(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado antes de uma linha ser inserida no data Source.
beforeInsertAction() - Method in class pt.moredata.xml2db.Table
Method that is executed by ReadXML2DB once for each record to be inserted before the insertAction, you'll have to rewrite this if you need something to hapen before the insert, i.e. get a FK
beforeInsertCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
beforeInsertCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
beforeInsertCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
beforeQuery(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado imediatamente antes do query
beforeQuery(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado imediatamente antes do query
beforeQuery(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado imediatamente antes do query
beforeQuery(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado imediatamente antes do query
beforeQuery(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado imediatamente antes do query
beforeQuery(DAOEvent) - Method in interface pt.moredata.dao.event.DAOQueryListener
Executado imediatamente antes do query
beforeQuery(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado imediatamente antes do query
beforeQueryCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
beforeQueryCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
beforeQueryCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
beforeRecordDeleted(DataEntryEvent) - Method in interface pt.moredata.dataentry.event.RecordDeletedListener
Metodo chamado antes de um registo ser removido da entrada de dados.
beforeRecordDeleted(DataEntryEvent) - Method in class pt.moredata.dataentry.util.DataEntrySynchronizer
Metodo chamado antes de um registo ser removido da entrada de dados.
beforeRecordInserted(DataEntryEvent) - Method in interface pt.moredata.dataentry.event.RecordInsertedListener
Metodo chamado antes de um registo ser inserido na entrada de dados.
beforeRecordInserted(DataEntryEvent) - Method in class pt.moredata.dataentry.util.DataEntrySynchronizer
Metodo chamado antes de um registo ser inserido na entrada de dados.
beforeRecordModified(DataEntryEvent) - Method in interface pt.moredata.dataentry.event.RecordModifiedListener
Metodo chamado antes de um registo ser modificado da entrada de dados.
beforeRecordModified(DataEntryEvent) - Method in class pt.moredata.dataentry.util.DataEntrySynchronizer
Metodo chamado antes de um registo ser modificado da entrada de dados.
beforeRow(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
beforeRow(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
beforeRow(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
beforeRow(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
beforeRowApplied(DDataControlEvent, DataRow) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de uma linha ser sincronizada com o data source
beforeRowApplied(DDataControlEvent, DDataRow) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de uma linha ser sincronizada com o data source
beforeRowApplied(DDataControlEvent, DDataRow) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado antes de uma linha ser sincronizada com o data source
beforeRowApplied(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado antes de uma linha ser sincronizada com o data source
beforeRowApplied(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado antes de uma linha ser sincronizada com o data source
beforeRowApplied(DAOEvent) - Method in interface pt.moredata.dao.event.DAORowAppliedListener
Executado antes de uma linha ser sincronizada com o data source
beforeRowApplied(DDataControlEvent, DataRow) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado antes de uma linha ser sincronizada com o data source
beforeRowAppliedCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
beforeRowAppliedCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
beforeRowAppliedCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
beforeRowDeleted(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado imediatamente antes de apagar uma linha
beforeRowDeleted(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado imediatamente antes de apagar uma linha
beforeRowLocked(DDataControlEvent, DataRow) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes do lock a uma linha
beforeRowLocked(DDataControlEvent, DDataRow) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes do lock a uma linha
beforeRowLocked(DDataControlEvent, DDataRow) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado antes do lock a uma linha
beforeRowLocked(DDataSwingControlEvent) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado antes do lock a uma linha
beforeRowLocked(DDataSwingControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado antes do lock a uma linha
beforeRowLocked(DDataControlEvent, DataRow) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado antes do lock a uma linha
beforeUpdate(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de uma linha ser alterada no data Source.
beforeUpdate(DDataControlEvent) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado antes de uma linha ser alterada no data Source.
beforeUpdate(DDataControlEvent) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado antes de uma linha ser alterada no data Source.
beforeUpdate(DAOEvent) - Method in interface pt.moredata.dao.event.DAOUpdateListener
Executado antes de uma linha ser alterada no data Source.
beforeUpdate(DDataControlEvent) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado antes de uma linha ser alterada no data Source.
beforeUpdateCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
beforeUpdateCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
beforeUpdateCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
blindLogin() - Static method in class pt.despodata.java.connection.DDataSourcePool
Login directo sem apresentar qualquer interface visual
Pelo menos nos testes poupa algum trabalho
blockDelete() - Method in class pt.despodata.java.ddata.DDataToolBar
????
border - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
boxX - class pt.despodata.java.objgraficos.boxX.
Classe responsável pela impressão de linhas.
boxX(int, int, int, int, int) - Constructor for class pt.despodata.java.objgraficos.boxX
Construtora onde se podem definir todos os parâmetros.
build(SQLPattern, boolean) - Static method in class pt.moredata.dao.pattern.SQLPatternBuilder
Constroi uma clausula de WHERE para uma query em SQL a partir de um padrao de pesquisa.
build(SQLPattern) - Static method in class pt.moredata.dao.pattern.SQLPatternBuilder
Constroi uma clausula de WHERE para uma query em SQL a partir de um padrao de pesquisa.
buildDocument(DAOView) - Method in class pt.moredata.dao.builder.CSVBuilder
Constroi um documento em CSV a partir de um DAO.
buildDocument(DAOView, String, String, String) - Method in class pt.moredata.dao.builder.CSVBuilder
Constroi um documento em XML a partir de um DAO.
buildDocument(DAOView) - Method in interface pt.moredata.dao.builder.DAOBuilder
Devolve um Objecto com o documento criado a partir de um DAOView.
buildDocument(DAOView) - Method in class pt.moredata.dao.builder.XmlBuilder
Constroi um documento em XML a partir de um DAO.
buildQuery() - Method in class pt.despodata.java.ddata.DDataSwingControl
Prepara a query string com base nos valores de query preenchidos e muda estado dos DDataField(s) para data mode
buildQueryString() - Method in class pt.despodata.java.ddata.DDataField
Constroi a string para efcetuar o query sobre a base de dados de acordo com o valor de query ????
buildQueryString_old() - Method in class pt.despodata.java.ddata.DDataField
 
buildWhereStr(DHtmlDataControl, String, String, String) - Static method in class pt.despodata.java.ddata.DHtmlForm
Constroi uma clausula de where para uma dada coluna e um dado registo.
buildWhereString() - Method in class pt.moredata.dataentry.action.SimpleQueryAction
Description of the Method
bundleFormView - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
bundleTableView - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
bundleTextFieldView - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 

C

CANCEL - Static variable in interface pt.moredata.connection.ConnectionConfig
Valor retornado pelo dialogo quando o utilizador cancela aoperacao.
CANCEL - Static variable in interface pt.moredata.wizard.Wizard
Valor devolvido pelo metodo showWizard() quando o wizard e cancelado.
CANCELED - Variable in class pt.despodata.java.ddata.DDataLov
 
CANCEL_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
CANCEL_OPTION - Static variable in class pt.despodata.java.ddata.DDataCalendar
 
CANCEL_OPTION - Static variable in class pt.despodata.java.ddata.DDataDateChooser
Value returned by showDialog upon pressing the "cancel" button.
CANCEL_OPTION - Static variable in class pt.moredata.widgets.Calendar
Description of the Field
CANCEL_OPTION - Static variable in class pt.moredata.widgets.DateChooser
Value returned by showDialog upon pressing the "cancel" button.
CELL_CHANGED - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
CELL_CHANGED - Static variable in class pt.moredata.widgets.event.TableEvent
 
CENTER - Variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
CENTERED - Static variable in class pt.moredata.ecs.rtf.RtfFactory
 
CENTER_TEXT_IN_CELL - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
CHANGE_NUM_OF_RECORDS_COMMAND - Static variable in class pt.moredata.taglibs.filter.PaginatorTag
Chave usada para transmitir ao controlador o número de registos a serem visualizados por página.
CHANGE_WITH_EDITOR - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
CHANGE_WITH_EDITOR - Static variable in class pt.moredata.widgets.event.TableEvent
 
CHAR - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
CHAR - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CHAR.
CHECKBOX - Static variable in class pt.despodata.java.ddata.table.CellProperties
 
CHECKBOX - Static variable in class pt.moredata.widgets.table.CellProperties
 
CHECKBOX_PREFIX - Static variable in class pt.despodata.java.webappl.GenericController
Prefixo do nome de um campo do tipo CHECKBOX na lista de registos.
CHECKBOX_PREFIX - Static variable in class pt.moredata.taglibs.dao.GetRowTag
 
CHECKBOX_SIGNATURE - Static variable in class pt.despodata.java.webappl.GenericController
Prefixo do nome de um campo do tipo CHECKBOX na lista de registos.
CHECK_BOX - Static variable in class pt.despodata.java.ddata.DDataField
 
CHECK_BOX - Static variable in interface pt.moredata.widgets.FieldObject
FieldObject do tipo CheckBox.
CLEAR_ROW - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
CLEAR_ROW_WITHOUT_BORDERS - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
CLOB - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
CODE_BUFFER_KEY - Static variable in class pt.despodata.java.webappl.tags.FormTag
 
COLNAME - Static variable in class pt.moredata.dao.DataMetaData
Tipos de meta informação obtidos
COLUMNS_ITERATOR_MACRO_BEGIN - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGenerator
 
COLUMNS_ITERATOR_MACRO_END - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGenerator
 
COLUMN_NAME - Static variable in class pt.despodata.java.ddata.DHtmlGetByteField
 
COLUMN_NAME_KEY - Static variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
 
COLUMN_PANEL - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
Define the order panel where the columns are selected
COMBOBOX - Static variable in class pt.despodata.java.ddata.table.CellProperties
 
COMBOBOX - Static variable in class pt.moredata.widgets.table.CellProperties
 
COMBOBOX_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
 
COMBO_BOX - Static variable in class pt.despodata.java.ddata.DDataField
 
COMBO_BOX - Static variable in interface pt.moredata.widgets.FieldObject
FieldObject do tipo ComboBox.
COMMAND - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do argumento onde devera vir o comando.
COMMAND_NAME_PREFIX - Static variable in class pt.despodata.java.webappl.Types
 
COMMAND_NAME_SUFIX - Static variable in class pt.despodata.java.webappl.Types
 
COMPONENT_MODIFIED - Static variable in class pt.moredata.dataentry.component.event.ComponentEvent
Evento gerado apos o componente ser modificado.
CONFIG_BUNDLE - Static variable in class pt.moredata.dataentry.Constants
Nome do ficheiro de configuracao.
CONNECTION_PANEL - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
Define throws connection panel order
CONTACTO_COL - Static variable in class pt.moredata.dao.UtilStuff
Description of the Field
CONTACTO_ROWS - Static variable in class pt.moredata.dao.AbstractUtilStuff
Description of the Field
CONTACTO_ROWS - Static variable in class pt.moredata.dao.UtilStuff
Description of the Field
CONTENT_TYPE - Static variable in class pt.despodata.java.ddata.DHtmlGetByteField
 
CONTENT_TYPE_KEY - Static variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
 
CONTROLLER_KEY - Static variable in class pt.despodata.java.webappl.Types
 
CONTROLLER_SERVLET - Static variable in class pt.moredata.taglibs.filter.FilterButtonTag
Nome da servlet do controlador que altera quais as colunas que estam visiveis.
CONTROLLER_SERVLET - Static variable in class pt.moredata.taglibs.filter.PaginatorControlTag
Nome da servlet do controlador que altera quais as colunas que estam visiveis.
CSVBuilder - class pt.moredata.dao.builder.CSVBuilder.
Company MoreData
CSVBuilderTest - class pt.moredata.dao.builder.CSVBuilderTest.
CSVBuilderTest.java Company MoreData
CSVBuilderTest(String) - Constructor for class pt.moredata.dao.builder.CSVBuilderTest
 
CSV_FILE_KEY - Static variable in class pt.moredata.dataentry.action.ExportToCSVFileAction
 
CURRENT_PAGE_KEY - Static variable in class pt.despodata.java.webappl.Types
 
Calendar - class pt.moredata.widgets.Calendar.
Title: DataCalendar Description: Bean para o tratamento de datas Copyright: Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Calendar() - Constructor for class pt.moredata.widgets.Calendar
Construtor do calendário
CalendarBeanInfo - class pt.moredata.widgets.CalendarBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
CalendarBeanInfo() - Constructor for class pt.moredata.widgets.CalendarBeanInfo
 
CalendarComponent - class pt.moredata.dataentry.component.swing.CalendarComponent.
Company MoreData
CalendarComponent(String, String, Calendar) - Constructor for class pt.moredata.dataentry.component.swing.CalendarComponent
Cria um novo campo visual a partir de um Calendar.
CalendarComponent(String, String, String, String, Calendar) - Constructor for class pt.moredata.dataentry.component.swing.CalendarComponent
Constructor for the CalendarComponent object
Caret - class pt.moredata.widgets.Caret.
Title: DataCaret Description: Beans para criação de forms Cursores diversos a volta do fregues Copyright: Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Caret() - Constructor for class pt.moredata.widgets.Caret
Construtor do cursor
Cell - class pt.moredata.widgets.table.Cell.
Title: Description: Copyright: Copyright (c) Company:
Cell(int, int) - Constructor for class pt.moredata.widgets.table.Cell
 
CellChangeListener - interface pt.despodata.java.ddata.event.CellChangeListener.
Title: Description: Copyright: Copyright (c) Company:
CellChangeListener - interface pt.moredata.widgets.event.CellChangeListener.
Title: Description: Copyright: Copyright (c) Company:
CellChangedEvent - class pt.despodata.java.ddata.event.CellChangedEvent.
Title: Description: Copyright: Copyright (c) Company:
CellChangedEvent(Object, int, int, Object, Object) - Constructor for class pt.despodata.java.ddata.event.CellChangedEvent
 
CellChangedEvent - class pt.moredata.widgets.event.CellChangedEvent.
Title: Description: Copyright: Copyright (c) Company:
CellChangedEvent(Object, int, int, Object, Object) - Constructor for class pt.moredata.widgets.event.CellChangedEvent
 
CellComboBox - class pt.moredata.widgets.table.CellComboBox.
 
CellComboBox() - Constructor for class pt.moredata.widgets.table.CellComboBox
 
CellEditor - class pt.moredata.widgets.table.CellEditor.
 
CellEditor() - Constructor for class pt.moredata.widgets.table.CellEditor
 
CellEditor(WidgetDelegate) - Constructor for class pt.moredata.widgets.table.CellEditor
Aceita um delegate
CellEditor(WidgetDelegate, CellProperties) - Constructor for class pt.moredata.widgets.table.CellEditor
 
CellField - class pt.moredata.widgets.table.CellField.
 
CellField() - Constructor for class pt.moredata.widgets.table.CellField
Construtor
CellField.DDataFieldDocumentListener - class pt.moredata.widgets.table.CellField.DDataFieldDocumentListener.
Classe utilizada quando o valor do campo é alterado
CellField.DDataFieldDocumentListener() - Constructor for class pt.moredata.widgets.table.CellField.DDataFieldDocumentListener
 
CellField.FocusGrabber - class pt.moredata.widgets.table.CellField.FocusGrabber.
Class para gerir o ficus de uma componente
CellField.FocusGrabber(JComponent) - Constructor for class pt.moredata.widgets.table.CellField.FocusGrabber
 
CellField.ddataFieldFocusListener - class pt.moredata.widgets.table.CellField.ddataFieldFocusListener.
 
CellField.ddataFieldFocusListener() - Constructor for class pt.moredata.widgets.table.CellField.ddataFieldFocusListener
 
CellProperties - class pt.despodata.java.ddata.table.CellProperties.
 
CellProperties(boolean, boolean, boolean, boolean, Object, Object, int, String, String, String, String, String, String, String, ArrayList, DDataControlFilterListener, String, boolean, boolean, boolean, boolean, boolean, int, Color, Color, int, boolean, boolean, int[]) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties() - Constructor for class pt.despodata.java.ddata.table.CellProperties
Construtor default define um campo do tipo de texto
CellProperties(String, long, long, int, boolean, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.CellProperties
Construtor utilizado para definir campos de texto
CellProperties(Connection, String, String, String, String, boolean) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties(Connection, String, String, String, String, boolean, String[]) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties(boolean, boolean, boolean, boolean, long, long, int, String, int, boolean) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties(String, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties(String, String, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties(String, String, boolean, boolean, String, String, String) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties(boolean, String) - Constructor for class pt.despodata.java.ddata.table.CellProperties
Checkbox
CellProperties(int) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties(int, boolean) - Constructor for class pt.despodata.java.ddata.table.CellProperties
 
CellProperties - class pt.moredata.widgets.table.CellProperties.
 
CellProperties(boolean, boolean, boolean, boolean, Object, Object, int, String, String, String, String, String, String, String, ArrayList, DAOFilterListener, String, boolean, boolean, boolean, boolean, boolean, int, Color, Color, int, boolean, boolean, int[]) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellProperties() - Constructor for class pt.moredata.widgets.table.CellProperties
Construtor default define um campo do tipo de texto
CellProperties(String, long, long, int, boolean, boolean, boolean) - Constructor for class pt.moredata.widgets.table.CellProperties
Construtor utilizado para definir campos de texto
CellProperties(Connection, String, String, String, String, boolean) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellProperties(Connection, String, String, String, String, boolean, String[]) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellProperties(boolean, boolean, boolean, boolean, long, long, int, String, int, boolean) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellProperties(String, boolean, boolean) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellProperties(String, String, boolean, boolean) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellProperties(String, String, boolean, boolean, String, String, String) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellProperties(boolean, String) - Constructor for class pt.moredata.widgets.table.CellProperties
Checkbox
CellProperties(int) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellProperties(int, boolean) - Constructor for class pt.moredata.widgets.table.CellProperties
 
CellPropertiesFactory - class pt.despodata.java.ddata.table.CellPropertiesFactory.
Title: Description: Copyright: Copyright (c) 2001 Company:
CellPropertiesFactory() - Constructor for class pt.despodata.java.ddata.table.CellPropertiesFactory
 
CellPropertiesFactory - class pt.moredata.widgets.table.CellPropertiesFactory.
Title: Description: Copyright: Copyright (c) 2001 Company:
CellPropertiesFactory() - Constructor for class pt.moredata.widgets.table.CellPropertiesFactory
 
CellPropertiesPool - class pt.despodata.java.ddata.table.CellPropertiesPool.
Title: Description: Copyright: Copyright (c) 2001 Company:
CellPropertiesPool() - Constructor for class pt.despodata.java.ddata.table.CellPropertiesPool
 
CellPropertiesPool - class pt.moredata.widgets.table.CellPropertiesPool.
Title: Description: Copyright: Copyright (c) 2001 Company:
CellPropertiesPool() - Constructor for class pt.moredata.widgets.table.CellPropertiesPool
 
CellRenderer - class pt.moredata.widgets.table.CellRenderer.
Title: Description: s Copyright: Copyright (c) Company:
CellRenderer() - Constructor for class pt.moredata.widgets.table.CellRenderer
 
CellRenderer(WidgetDelegate) - Constructor for class pt.moredata.widgets.table.CellRenderer
 
CellSpacing - Variable in class pt.despodata.java.objgraficos.objectosX
Distância da margem esquerda ao texto em 'javas'
CellSpacing - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Distância da margem esquerda ao texto em 'javas'
CellTextField - class pt.moredata.widgets.table.CellTextField.
 
CellTextField() - Constructor for class pt.moredata.widgets.table.CellTextField
Construtor
CellTextField.DDataFieldDocumentListener - class pt.moredata.widgets.table.CellTextField.DDataFieldDocumentListener.
Classe utilizada quando o valor do campo é alterado
CellTextField.DDataFieldDocumentListener() - Constructor for class pt.moredata.widgets.table.CellTextField.DDataFieldDocumentListener
 
CellTextField.FocusGrabber - class pt.moredata.widgets.table.CellTextField.FocusGrabber.
Class para gerir o ficus de uma componente
CellTextField.FocusGrabber(JComponent) - Constructor for class pt.moredata.widgets.table.CellTextField.FocusGrabber
 
CellTextField.ddataFieldFocusListener - class pt.moredata.widgets.table.CellTextField.ddataFieldFocusListener.
 
CellTextField.ddataFieldFocusListener() - Constructor for class pt.moredata.widgets.table.CellTextField.ddataFieldFocusListener
 
ChangeFilterTag - class pt.despodata.java.webappl.tags.ChangeFilterTag.
 
ChangeFilterTag() - Constructor for class pt.despodata.java.webappl.tags.ChangeFilterTag
 
CharFormat - class pt.moredata.ecs.rtf.CharFormat.
 
CharFormat() - Constructor for class pt.moredata.ecs.rtf.CharFormat
 
CheckBox - class pt.moredata.widgets.CheckBox.
Title: DataCheckBox
CheckBox() - Constructor for class pt.moredata.widgets.CheckBox
Constructor for the CheckBox object
CheckBoxBeanInfo - class pt.moredata.widgets.CheckBoxBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
CheckBoxBeanInfo() - Constructor for class pt.moredata.widgets.CheckBoxBeanInfo
 
CheckBoxDelegate - class pt.moredata.widgets.table.CheckBoxDelegate.
 
CheckBoxDelegate() - Constructor for class pt.moredata.widgets.table.CheckBoxDelegate
 
CheckBoxDelegate(CellProperties) - Constructor for class pt.moredata.widgets.table.CheckBoxDelegate
 
CheckBoxEditor - class pt.moredata.widgets.table.CheckBoxEditor.
Description of the Class
CheckBoxEditor() - Constructor for class pt.moredata.widgets.table.CheckBoxEditor
Deprecated.  
CheckBoxEditor(boolean) - Constructor for class pt.moredata.widgets.table.CheckBoxEditor
Deprecated.  
CheckBoxEditor(String) - Constructor for class pt.moredata.widgets.table.CheckBoxEditor
Deprecated.  
CheckBoxEditor(String, boolean) - Constructor for class pt.moredata.widgets.table.CheckBoxEditor
Deprecated.  
CheckBoxFieldObject - class pt.moredata.widgets.CheckBoxFieldObject.
 
CheckBoxFieldObject() - Constructor for class pt.moredata.widgets.CheckBoxFieldObject
Creates a new instance of CheckBoxFieldObject
CheckBoxList - class pt.moredata.widgets.CheckBoxList.
A component that allows the user to select one or more objects from a list of CheckBox.
CheckBoxList() - Constructor for class pt.moredata.widgets.CheckBoxList
Creates new form CheckBoxList
CheckBoxListBeanInfo - class pt.moredata.widgets.CheckBoxListBeanInfo.
BeanInfo for the class CheckBoxList Company MoreData
CheckBoxListBeanInfo() - Constructor for class pt.moredata.widgets.CheckBoxListBeanInfo
 
CheckBoxListComponent - class pt.moredata.dataentry.component.swing.CheckBoxListComponent.
Company MoreData
CheckBoxListComponent(String, String, CheckBoxList) - Constructor for class pt.moredata.dataentry.component.swing.CheckBoxListComponent
Cria um novo campo visual a partir de um JTextField.
CheckBoxListComponent(String, String, String, String, CheckBoxList) - Constructor for class pt.moredata.dataentry.component.swing.CheckBoxListComponent
Constructor for the CheckBoxListComponent object
CheckBoxUI - class pt.despodata.java.ddata.plaf.basic.CheckBoxUI.
 
CheckBoxUI() - Constructor for class pt.despodata.java.ddata.plaf.basic.CheckBoxUI
 
CheckBoxUI - class pt.moredata.widgets.plaf.basic.CheckBoxUI.
Description of the Class
CheckBoxUI() - Constructor for class pt.moredata.widgets.plaf.basic.CheckBoxUI
Constructor for the CheckBoxUI object
CheckNode - class pt.moredata.mdmenus.CheckNode.
 
CheckNode() - Constructor for class pt.moredata.mdmenus.CheckNode
 
CheckNode(Object) - Constructor for class pt.moredata.mdmenus.CheckNode
 
CheckNode(Object, boolean, boolean) - Constructor for class pt.moredata.mdmenus.CheckNode
 
CheckNodeTree - class pt.moredata.mdmenus.CheckNodeTree.
 
CheckNodeTree(DefaultTreeModel, String) - Constructor for class pt.moredata.mdmenus.CheckNodeTree
 
CheckRenderer - class pt.moredata.mdmenus.CheckRenderer.
 
CheckRenderer() - Constructor for class pt.moredata.mdmenus.CheckRenderer
 
CheckRenderer.TreeLabel - class pt.moredata.mdmenus.CheckRenderer.TreeLabel.
 
CheckRenderer.TreeLabel() - Constructor for class pt.moredata.mdmenus.CheckRenderer.TreeLabel
 
CheckboxRenderer - class pt.moredata.widgets.table.CheckboxRenderer.
Classe não utilizada
CheckboxRenderer() - Constructor for class pt.moredata.widgets.table.CheckboxRenderer
Deprecated.  
CheckboxRenderer(boolean) - Constructor for class pt.moredata.widgets.table.CheckboxRenderer
Deprecated.  
CheckboxRenderer(String) - Constructor for class pt.moredata.widgets.table.CheckboxRenderer
Deprecated.  
CheckboxRenderer(String, boolean) - Constructor for class pt.moredata.widgets.table.CheckboxRenderer
Deprecated.  
CheckboxTag - class pt.moredata.taglibs.widgets.CheckboxTag.
CheckboxTag.java Company MoreData
CheckboxTag() - Constructor for class pt.moredata.taglibs.widgets.CheckboxTag
 
CheckedArea - class pt.moredata.qvs.CheckedArea.
 
CheckedArea() - Constructor for class pt.moredata.qvs.CheckedArea
Creates a new instance of CheckedArea
CheckedAreaTest - class pt.moredata.qvs.CheckedAreaTest.
CheckedAreaTest.java Company MoreData
CheckedAreaTest(String) - Constructor for class pt.moredata.qvs.CheckedAreaTest
Constructor for the CheckedAreaTest object
CheckedPoint - class pt.moredata.qvs.CheckedPoint.
 
CheckedPoint() - Constructor for class pt.moredata.qvs.CheckedPoint
Creates a new instance of CheckedArea
CheckedPointTest - class pt.moredata.qvs.CheckedPointTest.
CheckedPointTest.java Company MoreData
CheckedPointTest(String) - Constructor for class pt.moredata.qvs.CheckedPointTest
Constructor for the CheckedPointTest object
ChoseColumnsPanel - class pt.moredata.dataentry.wizards.ChoseColumnsPanel.
Company MoreData
ChoseColumnsPanel() - Constructor for class pt.moredata.dataentry.wizards.ChoseColumnsPanel
Creates new form Xpto
ClearCheckBoxes() - Method in class pt.moredata.mdmenus.CheckNodeTree
 
Column - class pt.moredata.xml2db.Column.
 
Column(String) - Constructor for class pt.moredata.xml2db.Column
 
Column(String, String) - Constructor for class pt.moredata.xml2db.Column
 
Column(String, String, String) - Constructor for class pt.moredata.xml2db.Column
 
Column(String, String, TreeMap) - Constructor for class pt.moredata.xml2db.Column
Constructs a column model with a name, a xPath and a decoding table.
Column(String, String, String, TreeMap) - Constructor for class pt.moredata.xml2db.Column
 
Column(String, String, ReadXML2DB, String) - Constructor for class pt.moredata.xml2db.Column
 
ColumnGroup - class pt.moredata.widgets.table.ColumnGroup.
 
ColumnGroup(String) - Constructor for class pt.moredata.widgets.table.ColumnGroup
 
ColumnGroup(TableCellRenderer, String) - Constructor for class pt.moredata.widgets.table.ColumnGroup
 
ColumnIndexOutOfBoundsException - exception pt.moredata.dao.ColumnIndexOutOfBoundsException.
Thrown to indicate that an index of a column is out of range.
ColumnIndexOutOfBoundsException(int) - Constructor for class pt.moredata.dao.ColumnIndexOutOfBoundsException
Constructs a new ColumnIndexOutOfBoundsException class with an argument indicating the illegal index.
ColumnIndexOutOfBoundsException(String) - Constructor for class pt.moredata.dao.ColumnIndexOutOfBoundsException
Constructs an ColumnIndexOutOfBoundsException class with the specified detail message.
ColumnInfo - class pt.moredata.dataentry.core.generator.ColumnInfo.
ColumnInfo.java Company MoreData
ColumnInfo(String, String, String, boolean, boolean) - Constructor for class pt.moredata.dataentry.core.generator.ColumnInfo
Creates a new instance of ColumnInfo
ColumnNameEditor - class pt.moredata.widgets.table.ColumnNameEditor.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
ColumnNameEditor() - Constructor for class pt.moredata.widgets.table.ColumnNameEditor
 
ColumnNamePanel - class pt.moredata.widgets.table.ColumnNamePanel.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
ColumnNamePanel(ColumnNameEditor) - Constructor for class pt.moredata.widgets.table.ColumnNamePanel
 
ColumnNamesIteratorTag - class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag.
Implementacao da tag que faz a iteracao pelos componentes de um DataEntry.
ColumnNamesIteratorTag() - Constructor for class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
 
ColumnNamesIteratorTagExtraInfo - class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTagExtraInfo.
Implementacao da tag que faz a iteracao aos registos do DataAccessObject Company MoreData
ColumnNamesIteratorTagExtraInfo() - Constructor for class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTagExtraInfo
 
ColumnPropertiesPanel - class pt.moredata.widgets.ColumnPropertiesPanel.
ColumnPropertiesPanel.java Implementacao da interface grafica que permite editar as propriedades de uma coluna do bean Table.
ColumnPropertiesPanel(TableCellPropertiesEditor) - Constructor for class pt.moredata.widgets.ColumnPropertiesPanel
Constructor for the DataColumnPropertiesPanel object
ColumnSelectionPanel - class pt.moredata.netbeans.modules.moredatatemplates.wizard.ColumnSelectionPanel.
The panel that lets the user chose the tables and columns to code generation.
ColumnSelectionPanel() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.ColumnSelectionPanel
Create new form ColumnSelectionPanel for selection of the columns that should be used.
ColumnSelectionPanel(Data) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.ColumnSelectionPanel
 
ColumnWidthEditor - class pt.moredata.widgets.table.ColumnWidthEditor.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
ColumnWidthEditor() - Constructor for class pt.moredata.widgets.table.ColumnWidthEditor
 
ColumnWidthPanel - class pt.moredata.widgets.table.ColumnWidthPanel.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
ColumnWidthPanel(ColumnWidthEditor) - Constructor for class pt.moredata.widgets.table.ColumnWidthPanel
 
ComboBox - class pt.moredata.widgets.ComboBox.
Combo-Box bounded a uma tabela da base de dados Genéricamen6nem o funcionamento de uma LOV, so que os dados são apresentadados na globalidade Aceita tabelas da conexão enviada como parametro ou leitura de um ficheiro XML cujo nome e estrutura deve ser igual a BD
ComboBox() - Constructor for class pt.moredata.widgets.ComboBox
Construtora vazia usada nos IDE(s)
ComboBoxBeanInfo - class pt.moredata.widgets.ComboBoxBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
ComboBoxBeanInfo() - Constructor for class pt.moredata.widgets.ComboBoxBeanInfo
 
ComboBoxComponent - class pt.moredata.dataentry.component.swing.ComboBoxComponent.
Company MoreData
ComboBoxComponent(String, String, ComboBox) - Constructor for class pt.moredata.dataentry.component.swing.ComboBoxComponent
Cria um novo campo visual a partir de um JComboBox.
ComboBoxComponent(String, String, String, String, ComboBox) - Constructor for class pt.moredata.dataentry.component.swing.ComboBoxComponent
Constructor for the ComboBoxComponent object
ComboBoxCustomizer - class pt.moredata.widgets.ComboBoxCustomizer.
Customizador visual para a DataComboBox Serve como teste para a criacao de um customizer para a JTable Copyright Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
ComboBoxCustomizer() - Constructor for class pt.moredata.widgets.ComboBoxCustomizer
Constructor for the ComboBoxCustomizer object
ComboBoxCustomizer.CodItemListener - class pt.moredata.widgets.ComboBoxCustomizer.CodItemListener.
Description of the Class
ComboBoxCustomizer.CodItemListener() - Constructor for class pt.moredata.widgets.ComboBoxCustomizer.CodItemListener
 
ComboBoxCustomizer.DescItemListener - class pt.moredata.widgets.ComboBoxCustomizer.DescItemListener.
Description of the Class
ComboBoxCustomizer.DescItemListener() - Constructor for class pt.moredata.widgets.ComboBoxCustomizer.DescItemListener
 
ComboBoxCustomizer.TableItemListener - class pt.moredata.widgets.ComboBoxCustomizer.TableItemListener.
Description of the Class
ComboBoxCustomizer.TableItemListener() - Constructor for class pt.moredata.widgets.ComboBoxCustomizer.TableItemListener
 
ComboBoxDelegate - class pt.moredata.widgets.table.ComboBoxDelegate.
 
ComboBoxDelegate(BaseTable) - Constructor for class pt.moredata.widgets.table.ComboBoxDelegate
 
ComboBoxDelegate(BaseTable, CellProperties) - Constructor for class pt.moredata.widgets.table.ComboBoxDelegate
 
ComboBoxFieldObject - class pt.moredata.widgets.ComboBoxFieldObject.
 
ComboBoxFieldObject() - Constructor for class pt.moredata.widgets.ComboBoxFieldObject
Creates a new instance of ComboBoxFieldObject
ComboBoxTest - class pt.moredata.widgets.ComboBoxTest.
 
ComboBoxTest() - Constructor for class pt.moredata.widgets.ComboBoxTest
Creates new form ComboBoxTest
ComboEditor - class pt.moredata.widgets.table.ComboEditor.
Description of the Class
ComboEditor() - Constructor for class pt.moredata.widgets.table.ComboEditor
Deprecated.  
ComboEditor(Connection, String, String, String) - Constructor for class pt.moredata.widgets.table.ComboEditor
Deprecated.  
ComboEditor(Connection, String, String, String, String) - Constructor for class pt.moredata.widgets.table.ComboEditor
Deprecated.  
ComboRenderer - class pt.moredata.widgets.table.ComboRenderer.
Description of the Class
ComboRenderer() - Constructor for class pt.moredata.widgets.table.ComboRenderer
Deprecated.  
ComboRenderer(Connection, String, String, String) - Constructor for class pt.moredata.widgets.table.ComboRenderer
Deprecated.  
ComboRenderer(Connection, String, String, String, String) - Constructor for class pt.moredata.widgets.table.ComboRenderer
Deprecated.  
CommandRunnerFactory - class pt.moredata.programlaunch.CommandRunnerFactory.
CommandRunnerFactory.java Factory of CommandRunner instances.
CompareValues(Object, Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
Comparação de qualquer par de objectos
Recebe dois objectos oper1 e oper2
Devolve:
- valor negativo se oper1 < oper2
- zero se oper1=oper2 (muito cuidado com as comparações de float's!!!
Component - class pt.moredata.widgets.table.Component.
 
Component() - Constructor for class pt.moredata.widgets.table.Component
 
ComponentEvent - class pt.moredata.dataentry.component.event.ComponentEvent.
Company MoreData
ComponentEvent(DataEntryComponent) - Constructor for class pt.moredata.dataentry.component.event.ComponentEvent
Creates a new instance of ComponentEvent
ComponentListener - interface pt.moredata.dataentry.component.event.ComponentListener.
Company MoreData
ComponentModifiedListener - interface pt.moredata.dataentry.component.event.ComponentModifiedListener.
Company MoreData
ComponentTypeEditor - class pt.moredata.widgets.ComponentTypeEditor.
Description of the Class
ComponentTypeEditor() - Constructor for class pt.moredata.widgets.ComponentTypeEditor
 
Cond() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Muda a impressão para condensado
Cond() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para condensado
ConnectPanel - class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel.
The foorm design of the panel used to connect to the database.
ConnectPanel(Data) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Creates new form ConnectPanel
ConnectionActions - class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectionActions.
Implementation of the connection actions to get information for the code generation.
ConnectionActions() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectionActions
 
ConnectionConfig - interface pt.moredata.connection.ConnectionConfig.
ConnectionConfig Esta interface serve de abstracao a leitura e construcao do URL para establecer uma conecao a uma base de dados atraves de JDBC.
ConnectionConfigDialog - class pt.moredata.connection.ConnectionConfigDialog.
ConnectionConfigDialog.java Classe que implementa um dialogo para abrir uma coneccao a base de dados.
ConnectionConfigDialog(Frame, boolean, String) - Constructor for class pt.moredata.connection.ConnectionConfigDialog
Creates new form ConnectionConfigDialog
ConnectionConfigDialog(Frame, boolean) - Constructor for class pt.moredata.connection.ConnectionConfigDialog
Creates new form ConnectionConfigDialog
ConnectionConfigDialog(Frame) - Constructor for class pt.moredata.connection.ConnectionConfigDialog
Creates new form ConnectionConfigDialog
ConnectionFactory - class pt.moredata.connection.ConnectionFactory.
ConnectionFactory.java Company MoreData
ConnectionSuite - class pt.despodata.java.connection.tests.ConnectionSuite.
ConnectionSuite.java Company MoreData
ConnectionSuite(String) - Constructor for class pt.despodata.java.connection.tests.ConnectionSuite
 
ConnectionSuite - class pt.moredata.connection.ConnectionSuite.
ConnectionSuite.java Company MoreData
ConnectionSuite(String) - Constructor for class pt.moredata.connection.ConnectionSuite
Constructor for the ConnectionSuite object
ConnectionTxtConfig - class pt.despodata.java.connection.ConnectionTxtConfig.
Deprecated. Esta classe foi substituida por uma identica no package pt.moredata.connection
ConnectionTxtConfig() - Constructor for class pt.despodata.java.connection.ConnectionTxtConfig
Deprecated. Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.
ConnectionTxtConfig(String) - Constructor for class pt.despodata.java.connection.ConnectionTxtConfig
Deprecated. Cria um novo objecto para ler a configuracao de um ficheiro.
ConnectionTxtConfig - class pt.despodata.java.ddata.connection.ConnectionTxtConfig.
Deprecated. Esta classe foi substituida por uma identica no package pt.moredata.connection
ConnectionTxtConfig() - Constructor for class pt.despodata.java.ddata.connection.ConnectionTxtConfig
Deprecated. Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.
ConnectionTxtConfig(String) - Constructor for class pt.despodata.java.ddata.connection.ConnectionTxtConfig
Deprecated. Cria um novo objecto para ler a configuracao de um ficheiro.
ConnectionTxtConfig - class pt.moredata.connection.ConnectionTxtConfig.
ConnectionTxtConfig Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro de texto para armazenar os dados para aceder a base de dados.
ConnectionTxtConfig() - Constructor for class pt.moredata.connection.ConnectionTxtConfig
Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.
ConnectionTxtConfig(String) - Constructor for class pt.moredata.connection.ConnectionTxtConfig
Cria um novo objecto para ler a configuracao de um ficheiro.
ConnectionTxtConfigTest - class pt.despodata.java.connection.tests.ConnectionTxtConfigTest.
ConnectionTxtConfigTest.java Company MoreData
ConnectionTxtConfigTest(String) - Constructor for class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
 
ConnectionTxtConfigTest - class pt.moredata.connection.ConnectionTxtConfigTest.
ConnectionTxtConfigTest.java Company MoreData
ConnectionTxtConfigTest(String) - Constructor for class pt.moredata.connection.ConnectionTxtConfigTest
Constructor for the ConnectionTxtConfigTest object
ConnectionXml12Config - class pt.moredata.connection.ConnectionXml12Config.
ConnectionXml122Config.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
ConnectionXml12Config() - Constructor for class pt.moredata.connection.ConnectionXml12Config
Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.
ConnectionXml12Config(String) - Constructor for class pt.moredata.connection.ConnectionXml12Config
Cria um novo objecto para ler a configuracao de um ficheiro.
ConnectionXml12ConfigTest - class pt.moredata.connection.ConnectionXml12ConfigTest.
ConnectionXml12ConfigTest.java Company MoreData
ConnectionXml12ConfigTest(String) - Constructor for class pt.moredata.connection.ConnectionXml12ConfigTest
Constructor for the ConnectionXml12ConfigTest object
ConnectionXmlConfig - class pt.moredata.connection.ConnectionXmlConfig.
ConnectionXmlConfig Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
ConnectionXmlConfig() - Constructor for class pt.moredata.connection.ConnectionXmlConfig
Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.
ConnectionXmlConfig(String) - Constructor for class pt.moredata.connection.ConnectionXmlConfig
Cria um novo objecto para ler a configuracao de um ficheiro.
ConnectionXmlConfigTest - class pt.moredata.connection.ConnectionXmlConfigTest.
ConnectionXmlConfigTest.java Company MoreData
ConnectionXmlConfigTest(String) - Constructor for class pt.moredata.connection.ConnectionXmlConfigTest
Constructor for the ConnectionXmlConfigTest object
Constants - class pt.moredata.dataentry.Constants.
Company MoreData
Constants() - Constructor for class pt.moredata.dataentry.Constants
 
ContentStyle - class pt.moredata.ecs.rtf.ContentStyle.
 
ContentStyle(int) - Constructor for class pt.moredata.ecs.rtf.ContentStyle
Creates new ContentStyle
ContentTag - class pt.despodata.java.webappl.tags.ContentTag.
ContentTag.java Company MoreData
ContentTag() - Constructor for class pt.despodata.java.webappl.tags.ContentTag
 
Controller - class pt.despodata.java.mvc.Controller.
 
Controller() - Constructor for class pt.despodata.java.mvc.Controller
Constroi um controlador.
ConvertTag - class pt.moredata.connection.taglibs.ConvertTag.
ConvertTag.java Classe para converter um DataSource numa Connection ou uma Connection num DataSource.
ConvertTag() - Constructor for class pt.moredata.connection.taglibs.ConvertTag
 
ConvertTagExtraInfo - class pt.moredata.connection.taglibs.ConvertTagExtraInfo.
ConvertTagExtraInfo.java Company MoreData
ConvertTagExtraInfo() - Constructor for class pt.moredata.connection.taglibs.ConvertTagExtraInfo
 
CornerIntLeft() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao canto inferior esquerdo
CornerIntLeft() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao canto inferior esquerdo
CornerIntRight() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao canto inferior direito
CornerIntRight() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao canto inferior direito
CornerSupLeft() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao canto superior esquerdo
CornerSupLeft() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao canto superior esquerdo
CornerSupRight() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao canto superior direito
CornerSupRight() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao canto superior direito
CreateConnection - class pt.moredata.connection.CreateConnection.
CreateConnection.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
CreateConnection() - Constructor for class pt.moredata.connection.CreateConnection
 
CreateConnectionDemo - class pt.moredata.connection.CreateConnectionDemo.
CreateConnectionDemo.java Esta classe mostra como se cria uma conecao a base de dados a partir da classe pt.moredata.connection.DBConnection.
CreateConnectionDemo() - Constructor for class pt.moredata.connection.CreateConnectionDemo
Creates a new instance of CreateConnectionDemo
CreateConnectionTag - class pt.moredata.connection.taglibs.CreateConnectionTag.
CreateConnectionTag.java Company MoreData
CreateConnectionTag() - Constructor for class pt.moredata.connection.taglibs.CreateConnectionTag
 
CreateConnectionTagExtraInfo - class pt.moredata.connection.taglibs.CreateConnectionTagExtraInfo.
CreateConnectionTagExtraInfo.java Company MoreData
CreateConnectionTagExtraInfo() - Constructor for class pt.moredata.connection.taglibs.CreateConnectionTagExtraInfo
 
CreateDAOTag - class pt.moredata.taglibs.dao.CreateDAOTag.
CreateDAOTag.java TODO : Falta uma tag para definir quais as colunas a incluir no DAO.
CreateDAOTag() - Constructor for class pt.moredata.taglibs.dao.CreateDAOTag
Creates a new instance of CreateDAO
CreateDAOTagExtraInfo - class pt.moredata.taglibs.dao.CreateDAOTagExtraInfo.
CreateDAOTagExtraInfo.java Company MoreData
CreateDAOTagExtraInfo() - Constructor for class pt.moredata.taglibs.dao.CreateDAOTagExtraInfo
Creates a new instance of CreateDAOTagExtraInfo
CreateDataControl(String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Deprecated.  
CreateDataEntryTag - class pt.moredata.dataentry.taglibs.CreateDataEntryTag.
Implementacao de uma tag para criar uma entrada de dados.
CreateDataEntryTag() - Constructor for class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Creates a new instance of CreateDataEntryTag
CreateDataSourceServlet - class pt.moredata.connection.taglibs.CreateDataSourceServlet.
CreateDataSourceServlet.java Controlador para uma pagina de login a base de dados em jsp.
CreateDataSourceServlet() - Constructor for class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
CreateDataSourceTag - class pt.moredata.connection.taglibs.CreateDataSourceTag.
CreateDataSourceTag.java Implementacao de uma tag para criar um DataSource.
CreateDataSourceTag() - Constructor for class pt.moredata.connection.taglibs.CreateDataSourceTag
 
CreateDataSourceTagExtraInfo - class pt.moredata.connection.taglibs.CreateDataSourceTagExtraInfo.
CreateDataSourceTagExtraInfo.java Company MoreData
CreateDataSourceTagExtraInfo() - Constructor for class pt.moredata.connection.taglibs.CreateDataSourceTagExtraInfo
 
CreateFglReport(int) - Static method in class pt.moredata.fglreport.FglReportFactory
Cria um novo FglReport.
CreateNewRecordAction - class pt.moredata.dataentry.action.CreateNewRecordAction.
Company MoreData
CreateNewRecordAction() - Constructor for class pt.moredata.dataentry.action.CreateNewRecordAction
 
calendario - Variable in class pt.despodata.java.ddata.tests.DDataCalendarTest
 
campos - Variable in class pt.moredata.dao.core.SerializedTable
Cabeçalho com informaçao sobre as colunas disponiveis
canAdvance() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Check if the component can advance
cancel(DDWizActionEvent) - Method in interface pt.despodata.java.wizard.event.DDWizActionListener
 
cancel(DDWizEvent) - Method in interface pt.despodata.java.wizard.event.DDWizListener
 
cancel(WizardActionEvent) - Method in interface pt.moredata.wizard.event.WizardActionListener
 
cancel(WizardEvent) - Method in interface pt.moredata.wizard.event.WizardListener
 
cancelCellEditing() - Method in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
cancelCellEditing() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
cancelCellEditing() - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
cancelCellEditing() - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
cancelCellEditing() - Method in class pt.moredata.widgets.table.CellEditor
 
cancelCellEditing() - Method in class pt.moredata.widgets.table.RadioButtonEditor
Description of the Method
cancelCellEditing() - Method in class pt.moredata.widgets.table.WidgetDelegate
Description of the Method
cancelOperation() - Method in class pt.despodata.java.ddata.DDataSwingControl
Cancela a acção corrente
cancelValues() - Method in class pt.despodata.java.ddata.DDataTable
Cancela a edição
cancelValues() - Method in class pt.moredata.widgets.Table
Cancela a edição
capitalize(String) - Static method in class pt.moredata.util.StringUtils
Altera a primeira letra de uma string para maiuscula.
capitalizeAllWords(String) - Static method in class pt.moredata.util.StringUtils
Altera a primeira letra de cada uma das palavras de uma string para maiuscula.
categories - Static variable in class pt.moredata.util.Debug
Categorias em debug - Se contiver a chave "ALL" faz debug a tudo
cellChangeListenerList - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
cellChangeListenerList - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
cellChangeListenerList - Variable in class pt.moredata.widgets.table.CellEditor
 
cellChanged(CellChangedEvent) - Method in interface pt.despodata.java.ddata.event.CellChangeListener
 
cellChanged(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
cellChanged(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
cellChanged(CellChangedEvent) - Method in interface pt.moredata.widgets.event.CellChangeListener
 
cellChanged(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
cellChanged(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
cellEditable - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
cellEditable - Variable in class pt.moredata.widgets.table.CellEditor
 
cellList - Variable in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
cellList - Variable in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
cellListenerList - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
cellListenerList - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
cellListenerList - Variable in class pt.moredata.widgets.table.CellEditor
 
cellPropertiesEditor - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
cellPropertiesEditor - Variable in class pt.moredata.widgets.table.WidgetDelegate
Description of the Field
cellPropertiesRenderer - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
cellPropertiesRenderer - Variable in class pt.moredata.widgets.table.WidgetDelegate
Description of the Field
center() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Center the dialog in the UI
center(Component) - Static method in class pt.moredata.util.SwingUtilities
Standard way how to place the window to the center of the screen.
center(Component, Component) - Static method in class pt.moredata.util.SwingUtilities
Standard way how to place the window to the center of other component.
changeEvent - Variable in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
changeEvent - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
changeEvent - Variable in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
changeEvent - Variable in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
changeEvent - Variable in class pt.moredata.widgets.table.CellEditor
 
changeEvent - Variable in class pt.moredata.widgets.table.ComboBoxDelegate
 
changeInsertToUpdate() - Method in class pt.moredata.xml2db.Table
Method that changes action from insert to update, and there is no turning back
changeWithEditor(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
changeWithEditor(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
changeWithEditor(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
changeWithEditor(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
changedUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.DDataTextField.DDataFieldDocumentListener
 
changedUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.table.DDataCellField.DDataFieldDocumentListener
 
changedUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.table.DDataCellTextField.DDataFieldDocumentListener
 
changedUpdate(DocumentEvent) - Method in class pt.moredata.widgets.table.CellField.DDataFieldDocumentListener
 
changedUpdate(DocumentEvent) - Method in class pt.moredata.widgets.table.CellTextField.DDataFieldDocumentListener
 
charInsertString(int, String, AttributeSet) - Method in class pt.despodata.java.ddata.DDataFieldDocument
Char field insert string
charset - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
chavePrimaria - Variable in class pt.moredata.dao.file.AtrRelacional
 
check - Variable in class pt.moredata.mdmenus.CheckRenderer
 
checkIt(int, int) - Method in class pt.despodata.java.ddata.table.DDataDelegate
Este método deve ser aproveitado para correr as rotinas de validaçoes devolvendo uma mensagem se houver erros ou null senão houver erros
checkIt(int, int) - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
checkIt(int, int) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
checkIt(int, int) - Method in class pt.moredata.widgets.table.FieldDelegate
 
checkIt(int, int) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
checkIt(int, int) - Method in class pt.moredata.widgets.table.WidgetDelegate
Este método deve ser aproveitado para correr as rotinas de validaçoes devolvendo uma mensagem se houver erros ou null senão houver erros
checked - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
checked - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
cleanUp() - Method in interface pt.moredata.dataentry.DataEntry
Clean up the DataEntry, removing all listeners added to other objects.
cleanUp() - Method in interface pt.moredata.dataentry.SwingDataEntryController
Clean up the SwingDataEntryController, removing all listeners added to other objects.
cleanUp() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.ObjectComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.CalendarComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.CheckBoxListComponent
 
cleanUp() - Method in class pt.moredata.dataentry.component.swing.EditorPaneComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.FieldComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.FileUploadComponent
Cleanup the component.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.ImageFieldComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.JComboBoxComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.JListComponent
 
cleanUp() - Method in class pt.moredata.dataentry.component.swing.JTextFieldComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.JToggleButtonComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.component.swing.TableComponent
Clean up the component, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Clean up the DataEntry, removing all listeners added to other objects.
cleanUp() - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Clean up the GenericSwingDataEntryController, removing all listeners added to other objects.
clear() - Static method in class pt.despodata.java.ddata.DDataControlPool
Remove todos os DDataControl's da pool.
clear() - Method in class pt.despodata.java.ddata.DDataField
Limpa o conteudo do campo de ddaos e das descodificações se fôr caso disso.
clear() - Method in class pt.despodata.java.webappl.Frame
Remove todas as IPages do stack.
clear() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Limpa o DataAccessObject.
clear() - Method in class pt.despodata.java.webappl.tags.JavaScriptCodeBuffer
Apaga a informacao contida na classe de modo a que possa ser reutilizada.
clear() - Method in interface pt.moredata.dao.DAOFieldsInfo
Remove all meta fields from the meta fields list and from the primary key meta fields list.
clear() - Method in interface pt.moredata.dao.DataAccessObject
Remove all row from the DataAccessObject.
clear() - Method in interface pt.moredata.dao.RecordSet
Remove all the data from the RecordSet.
clear() - Method in class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray
Apaga todas as linhas do array.
clear() - Method in class pt.moredata.dataentry.util.Array
Apaga todas as linhas do array.
clear() - Method in class pt.moredata.util.FullHashMap
Removes all mappings from this map.
clear() - Method in class pt.moredata.widgets.Field
Limpa o conteudo do campo de ddaos e das descodificações se fôr caso disso.
clear() - Method in class pt.moredata.widgets.ImageFieldObject
 
clearAllFields() - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo clearMetaFields()
clearAllSecTables() - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method removeTable(String tableName) instead.
clearBlankLines() - Method in class pt.despodata.java.ddata.DDataTable
Remove as ultimas linhas vazias
clearBlankLines() - Method in class pt.moredata.widgets.Table
Remove as ultimas linhas vazias
clearDescriptions() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Apaga todas as descricoes deste campo visual.
clearDescriptions() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Apaga todas as descricoes deste campo visual.
clearFglReportListener() - Method in class pt.despodata.java.fglreport.FglReport
Apaga todos os report Listeners
clearFglReportListener() - Method in class pt.moredata.fglreport.AbstractFglReport
Apaga todos os report Listeners
clearFglReportListener() - Method in interface pt.moredata.fglreport.FglReport
Apaga todos os report Listeners
clearFglReportListener() - Method in class pt.moredata.fglreport.SwingFglReport
Apaga todos os report Listeners
clearImageScreen() - Method in class pt.despodata.java.ddata.DDataImageField
Clears all references to previously added image and all references in DDataImageView class
clearImageScreen() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Clears all references to previously added image.
clearImageScreen() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Clears all references to previously added image.
clearImageScreen() - Method in class pt.moredata.widgets.EditorPaneObject
Clears all references to previously added image.
clearImageScreen() - Method in interface pt.moredata.widgets.FieldObject
Clears all references to previously added image.
clearImageScreen() - Method in class pt.moredata.widgets.ImageField
Clears all references to previously added image and all references in ImageView class.
clearImageScreen() - Method in class pt.moredata.widgets.TextFieldObject
Clears all references to previously added image.
clearJoinClauses() - Method in interface pt.moredata.dao.DataAccessObject
Remove all join clauses added by the addJoinClause(String whereString) method.
clearMetaFieldAt(int) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This method will be removed and will not have a replacment.
clearMetaFields() - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This method will be removed and will not have a replacment.
clearOrderBy() - Method in interface pt.moredata.dao.DataAccessObject
Remove all column names from the orderby list added by the addOrderBy(String columnName) method.
clearPaginatorInfo(HttpSession, String) - Static method in class pt.moredata.taglibs.filter.PaginatorTag
limpa a informacao do paginador na sessao.
clearRecordSet() - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method clear() instead.
clearSecTable(String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method removeTable(String tableName) instead.
clearSecTableAt(int) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method removeTable(String tableName) instead.
clearSelectedColumns() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Clear the array of selected columns
clearSelectedSchemas() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Clear the array of selected columns
clearWhereStr() - Method in interface pt.moredata.dao.DataAccessObject
Delete the whereString clause used by the query method.
clickCountToStart - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
clickCountToStart - Variable in class pt.moredata.widgets.table.CellEditor
 
clipBoard - Variable in class pt.despodata.java.ddata.DDataTable
Array de dados para copia de uma linha completa
clipBoard - Variable in class pt.moredata.widgets.Table
Array de dados para copia de uma linha completa
clone() - Method in class pt.despodata.java.ddata.table.CellProperties
 
clone() - Method in class pt.moredata.dao.DataCell
Devolve uma nova celula.
clone() - Method in class pt.moredata.util.FullHashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class pt.moredata.widgets.table.CellProperties
 
closeConnection(WizardConnectionProgress) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectionActions
Connect to the data source choosed by the user and get information about tables and columns Get a list of information about the tables and views to use in the wizard.
closeWizard() - Method in class pt.moredata.wizard.SwingWizardGUI2
Fecha a janela do wizard.
closing() - Method in class pt.moredata.netbeans.modules.moredatatemplates.OLTPAppModule
Description of the Method
col - Variable in class pt.despodata.java.ddata.event.CellChangedEvent
 
colno - Variable in class pt.moredata.fglreport.AbstractFglReport
Indica o número da coluna corrente.
column - Variable in class pt.despodata.java.ddata.event.AfterEditEvent
 
columnAt(int) - Method in class pt.despodata.java.ddata.DDataRow
Deprecated.  
columnGroups - Variable in class pt.despodata.java.ddata.table.DDataGroupableTableHeader
 
columnGroups - Variable in class pt.moredata.widgets.table.GroupableTableHeader
 
columnName - Variable in class pt.despodata.java.ddata.DHtmlGetByteField
Noma da coluna dentro da tabela que contem o campo do tipo byte.
columnNames - Variable in class pt.moredata.dao.ForeignKey
Correspondencia entre o nome do campo e o nome do campo na tabela que importa a chave estrangeira.
columns() - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo getColumns()
columns - Variable in class pt.despodata.java.ddata.DDataTable
 
columns - Variable in class pt.moredata.widgets.Table
 
coluna - Variable in class pt.despodata.java.ddata.DDataExcelExportData
Coluna da Célula
coluna - Variable in class pt.despodata.java.objgraficos.objectosX
Coluna onde o objecto vai ser impresso
coluna - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Coluna onde o objecto vai ser impresso
combo - Variable in class pt.despodata.java.ddata.tests.DDataComboBoxTest
 
commit() - Method in interface pt.despodata.java.mvc.IModel
Torna as mudancas efectuadas desde o ultimo commit/rollback permanentes.
commit() - Method in class pt.despodata.java.webappl.GenericModel
Torna as mudancas efectuadas desde o ultimo commit/rollback permanentes.
commit() - Method in interface pt.moredata.dao.Writer
Makes all changes made since the previous commit/rollback permanent and releases any repository locks currently held by this Writer Connection object.
compare(DDataSortInfo, DDataSortInfo) - Method in class pt.despodata.java.ddata.table.DDataTableSortMethod
 
compare(Object, Object) - Method in class pt.despodata.java.ddata.table.DDataTableSortMethod
 
compare(SortInfo, SortInfo) - Method in class pt.moredata.widgets.table.TableSortMethod
 
compare(Object, Object) - Method in class pt.moredata.widgets.table.TableSortMethod
 
compareTo(Object) - Method in class pt.despodata.java.ddata.table.DDataSortInfo
 
compareTo(Object) - Method in class pt.moredata.widgets.table.SortInfo
 
componentHidden(ComponentEvent) - Method in class pt.despodata.java.ddata.DDataProgressBar
 
componentHidden(ComponentEvent) - Method in class pt.moredata.widgets.ProgressBar
Description of the Method
componentModified(ComponentEvent) - Method in interface pt.moredata.dataentry.component.event.ComponentModifiedListener
Este metodo e invocado apos o componente ter sido modificado.
componentMoved(ComponentEvent) - Method in class pt.despodata.java.ddata.DDataProgressBar
 
componentMoved(ComponentEvent) - Method in class pt.moredata.widgets.ProgressBar
Description of the Method
componentResized(ComponentEvent) - Method in class pt.despodata.java.ddata.DDataProgressBar
 
componentResized(ComponentEvent) - Method in class pt.moredata.widgets.ProgressBar
Description of the Method
componentShown(ComponentEvent) - Method in class pt.despodata.java.ddata.DDataProgressBar
 
componentShown(ComponentEvent) - Method in class pt.moredata.widgets.ProgressBar
Description of the Method
composeMail() - Method in class pt.despodata.java.ddata.DDataSendSimpleMail
 
composeMail() - Method in class pt.moredata.util.DataSendSimpleMail
 
configureEnclosingScrollPane() - Method in class pt.despodata.java.ddata.DDataBaseTable
If this JTable is the viewportView of an enclosing JScrollPane (the usual situation), configure this ScrollPane by, amongst other things, installing the table's tableHeader as the columnHeaderView of the scroll pane.
configureEnclosingScrollPane() - Method in class pt.moredata.widgets.BaseTable
If this JTable is the viewportView of an enclosing JScrollPane (the usual situation), configure this ScrollPane by, amongst other things, installing the table's tableHeader as the columnHeaderView of the scroll pane.
confirmApply() - Method in class pt.despodata.java.ddata.DDataSwingControl
Se definido abre uma dialog para que o utilizador confirme se pretende mesmo gravar o registo
confirmDelete() - Method in class pt.despodata.java.ddata.DDataSwingControl
Se definido abre uma dialog para que o utilizador confirme se pretende mesmo apagar o registo
confirmDelete(int) - Method in interface pt.despodata.java.ddata.event.DDataTableConfirmListener
 
confirmDelete(int) - Method in interface pt.moredata.widgets.event.TableConfirmListener
 
connect() - Static method in class pt.despodata.java.ddata.DDataConnectDb
Conecta-se à base de dados
connect() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated. Este metodo vai deixar de existir brevemente.
connectDialogTitle - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
connection - Variable in class pt.moredata.dao.DataSource
Conexao a base de dados (se database)
connection - Variable in class pt.moredata.dao.DataTableInfo
Conexão explicita à base de dados
connectionTabTitle - Variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
 
connectionType - Variable in class pt.despodata.java.connection.DDConnectionConfig
 
contains(String) - Method in class pt.despodata.java.webappl.FrameSet
verifica se o Frameset ja contem uma determinada frame.
containsColumn(String) - Method in class pt.moredata.dao.ImportedForeignKey
Verifica se uma coluna faz parte da chave estrangeira
containsDetail(Object) - Method in class pt.despodata.java.webappl.ApplData
Verifica se o modelo contem uma tabela de detalhe ou nao.
containsKey(Object) - Method in class pt.despodata.java.webappl.tables.ApplDataControlPool
Verifica se uma determinada tabela existe na pool.
containsKey(Object) - Method in class pt.moredata.util.FullHashMap
Returns true if this map contains a mapping for the specified key.
containsTable(Object) - Method in class pt.despodata.java.webappl.ApplData
Verifica se o modelo contem uma tabela ou nao.
containsValue(Object) - Method in class pt.despodata.java.webappl.tables.ApplDataControlPool
Verifica se uma determinada tabela existe na pool.
containsValue(Object) - Method in class pt.moredata.util.FullHashMap
Returns true if this map maps one or more keys to the specified value.
contentType - Variable in class pt.despodata.java.ddata.DHtmlGetByteField
Tipo de conteudo.
controls - Variable in class pt.moredata.taglibs.widgets.ImageTag
 
coords - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
copy() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
copy() - Method in class pt.despodata.java.ddata.DDataField
 
copy() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Copia a porção de texto selecionado e guarda-o na área de transferencia
copy() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Copia a porção de texto selecionado e guarda-o na área de transferencia
copy() - Method in class pt.moredata.widgets.EditorPane
Description of the Method
copy() - Method in class pt.moredata.widgets.Field
Description of the Method
copy() - Method in interface pt.moredata.widgets.FieldObject
Copia a porção de texto selecionado e guarda-o na área de transferencia
copy() - Method in class pt.moredata.widgets.ImageFieldObject
Copia a porção de texto selecionado e guarda-o na área de transferencia
copyRow(int) - Method in class pt.despodata.java.ddata.DDataTable
Copia uma linha para o clipboard
copyRow(int) - Method in class pt.moredata.widgets.Table
Copia uma linha para o clipboard
copyToDAO() - Method in class pt.moredata.dataentry.action.SaveAllRecordsAction
Copia todos os registos da entrada de dados para repositorio.
copyToDAO() - Method in class pt.moredata.dataentry.action.SaveSingleRecordAction
Copia o registo selecionado na entrada de dados para o repositorio.
copyToDataEntry() - Method in class pt.moredata.dataentry.action.SaveAllRecordsAction
Copia os campos do tipo SERIAL e campos processados no motor para o DataEntry.
copyToDataEntry(int) - Method in class pt.moredata.dataentry.action.SaveSingleRecordAction
Copia os campos do tipo SERIAL e campos processados no motor para o DataEntry.
copyToDataEntry() - Method in class pt.moredata.dataentry.action.SaveSingleRecordAction
Copia os campos do tipo SERIAL e campos processados no motor para o DataEntry.
countDigits(String) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
countObservers() - Method in interface pt.despodata.java.mvc.IData
Metodo implementado pela classe java.util.Observable
countObservers() - Method in interface pt.despodata.java.mvc.IModel
Metodo implementado pela classe java.util.Observable
countObservers() - Method in class pt.despodata.java.webappl.ApplData
Devolve o numero de observadores de todas as tabelas.
countObservers(Object) - Method in class pt.despodata.java.webappl.ApplData
Devolve o numero de observadores de uma tabela.
cp - Variable in class pt.despodata.java.connection.UserPanel
 
create(DataSource, DAOFieldsInfo, RecordSet) - Method in class pt.moredata.dao.core.ReaderFactory
Create a new Reader acording to the type of DataSource.
create(DataSource, DAOFieldsInfo, RecordSet) - Method in class pt.moredata.dao.core.WriterFactory
Create a new Writer acording to the type of DataSource.
create(DataSource, Splash, int) - Method in class pt.moredata.dataentry.DataEntryControllerFactory
Cria uma entrada de dados sem componentes.
create(String, int) - Method in class pt.moredata.dataentry.DataEntryFactory
Cria uma entrada de dados sem componentes.
create(String, String[], String[], Object[]) - Method in class pt.moredata.dataentry.DataEntryFactory
Cria uma entrada de dados a partir de um conjunto de widgets.
create(String, String, String[], Object[]) - Method in class pt.moredata.dataentry.DataEntryFactory
Cria uma entrada de dados a partir de um conjunto de widgets.
create(String, String[], Object[]) - Method in class pt.moredata.dataentry.DataEntryFactory
Cria uma entrada de dados a partir de um conjunto de widgets.
create(String, String, Collection, Collection) - Method in class pt.moredata.dataentry.DataEntryFactory
Cria uma entrada de dados a partir de um conjunto de widgets.
create(String, Collection, Collection) - Method in class pt.moredata.dataentry.DataEntryFactory
Cria uma entrada de dados a partir de um conjunto de widgets.
create(String, Table) - Method in class pt.moredata.dataentry.DataEntryFactory
Cria uma entrada de dados a partir de uma Table
create(Field[]) - Method in class pt.moredata.dataentry.DataEntryFactory
Cria uma entrada de dados a partir de um field.
create(String, String, Object) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrada de dados a partir de um Object.
create(String, String, String, String, Object) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrada de dados a partir de um Object.
create(String, String, String, String, Field) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrada de dados a partir de um Field.
create(String, String, Field) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrada de dados a partir de um Field.
create(Field) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Deprecated. Use o medodo create(String, String, Field) ou o metodo create(String, String, String, Field).
create(String, String, Table) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de uma Table.
create(String, String, String, String, Table) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de uma Table.
create(String, String, JToggleButton) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um JToggleButton.
create(String, String, String, String, JToggleButton) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um JToggleButton.
create(String, String, JTextField) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um JTextField.
create(String, String, String, String, JTextField) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um JTextField.
create(String, String, ComboBox) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um ComboBox.
create(String, String, String, String, ComboBox) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um ComboBox.
create(String, String, JComboBox) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um JComboBox.
create(String, String, String, String, JComboBox) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um JComboBox.
create(String, String, ImageField) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um ImageField.
create(String, String, String, String, ImageField) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um ImageField.
create(String, String, EditorPane) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um EditorPane.
create(String, String, String, String, EditorPane) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um EditorPane.
create(String, String, Calendar) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um Calendar.
create(String, String, String, String, Calendar) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um Calendar.
create(String, String, FileUpload) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um FileUpload.
create(String, String, String, String, FileUpload) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um FileUpload.
create(String, String, String, String, JList) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um JList.
create(String, String, String, String, CheckBoxList) - Method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Cria um componente de uma entrade de dados a partir de um CheckBoxList.
create(String, String) - Method in class pt.moredata.programlaunch.CommandRunnerFactory
Factory method to create a CommandRunner.
createApplDataControl(String, HttpSession, DDataSource) - Method in class pt.despodata.java.webappl.tables.ApplDataControlFactory
Cria um novo ApplDataControl para uma determinada tabela e para uma determinada sessao
createApplDataControl(String, HttpSession, DDataSource) - Method in interface pt.despodata.java.webappl.tables.IApplDataControlFactory
Cria um novo ApplDataControl para uma determinada tabela e para uma determinada sessao
createApplication(HttpServletRequest) - Method in class pt.despodata.java.webappl.AuthenticateServlet
Cria uma nova aplicacao.
createButtonListener(AbstractButton) - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
createButtonListener(AbstractButton) - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
createConnection(WizardConnectionProgress) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectionActions
Connect to the data source choosed by the user and get information about tables and columns Get a list of information about the tables and views to use in the wizard.
createConnectionFromInterface(ConnectionConfig) - Method in class pt.moredata.connection.ConnectionFactory
Cria uma coneccao a base de dados a partir de uma classe que implemente a interface ConnectionConfig.
createConnectionFromTxtFile(String) - Method in class pt.moredata.connection.ConnectionFactory
Cria uma coneccao a base de dados a partir de um ficheiro de configuracao de texto.
createConnectionFromXml12File(String) - Method in class pt.moredata.connection.ConnectionFactory
Cria uma coneccao a base de dados a partir de um ficheiro de configuracao em Xml (versao 1.2).
createConnectionFromXmlFile(String) - Method in class pt.moredata.connection.ConnectionFactory
Cria uma coneccao a base de dados a partir de um ficheiro de configuracao em Xml.
createController() - Method in class pt.despodata.java.webappl.GenericView
cria o controlador.
createDAO() - Method in class pt.moredata.dao.core.DAOFactory
Cria uma instancia de um DataAccessObject.
createDAO(Connection) - Method in class pt.moredata.dao.core.DAOFactory
Cria uma instancia de um DataAccessObject a partir de uma determinada coneccao a base de dados.
createDAO(DataSource) - Method in class pt.moredata.dao.core.DAOFactory
Cria uma instancia de um DataAccessObject.
createDAO(String, ArrayList, ArrayList) - Method in class pt.moredata.dao.core.DAOFactory
Cria uma instancia de um DataAccessObject.
createDAO(String, DataSource) - Method in class pt.moredata.dao.pool.DAOFactory
Cria um novo DataAccessObject para uma determinada tabela e para uma determinada sessao
createDAO(String, DataSource) - Method in interface pt.moredata.dao.pool.IDAOFactory
Cria um novo DataAccessObject para uma determinada tabela e para uma determinada sessao
createDAOPrinter() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
 
createDAOv1() - Method in class pt.moredata.dao.DAODemo
Este metodo cria um DataAccessObject para repreentar uma tabela em base de dados.
createDAOv1() - Method in class pt.moredata.dao.DAODynasetDemo
Este metodo cria um DataAccessObject para repreentar uma tabela em base de dados.
createDAOv2() - Method in class pt.moredata.dao.DAODemo
Este metodo cria um DataAccessObject para repreentar uma tabela em base de dados.
createDDataControl(DDataSwingControl) - Static method in class pt.despodata.java.ddata.DDataControlFactory
 
createDDataControl(DDataSwingControl, DDataSource) - Static method in class pt.despodata.java.ddata.DDataControlFactory
 
createDHtmlArray() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Cria um ArrayList com os DHtmlDataControl's a actualizar.
createDHtmlArray() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Cria um ArrayList com os DHtmlDataControl's a actualizar.
createDataControl(String, String, String, String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Cria um novo record set para o caso mais simples das descodificacoes ou seja uma coluna na chave primária e uma única como descrição da linha
createDataControl(String, String, String, ArrayList, String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Cria um data control de acordo com os parametros
createDataControl(DDataSource, String, String, String, ArrayList, String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Cria um data control de acordo com os parametrosated
createDataControl(DDataSource, String, String, String, ArrayList, String, String[]) - Static method in class pt.despodata.java.ddata.DDataControlPool
Cria um data control de acordo com os parametrosated
createDataSourceFromHomeDir(String) - Method in class pt.moredata.connection.ConnectionFactory
Cria um DataSource a partir de um ficheiro de configuracao em xml que deve estar na home do utilizador.
createDataSourceFromHomeDir12(String) - Method in class pt.moredata.connection.ConnectionFactory
Cria um DataSource a partir de um ficheiro de configuracao em xml (versao 1.2) que deve estar na home do utilizador.
createDataSourceFromXml12File(String) - Method in class pt.moredata.connection.ConnectionFactory
Cria um DataSourcea partir de um ficheiro de configuracao em Xml (versao 1.2).
createDataSourceFromXmlFile(String) - Method in class pt.moredata.connection.ConnectionFactory
Cria um DataSourcea partir de um ficheiro de configuracao em Xml.
createEditorKitForContentType(String) - Static method in class pt.despodata.java.ddata.DDataEditorPane
 
createEditorKitForContentType(String) - Static method in class pt.moredata.widgets.EditorPane
Description of the Method
createEndTag() - Method in class pt.moredata.ecs.rtf.ParagraphDefault
 
createEndTag() - Method in class pt.moredata.ecs.rtf.RTFParagraph
 
createFieldObject(int) - Static method in class pt.moredata.widgets.FieldObjectFactory
 
createFocusListener() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Creates the focus listener for handling keyboard navigation in the DDataBaseTable.
createFocusListener() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Creates the focus listener for handling keyboard navigation in the BaseTable.
createGenerators(HttpSession) - Method in class pt.despodata.java.webappl.GenericModel
Cria as classes que geram tabelas principais e de detalhe.
createInsertStatement() - Method in class pt.moredata.xml.db.XMLToDBTable
Write the SQL statment to execute the insert
createJspButton() - Method in class pt.moredata.dataentry.taglibs.ModifyButtonTag
Creates the JspButton Object.
createKeyListener() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Creates the key listener for handling keyboard navigation in the DDataBaseTable.
createKeyListener() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Creates the key listener for handling keyboard navigation in the BaseTable.
createModel(DDataSource) - Method in class pt.despodata.java.webappl.WebApplication
Cria o modelo de dados
createMouseInputListener() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Creates the mouse listener for the DDataBaseTable.
createMouseInputListener() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Creates the mouse listener for the BaseTable.
createStartTag() - Method in class pt.moredata.ecs.rtf.ParagraphDefault
 
createStartTag() - Method in class pt.moredata.ecs.rtf.RTFParagraph
 
createStatement() - Method in class pt.moredata.xml.db.DBSimpleTable
Write the SQL statment to execute the insert
createSyscolumnextTable(Connection) - Method in class pt.moredata.dao.AbstractUtilStuff
Cria a tabela syscolumnext na base de dados
createSyscolumnextTable(Connection) - Static method in class pt.moredata.dao.UtilStuff
Cria a tabela syscolumnext na base de dados
createSystableextTable(Connection) - Method in class pt.moredata.dao.AbstractUtilStuff
Cria a tabela systableext na base de dados
createSystableextTable(Connection) - Static method in class pt.moredata.dao.UtilStuff
Cria a tabela systableext na base de dados
createTableOrigin(Connection, String, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Cria uma tabela na base de dados com uma chave estrangeira para outra tabela.
createTableOrigin(Connection, String, String) - Static method in class pt.moredata.dao.UtilStuff
Cria uma tabela na base de dados com uma chave estrangeira para outra tabela.
createTableTarget(Connection, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Cria uma tabela na base de dados.
createTableTarget(Connection, String) - Method in class pt.moredata.dao.InformixUtilStuff
Cria uma tabela na base de dados Informix.
createTableTarget(Connection, String) - Method in class pt.moredata.dao.OracleUtilStuff
Cria uma tabela na base de dados Oracle.
createTableTarget(Connection, String) - Static method in class pt.moredata.dao.UtilStuff
Cria uma tabela na base de dados.
createTableTarget(Connection, String) - Static method in class pt.moredata.qvs.CheckedAreaTest
Description of the Method
createTableTarget(Connection, String) - Static method in class pt.moredata.qvs.CheckedPointTest
Description of the Method
createTables(HttpSession) - Method in class pt.despodata.java.webappl.GenericModel
Cria as classes que representam as tabelas na base de dados, e as dependencias existentes entre elas.
createTables(Connection, String, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Cria duas tabelas na base de dados.
createTables(Connection, String, String) - Static method in class pt.moredata.dao.UtilStuff
Cria duas tabelas na base de dados.
createUI(JComponent) - Static method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
createUI(JComponent) - Static method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
createUI(JComponent) - Static method in class pt.despodata.java.ddata.plaf.basic.BasicDDataRadioButtonUI
 
createUI(JComponent) - Static method in class pt.despodata.java.ddata.plaf.basic.CheckBoxUI
 
createUI(DDataCheckBox) - Static method in class pt.despodata.java.ddata.plaf.basic.CheckBoxUI
 
createUI(JComponent) - Static method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
createUI(JComponent) - Static method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
createUI(JComponent) - Static method in class pt.moredata.widgets.plaf.basic.BasicRadioButtonUI
Description of the Method
createUI(JComponent) - Static method in class pt.moredata.widgets.plaf.basic.CheckBoxUI
Description of the Method
createUI(CheckBox) - Static method in class pt.moredata.widgets.plaf.basic.CheckBoxUI
Description of the Method
createUpdateStatement() - Method in class pt.moredata.xml.db.XMLToDBTable
 
createUser() - Method in class pt.despodata.java.webappl.AuthenticateServlet
Cria um novo utilizador.
createUser(String) - Method in class pt.despodata.java.webappl.WebApplication
Cria um novo utilizador da aplicacao
createView(GenericModel) - Method in class pt.despodata.java.webappl.WebApplication
Cria a vista.
createVirtualDataControl(int[], String) - Method in class pt.despodata.java.ddata.DDataTable
Cria Um DataControl a partir dos dados de uma tabela
createWindowsShortCut(String, String, String, String, String, String) - Static method in class pt.despodata.java.distribuicao.WindowsShortcut
 
createWindowsShortCut(String, String, String, String, String) - Static method in class pt.despodata.java.distribuicao.WindowsShortcut
 
createWindowsShortCut(String, String, String, String) - Static method in class pt.despodata.java.distribuicao.WindowsShortcut
 
creatingApplication - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
current() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Get the current panel
currentCol - Variable in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
currentCol - Variable in class pt.moredata.widgets.table.ComboBoxDelegate
 
currentColumn - Variable in class pt.despodata.java.ddata.DDataTable
 
currentColumn - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
currentColumn - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
currentColumn - Variable in class pt.moredata.widgets.Table
 
currentColumn - Variable in class pt.moredata.widgets.table.CellEditor
 
currentRecordModified() - Method in class pt.despodata.java.ddata.DDataToolBar
Houve posicionamentos nos registos.
currentRow - Variable in class pt.despodata.java.ddata.DDataTable
 
currentRow - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
currentRow - Variable in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
currentRow - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
currentRow - Variable in class pt.moredata.widgets.Table
 
currentRow - Variable in class pt.moredata.widgets.table.CellEditor
 
currentRow - Variable in class pt.moredata.widgets.table.ComboBoxDelegate
 
cut() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
cut() - Method in class pt.despodata.java.ddata.DDataField
 
cut() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Elimina uma porção de texto selecionado e guarda-o na área de transferencia
cut() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Elimina uma porção de texto selecionado e guarda-o na área de transferencia
cut() - Method in class pt.moredata.widgets.EditorPane
Description of the Method
cut() - Method in class pt.moredata.widgets.Field
Description of the Method
cut() - Method in interface pt.moredata.widgets.FieldObject
Elimina uma porção de texto selecionado e guarda-o na área de transferencia
cut() - Method in class pt.moredata.widgets.ImageFieldObject
Elimina uma porção de texto selecionado e guarda-o na área de transferencia
cutRow(int) - Method in class pt.despodata.java.ddata.DDataTable
 
cutRow(int) - Method in class pt.moredata.widgets.Table
 

D

DAOAbstractDataTag - class pt.moredata.taglibs.dao.DAOAbstractDataTag.
DAOAbstractDataTag.java Esta classe e uma implementacao abstrata das tags Company MoreData
DAOAbstractDataTag() - Constructor for class pt.moredata.taglibs.dao.DAOAbstractDataTag
Creates a new instance of DAOAbstractTag
DAOAbstractTag - class pt.moredata.taglibs.dao.DAOAbstractTag.
DAOAbstractTag.java Esta classe e uma implementacao abstrata das tags Company MoreData
DAOAbstractTag() - Constructor for class pt.moredata.taglibs.dao.DAOAbstractTag
Creates a new instance of DAOAbstractTag
DAOApplyListener - interface pt.moredata.dao.event.DAOApplyListener.
Company MoreData
DAOBuilder - interface pt.moredata.dao.builder.DAOBuilder.
Contem a especificacao de como criar documentos concretos a partir de um DAO.
DAOBuilderTestSuite - class pt.moredata.dao.builder.DAOBuilderTestSuite.
DAOBuilderTestSuite.java Company MoreData
DAOBuilderTestSuite(String) - Constructor for class pt.moredata.dao.builder.DAOBuilderTestSuite
Constructor for the DAOBuilderTestSuite object
DAOCoreTestSuite - class pt.moredata.dao.core.DAOCoreTestSuite.
DataCell.java Company MoreData
DAOCoreTestSuite(String) - Constructor for class pt.moredata.dao.core.DAOCoreTestSuite
Constructor for the DAOCoreTestSuite object
DAOCreateListener - class pt.moredata.dao.pool.DAOCreateListener.
 
DAOCreateListener() - Constructor for class pt.moredata.dao.pool.DAOCreateListener
 
DAODeleteListener - interface pt.moredata.dao.event.DAODeleteListener.
Company MoreData
DAODemo - class pt.moredata.dao.DAODemo.
DAODemo.java Company MoreData
DAODemo() - Constructor for class pt.moredata.dao.DAODemo
Creates a new instance of DAODemo
DAODynasetDemo - class pt.moredata.dao.DAODynasetDemo.
DAODynasetDemo.java Company MoreData
DAODynasetDemo() - Constructor for class pt.moredata.dao.DAODynasetDemo
Creates a new instance of DAODynasetDemo
DAOEvent - class pt.moredata.dao.event.DAOEvent.
Description: Descrição de um evento ocorrido num DataControl Company MoreData
DAOEvent(DataAccessObject, int, int, ArrayList, Object) - Constructor for class pt.moredata.dao.event.DAOEvent
Constroi uma instancia da classe DataAccessObjectEvent.
DAOException - exception pt.moredata.dao.DAOException.
This a general Exception throw by dao API.
DAOException(String) - Constructor for class pt.moredata.dao.DAOException
 
DAOFactory - class pt.moredata.dao.DAOFactory.
Esta classe providencia um mecanismo para criar um DataAccessObject.
DAOFactory() - Constructor for class pt.moredata.dao.DAOFactory
 
DAOFactory - class pt.moredata.dao.core.DAOFactory.
Esta classe providencia um mecanismo para criar um DataAccessObject.
DAOFactory() - Constructor for class pt.moredata.dao.core.DAOFactory
Creates a new instance of DAOFactory
DAOFactory - class pt.moredata.dao.pool.DAOFactory.
 
DAOFactory() - Constructor for class pt.moredata.dao.pool.DAOFactory
 
DAOFieldsInfo - interface pt.moredata.dao.DAOFieldsInfo.
This is the interface used for representing information about all columns of the DataAccessObject.
DAOFilterListener - interface pt.moredata.widgets.DAOFilterListener.
Autor : Sergio Ferreira Description : Interface para comunicacao entre a combo Box e o cliente que esta a pedir para carregar os dados
DAOFormPrinter - class pt.moredata.taglibs.dao.DAOFormPrinter.
GetCellTagPrinter.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
DAOFormPrinter(DAOAbstractDataTag) - Constructor for class pt.moredata.taglibs.dao.DAOFormPrinter
Creates a new instance of GetCellTagPrinter
DAOInfo - class pt.moredata.dataentry.core.generator.DAOInfo.
DAOInfo.java Company MoreData
DAOInfo(String) - Constructor for class pt.moredata.dataentry.core.generator.DAOInfo
Creates a new instance of DAOInfo
DAOInfoMap - class pt.moredata.dataentry.core.generator.DAOInfoMap.
DAOInfoMap.java Company MoreData
DAOInfoMap() - Constructor for class pt.moredata.dataentry.core.generator.DAOInfoMap
 
DAOInformixTestSuite - class pt.moredata.dao.DAOInformixTestSuite.
DataCell.java Company MoreData
DAOInformixTestSuite(String) - Constructor for class pt.moredata.dao.DAOInformixTestSuite
Constructor for the DAOInformixTestSuite object
DAOInsertListener - interface pt.moredata.dao.event.DAOInsertListener.
Company MoreData
DAOListener - interface pt.moredata.dao.event.DAOListener.
Description: Event listener para as accoes extra executadas sobre um DataAccessObject Company MoreData
DAOMANAGER_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do atributo com o qual esta guardado o DAOManager na sessao.
DAOManager - class pt.moredata.dataentry.core.DAOManager.
Classe responsavel por gerir a criacao e acesso ao DataAccessObject.
DAOManager() - Constructor for class pt.moredata.dataentry.core.DAOManager
Creates a new instance of DAOManager.
DAOOracleTestSuite - class pt.moredata.dao.DAOOracleTestSuite.
DataCell.java Company MoreData
DAOOracleTestSuite(String) - Constructor for class pt.moredata.dao.DAOOracleTestSuite
Constructor for the DAOOracleTestSuite object
DAOPatternTestSuite - class pt.moredata.dao.pattern.DAOPatternTestSuite.
DAOPatternTestSuite.java Company MoreData
DAOPatternTestSuite(String) - Constructor for class pt.moredata.dao.pattern.DAOPatternTestSuite
Constructor for the DAOPatternTestSuite object
DAOPool - class pt.moredata.dao.pool.DAOPool.

Pool de data control(s)
Serve sobretudo para que a informação de tabelas oriundas de um data source não sejam lidas mais do que uma vez.
DAOPool() - Constructor for class pt.moredata.dao.pool.DAOPool
Cria uma nova pool de DAO's.
DAOPoolSingleton - class pt.moredata.dao.pool.DAOPoolSingleton.
 
DAOPoolTest - class pt.moredata.dao.pool.DAOPoolTest.
DAOPoolTest.java Company MoreData
DAOPoolTest(String) - Constructor for class pt.moredata.dao.pool.DAOPoolTest
Constructor for the DAOPoolTest object
DAOPoolTestSuite - class pt.moredata.dao.pool.DAOPoolTestSuite.
DAOPoolTestSuite.java Company MoreData
DAOPoolTestSuite(String) - Constructor for class pt.moredata.dao.pool.DAOPoolTestSuite
Constructor for the DAOPoolTestSuite object
DAOPrinter - class pt.moredata.taglibs.dao.DAOPrinter.
GetCellTagPrinter.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
DAOPrinter(DAOAbstractDataTag) - Constructor for class pt.moredata.taglibs.dao.DAOPrinter
Creates a new instance of GetCellTagPrinter
DAOQueryListener - interface pt.moredata.dao.event.DAOQueryListener.
Company MoreData
DAORowAppliedListener - interface pt.moredata.dao.event.DAORowAppliedListener.
Company MoreData
DAORowRetrivedListener - interface pt.moredata.dao.event.DAORowRetrivedListener.
Deprecated. This listener will be removed soon. With the introduction of the Reader interface, the data is no longer readed by the DataAcessObject, so ther is no way of fireing the even.
DAORuntimeException - exception pt.moredata.dao.DAORuntimeException.
This Exception is throw every time a error ocurr will writing data in a repository.
DAORuntimeException(String) - Constructor for class pt.moredata.dao.DAORuntimeException
Constructs a new runtime exception with the specified detail message.
DAORuntimeException(String, Throwable) - Constructor for class pt.moredata.dao.DAORuntimeException
Constructs a new runtime exception with the specified detail message and cause.
DAOSort - class pt.moredata.dao.util.DAOSort.
This class is used to sort the rows of a DataAccessObject object.
DAOTablePrinter - class pt.moredata.taglibs.dao.DAOTablePrinter.
GetCellTagPrinter.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
DAOTablePrinter(DAOAbstractDataTag) - Constructor for class pt.moredata.taglibs.dao.DAOTablePrinter
Creates a new instance of GetCellTagPrinter
DAOTestSuite - class pt.moredata.dao.DAOTestSuite.
DataCell.java Company MoreData
DAOTestSuite(String) - Constructor for class pt.moredata.dao.DAOTestSuite
Constructor for the DAOTestSuite object
DAOTextPrinter - class pt.moredata.taglibs.dao.DAOTextPrinter.
GetCellTagPrinter.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
DAOTextPrinter(DAOAbstractDataTag) - Constructor for class pt.moredata.taglibs.dao.DAOTextPrinter
Creates a new instance of GetCellTagPrinter
DAOUpdateListener - interface pt.moredata.dao.event.DAOUpdateListener.
Company MoreData
DAOView - interface pt.moredata.dao.DAOView.
Simple DAO for read only Company MoreData
DATA - Static variable in class pt.despodata.java.ddata.table.CellProperties
 
DATA - Static variable in class pt.moredata.widgets.table.CellProperties
 
DATABASE - Static variable in class pt.despodata.java.ddata.DDataConfig
Deprecated.  
DATABASE - Static variable in class pt.moredata.dao.DataSource
 
DATACONTROL - Static variable in class pt.despodata.java.ddata.DDataTable
 
DATACONTROL - Static variable in class pt.moredata.widgets.Table
 
DATAENTRYLOG_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do atributo com o qual esta guardado o HashMap com o dataEntryLog para cada dataEntry da página
DATAENTRYPAGELOG_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do atributo com o qual esta guardado o HashMap com o dataEntryLog para a página
DATAENTRY_NAME_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do parametro enviado no request que contem o nome do DataEntry.
DATAENTRY_POOL_KEY - Static variable in class pt.moredata.dataentry.util.DataEntryPool
Chave usada para guardar a pool na sessao.
DATALINK - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
DATASOURCE_KEY - Static variable in class pt.despodata.java.webappl.Types
 
DATASOURCE_KEY - Static variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Chave usada para guardar o DataSource.
DATA_CONTROL - Static variable in class pt.despodata.java.ddata.DHtmlGetByteField
 
DATA_CONTROL_KEY - Static variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
 
DATA_MODE - Static variable in class pt.despodata.java.ddata.DDataField
Modos de funcionamento : Inserção de informação Busca por QBE
DATE - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
DATE - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.
DATE_FUNCTION_NAME - Static variable in class pt.despodata.java.webappl.tags.JavaScriptLibrary
Nome da funcao para validar numeros.
DATE_SEPARATOR - Static variable in class pt.despodata.java.webappl.tags.JavaScriptLibrary
Simbolo usado para separar os campos da data.
DBConnection - class pt.despodata.java.connection.DBConnection.
Deprecated. Esta classe foi substituida pela classe DBConnection
DBConnection() - Constructor for class pt.despodata.java.connection.DBConnection
Deprecated. Esta classe foi substituida pela classe DBConnection
DBConnection(String) - Constructor for class pt.despodata.java.connection.DBConnection
Deprecated. Esta classe foi substituida pela classe DBConnection
DBConnection - class pt.despodata.java.ddata.connection.DBConnection.
Deprecated. Esta classe foi substituida por uma identica no package pt.moredata.connection
DBConnection() - Constructor for class pt.despodata.java.ddata.connection.DBConnection
Deprecated. Devolve uma nova instancia de uma classe para criar conneccoes.
DBConnection(String) - Constructor for class pt.despodata.java.ddata.connection.DBConnection
Deprecated. Devolve uma nova instancia de uma classe para criar conneccoes.
DBConnection - class pt.moredata.connection.DBConnection.
DBConnection Esta classe permite devolver conneccoes a base de dados.
DBConnection(ConnectionConfig) - Constructor for class pt.moredata.connection.DBConnection
Devolve uma nova instancia de uma classe para criar conneccoes.
DBConnectionTest - class pt.despodata.java.connection.tests.DBConnectionTest.
DBConnectionTest.java Company MoreData
DBConnectionTest(String) - Constructor for class pt.despodata.java.connection.tests.DBConnectionTest
 
DBConnectionTest - class pt.moredata.connection.DBConnectionTest.
DBConnectionTest.java Company MoreData
DBConnectionTest(String) - Constructor for class pt.moredata.connection.DBConnectionTest
Constructor for the DBConnectionTest object
DBError - class pt.despodata.java.ddata.DBError.
Faz o mapping de erros especificos devolvidos pelo driver de JDBC para erros especificos deste package.
DBError() - Constructor for class pt.despodata.java.ddata.DBError
 
DBErrorTest - class pt.despodata.java.ddata.tests.DBErrorTest.
DBErrorTest.java Company MoreData
DBErrorTest(String) - Constructor for class pt.despodata.java.ddata.tests.DBErrorTest
 
DBException - exception pt.despodata.java.ddata.DBException.
Title: DBException Description: Excepções ocorridas quando uma acção sobre a base de dados devolve um erro Copyright: Copyright (c) Despodata Company : Despodata Author : Sergio Ferreira : Paulo Carmo
DBException(String, SQLException, Object) - Constructor for class pt.despodata.java.ddata.DBException
 
DBExceptionTest - class pt.despodata.java.ddata.tests.DBExceptionTest.
DBExceptionTest.java Company MoreData
DBExceptionTest(String) - Constructor for class pt.despodata.java.ddata.tests.DBExceptionTest
 
DBName - Variable in class pt.moredata.connection.AbstractConnectionConfig
Nome da base de dados
DBSimpleTable - class pt.moredata.xml.db.DBSimpleTable.
 
DBSimpleTable(Connection, String, String) - Constructor for class pt.moredata.xml.db.DBSimpleTable
 
DBSimpleTable(Connection, Document, String) - Constructor for class pt.moredata.xml.db.DBSimpleTable
 
DBSimpleTable.DBField - class pt.moredata.xml.db.DBSimpleTable.DBField.
 
DBSimpleTable.DBField(String, Class, String, String) - Constructor for class pt.moredata.xml.db.DBSimpleTable.DBField
 
DBSimpleTable.DBField(String, Class, String) - Constructor for class pt.moredata.xml.db.DBSimpleTable.DBField
 
DBSimpleTable.DBField(String, Object) - Constructor for class pt.moredata.xml.db.DBSimpleTable.DBField
 
DBUtil - class pt.moredata.util.DBUtil.
Useful routines form accessing a database
DBUtil() - Constructor for class pt.moredata.util.DBUtil
Not to be used - all methods are static
DDConnectionConfig - class pt.despodata.java.connection.DDConnectionConfig.
Interacção de ficheiro(s) de configuração da conexão
Nesta fase trata apenas de efectuar uma leitura de um ficheiro com linhas simples e sequenciais.
DDConnectionConfig() - Constructor for class pt.despodata.java.connection.DDConnectionConfig
 
DDConnectionConfigTest - class pt.despodata.java.connection.tests.DDConnectionConfigTest.
.java Company MoreData
DDConnectionConfigTest(String) - Constructor for class pt.despodata.java.connection.tests.DDConnectionConfigTest
 
DDSwingLogin - class pt.despodata.java.connection.DDSwingLogin.
Title: DDSwingLogin
DDSwingLogin() - Constructor for class pt.despodata.java.connection.DDSwingLogin
Constructor vazio
DDSwingLogin - class pt.despodata.java.ddata.connection.DDSwingLogin.
Title: DDSwingLogin Description: Implementação Swing do interface DDLogin que genéricamente dá acesso a uma janela para o utilizador fazer login ao data source.
DDSwingLogin() - Constructor for class pt.despodata.java.ddata.connection.DDSwingLogin
 
DDSwingLoginTest - class pt.despodata.java.connection.tests.DDSwingLoginTest.
 
DDSwingLoginTest(String) - Constructor for class pt.despodata.java.connection.tests.DDSwingLoginTest
 
DDWizAction - class pt.despodata.java.wizard.DDWizAction.
 
DDWizAction() - Constructor for class pt.despodata.java.wizard.DDWizAction
 
DDWizActionEvent - class pt.despodata.java.wizard.event.DDWizActionEvent.
 
DDWizActionEvent(DDWizAction) - Constructor for class pt.despodata.java.wizard.event.DDWizActionEvent
 
DDWizActionForm - interface pt.despodata.java.wizard.DDWizActionForm.
 
DDWizActionListener - interface pt.despodata.java.wizard.event.DDWizActionListener.
 
DDWizEvent - class pt.despodata.java.wizard.event.DDWizEvent.
 
DDWizEvent(DDWizSwingControler) - Constructor for class pt.despodata.java.wizard.event.DDWizEvent
 
DDWizListener - interface pt.despodata.java.wizard.event.DDWizListener.
 
DDWizSwingControler - class pt.despodata.java.wizard.DDWizSwingControler.
 
DDWizSwingControler() - Constructor for class pt.despodata.java.wizard.DDWizSwingControler
 
DDWizard - class pt.despodata.java.wizard.DDWizard.
 
DDWizard() - Constructor for class pt.despodata.java.wizard.DDWizard
 
DDataAbstractTableEditor - class pt.despodata.java.ddata.DDataAbstractTableEditor.
Title: Description: Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataAbstractTableEditor() - Constructor for class pt.despodata.java.ddata.DDataAbstractTableEditor
 
DDataBaseTable - class pt.despodata.java.ddata.DDataBaseTable.
 
DDataBaseTable() - Constructor for class pt.despodata.java.ddata.DDataBaseTable
Constructs a default JTable that is initialized with a default data model, a default column model, and a default selection model.
DDataBaseTable(TableModel) - Constructor for class pt.despodata.java.ddata.DDataBaseTable
Constructs a JTable that is initialized with dm as the data model, a default column model, and a default selection model.
DDataBaseTable(TableModel, TableColumnModel) - Constructor for class pt.despodata.java.ddata.DDataBaseTable
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
DDataBaseTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class pt.despodata.java.ddata.DDataBaseTable
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
DDataBaseTable(int, int) - Constructor for class pt.despodata.java.ddata.DDataBaseTable
Constructs a JTable with numRows and numColumns of empty cells using DefaultTableModel.
DDataBaseTable(Vector, Vector) - Constructor for class pt.despodata.java.ddata.DDataBaseTable
Constructs a JTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
DDataBaseTable(Object[][], Object[]) - Constructor for class pt.despodata.java.ddata.DDataBaseTable
Constructs a JTable to display the values in the two dimensional array, rowData, with column names, columnNames.
DDataBaseTableTest - class pt.despodata.java.ddata.tests.DDataBaseTableTest.
DDataBaseTableTest.java Created: Wed Oct 03 16:14:08 2001
DDataBaseTableTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
DDataButton - class pt.despodata.java.ddata.DDataButton.
Title: DDataButton Description: Beans para criação de forms Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataButton() - Constructor for class pt.despodata.java.ddata.DDataButton
 
DDataButtonBeanInfo - class pt.despodata.java.ddata.DDataButtonBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataButtonBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataButtonBeanInfo
 
DDataCalendar - class pt.despodata.java.ddata.DDataCalendar.
Title: DDataCalendar Description: Bean para o tratamento de datas Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataCalendar() - Constructor for class pt.despodata.java.ddata.DDataCalendar
Construtor do calendário
DDataCalendarTest - class pt.despodata.java.ddata.tests.DDataCalendarTest.
DDataCalendarTest.java Company MoreData
DDataCalendarTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataCalendarTest
 
DDataCaret - class pt.despodata.java.ddata.DDataCaret.
Title: DData Description: Beans para criação de forms Cursores diversos a vonta do fregues Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataCaret() - Constructor for class pt.despodata.java.ddata.DDataCaret
Construtor do cursor
DDataCell - class pt.despodata.java.ddata.DDataCell.
DataCell.java Created: Thu Sep 21 17:24:30 2000
DDataCell() - Constructor for class pt.despodata.java.ddata.DDataCell
Construtor que cria uma coluna vazia.
DDataCell(Object) - Constructor for class pt.despodata.java.ddata.DDataCell
Construtor que cria uma célula com dados Como se esta a criar uma nova celula e se esta a fornecer um valor, assume-se que esse valor vem do Data Source e como tal, nao esta modificado.
DDataCell(Object, boolean) - Constructor for class pt.despodata.java.ddata.DDataCell
Construtor que cria uma célula com dados, mas podendo especificar que esta é ou não processada pelo motor (defaults, stored procedures).
DDataCell - class pt.despodata.java.ddata.table.DDataCell.
 
DDataCell(int, int) - Constructor for class pt.despodata.java.ddata.table.DDataCell
 
DDataCellComboBox - class pt.despodata.java.ddata.table.DDataCellComboBox.
 
DDataCellComboBox() - Constructor for class pt.despodata.java.ddata.table.DDataCellComboBox
 
DDataCellEditor - class pt.despodata.java.ddata.table.DDataCellEditor.
 
DDataCellEditor() - Constructor for class pt.despodata.java.ddata.table.DDataCellEditor
 
DDataCellEditor(DDataDelegate) - Constructor for class pt.despodata.java.ddata.table.DDataCellEditor
Aceita um delegate
DDataCellEditor(DDataDelegate, CellProperties) - Constructor for class pt.despodata.java.ddata.table.DDataCellEditor
 
DDataCellField - class pt.despodata.java.ddata.table.DDataCellField.
 
DDataCellField() - Constructor for class pt.despodata.java.ddata.table.DDataCellField
Construtor
DDataCellField.DDataFieldDocumentListener - class pt.despodata.java.ddata.table.DDataCellField.DDataFieldDocumentListener.
Classe utilizada quando o valor do campo é alterado
DDataCellField.DDataFieldDocumentListener() - Constructor for class pt.despodata.java.ddata.table.DDataCellField.DDataFieldDocumentListener
 
DDataCellField.FocusGrabber - class pt.despodata.java.ddata.table.DDataCellField.FocusGrabber.
Class para gerir o ficus de uma componente
DDataCellField.FocusGrabber(JComponent) - Constructor for class pt.despodata.java.ddata.table.DDataCellField.FocusGrabber
 
DDataCellField.ddataFieldFocusListener - class pt.despodata.java.ddata.table.DDataCellField.ddataFieldFocusListener.
 
DDataCellField.ddataFieldFocusListener() - Constructor for class pt.despodata.java.ddata.table.DDataCellField.ddataFieldFocusListener
 
DDataCellRenderer - class pt.despodata.java.ddata.table.DDataCellRenderer.
Title: Description: s Copyright: Copyright (c) Company:
DDataCellRenderer() - Constructor for class pt.despodata.java.ddata.table.DDataCellRenderer
 
DDataCellRenderer(DDataDelegate) - Constructor for class pt.despodata.java.ddata.table.DDataCellRenderer
 
DDataCellTest - class pt.despodata.java.ddata.tests.DDataCellTest.
DDataCellTest.java Created: Fri Sep 28 11:02:08 2001
DDataCellTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataCellTest
 
DDataCellTextField - class pt.despodata.java.ddata.table.DDataCellTextField.
 
DDataCellTextField() - Constructor for class pt.despodata.java.ddata.table.DDataCellTextField
Construtor
DDataCellTextField.DDataFieldDocumentListener - class pt.despodata.java.ddata.table.DDataCellTextField.DDataFieldDocumentListener.
Classe utilizada quando o valor do campo é alterado
DDataCellTextField.DDataFieldDocumentListener() - Constructor for class pt.despodata.java.ddata.table.DDataCellTextField.DDataFieldDocumentListener
 
DDataCellTextField.FocusGrabber - class pt.despodata.java.ddata.table.DDataCellTextField.FocusGrabber.
Class para gerir o ficus de uma componente
DDataCellTextField.FocusGrabber(JComponent) - Constructor for class pt.despodata.java.ddata.table.DDataCellTextField.FocusGrabber
 
DDataCellTextField.ddataFieldFocusListener - class pt.despodata.java.ddata.table.DDataCellTextField.ddataFieldFocusListener.
 
DDataCellTextField.ddataFieldFocusListener() - Constructor for class pt.despodata.java.ddata.table.DDataCellTextField.ddataFieldFocusListener
 
DDataCheckBox - class pt.despodata.java.ddata.DDataCheckBox.
Title: DData Description: Check Box
DDataCheckBox() - Constructor for class pt.despodata.java.ddata.DDataCheckBox
 
DDataCheckBoxBeanInfo - class pt.despodata.java.ddata.DDataCheckBoxBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataCheckBoxBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataCheckBoxBeanInfo
 
DDataCheckBoxDelegate - class pt.despodata.java.ddata.table.DDataCheckBoxDelegate.
 
DDataCheckBoxDelegate() - Constructor for class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
DDataCheckBoxDelegate(CellProperties) - Constructor for class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
DDataCheckBoxTest - class pt.despodata.java.ddata.tests.DDataCheckBoxTest.
DDataCheckBoxTest.java Company MoreData
DDataCheckBoxTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataCheckBoxTest
 
DDataCheckboxEditor - class pt.despodata.java.ddata.table.DDataCheckboxEditor.
Deprecated. Substituído pela classe CellProperties
DDataCheckboxEditor() - Constructor for class pt.despodata.java.ddata.table.DDataCheckboxEditor
Deprecated.  
DDataCheckboxEditor(boolean) - Constructor for class pt.despodata.java.ddata.table.DDataCheckboxEditor
Deprecated.  
DDataCheckboxEditor(String) - Constructor for class pt.despodata.java.ddata.table.DDataCheckboxEditor
Deprecated.  
DDataCheckboxEditor(String, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataCheckboxEditor
Deprecated.  
DDataCheckboxRenderer - class pt.despodata.java.ddata.table.DDataCheckboxRenderer.
Deprecated. Substituído pela classe CellProperties
DDataCheckboxRenderer() - Constructor for class pt.despodata.java.ddata.table.DDataCheckboxRenderer
Deprecated.  
DDataCheckboxRenderer(boolean) - Constructor for class pt.despodata.java.ddata.table.DDataCheckboxRenderer
Deprecated.  
DDataCheckboxRenderer(String) - Constructor for class pt.despodata.java.ddata.table.DDataCheckboxRenderer
Deprecated.  
DDataCheckboxRenderer(String, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataCheckboxRenderer
Deprecated.  
DDataColumnGroup - class pt.despodata.java.ddata.table.DDataColumnGroup.
 
DDataColumnGroup(String) - Constructor for class pt.despodata.java.ddata.table.DDataColumnGroup
 
DDataColumnGroup(TableCellRenderer, String) - Constructor for class pt.despodata.java.ddata.table.DDataColumnGroup
 
DDataColumnNameEditor - class pt.despodata.java.ddata.table.DDataColumnNameEditor.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
DDataColumnNameEditor() - Constructor for class pt.despodata.java.ddata.table.DDataColumnNameEditor
 
DDataColumnNamePanel - class pt.despodata.java.ddata.table.DDataColumnNamePanel.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
DDataColumnNamePanel(DDataColumnNameEditor) - Constructor for class pt.despodata.java.ddata.table.DDataColumnNamePanel
 
DDataColumnPropertiesPanel - class pt.despodata.java.ddata.DDataColumnPropertiesPanel.
Title: Description: Panel to edit Columns Properties Copyright: Copyright (c) Company: Despodata
DDataColumnPropertiesPanel(DDataTableCellPropertiesEditor) - Constructor for class pt.despodata.java.ddata.DDataColumnPropertiesPanel
 
DDataColumnWidthEditor - class pt.despodata.java.ddata.table.DDataColumnWidthEditor.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
DDataColumnWidthEditor() - Constructor for class pt.despodata.java.ddata.table.DDataColumnWidthEditor
 
DDataColumnWidthPanel - class pt.despodata.java.ddata.table.DDataColumnWidthPanel.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
DDataColumnWidthPanel(DDataColumnWidthEditor) - Constructor for class pt.despodata.java.ddata.table.DDataColumnWidthPanel
 
DDataComboBox - class pt.despodata.java.ddata.DDataComboBox.
Combo-Box bounded a uma tabela da base de dados Genéricamen6nem o funcionamento de uma LOV, so que os dados são apresentadados na globalidade Aceita tabelas da conexão envioaada como parametro ou leitura de um ficheiro XML cujo nome e estrutura deve ser igual a BD
DDataComboBox() - Constructor for class pt.despodata.java.ddata.DDataComboBox
Construtora vazia usada nos IDE(s)
DDataComboBoxBeanInfo - class pt.despodata.java.ddata.DDataComboBoxBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataComboBoxBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataComboBoxBeanInfo
 
DDataComboBoxCustomizer - class pt.despodata.java.ddata.DDataComboBoxCustomizer.
Customizador visual para a DDataComboBox Serve como teste para a criacao de um customizer para a JTable Copyright Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataComboBoxCustomizer() - Constructor for class pt.despodata.java.ddata.DDataComboBoxCustomizer
 
DDataComboBoxCustomizer.CodItemListener - class pt.despodata.java.ddata.DDataComboBoxCustomizer.CodItemListener.
 
DDataComboBoxCustomizer.CodItemListener() - Constructor for class pt.despodata.java.ddata.DDataComboBoxCustomizer.CodItemListener
 
DDataComboBoxCustomizer.DescItemListener - class pt.despodata.java.ddata.DDataComboBoxCustomizer.DescItemListener.
 
DDataComboBoxCustomizer.DescItemListener() - Constructor for class pt.despodata.java.ddata.DDataComboBoxCustomizer.DescItemListener
 
DDataComboBoxCustomizer.TableItemListener - class pt.despodata.java.ddata.DDataComboBoxCustomizer.TableItemListener.
 
DDataComboBoxCustomizer.TableItemListener() - Constructor for class pt.despodata.java.ddata.DDataComboBoxCustomizer.TableItemListener
 
DDataComboBoxDelegate - class pt.despodata.java.ddata.table.DDataComboBoxDelegate.
 
DDataComboBoxDelegate() - Constructor for class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
DDataComboBoxDelegate(CellProperties) - Constructor for class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
DDataComboBoxTest - class pt.despodata.java.ddata.tests.DDataComboBoxTest.
DDataComboBoxTest.java Company MoreData
DDataComboBoxTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataComboBoxTest
 
DDataComponentTypeEditor - class pt.despodata.java.ddata.DDataComponentTypeEditor.
Title: DData Description: Editor da propriedade de tipo de componente usada por um DData Field Copyright: Copyright (c) Sérgio Ferreira Company: Despodata
DDataComponentTypeEditor() - Constructor for class pt.despodata.java.ddata.DDataComponentTypeEditor
 
DDataConfig - class pt.despodata.java.ddata.DDataConfig.
Description : Obtem dados gerais sobre configuracao de aplicacao
DDataConfig() - Constructor for class pt.despodata.java.ddata.DDataConfig
 
DDataConfigTest - class pt.despodata.java.ddata.tests.DDataConfigTest.
DDataConfigTest.java Company MoreData
DDataConfigTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataConfigTest
 
DDataConnectDb - class pt.despodata.java.ddata.DDataConnectDb.
Title: Description: Conexao persistente a base de dados.
DDataConnectDb() - Constructor for class pt.despodata.java.ddata.DDataConnectDb
 
DDataConnectDbTest - class pt.despodata.java.ddata.tests.DDataConnectDbTest.
DDataConnectDbTest.java Company MoreData
DDataConnectDbTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataConnectDbTest
 
DDataConnectForm - class pt.despodata.java.ddata.DDataConnectForm.
Title: Description: Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataConnection - class pt.despodata.java.ddata.DDataConnection.
Copyright Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataConnection(Connection) - Constructor for class pt.despodata.java.ddata.DDataConnection
 
DDataConnection(String) - Constructor for class pt.despodata.java.ddata.DDataConnection
 
DDataConnection(String, String) - Constructor for class pt.despodata.java.ddata.DDataConnection
 
DDataConnection(String, String, String) - Constructor for class pt.despodata.java.ddata.DDataConnection
 
DDataControl - class pt.despodata.java.ddata.DDataControl.
Deprecated. Esta classe foi substituida pela classe DataAccessObject
DDataControl() - Constructor for class pt.despodata.java.ddata.DDataControl
Deprecated. Esta classe foi substituida pela classe DataAccessObject
DDataControl(String, ArrayList, ArrayList) - Constructor for class pt.despodata.java.ddata.DDataControl
Deprecated. Esta classe foi substituida pela classe DataAccessObject
DDataControlAdapter - class pt.despodata.java.ddata.event.DDataControlAdapter.
Title: Description: Event listener para as accoes extra executadas sobre um DDataControl Classe abstracta para adaptador de recepcao dos eventos do DataControl.
DDataControlAdapter() - Constructor for class pt.despodata.java.ddata.event.DDataControlAdapter
 
DDataControlEvent - class pt.despodata.java.ddata.event.DDataControlEvent.
Title: Description: Descrição de um evento ocorrido num DataControl
DDataControlEvent(DataAccessObject) - Constructor for class pt.despodata.java.ddata.event.DDataControlEvent
Deprecated.  
DDataControlEvent(DataAccessObject, int, int, ArrayList, Object) - Constructor for class pt.despodata.java.ddata.event.DDataControlEvent
Constroi uma instancia da classe DataAccessObjectEvent.
DDataControlEvent(DAOEvent) - Constructor for class pt.despodata.java.ddata.event.DDataControlEvent
Constroi uma instancia da classe DataAccessObjectEvent.
DDataControlEvent - class pt.moredata.dao.event.DDataControlEvent.
Title: Description: Descrição de um evento ocorrido num DataControl
DDataControlEvent(DataAccessObject, int, int, ArrayList, Object) - Constructor for class pt.moredata.dao.event.DDataControlEvent
 
DDataControlExpExcel - class pt.despodata.java.ddata.DDataControlExpExcel.
Title: Exportador para Excel de um DDataControl Description: Copyright: Copyright (c) 2001 Company: Despodata
DDataControlExpExcel() - Constructor for class pt.despodata.java.ddata.DDataControlExpExcel
Construtor do DDataControl Excel Export
DDataControlExpExcel(DDataControl) - Constructor for class pt.despodata.java.ddata.DDataControlExpExcel
Construtor do DDataControl Excel Export que recebe um DDataControl
DDataControlFactory - class pt.despodata.java.ddata.DDataControlFactory.
Title: Description: Copyright: Copyright (c) 2001 Company:
DDataControlFactory() - Constructor for class pt.despodata.java.ddata.DDataControlFactory
 
DDataControlFilterListener - interface pt.despodata.java.ddata.DDataControlFilterListener.
Autor : Sergio Ferreira Description : Interface para comunicacao entre a combo Box e o cliente que esta a pedir para carregar os dados
DDataControlListener - interface pt.despodata.java.ddata.event.DDataControlListener.
Title: Description: Event listener para as accoes extra executadas sobre um DDataControl
DDataControlListener - interface pt.moredata.dao.event.DDataControlListener.
Title: Description: Event listener para as accoes extra executadas sobre um DataAccessObject
DDataControlPool - class pt.despodata.java.ddata.DDataControlPool.

Pool de data control(s)
Serve sobretudo para que a informação de tabelas oriundas de um data source não sejam lidas mais do que uma vez.
DDataControlPool() - Constructor for class pt.despodata.java.ddata.DDataControlPool
 
DDataControlPoolTest - class pt.despodata.java.ddata.tests.DDataControlPoolTest.
DDataControlPoolTest.java Created: Thu Oct 25 10:09:02 2001
DDataControlPoolTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
DDataControlReport - class pt.despodata.java.ddata.DDataControlReport.
Title:
Description: A classe DDataControlReport é responsável pela construção de reports (de forma automática) a partir de Data Controls.
DDataControlReport() - Constructor for class pt.despodata.java.ddata.DDataControlReport
Constructora vazia
DDataControlReport(DDataControl) - Constructor for class pt.despodata.java.ddata.DDataControlReport
Constructora que recebe como parametro um DataControl
DDataControlTest - class pt.despodata.java.ddata.tests.DDataControlTest.
DDataControlTest.java Created: Wed Oct 24 11:35:40 2001
DDataControlTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataControlTest
 
DDataDDataComboEditor - class pt.despodata.java.ddata.table.DDataDDataComboEditor.
Deprecated. Substituído pela classe CellProperties
DDataDDataComboEditor() - Constructor for class pt.despodata.java.ddata.table.DDataDDataComboEditor
Deprecated.  
DDataDDataComboEditor(Connection, String, String, String) - Constructor for class pt.despodata.java.ddata.table.DDataDDataComboEditor
Deprecated.  
DDataDDataComboEditor(Connection, String, String, String, String) - Constructor for class pt.despodata.java.ddata.table.DDataDDataComboEditor
Deprecated.  
DDataDDataComboRenderer - class pt.despodata.java.ddata.table.DDataDDataComboRenderer.
Deprecated. Substituído pela classe CellProperties
DDataDDataComboRenderer() - Constructor for class pt.despodata.java.ddata.table.DDataDDataComboRenderer
Deprecated.  
DDataDDataComboRenderer(Connection, String, String, String) - Constructor for class pt.despodata.java.ddata.table.DDataDDataComboRenderer
Deprecated.  
DDataDDataComboRenderer(Connection, String, String, String, String) - Constructor for class pt.despodata.java.ddata.table.DDataDDataComboRenderer
Deprecated.  
DDataDataComponent - class pt.despodata.java.ddata.table.DDataDataComponent.
 
DDataDataComponent() - Constructor for class pt.despodata.java.ddata.table.DDataDataComponent
 
DDataDataDelegate - class pt.despodata.java.ddata.table.DDataDataDelegate.
 
DDataDataDelegate() - Constructor for class pt.despodata.java.ddata.table.DDataDataDelegate
 
DDataDateChooser - class pt.despodata.java.ddata.DDataDateChooser.
Title: DData Description: Beans para criação de forms
DDataDateChooser - Bean que implementa uma janela para escolha num calendario
Original da lamasoft
Numa primeira fase implementa os tipo de dados do Informix JDateChooser is a simple Date choosing component with similar functionality to JFileChooser and JColorChooser.
DDataDateChooser() - Constructor for class pt.despodata.java.ddata.DDataDateChooser
This constructor creates a new instance of DDataDateChooser initialized to the current date.
DDataDayButton - class pt.despodata.java.ddata.DDataDayButton.
 
DDataDayButton(int) - Constructor for class pt.despodata.java.ddata.DDataDayButton
 
DDataDaySelectionListener - interface pt.despodata.java.ddata.DDataDaySelectionListener.
 
DDataDbTable - class pt.despodata.java.ddata.DDataDbTable.
Identificação de uma tabela da base de dados.
DDataDbTable(DDataSource, String) - Constructor for class pt.despodata.java.ddata.DDataDbTable
Constroi uma identificacao da tabela da base de dados.
DDataDbTableTest - class pt.despodata.java.ddata.tests.DDataDbTableTest.
DDataDbTableTest.java Created: Thu Oct 25 11:11:45 2001
DDataDbTableTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataDbTableTest
 
DDataDebug - class pt.despodata.java.ddata.DDataDebug.
Title: DData Description: Método usado para iniciar ou cancelar o debug para a o STDIO
DDataDebug() - Constructor for class pt.despodata.java.ddata.DDataDebug
 
DDataDefaultRendererTable - class pt.despodata.java.ddata.table.DDataDefaultRendererTable.
 
DDataDefaultRendererTable() - Constructor for class pt.despodata.java.ddata.table.DDataDefaultRendererTable
 
DDataDelegate - class pt.despodata.java.ddata.table.DDataDelegate.
 
DDataDelegate() - Constructor for class pt.despodata.java.ddata.table.DDataDelegate
 
DDataDelegate(JComponent, JComponent) - Constructor for class pt.despodata.java.ddata.table.DDataDelegate
 
DDataEachRowEditor - class pt.despodata.java.ddata.table.DDataEachRowEditor.
Deprecated. Deixou de fazer sentido e não faz absolutamente nada
DDataEachRowEditor(DDataTable) - Constructor for class pt.despodata.java.ddata.table.DDataEachRowEditor
Deprecated.  
DDataEachRowRenderer - class pt.despodata.java.ddata.table.DDataEachRowRenderer.
Deprecated. Esta classe deixou de fazer qualquer sentido
DDataEachRowRenderer(DDataTable) - Constructor for class pt.despodata.java.ddata.table.DDataEachRowRenderer
Deprecated.  
DDataEditorDocument - class pt.despodata.java.ddata.DDataEditorDocument.
Documento para gerir o input do editor de texto (DDataEditorPane) Author : Sergio Ferreira
DDataEditorDocument() - Constructor for class pt.despodata.java.ddata.DDataEditorDocument
 
DDataEditorPane - class pt.despodata.java.ddata.DDataEditorPane.
Title: Description: Editor pane que implementa a possibilidade de scroll De futuro tambem permitira uma toolbar com botoes de formatacao ???
DDataEditorPane() - Constructor for class pt.despodata.java.ddata.DDataEditorPane
 
DDataEditorPaneBeanInfo - class pt.despodata.java.ddata.DDataEditorPaneBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Informacao sobre o bean de edicao de texto Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataEditorPaneBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataEditorPaneBeanInfo
 
DDataEntry - class pt.despodata.java.ddata.DDataEntry.
Title: Biblioteca de classes para aplicações com BD Description: Classe de alto nivel que implementa a funcionalidade de entradas de dados sobre tabelas.
DDataEntry() - Constructor for class pt.despodata.java.ddata.DDataEntry
 
DDataEntryField - class pt.despodata.java.ddata.DDataEntryField.
Title: Biblioteca de classes para aplicações com BD Description: Description of each field used in the DDataEntry Descreve toda a informação necessária para um campo usado num DDataEntry.
DDataEntryField() - Constructor for class pt.despodata.java.ddata.DDataEntryField
 
DDataErrorHandler - class pt.despodata.java.ddata.DDataErrorHandler.
Title: Description: Classe para gerir as excepções num programa de Swing Apresenta uma mensagem conveniente aos utilizadores
???
DDataErrorHandler(Exception, DDataSendSimpleMail) - Constructor for class pt.despodata.java.ddata.DDataErrorHandler
 
DDataErrorHandler(Exception) - Constructor for class pt.despodata.java.ddata.DDataErrorHandler
 
DDataErrorHandler(DBException, int) - Constructor for class pt.despodata.java.ddata.DDataErrorHandler
Gestão dos erros de SQL devolvidos pelo baixo nivel
Preocupa-se com o contexto de ambiente usado para mostrar a mesnagem ao utilizador.
DDataErrorHandler(Exception, Connection) - Constructor for class pt.despodata.java.ddata.DDataErrorHandler
 
DDataErrorHandler(Exception, boolean) - Constructor for class pt.despodata.java.ddata.DDataErrorHandler
 
DDataErrorPrintStream - class pt.despodata.java.ddata.DDataErrorPrintStream.
Title: Description: Redirecionar o systeme error para esta clase e apanhar excepcoes que nao sao apanhadas.
DDataErrorPrintStream(String, String) - Constructor for class pt.despodata.java.ddata.DDataErrorPrintStream
 
DDataErrorPrintStream(String, String, String) - Constructor for class pt.despodata.java.ddata.DDataErrorPrintStream
 
DDataErrorPrintStream() - Constructor for class pt.despodata.java.ddata.DDataErrorPrintStream
 
DDataExcelExport - class pt.despodata.java.ddata.DDataExcelExport.
Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataExcelExport() - Constructor for class pt.despodata.java.ddata.DDataExcelExport
 
DDataExcelExportAs - class pt.despodata.java.ddata.DDataExcelExportAs.
Title: Exportador de dados para Excel para um ficheiro à Escolha do Utilizador Description: Copyright: Copyright (c) 2000 Company: Despodata
DDataExcelExportAs() - Constructor for class pt.despodata.java.ddata.DDataExcelExportAs
Construtor deste Método que inicializa os valores máximos da tabela
DDataExcelExportData - class pt.despodata.java.ddata.DDataExcelExportData.
Title: Dados do Exportador de dados para Excel Description: Copyright: Copyright (c) 2000 Company: Despodata
DDataExcelExportData(int, int, Object) - Constructor for class pt.despodata.java.ddata.DDataExcelExportData
Construtor deste componente que insere automáticamente o valor da célula
DDataExcelExportData(int, int) - Constructor for class pt.despodata.java.ddata.DDataExcelExportData
Construtor deste componente que insere automáticamente o valor da célula a nulo
DDataException - exception pt.despodata.java.ddata.DDataException.
Title: DData Description: Classe usada para as excepcões do package DData
DDataException(String) - Constructor for class pt.despodata.java.ddata.DDataException
 
DDataException(String, String, int) - Constructor for class pt.despodata.java.ddata.DDataException
Excepção com afectação de tipo para tratamento adequado
DDataField - class pt.despodata.java.ddata.DDataField.
Title: DData Description:
Campo visual "universal" para edição/visualização de conteudo de colunas da base de dados em Swing.
DDataField() - Constructor for class pt.despodata.java.ddata.DDataField
 
DDataFieldBeanInfo - class pt.despodata.java.ddata.DDataFieldBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataFieldBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataFieldBeanInfo
 
DDataFieldDelegate - class pt.despodata.java.ddata.table.DDataFieldDelegate.
 
DDataFieldDelegate() - Constructor for class pt.despodata.java.ddata.table.DDataFieldDelegate
 
DDataFieldDelegate(CellProperties) - Constructor for class pt.despodata.java.ddata.table.DDataFieldDelegate
 
DDataFieldDocument - class pt.despodata.java.ddata.DDataFieldDocument.
Document for Swing input of database type specific text fields such as: Integer ; Smallint ; BigInt ; Decimal ; Double ; Float ; Date ; TinyInt ; Numeric ; Real ; Char ; VarChar ; LongVarChar ; Time ; TimeStamp ; Null ;
DDataFieldDocument() - Constructor for class pt.despodata.java.ddata.DDataFieldDocument
By default the data type is Char
DDataFieldDocument(int) - Constructor for class pt.despodata.java.ddata.DDataFieldDocument
 
DDataFieldDocumentTest - class pt.despodata.java.ddata.tests.DDataFieldDocumentTest.
DDataFieldDocumentTest.java Company MoreData
DDataFieldDocumentTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
 
DDataFieldEvent - class pt.despodata.java.ddata.event.DDataFieldEvent.
Title: Description: Copyright: Copyright (c) Despodata Company: Despodata
DDataFieldEvent(Component) - Constructor for class pt.despodata.java.ddata.event.DDataFieldEvent
 
DDataFieldEvent(Component, Object, Object, boolean) - Constructor for class pt.despodata.java.ddata.event.DDataFieldEvent
 
DDataFieldInfo - class pt.despodata.java.ddata.DDataFieldInfo.
Deprecated. Esta classe foi substituida pela classe DataFieldInfo
DDataFieldInfo() - Constructor for class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Esta classe foi substituida pela classe DataFieldIfno
DDataFieldInfo(DataFieldInfo) - Constructor for class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Esta classe foi substituida pela classe DataFieldIfno
DDataFieldInfoTest - class pt.despodata.java.ddata.tests.DDataFieldInfoTest.
DDataFieldInfoTest.java Created: Wed Oct 10 12:10:14 2001
DDataFieldInfoTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
DDataFieldListener - interface pt.despodata.java.ddata.event.DDataFieldListener.
Title: Description: Event listener para as accoes extra executadas sobre um DDataField Copyright: Copyright (c) Despodata Company: Despodata
DDataFieldTest - class pt.despodata.java.ddata.tests.DDataFieldTest.
DDataFieldTest.java Company MoreData
DDataFieldTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataFieldTest
 
DDataFileChooser - class pt.despodata.java.ddata.DDataFileChooser.
 
DDataFileChooser(Hashtable) - Constructor for class pt.despodata.java.ddata.DDataFileChooser
 
DDataFileChooser() - Constructor for class pt.despodata.java.ddata.DDataFileChooser
 
DDataFileFilter - class pt.despodata.java.ddata.DDataFileFilter.
Filtro para ficheiros que se podem abrir
DDataFileFilter() - Constructor for class pt.despodata.java.ddata.DDataFileFilter
Cria um novo filtro.
DDataFileFilter(String) - Constructor for class pt.despodata.java.ddata.DDataFileFilter
Creates a file filter that accepts files with the given extension.
DDataFileFilter(String, String) - Constructor for class pt.despodata.java.ddata.DDataFileFilter
Creates a file filter that accepts the given file type.
DDataFileFilter(String[]) - Constructor for class pt.despodata.java.ddata.DDataFileFilter
Creates a file filter from the given string array.
DDataFileFilter(String[], String) - Constructor for class pt.despodata.java.ddata.DDataFileFilter
Creates a file filter from the given string array and description.
DDataFrame - class pt.despodata.java.ddata.DDataFrame.
Special text field to handle input of database types such as date(s) and integer(s) and others.
DDataFrame() - Constructor for class pt.despodata.java.ddata.DDataFrame
 
DDataFrameBeanInfo - class pt.despodata.java.ddata.DDataFrameBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataFrameBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataFrameBeanInfo
 
DDataGroupableTableHeader - class pt.despodata.java.ddata.table.DDataGroupableTableHeader.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
DDataGroupableTableHeader(TableColumnModel) - Constructor for class pt.despodata.java.ddata.table.DDataGroupableTableHeader
 
DDataGroupableTableHeaderUI - class pt.despodata.java.ddata.plaf.basic.DDataGroupableTableHeaderUI.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
DDataGroupableTableHeaderUI() - Constructor for class pt.despodata.java.ddata.plaf.basic.DDataGroupableTableHeaderUI
 
DDataIconDelegate - class pt.despodata.java.ddata.table.DDataIconDelegate.
 
DDataIconDelegate() - Constructor for class pt.despodata.java.ddata.table.DDataIconDelegate
 
DDataIconDelegate(CellProperties) - Constructor for class pt.despodata.java.ddata.table.DDataIconDelegate
 
DDataImageField - class pt.despodata.java.ddata.DDataImageField.
Componente visual para visualizar uma imagem, disponibilizando uma forma de fazer a actualização da informação.
DDataImageField() - Constructor for class pt.despodata.java.ddata.DDataImageField
 
DDataIndex - class pt.despodata.java.ddata.DDataIndex.
Title: DDataIndex Description: Representacao de um index de uma tabela da base de dados.
DDataIndex(String, boolean) - Constructor for class pt.despodata.java.ddata.DDataIndex
Constroi um index de uma tabela.
DDataIndexTest - class pt.despodata.java.ddata.tests.DDataIndexTest.
DDataIndexTest.java Created: Wed Nov 07 11:24:06 2001
DDataIndexTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataIndexTest
 
DDataLabel - class pt.despodata.java.ddata.DDataLabel.
Title: DData Description: Beans para criação de forms Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataLabel() - Constructor for class pt.despodata.java.ddata.DDataLabel
 
DDataLabelBeanInfo - class pt.despodata.java.ddata.DDataLabelBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataLabelBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataLabelBeanInfo
 
DDataListBox - class pt.despodata.java.ddata.DDataListBox.
 
DDataListBox() - Constructor for class pt.despodata.java.ddata.DDataListBox
 
DDataListBox(ListModel) - Constructor for class pt.despodata.java.ddata.DDataListBox
 
DDataListBox(Object[]) - Constructor for class pt.despodata.java.ddata.DDataListBox
 
DDataListBox(Vector) - Constructor for class pt.despodata.java.ddata.DDataListBox
 
DDataLookup - class pt.despodata.java.ddata.DDataLookup.
Title: DData Description: Descodifica um codigo de uma tabela para uma determinada descricao.
DDataLookup() - Constructor for class pt.despodata.java.ddata.DDataLookup
 
DDataLov - class pt.despodata.java.ddata.DDataLov.
Lov para escolha por lista de valores.
DDataLov() - Constructor for class pt.despodata.java.ddata.DDataLov
 
DDataLovEvent - class pt.despodata.java.ddata.event.DDataLovEvent.
Title: Description: Eventos que acontecem numa LOV Copyright: Copyright (c) Despodata Company: Despodata
DDataLovEvent(Component) - Constructor for class pt.despodata.java.ddata.event.DDataLovEvent
 
DDataLovEvent(Component, ArrayList) - Constructor for class pt.despodata.java.ddata.event.DDataLovEvent
 
DDataLovListener - interface pt.despodata.java.ddata.event.DDataLovListener.
Title: Description: Event listener para as accoes extra executadas sobre uma LOV (List Of Values) Copyright: Copyright (c) Despodata Company: Despodata
DDataMetaData - class pt.despodata.java.ddata.DDataMetaData.
Title: Extensoes da Despodata que obtem meta data sobre uma base de dados informix e as extensões ao dicionário de dados da Despodata
A informação especifica da Despodata está armazenada em systablesext syscolumnsext( e por vezes d_modulos, d_mod_tab )
Prevê-se a implementação de obtenção da metaData do Erwin.
DDataMetaData() - Constructor for class pt.despodata.java.ddata.DDataMetaData
 
DDataMetaDataTest - class pt.despodata.java.ddata.tests.DDataMetaDataTest.
 
DDataMetaDataTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataMetaDataTest
 
DDataMetaField - class pt.despodata.java.ddata.DDataMetaField.
DDataMetaField.java
Definição sobre uma coluna usada num data control / record set
É provavel que esta classe possa ser agragada com DDataFieldInfo em DDataColumnInfo Created: Thu Oct 4 15:30:57 2001
DDataMetaField(String, String) - Constructor for class pt.despodata.java.ddata.DDataMetaField
Deprecated. Esta classe foi substituida pela classe DataMetafield
DDataMetaField(String) - Constructor for class pt.despodata.java.ddata.DDataMetaField
Deprecated. Esta classe foi substituida pela classe DataMetafield
DDataMetaField(DataMetaField) - Constructor for class pt.despodata.java.ddata.DDataMetaField
Deprecated. Esta classe foi substituida pela classe DataMetafield
DDataMetaFieldTest - class pt.despodata.java.ddata.tests.DDataMetaFieldTest.
DDataMetaFieldTest.java Created: Wed Oct 31 11:54:25 2001
DDataMetaFieldTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
DDataMultipartRequest - class pt.despodata.java.ddata.DDataMultipartRequest.
DDataMultipartRequest.java Esta classe e uma modificação da classe MultipartRequest, esta classe permite fazer o upload de ficheiros, sem os gravar para o disco.
DDataMultipartRequest(HttpServletRequest, String) - Constructor for class pt.despodata.java.ddata.DDataMultipartRequest
Constructs a new MultipartRequest to handle the specified request, saving any uploaded files to the given directory, and limiting the upload size to 1 Megabyte.
DDataMultipartRequest(HttpServletRequest) - Constructor for class pt.despodata.java.ddata.DDataMultipartRequest
 
DDataMultipartRequest(HttpServletRequest, String, int) - Constructor for class pt.despodata.java.ddata.DDataMultipartRequest
Constructs a new MultipartRequest to handle the specified request, saving any uploaded files to the given directory, and limiting the upload size to the specified length.
DDataMultipartRequest(ServletRequest, String) - Constructor for class pt.despodata.java.ddata.DDataMultipartRequest
Constructor with an old signature, kept for backward compatibility.
DDataMultipartRequest(ServletRequest, String, int) - Constructor for class pt.despodata.java.ddata.DDataMultipartRequest
Constructor with an old signature, kept for backward compatibility.
DDataNotFoundException - exception pt.despodata.java.ddata.DDataNotFoundException.
Title: DData Description: Excepção not found para acessos por chave primária
DDataNotFoundException(String) - Constructor for class pt.despodata.java.ddata.DDataNotFoundException
 
DDataObjectArrayEditor - class pt.despodata.java.ddata.DDataObjectArrayEditor.
DDataObjectArrayEditor.java Esta classe implementa a interface PropertyEditor e permite editar beans do tipo Object[] com se trata-se de uma lista de strings separadas por virgulas.
DDataObjectArrayEditor() - Constructor for class pt.despodata.java.ddata.DDataObjectArrayEditor
 
DDataPanel - class pt.despodata.java.ddata.DDataPanel.
Painel usado como base para todos os forms Tem uma variavel que corresponde ao estado da informação da form para controlar se deve ou não d ser efectuado um update
DDataPanel() - Constructor for class pt.despodata.java.ddata.DDataPanel
 
DDataPanelBeanInfo - class pt.despodata.java.ddata.DDataPanelBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataPanelBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataPanelBeanInfo
 
DDataProgressBar - class pt.despodata.java.ddata.DDataProgressBar.
 
DDataProgressBar() - Constructor for class pt.despodata.java.ddata.DDataProgressBar
 
DDataProgressBarTest - class pt.despodata.java.ddata.tests.DDataProgressBarTest.
DDataProgressBarTest.java Company MoreData
DDataProgressBarTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataProgressBarTest
 
DDataRadioButton - class pt.despodata.java.ddata.DDataRadioButton.
Title: DData Description: Beans para criação de forms Check Box Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataRadioButton() - Constructor for class pt.despodata.java.ddata.DDataRadioButton
Construtora
DDataRadioButtonBeanInfo - class pt.despodata.java.ddata.DDataRadioButtonBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataRadioButtonBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataRadioButtonBeanInfo
 
DDataRadioButtonEditor - class pt.despodata.java.ddata.table.DDataRadioButtonEditor.
 
DDataRadioButtonEditor() - Constructor for class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
DDataRadioButtonEditor(Vector) - Constructor for class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
DDataRadioButtonRenderer - class pt.despodata.java.ddata.table.DDataRadioButtonRenderer.
Title: Description: Copyright: Copyright (c) Company:
DDataRadioButtonRenderer() - Constructor for class pt.despodata.java.ddata.table.DDataRadioButtonRenderer
Deprecated.  
DDataRadioButtonRenderer(Vector) - Constructor for class pt.despodata.java.ddata.table.DDataRadioButtonRenderer
Deprecated.  
DDataRecordSet - class pt.despodata.java.ddata.DDataRecordSet.
DDataRecordSet.java Record Set Management Description: Dados de uma tabela.
DDataRecordSet() - Constructor for class pt.despodata.java.ddata.DDataRecordSet
 
DDataRecordSetTest - class pt.despodata.java.ddata.tests.DDataRecordSetTest.
DDataRecordSetTest.java Created: Tue Oct 2 19:11:12 2001
DDataRecordSetTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
DDataRow - class pt.despodata.java.ddata.DDataRow.
Management of row storage (record) from a record set Includes flag and backup management Note that a row inserted in the dataSet could be not new in relation to the database.
DDataRow() - Constructor for class pt.despodata.java.ddata.DDataRow
Construtor que cria uma linha vazia
DDataRow(DataRow) - Constructor for class pt.despodata.java.ddata.DDataRow
Construtor que cria uma linha vazia
DDataRowTest - class pt.despodata.java.ddata.tests.DDataRowTest.
DDataRowTest.java Created: Fri Sep 28 11:02:08 2001
DDataRowTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataRowTest
 
DDataSendSimpleMail - class pt.despodata.java.ddata.DDataSendSimpleMail.
Title: Description: Copyright: Copyright (c) 2001 Company:
DDataSendSimpleMail() - Constructor for class pt.despodata.java.ddata.DDataSendSimpleMail
 
DDataSendSimpleMail(boolean) - Constructor for class pt.despodata.java.ddata.DDataSendSimpleMail
 
DDataSendSimpleMailTest - class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest.
DDataSendSimpleMailTest.java Company MoreData
DDataSendSimpleMailTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
 
DDataSortInfo - class pt.despodata.java.ddata.table.DDataSortInfo.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
DDataSortInfo(int, Object) - Constructor for class pt.despodata.java.ddata.table.DDataSortInfo
 
DDataSource - class pt.despodata.java.ddata.DDataSource.
=========================================================================== Definicao de uma fonte (origem) de dados para um data control.
DDataSource() - Constructor for class pt.despodata.java.ddata.DDataSource
Construtor vazio.
DDataSource(DataSource) - Constructor for class pt.despodata.java.ddata.DDataSource
Constroi um DDataSource a partir de um DataSource.
DDataSourcePool - class pt.despodata.java.connection.DDataSourcePool.
Pool onde serão guardadas as conexões à base de dados ou a outros data sources como por exemplo jar(s) com objectos serializados ou XML
O problema de usar a conection pooling do JDBC 2.0 é a agregação apenas por utilizador e não por uma qualquer classificação interna.
DDataSourcePool() - Constructor for class pt.despodata.java.connection.DDataSourcePool
 
DDataSourcePool - class pt.despodata.java.ddata.connection.DDataSourcePool.
Deprecated. Esta classe foi substituida por uma identica no package pt.moredata.connection
DDataSourcePool() - Constructor for class pt.despodata.java.ddata.connection.DDataSourcePool
Deprecated.  
DDataSourcePoolTest - class pt.despodata.java.connection.tests.DDataSourcePoolTest.
DDataSourcePoolTest.java Company MoreData
DDataSourcePoolTest(String) - Constructor for class pt.despodata.java.connection.tests.DDataSourcePoolTest
 
DDataSourceTest - class pt.despodata.java.ddata.tests.DDataSourceTest.
DDataSourceTest.java Created: Tue Nov 06 10:54:58 2001
DDataSourceTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataSourceTest
 
DDataStatusBar - class pt.despodata.java.ddata.DDataStatusBar.
 
DDataStatusBar() - Constructor for class pt.despodata.java.ddata.DDataStatusBar
Creates new form BeanForm
DDataStatusBarBeanInfo - class pt.despodata.java.ddata.DDataStatusBarBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataStatusBarBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataStatusBarBeanInfo
 
DDataStatusBarTest - class pt.despodata.java.ddata.tests.DDataStatusBarTest.
DDataStatusBarTest.java Company MoreData
DDataStatusBarTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataStatusBarTest
 
DDataSwingControl - class pt.despodata.java.ddata.DDataSwingControl.
Title: DSwingDataControl Description: Implementa toda a funcionalidade de uma entrada de dados com um interface qe usa a API Swing.
DDataSwingControl() - Constructor for class pt.despodata.java.ddata.DDataSwingControl
Cria um data swing control.
DDataSwingControlAdapter - class pt.despodata.java.ddata.event.DDataSwingControlAdapter.
Title: Description: Implementação do DDataSwingControlListener para facilitar a programação quando se quer usar apenas alguns eventos Copyright: Copyright (c) 2001 Company: Despodata
DDataSwingControlAdapter() - Constructor for class pt.despodata.java.ddata.event.DDataSwingControlAdapter
 
DDataSwingControlEvent - class pt.despodata.java.ddata.event.DDataSwingControlEvent.
Title: Description: Descrição de um evento ocorrido num DataControl
DDataSwingControlEvent(DDataSwingControl) - Constructor for class pt.despodata.java.ddata.event.DDataSwingControlEvent
 
DDataSwingControlListener - interface pt.despodata.java.ddata.event.DDataSwingControlListener.
Title: Description: Event listener para as accoes extra executadas sobre um DDataSwingControl
DDataTable - class pt.despodata.java.ddata.DDataTable.
Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DDataTable() - Constructor for class pt.despodata.java.ddata.DDataTable
Construtor da DDataTable
DDataTableAdapter - class pt.despodata.java.ddata.event.DDataTableAdapter.
Title: Description: Copyright: Copyright (c) Company:
DDataTableAdapter() - Constructor for class pt.despodata.java.ddata.event.DDataTableAdapter
 
DDataTableBeanInfo - class pt.despodata.java.ddata.DDataTableBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataTableBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataTableBeanInfo
 
DDataTableCellPropertiesEditor - class pt.despodata.java.ddata.DDataTableCellPropertiesEditor.
Title: Description: Copyright: Copyright (c) Company:
DDataTableCellPropertiesEditor() - Constructor for class pt.despodata.java.ddata.DDataTableCellPropertiesEditor
 
DDataTableCellPropertiesEditor(Object) - Constructor for class pt.despodata.java.ddata.DDataTableCellPropertiesEditor
 
DDataTableConfirmListener - interface pt.despodata.java.ddata.event.DDataTableConfirmListener.
Title: Description: Copyright: Copyright (c) 2001 Company: Despodata
DDataTableCustomizer - class pt.despodata.java.ddata.DDataTableCustomizer.
 
DDataTableCustomizer() - Constructor for class pt.despodata.java.ddata.DDataTableCustomizer
 
DDataTableEvent - class pt.despodata.java.ddata.event.DDataTableEvent.
Title: Description: Copyright: Copyright (c) Company: Despodata
DDataTableEvent(Object, int, int) - Constructor for class pt.despodata.java.ddata.event.DDataTableEvent
 
DDataTableEvent(Object, int, int, String) - Constructor for class pt.despodata.java.ddata.event.DDataTableEvent
 
DDataTableEvent(Object, int, int, boolean) - Constructor for class pt.despodata.java.ddata.event.DDataTableEvent
 
DDataTableEvent(Object, int, int, Object, Object) - Constructor for class pt.despodata.java.ddata.event.DDataTableEvent
 
DDataTableEvent(Object, int, int, Object, int) - Constructor for class pt.despodata.java.ddata.event.DDataTableEvent
 
DDataTableHeaderRenderer - class pt.despodata.java.ddata.DDataTableHeaderRenderer.
Title: Description: Copyright: Copyright (c) Company:
DDataTableHeaderRenderer() - Constructor for class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
DDataTableInfo - class pt.despodata.java.ddata.DDataTableInfo.
Deprecated. Esta classe foi substituida pela classe DataTableInfo
DDataTableInfo() - Constructor for class pt.despodata.java.ddata.DDataTableInfo
Deprecated. Esta classe foi substituida pela classe DataTableInfo
DDataTableInfo(Connection, String) - Constructor for class pt.despodata.java.ddata.DDataTableInfo
Deprecated. Esta classe foi substituida pela classe DataTableInfo
DDataTableInfo(DataTableInfo) - Constructor for class pt.despodata.java.ddata.DDataTableInfo
Deprecated. Esta classe foi substituida pela classe DataTableInfo
DDataTableInfoTest - class pt.despodata.java.ddata.tests.DDataTableInfoTest.
DDataTableInfoTest.java Created: Wed Oct 10 11:29:27 2001
DDataTableInfoTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
DDataTableListener - interface pt.despodata.java.ddata.event.DDataTableListener.
Title: Description: Copyright: Copyright (c) Company: Despodata
DDataTableModel - class pt.despodata.java.ddata.table.DDataTableModel.
 
DDataTableModel() - Constructor for class pt.despodata.java.ddata.table.DDataTableModel
 
DDataTableSortMethod - class pt.despodata.java.ddata.table.DDataTableSortMethod.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
DDataTableSortMethod() - Constructor for class pt.despodata.java.ddata.table.DDataTableSortMethod
 
DDataTableUI - class pt.despodata.java.ddata.table.DDataTableUI.
 
DDataTableUI() - Constructor for class pt.despodata.java.ddata.table.DDataTableUI
 
DDataTestSuite - class pt.despodata.java.ddata.tests.DDataTestSuite.
DDataTestSuite.java Created: Fri Sep 28 11:02:08 2001
DDataTestSuite(String) - Constructor for class pt.despodata.java.ddata.tests.DDataTestSuite
 
DDataTextAreaDelegate - class pt.despodata.java.ddata.table.DDataTextAreaDelegate.
 
DDataTextAreaDelegate() - Constructor for class pt.despodata.java.ddata.table.DDataTextAreaDelegate
 
DDataTextAreaDelegate(CellProperties) - Constructor for class pt.despodata.java.ddata.table.DDataTextAreaDelegate
 
DDataTextAreaEditor - class pt.despodata.java.ddata.table.DDataTextAreaEditor.
Deprecated. Substituído pela classe CellProperties
DDataTextAreaEditor() - Constructor for class pt.despodata.java.ddata.table.DDataTextAreaEditor
Deprecated.  
DDataTextAreaEditor(boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextAreaEditor
Deprecated.  
DDataTextAreaRenderer - class pt.despodata.java.ddata.table.DDataTextAreaRenderer.
Deprecated. Substituído pela classe CellProperties
DDataTextAreaRenderer() - Constructor for class pt.despodata.java.ddata.table.DDataTextAreaRenderer
Deprecated.  
DDataTextAreaRenderer(boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextAreaRenderer
Deprecated.  
DDataTextField - class pt.despodata.java.ddata.DDataTextField.
Title: DData Description: Beans para criação de forms
DDataField implementa um campo par arecolha de dados alfanumericos.
DDataTextField() - Constructor for class pt.despodata.java.ddata.DDataTextField
Construtor
DDataTextField.DDataFieldDocumentListener - class pt.despodata.java.ddata.DDataTextField.DDataFieldDocumentListener.
Classe utilizada quando o valor do campo é alterado
DDataTextField.DDataFieldDocumentListener() - Constructor for class pt.despodata.java.ddata.DDataTextField.DDataFieldDocumentListener
 
DDataTextField.FocusGrabber - class pt.despodata.java.ddata.DDataTextField.FocusGrabber.
Class para gerir o ficus de uma componente
DDataTextField.FocusGrabber(JComponent) - Constructor for class pt.despodata.java.ddata.DDataTextField.FocusGrabber
 
DDataTextField.Sendkey - class pt.despodata.java.ddata.DDataTextField.Sendkey.
Class para gerir o ficus de uma componente
DDataTextField.Sendkey(Component) - Constructor for class pt.despodata.java.ddata.DDataTextField.Sendkey
 
DDataTextField.ddataFieldFocusListener - class pt.despodata.java.ddata.DDataTextField.ddataFieldFocusListener.
 
DDataTextField.ddataFieldFocusListener() - Constructor for class pt.despodata.java.ddata.DDataTextField.ddataFieldFocusListener
 
DDataTextFieldDelegate - class pt.despodata.java.ddata.table.DDataTextFieldDelegate.
Title: DDataTextFieldDelegate Description: Define o comportamento que editor e renderer devem ter por default, podendo ser mudados Copyright: Copyright (c) Company:
DDataTextFieldDelegate() - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
DDataTextFieldDelegate(CellProperties) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
DDataTextFieldEditor - class pt.despodata.java.ddata.table.DDataTextFieldEditor.
Deprecated. Substituído pela classe CellProperties
DDataTextFieldEditor() - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldEditor
Deprecated.  
DDataTextFieldEditor(String, long, long, int, boolean, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldEditor
Deprecated.  
DDataTextFieldEditor(String, long, long, int, boolean, boolean, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldEditor
Deprecated.  
DDataTextFieldEditor(String, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldEditor
Deprecated.  
DDataTextFieldEditor(String, int, int, int, boolean, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldEditor
Deprecated.  
DDataTextFieldEditor(String, long, long, int, boolean, boolean, boolean, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldEditor
Deprecated.  
DDataTextFieldEditor(String, int, int, int, boolean, boolean, boolean, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldEditor
Deprecated.  
DDataTextFieldRenderer - class pt.despodata.java.ddata.table.DDataTextFieldRenderer.
 
DDataTextFieldRenderer() - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldRenderer
 
DDataTextFieldRenderer(String) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldRenderer
 
DDataTextFieldRenderer(String, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldRenderer
 
DDataTextFieldRenderer(String, boolean, boolean) - Constructor for class pt.despodata.java.ddata.table.DDataTextFieldRenderer
 
DDataToolBar - class pt.despodata.java.ddata.DDataToolBar.
// Classe que serve para gerir a toolbar visual de navegacao nos registos
DDataToolBar() - Constructor for class pt.despodata.java.ddata.DDataToolBar
Esta versao instancia todos os botoes
???
DDataToolBarBeanInfo - class pt.despodata.java.ddata.DDataToolBarBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
DDataToolBarBeanInfo() - Constructor for class pt.despodata.java.ddata.DDataToolBarBeanInfo
 
DDataToolBarBeanInfoTest - class pt.despodata.java.ddata.tests.DDataToolBarBeanInfoTest.
DDataToolBarBeanInfoTest.java Company MoreData
DDataToolBarBeanInfoTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataToolBarBeanInfoTest
 
DDataToolBarTest - class pt.despodata.java.ddata.tests.DDataToolBarTest.
DDataToolBarTest.java Company MoreData
DDataToolBarTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataToolBarTest
 
DDataType - class pt.despodata.java.ddata.DDataType.
Gestao dos tipos de dados da BD Poderia eventualmente ser uma extensao ao sql.Types.
DDataType(int) - Constructor for class pt.despodata.java.ddata.DDataType
Deprecated. Esta classe foi substituida pela classe DataType
DDataType(int, String) - Constructor for class pt.despodata.java.ddata.DDataType
Deprecated. Esta classe foi substituida pela classe DataType
DDataType() - Constructor for class pt.despodata.java.ddata.DDataType
Deprecated. Esta classe foi substituida pela classe DataType
DDataType(DataType) - Constructor for class pt.despodata.java.ddata.DDataType
Deprecated. Esta classe foi substituida pela classe DataType
DDataTypeEditor - class pt.despodata.java.ddata.DDataTypeEditor.
Title: DData Description: Editor da propriedade de tipos de dados Copyright: Copyright (c) Sérgio Ferreira Company: Despodata
DDataTypeEditor() - Constructor for class pt.despodata.java.ddata.DDataTypeEditor
 
DDataTypeEditorTest - class pt.despodata.java.ddata.tests.DDataTypeEditorTest.
DDataTypeEditorTest.java Company MoreData
DDataTypeEditorTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataTypeEditorTest
 
DDataTypeTest - class pt.despodata.java.ddata.tests.DDataTypeTest.
DDataTypeTest.java Created: Mon Oct 08 10:02:08 2001
DDataTypeTest(String) - Constructor for class pt.despodata.java.ddata.tests.DDataTypeTest
 
DDataUtil - class pt.despodata.java.ddata.DDataUtil.
 
DDataUtil() - Constructor for class pt.despodata.java.ddata.DDataUtil
 
DECIMAL - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
DECIMAL - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.
DEFAULT_HEIGHT - Variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Default height of the panel
DEFAULT_KEYMAP - Static variable in class pt.despodata.java.ddata.DDataEditorPane
 
DEFAULT_KEYMAP - Static variable in class pt.despodata.java.ddata.DDataField
 
DEFAULT_KEYMAP - Static variable in class pt.moredata.widgets.EditorPane
Description of the Field
DEFAULT_SOURCE_NAME - Static variable in interface pt.despodata.java.connection.IConnectionConfig
 
DEFAULT_SOURCE_NAME - Static variable in interface pt.moredata.connection.ConnectionConfig
Nome do ficheiro de configuracao, usado por defeito.
DEFAULT_WIDTH - Variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Default with of the panel
DELETE - Static variable in interface pt.moredata.dao.DataRow
 
DELETE_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
DELETE_ROW_NUMBERS - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do argumento onde devera vir o numero dos registo que devem ser apagados.
DETAIL - Static variable in class pt.despodata.java.webappl.GetByteField
Nome do parametro onde esta a informacao se a tabela e de detalhe.
DETAIL_KEY - Static variable in class pt.despodata.java.webappl.Types
 
DETAIL_PAGE_KEY - Static variable in class pt.despodata.java.webappl.Types
 
DHtmlDataControl - class pt.despodata.java.ddata.DHtmlDataControl.
DHtmlDataControl.java Extends DDataControl for HTML manager of record Set(s) Created: Tue Aug 29 10:38:54 2000
DHtmlDataControl() - Constructor for class pt.despodata.java.ddata.DHtmlDataControl
Contructor vazio.
DHtmlDataControl(HttpSession) - Constructor for class pt.despodata.java.ddata.DHtmlDataControl
Contructor vazio.
DHtmlDataControl(HttpSession, String) - Constructor for class pt.despodata.java.ddata.DHtmlDataControl
 
DHtmlDataField - class pt.despodata.java.ddata.DHtmlDataField.
DHtmlDataField.java Informacoes acerca de um campo de uma tabela que e visualizavel Created: Tue Mar 16 14:34:44 2000
DHtmlDataField(int, String, String, boolean, Object) - Constructor for class pt.despodata.java.ddata.DHtmlDataField
 
DHtmlForm - class pt.despodata.java.ddata.DHtmlForm.
DHtmlForm.java Created: Tue Sep 12 22:52:42 2000
DHtmlForm(HttpServletRequest, ArrayList) - Constructor for class pt.despodata.java.ddata.DHtmlForm
Cria um objecto para processar a submissao de um form.
DHtmlGetByteField - class pt.despodata.java.ddata.DHtmlGetByteField.
DHtmlGetByteField.java Servlet para ler imagens de um DataControl guardado ao nivel da sessao.
DHtmlGetByteField() - Constructor for class pt.despodata.java.ddata.DHtmlGetByteField
 
DHtmlVisualField - class pt.despodata.java.ddata.DHtmlVisualField.
DHtmlVisualField.java Informacoes acerca de um campo de uma tabela que e visualizavel Created: Tue Aug 29 10:38:54 2000
DHtmlVisualField(String, int, int, int) - Constructor for class pt.despodata.java.ddata.DHtmlVisualField
 
DHtmlVisualField(String, int, int, int, int, int, int) - Constructor for class pt.despodata.java.ddata.DHtmlVisualField
 
DISTINCT - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
DOUBLE - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
DOUBLE - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DOUBLE.
DOUBLE_BORDER_TO_BOTTOM - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
DOUBLE_BORDER_TO_LEFT - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
DOUBLE_BORDER_TO_RIGHT - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
DOUBLE_BORDER_TO_TOP - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
DOWN - Static variable in class pt.despodata.java.ddata.table.DDataTableUI
 
DOWN - Static variable in class pt.moredata.widgets.table.TableUI
 
DRIVER_KEY - Static variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Driver usado para criar a connecao via JDBC.
DSTableIO - class pt.despodata.java.ddata.DSTableIO.
Title: Description: Le o conteudo de um ficheiro de objectos serializados que correspondem a uma tabela lida da base de dados para ficheiro.
DSTableIO() - Constructor for class pt.despodata.java.ddata.DSTableIO
 
DSTableIOTest - class pt.despodata.java.ddata.tests.DSTableIOTest.
DSTableIOTest.java Company MoreData
DSTableIOTest(String) - Constructor for class pt.despodata.java.ddata.tests.DSTableIOTest
 
DSerializedTable - class pt.despodata.java.ddata.DSerializedTable.
Title: Description: Le o conteudo de um ficheiro de objectos serializados que correspondem a uma tabela lida da base de dados para ficheiro Copyright: Copyright (c) Company:
DSerializedTable() - Constructor for class pt.despodata.java.ddata.DSerializedTable
 
DSerializedTable(SerializedTable) - Constructor for class pt.despodata.java.ddata.DSerializedTable
 
DSerializedTableTest - class pt.despodata.java.ddata.tests.DSerializedTableTest.
DSerializedTableTest.java Company MoreData
DSerializedTableTest(String) - Constructor for class pt.despodata.java.ddata.tests.DSerializedTableTest
 
DStrike() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Muda a impressão para Negrito
DStrike() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para Negrito
DUPLICATE_INDEX - Static variable in class pt.moredata.dao.DataBaseError
Definição de constantes que permitem identificar erros standard
DUPLICATE_PK - Static variable in class pt.despodata.java.ddata.DDataException
Exception ocurred due to primary key duplication
DUPLICATE_PK - Static variable in class pt.despodata.java.ddata.RowReferencedException
Exception ocurred due to primary key duplication
DUPLICATE_PK - Static variable in class pt.despodata.java.fglreport.FglReportException
Exception ocurred due to primary key duplication
DUPLICATE_PK - Static variable in class pt.moredata.fglreport.FglReportException
Exception ocurred due to primary key duplication
DYNASET - Static variable in interface pt.moredata.dao.DAOView
No column marked as DYNASET is read from database when the query(...) method is called.
DaoGeneratorConfigScanner - class pt.moredata.dataentry.core.generator.DaoGeneratorConfigScanner.
This is a scanner of DOM tree.
DaoGeneratorConfigScanner(Document) - Constructor for class pt.moredata.dataentry.core.generator.DaoGeneratorConfigScanner
Create new DaoGeneratorConfigScanner with org.w3c.dom.Document.
DaoGeneratorConfigScanner(InputStream) - Constructor for class pt.moredata.dataentry.core.generator.DaoGeneratorConfigScanner
Cria um novo objecto para ler a configuracao de um ficheiro com o nome por defeito.
DaoReport - class pt.moredata.fglreport.DaoReport.
DaoReport.java Title:
Description: A classe DaoReport é responsável pela construção de reports (de forma automática) a partir de um DAOView
Company MoreData
DaoReport(int) - Constructor for class pt.moredata.fglreport.DaoReport
Constroi um Report a partir de um DAO.
DaoReport(DAOView, int) - Constructor for class pt.moredata.fglreport.DaoReport
Constroi um Report a partir de um DAO.
DaoReportTest - class pt.moredata.fglreport.DaoReportTest.
 
DaoReportTest(String) - Constructor for class pt.moredata.fglreport.DaoReportTest
Constructor for the DaoReportTest object
Data - class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data.
Holds the information collected by the wizard during the iteration from the user and necessary initializations.
Data() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Creates a new instance of Data
DataAccessObject - interface pt.moredata.dao.DataAccessObject.
Gere acessos a dados tabulares lidos de um data source.
DataBaseError - class pt.moredata.dao.DataBaseError.
Faz o mapping de erros especificos devolvidos pelo driver de JDBC para erros especificos deste package.
DataBaseError() - Constructor for class pt.moredata.dao.DataBaseError
 
DataBaseErrorTest - class pt.moredata.dao.DataBaseErrorTest.
DataBaseErrorTest.java Company MoreData
DataBaseErrorTest(String) - Constructor for class pt.moredata.dao.DataBaseErrorTest
 
DataBaseException - exception pt.moredata.dao.DataBaseException.
Title: DataBaseException Description: Excepções ocorridas quando uma acção sobre a base de dados devolve um erro Company MoreData
DataBaseException(String, SQLException, Object) - Constructor for class pt.moredata.dao.DataBaseException
 
DataBaseExceptionTest - class pt.moredata.dao.DataBaseExceptionTest.
DataBaseExceptionTest.java Company MoreData
DataBaseExceptionTest(String) - Constructor for class pt.moredata.dao.DataBaseExceptionTest
 
DataBaseFormTemplate - class pt.moredata.dataentry.DataBaseFormTemplate.
DataBaseFormTemplate.java Template efectuado a partir do antigo prototipo 'Prototipo2.java' Esta template exemplifica a criacao de uma entrada de dados atraves de um DataEntryController e serve de base ao modulo do netbeans.
DataBaseFormTemplate() - Constructor for class pt.moredata.dataentry.DataBaseFormTemplate
Cria um Prototipo para testar a arquitectura.
DataBaseIdentifier - class pt.moredata.dao.util.DataBaseIdentifier.
This class identifies a DtaSource giveen a pt.moredata.dao.DataSource.
DataBaseTable - class pt.moredata.dao.DataBaseTable.
Identificação de uma tabela da base de dados.
DataBaseTable(DataSource, String) - Constructor for class pt.moredata.dao.DataBaseTable
Build a new object for representing a database table.
DataBaseTable(DataSource, String, String) - Constructor for class pt.moredata.dao.DataBaseTable
Build a new object for representing a database table.
DataBaseTableTest - class pt.moredata.dao.DataBaseTableTest.
DataBaseTableTest.java Company MoreData
DataBaseTableTest(String) - Constructor for class pt.moredata.dao.DataBaseTableTest
Constructor for the DataBaseTableTest object
DataCell - class pt.moredata.dao.DataCell.
Company MoreData
DataCell() - Constructor for class pt.moredata.dao.DataCell
Construtor que cria uma coluna vazia.
DataCell(Object) - Constructor for class pt.moredata.dao.DataCell
Construtor que cria uma célula com dados Como se esta a criar uma nova celula e se esta a fornecer um valor, assume-se que esse valor vem do Data Source e como tal, nao esta modificado.
DataCell(Object, boolean) - Constructor for class pt.moredata.dao.DataCell
Construtor que cria uma célula com dados, mas podendo especificar que esta é ou não processada pelo motor (defaults, stored procedures).
DataCellTest - class pt.moredata.dao.DataCellTest.
DataCellTest.java Company MoreData
DataCellTest(String) - Constructor for class pt.moredata.dao.DataCellTest
Constructor for the DataCellTest object
DataDelegate - class pt.moredata.widgets.table.DataDelegate.
 
DataDelegate() - Constructor for class pt.moredata.widgets.table.DataDelegate
 
DataEntry - interface pt.moredata.dataentry.DataEntry.
Esta interface representa uma entrada de dados.
DataEntryComponent - interface pt.moredata.dataentry.component.DataEntryComponent.
Campo visual usado numa entrada de dados.
DataEntryComponentFactory - class pt.moredata.dataentry.component.DataEntryComponentFactory.
Factory para criar campos visuais a partir de diveersos tipos de objectos.
DataEntryControllerFactory - class pt.moredata.dataentry.DataEntryControllerFactory.
 
DataEntryDemo - class pt.moredata.dataentry.DataEntryDemo.
DataEntryDemo.java Prototipo efectuado a partir do antigo prototipo 'Prototipo.java' Este prototipo exemplifica a criacao de uma entrada de dados atraves de um DataEntryController.
DataEntryDemo() - Constructor for class pt.moredata.dataentry.DataEntryDemo
Cria um Prototipo para testar a arquitectura.
DataEntryEvent - class pt.moredata.dataentry.event.DataEntryEvent.
Company MoreData
DataEntryEvent(DataEntry, int, int, int) - Constructor for class pt.moredata.dataentry.event.DataEntryEvent
Creates a new instance of DataEntryChangedEvent
DataEntryEvent(DataEntry, int, int) - Constructor for class pt.moredata.dataentry.event.DataEntryEvent
Creates a new instance of DataEntryChangedEvent
DataEntryFactory - class pt.moredata.dataentry.DataEntryFactory.
 
DataEntryGenerator - class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGenerator.
DataEntryGenerator.java Company MoreData
DataEntryGeneratorTest - class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest.
DataEntryGeneratorTest.java Company MoreData
DataEntryGeneratorTest(String) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
 
DataEntryIntrospector - class pt.moredata.dataentry.util.DataEntryIntrospector.
DataEntryIntrospector.java Esta classe providencia metodos para descobrir o nome dos atributos de uma classe que sao candidatos a componentes de uma entrada de dados.
DataEntryListener - interface pt.moredata.dataentry.event.DataEntryListener.
Company MoreData
DataEntryLog - class pt.moredata.dataentry.DataEntryLog.
A class for recording information about some command response.
DataEntryLog() - Constructor for class pt.moredata.dataentry.DataEntryLog
 
DataEntryModel - class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel.
Information Necessary for generation of the DataEntry.
DataEntryModel() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Creates a new instance of DataEntryData
DataEntryPool - class pt.moredata.dataentry.util.DataEntryPool.
Implementacao de uma pool de DataEntrys (singleton).
DataEntryPool() - Constructor for class pt.moredata.dataentry.util.DataEntryPool
 
DataEntryServletRequest - class pt.moredata.dataentry.util.http.DataEntryServletRequest.
Esta classe permite manipular pedidos que venham com diferentes tipos de encode.
DataEntryServletRequest(HttpServletRequest, String) - Constructor for class pt.moredata.dataentry.util.http.DataEntryServletRequest
Construtor para fazer o file upload directamente para a memoria e para gurdar uma copia dos ficheiro numa dada directoria.
DataEntryServletRequest(HttpServletRequest) - Constructor for class pt.moredata.dataentry.util.http.DataEntryServletRequest
Construtor para fazer o file upload directamente para a memoria.
DataEntrySynchronizer - class pt.moredata.dataentry.util.DataEntrySynchronizer.
DataEntrySyncronizer.java Esta clase efectua a sincronizacao de vários DataEntrys.
DataEntrySynchronizer() - Constructor for class pt.moredata.dataentry.util.DataEntrySynchronizer
 
DataFieldInfo - class pt.moredata.dao.DataFieldInfo.
Inicializa todas as propriedades necessárias para um DDataField ou uma coluna de uma DDataTable.
DataFieldInfo(String, int) - Constructor for class pt.moredata.dao.DataFieldInfo
Cria uma representacao de um campo de uma tabela.
DataFieldInfoTest - class pt.moredata.dao.DataFieldInfoTest.
DataFieldInfoTest.java Company MoreData
DataFieldInfoTest(String) - Constructor for class pt.moredata.dao.DataFieldInfoTest
Constructor for the DataFieldInfoTest object
DataIndex - class pt.moredata.dao.DataIndex.
Title: DataIndex Description: Representacao de um index de uma tabela da base de dados.
DataIndex(String, boolean) - Constructor for class pt.moredata.dao.DataIndex
Constroi um index de uma tabela.
DataIndexTest - class pt.moredata.dao.DataIndexTest.
DataIndexTest.java Company MoreData
DataIndexTest(String) - Constructor for class pt.moredata.dao.DataIndexTest
Constructor for the DataIndexTest object
DataMetaData - class pt.moredata.dao.DataMetaData.
Meta informção adicional especifica de extensões da Moredata de uma tabela de um modelo de dados relacional.
DataMetaData() - Constructor for class pt.moredata.dao.DataMetaData
 
DataMetaDataTest - class pt.moredata.dao.DataMetaDataTest.
Company MoreData
DataMetaDataTest(String) - Constructor for class pt.moredata.dao.DataMetaDataTest
Constructor for the DataMetaDataTest object
DataMetaField - class pt.moredata.dao.DataMetaField.
Deprecated. This class was replaced by MetaField interface and GenericMetaField class.
DataMetaField(String, String) - Constructor for class pt.moredata.dao.DataMetaField
Deprecated. Cria uma novoa representação de uma coluna de uma tabela.
DataMetaField(String) - Constructor for class pt.moredata.dao.DataMetaField
Deprecated. Cria uma novoa representação de uma coluna de uma tabela.
DataMetaField(MetaField) - Constructor for class pt.moredata.dao.DataMetaField
Deprecated.  
DataRow - interface pt.moredata.dao.DataRow.
Management of row storage (record) from a record set Includes flag and backup management Note that a row inserted in the dataSet could be not new in relation to the database.
DataSendSimpleMail - class pt.moredata.util.DataSendSimpleMail.
Title: DataSendSimpleMail Description: Copyright: Copyright (c) 2001 Company: MoreData
DataSendSimpleMail() - Constructor for class pt.moredata.util.DataSendSimpleMail
 
DataSendSimpleMail(boolean) - Constructor for class pt.moredata.util.DataSendSimpleMail
 
DataSource - class pt.moredata.dao.DataSource.
Definicao de uma fonte (origem) de dados para um data control.
DataSource() - Constructor for class pt.moredata.dao.DataSource
Cria um novo DataSource, sem estar associado a nenhum repositorio.
DataSource(Connection) - Constructor for class pt.moredata.dao.DataSource
Cria um novo DataSource, associado a uma base de dados.
DataSourceTest - class pt.moredata.dao.DataSourceTest.
DataSourceTest.java Company MoreData
DataSourceTest(String) - Constructor for class pt.moredata.dao.DataSourceTest
Constructor for the DataSourceTest object
DataSourceWrapper - class pt.moredata.connection.DataSourceWrapper.
DataSourceWrapper.java A simple DataSource wrapper for the standard Connection class.
DataSourceWrapper(Connection) - Constructor for class pt.moredata.connection.DataSourceWrapper
Creates a new instance of DataSourceWrapper
DataTableInfo - class pt.moredata.dao.DataTableInfo.
Obtem toda a meta informação relativa a uma tabela, nomeadamente: - Relativa a cada coluna - Chave primária - Chaves estrangeiras - ???
DataTableInfo() - Constructor for class pt.moredata.dao.DataTableInfo
Cria um objecto com informacao de uma tabela.
DataTableInfo(Connection, String) - Constructor for class pt.moredata.dao.DataTableInfo
Cria um objecto obtendo a Meta Informação de uma tabela.
DataTableInfoTest - class pt.moredata.dao.DataTableInfoTest.
DataTableInfoTest.java Company MoreData
DataTableInfoTest(String) - Constructor for class pt.moredata.dao.DataTableInfoTest
Constructor for the DataTableInfoTest object
DataType - class pt.moredata.dao.DataType.
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
DataType(int) - Constructor for class pt.moredata.dao.DataType
Deprecated. Construtor que usa o tipo de dados que lhe e indicado como parametro.
DataTypeInfo - class pt.despodata.java.ddata.DataTypeInfo.
Identifica toda a informacao relativamente a um tipo de dados Tem métodos estáticos que permitem tem identificar propriedades que estão armazenadas na base de dados.
DataTypeInfo() - Constructor for class pt.despodata.java.ddata.DataTypeInfo
 
DataTypeInfo - class pt.moredata.dao.DataTypeInfo.
Inicializa todas as propriedades necessárias para um DataType
O principal objectivo é servir de suporte a um gerador de código e(ou) a uma entrada de dados de alto nivel com geração automática da funcionalidade.
DataTypeInfo(int) - Constructor for class pt.moredata.dao.DataTypeInfo
Cria uma representacao de um tipo de dados.
DataTypeInfoTest - class pt.moredata.dao.DataTypeInfoTest.
DataTypeInfoTest.java Company MoreData
DataTypeInfoTest(String) - Constructor for class pt.moredata.dao.DataTypeInfoTest
Constructor for the DataTypeInfoTest object
DataTypeTest - class pt.moredata.dao.DataTypeTest.
DataTypeTest.java Company MoreData
DataTypeTest(String) - Constructor for class pt.moredata.dao.DataTypeTest
Constructor for the DataTypeTest object
DataTypes - class pt.moredata.dao.util.DataTypes.
DataTypeInfo.java Company MoreData
DataTypesTest - class pt.moredata.dao.util.DataTypesTest.
Test case for DataTypes class.
DataTypesTest(String) - Constructor for class pt.moredata.dao.util.DataTypesTest
Constructor for the DataTypesTest object
DataUtil - class pt.moredata.util.DataUtil.
 
DataUtil() - Constructor for class pt.moredata.util.DataUtil
 
DatabaseDriver - class pt.moredata.netbeans.modules.moredatatemplates.wizard.DatabaseDriver.
Representation of a database driver.
DatabaseDriver(String, String, String) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.DatabaseDriver
Constructor for the DatabaseDriver object
DateChooser - class pt.moredata.widgets.DateChooser.
Title: DataDateChooser Description: Beans para criação de forms
DataDateChooser - Bean que implementa uma janela para escolha num calendario
Original da lamasoft
Numa primeira fase implementa os tipo de dados do Informix JDateChooser is a simple Date choosing component with similar functionality to JFileChooser and JColorChooser.
DateChooser() - Constructor for class pt.moredata.widgets.DateChooser
This constructor creates a new instance of DataDateChooser initialized to the current date.
DateFormatValidator - class pt.despodata.java.ddata.validators.DateFormatValidator.
Company Moredata
DateFormatValidator() - Constructor for class pt.despodata.java.ddata.validators.DateFormatValidator
 
DateFormatValidator(String) - Constructor for class pt.despodata.java.ddata.validators.DateFormatValidator
 
DateFormatValidator - class pt.moredata.widgets.validators.DateFormatValidator.
Company Moredata
DateFormatValidator() - Constructor for class pt.moredata.widgets.validators.DateFormatValidator
 
DateFormatValidator(String) - Constructor for class pt.moredata.widgets.validators.DateFormatValidator
 
DateInputTag - class pt.moredata.dataentry.taglibs.DateInputTag.
Input tag for date fields.
DateInputTag() - Constructor for class pt.moredata.dataentry.taglibs.DateInputTag
 
DayButton - class pt.moredata.widgets.DayButton.
Description of the Class
DayButton(int) - Constructor for class pt.moredata.widgets.DayButton
Constructor for the DayButton object
DaySelectionListener - interface pt.moredata.widgets.DaySelectionListener.
Description of the Interface
DbToXML - class pt.moredata.xml.db.DbToXML.
DbToXML is a class that provides a static method to convert an SQL statement in a string to a XML Element in JDOM fashion.
DbToXML() - Constructor for class pt.moredata.xml.db.DbToXML
Creates a new instance of DbToXML - no need for this - do not use
Debug - class pt.moredata.util.Debug.
Title: Debug Description: Método usado para iniciar ou cancelar o debug para a o STDIO
Debug() - Constructor for class pt.moredata.util.Debug
 
DebugTag - class pt.despodata.java.webappl.tags.DebugTag.
DebugTag.java Company MoreData
DebugTag() - Constructor for class pt.despodata.java.webappl.tags.DebugTag
Creates a new instance of DebugTag
DebugWindow - class pt.moredata.widgets.DebugWindow.
DebugWindow.java Esta classe implementa uma janela onde e apresentada informacao de debug Devera em breve permitir recolher informacao do log4j.
DebugWindow() - Constructor for class pt.moredata.widgets.DebugWindow
Creates new form DebugWindow
DeclareDataEntryTag - class pt.moredata.dataentry.taglibs.DeclareDataEntryTag.
Esta tag declara num JSP uma variavel do tipo DataEntry que foi anteriormente criada com a tag A variavel criada esta disponivel dentro da tag apenas.
DeclareDataEntryTag() - Constructor for class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
 
DeclareDataEntryTagExtraInfo - class pt.moredata.dataentry.taglibs.DeclareDataEntryTagExtraInfo.
Company MoreData
DeclareDataEntryTagExtraInfo() - Constructor for class pt.moredata.dataentry.taglibs.DeclareDataEntryTagExtraInfo
 
DefaultCancelAction - class pt.moredata.dataentry.action.DefaultCancelAction.
Company MoreData
DefaultCancelAction() - Constructor for class pt.moredata.dataentry.action.DefaultCancelAction
 
DefaultFormController - class pt.moredata.dataentry.core.DefaultFormController.
 
DefaultFormController() - Constructor for class pt.moredata.dataentry.core.DefaultFormController
 
DefaultRendererTable - class pt.moredata.widgets.table.DefaultRendererTable.
Description of the Class
DefaultRendererTable() - Constructor for class pt.moredata.widgets.table.DefaultRendererTable
 
DefaultRequestMessage - class pt.moredata.dataentry.core.DefaultRequestMessage.
 
DefaultRequestMessage(String) - Constructor for class pt.moredata.dataentry.core.DefaultRequestMessage
Creates a new instance of DefaultRequestMessage.
DefaultRequestMessage(String, DataEntry) - Constructor for class pt.moredata.dataentry.core.DefaultRequestMessage
Creates a new instance of DefaultRequestMessage.
DefaultResponseMessage - class pt.moredata.dataentry.core.DefaultResponseMessage.
Company MoreData
DefaultResponseMessage(DataEntry) - Constructor for class pt.moredata.dataentry.core.DefaultResponseMessage
Cria um novo RequestMessage com a entrada de dados proveniente do RequestManager e uma vista sobre o DAO usado no pedido.
DefaultResponseMessage(String, Throwable) - Constructor for class pt.moredata.dataentry.core.DefaultResponseMessage
Creates a new instance of SimpleAnswerMessage
DefaultResponseMessage(int) - Constructor for class pt.moredata.dataentry.core.DefaultResponseMessage
Creates a new instance of SimpleAnswerMessage
DeleteAllRecordsAction - class pt.moredata.dataentry.action.DeleteAllRecordsAction.
Company MoreData
DeleteAllRecordsAction() - Constructor for class pt.moredata.dataentry.action.DeleteAllRecordsAction
 
DeleteImage - class pt.despodata.java.webappl.DeleteImage.
DeleteImage.java Created: Wed May 23 11:21:39 2001
DeleteImage() - Constructor for class pt.despodata.java.webappl.DeleteImage
 
DeleteRecordAction - class pt.moredata.dataentry.action.DeleteRecordAction.
Company MoreData
DeleteRecordAction() - Constructor for class pt.moredata.dataentry.action.DeleteRecordAction
 
DemosTest - class pt.moredata.connection.DemosTest.
SampleTest.java Classe para testar os exemplos deste package.
DemosTest(String) - Constructor for class pt.moredata.connection.DemosTest
Constructor for the SamplesTest object
DetailLinkTag - class pt.despodata.java.webappl.tags.DetailLinkTag.
DetailLinkTag.java, Permite definir links para abrir paginas de detalhe.
DetailLinkTag() - Constructor for class pt.despodata.java.webappl.tags.DetailLinkTag
 
DevelopmentTool - class pt.despodata.java.ddata.DevelopmentTool.
Devlopment.java Esta classe destina-se a facilitar o acesso a base de dados.
DevelopmentTool() - Constructor for class pt.despodata.java.ddata.DevelopmentTool
DevlopmentTool Constructor
DevelopmentTool(String) - Constructor for class pt.despodata.java.ddata.DevelopmentTool
DevlopmentTool Constructor
DevelopmentTool(String, String, String) - Constructor for class pt.despodata.java.ddata.DevelopmentTool
DevlopmentTool Constructor
DisableGeneralMenus() - Method in class pt.moredata.mdmenus.PermissionManager
Desable all items who have general permission
Dispatcher - class pt.despodata.java.webappl.Dispatcher.
Dispatcher.java Created: Thu Sep 20 14:39:37 2001
Dispatcher() - Constructor for class pt.despodata.java.webappl.Dispatcher
 
Divide(Object, Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
Divisão de qualquer par de objectos
Divide(Object, Object, int) - Static method in class pt.despodata.java.ddata.ObjArithmetic
Divisão de qualquer par de objectos
Esta versão com terceiro argumento indica quantas casas decimais se pretendem no resultado
DoAfterCommandTag - class pt.moredata.dataentry.taglibs.DoAfterCommandTag.
Tag for executing / showing code if a command is executed.
DoAfterCommandTag() - Constructor for class pt.moredata.dataentry.taglibs.DoAfterCommandTag
 
DoIfAuthorizedTag - class pt.moredata.taglibs.protectcontent.DoIfAuthorizedTag.
DoIfAuthorizedTag.java Implementação de uma tag para definir um conteudo protegiso que será apenas incluido se se verificarem os criterios definidos pela politica de acesso ao conteudo protegido definidos atraves de uma tag AbstractPolicyTag ou qualquer outra tag que a estenda.
DoIfAuthorizedTag() - Constructor for class pt.moredata.taglibs.protectcontent.DoIfAuthorizedTag
 
DoIfErrorTag - class pt.moredata.dataentry.taglibs.DoIfErrorTag.
Tag for executing / showing code if DataEntry give a error.
DoIfErrorTag() - Constructor for class pt.moredata.dataentry.taglibs.DoIfErrorTag
 
DoIfLoginErrorTag - class pt.moredata.connection.taglibs.DoIfLoginErrorTag.
DoIfLoginErrorTag.java Company MoreData
DoIfLoginErrorTag() - Constructor for class pt.moredata.connection.taglibs.DoIfLoginErrorTag
 
DoIfLoginTag - class pt.moredata.connection.taglibs.DoIfLoginTag.
DoIfLoginTag.java Company MoreData
DoIfLoginTag() - Constructor for class pt.moredata.connection.taglibs.DoIfLoginTag
 
DoIfNoErrorTag - class pt.moredata.dataentry.taglibs.DoIfNoErrorTag.
Tag for executing / showing code if DataEntry didn't give a error.
DoIfNoErrorTag() - Constructor for class pt.moredata.dataentry.taglibs.DoIfNoErrorTag
 
DoIfNotAuthorizedTag - class pt.moredata.taglibs.protectcontent.DoIfNotAuthorizedTag.
DoIfNotAuthorizedTag.java Implementação de uma tag para definir um conteudo protegiso que será apenas incluido se NÃO se verificarem os criterios definidos pela politica de acesso ao conteudo protegido definidos atraves de uma tag AbstractPolicyTag ou qualquer outra tag que a estenda.
DoIfNotAuthorizedTag() - Constructor for class pt.moredata.taglibs.protectcontent.DoIfNotAuthorizedTag
 
DoIfNotLoginTag - class pt.moredata.connection.taglibs.DoIfNotLoginTag.
DoIfNotLoginTag.java Company MoreData
DoIfNotLoginTag() - Constructor for class pt.moredata.connection.taglibs.DoIfNotLoginTag
 
DoIfNotTag - class pt.moredata.dataentry.taglibs.DoIfNotTag.
Tag for executing conditional code.
DoIfNotTag() - Constructor for class pt.moredata.dataentry.taglibs.DoIfNotTag
 
DoIfTag - class pt.moredata.dataentry.taglibs.DoIfTag.
Tag for executing conditional code.
DoIfTag() - Constructor for class pt.moredata.dataentry.taglibs.DoIfTag
 
DocumentFormat - class pt.moredata.ecs.rtf.DocumentFormat.
RTF Document Formating properties
DocumentFormat() - Constructor for class pt.moredata.ecs.rtf.DocumentFormat
Creates new DocumentFormat
DownloadFileServlet - class pt.moredata.dataentry.taglibs.DownloadFileServlet.
Company MoreData
DownloadFileServlet() - Constructor for class pt.moredata.dataentry.taglibs.DownloadFileServlet
 
DownloadFileTag - class pt.moredata.dataentry.taglibs.DownloadFileTag.
Company MoreData
DownloadFileTag() - Constructor for class pt.moredata.dataentry.taglibs.DownloadFileTag
 
Draft() - Static method in class pt.despodata.java.fglreport.ProprinterControl
 
Draft() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a qualidade da impressão
DriverInputTag - class pt.moredata.connection.taglibs.DriverInputTag.
DriverInputTag.java Company MoreData
DriverInputTag() - Constructor for class pt.moredata.connection.taglibs.DriverInputTag
 
DropDownComboEvent - class pt.despodata.java.ddata.DropDownComboEvent.
Autor : Sergio Ferreira Description : Evento Drop Down Combo Box
DropDownComboEvent(Object) - Constructor for class pt.despodata.java.ddata.DropDownComboEvent
 
DropDownComboEvent - class pt.moredata.widgets.DropDownComboEvent.
Autor : Sergio Ferreira Description : Evento Drop Down Combo Box
DropDownComboEvent(Object) - Constructor for class pt.moredata.widgets.DropDownComboEvent
 
DropDownComboListener - interface pt.despodata.java.ddata.DropDownComboListener.
Autor : Sergio Ferreira Description : Interface para comunicacao entre a combo Box e o cliente que lhe pretende adicioniar um event listener
DropDownComboListener - interface pt.moredata.widgets.DropDownComboListener.
Autor : Sergio Ferreira Description : Interface para comunicacao entre a combo Box e o cliente que lhe pretende adicioniar um event listener
DummyAction - class pt.moredata.dataentry.action.DummyAction.
Dummy Action class that does nothing.
DummyAction() - Constructor for class pt.moredata.dataentry.action.DummyAction
 
DumpRtfVisitor - class pt.moredata.majix.rtf.DumpRtfVisitor.
DumpRtfVisitor.java Company MoreData
DumpRtfVisitor() - Constructor for class pt.moredata.majix.rtf.DumpRtfVisitor
Creates a new instance of DumpRtfVisitor
DuplicateComponentException - exception pt.moredata.dataentry.exception.DuplicateComponentException.
Esta excepcao e gerada quando um componente ja existe numa entrada de dados.
DuplicateComponentException() - Constructor for class pt.moredata.dataentry.exception.DuplicateComponentException
Constructs a new runtime exception with null as its detail message.
DuplicateComponentException(String) - Constructor for class pt.moredata.dataentry.exception.DuplicateComponentException
Constructs a new runtime exception with the specified detail message.
DuplicateComponentException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.DuplicateComponentException
Constructs a new runtime exception with the specified detail message and cause.
DuplicateComponentException(Throwable) - Constructor for class pt.moredata.dataentry.exception.DuplicateComponentException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
DuplicatedColumnNameException - exception pt.moredata.dao.DuplicatedColumnNameException.
This Exception is throw when a duplicated column name is found.
DuplicatedColumnNameException(String, String) - Constructor for class pt.moredata.dao.DuplicatedColumnNameException
Creates a new instance of DuplicatedColumnNameException
DuplicatedTableAliasException - exception pt.moredata.dao.DuplicatedTableAliasException.
This Exception is throw when a duplicated table alias is found.
DuplicatedTableAliasException(String) - Constructor for class pt.moredata.dao.DuplicatedTableAliasException
Creates a new instance of DuplicatedTableAliasException
DuplicatedTableNameException - exception pt.moredata.dao.DuplicatedTableNameException.
This Exception is throw when a duplicated table name is found.
DuplicatedTableNameException(String) - Constructor for class pt.moredata.dao.DuplicatedTableNameException
Creates a new instance of DuplicatedTableNameException
dados - Variable in class pt.moredata.dao.core.SerializedTable
Array bidimensional que contem os dados da tabela
damage(Rectangle) - Method in class pt.despodata.java.ddata.DDataCaret
Reescreve a area relativa ao sitio onde estava o cursor
damage(Rectangle) - Method in class pt.moredata.widgets.Caret
Reescreve a area relativa ao sitio onde estava o cursor
dao - Variable in class pt.moredata.taglibs.dao.DAOAbstractTag
DataAccessObject
daoGeneratorConfig - Static variable in class pt.moredata.dataentry.Constants
Ficheiro de configuracao do DAOGenerator.
daoName - Variable in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Holds value of property name.
daoPrinter - Variable in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Objecto responsavel por gerar o output da tag.
data - Variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
A reference to the object where the data collected during the iteration is stored.
dataEntryId - Variable in class pt.moredata.dataentry.taglibs.AbstractHtmlTag
Nome da variavel usada na declaracao do DataEntry.
dataEntryId - Variable in class pt.moredata.dataentry.taglibs.GoToRecordTag
Nome da variavel usada na declaracao do DataEntry.
dataSourceId - Variable in class pt.moredata.connection.AbstractConnectionConfig
Identificacao do DataSource.
dataType - Variable in class pt.despodata.java.ddata.DDataField
 
dataType - Variable in class pt.despodata.java.ddata.DDataTextField
 
dataType - Variable in class pt.despodata.java.ddata.table.DDataCellField
 
dataType - Variable in class pt.despodata.java.ddata.table.DDataCellTextField
 
dataType - Variable in class pt.moredata.widgets.table.CellField
 
dataType - Variable in class pt.moredata.widgets.table.CellTextField
 
dateInsertString(int, String, AttributeSet) - Method in class pt.despodata.java.ddata.DDataFieldDocument
Date specific insertString Aqui devia existir validacao in key para as datas
daySelected(int) - Method in class pt.despodata.java.ddata.DDataCalendar
Used to process day selection events from the user.
daySelected(int) - Method in interface pt.despodata.java.ddata.DDataDaySelectionListener
 
daySelected(int) - Method in class pt.moredata.widgets.Calendar
Used to process day selection events from the user.
daySelected(int) - Method in interface pt.moredata.widgets.DaySelectionListener
Description of the Method
dbConnection - Variable in class pt.despodata.java.ddata.DDataConnectForm
 
dbName - Variable in class pt.despodata.java.connection.DDConnectionConfig
 
ddataFieldListenersList - Variable in class pt.despodata.java.ddata.DDataField
 
debug - Variable in class pt.moredata.connection.AbstractConnectionConfig
Debug, activa ou desactiva.
debug - Static variable in class pt.moredata.util.Debug
Indica se o debug esta activado ou nao
decRowNumber() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Incrementa a linha actual em uma unidade.
decimalInsertString(int, String, AttributeSet) - Method in class pt.despodata.java.ddata.DDataFieldDocument
Insercao de valores no meio da string do text field Devia-se preocupar com casas decimais e respectiva configuracao localizada
defaultInsertAction() - Method in class pt.moredata.xml2db.Table
Method that executs the default insertAction
defaultTextIconGap - Variable in class pt.despodata.java.ddata.plaf.basic.CheckBoxUI
 
defaultTextShiftOffset - Variable in class pt.despodata.java.ddata.plaf.basic.CheckBoxUI
 
defaultUpdateAction() - Method in class pt.moredata.xml2db.Table
Method that executs the default updateAction
defineReader() - Method in class pt.moredata.xml2db.ReadXML2DB
 
delegate - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
delegate - Variable in class pt.moredata.widgets.table.CellEditor
 
delete() - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method clear() instead.
delete(int) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use deleteFromDataSource(int rowNumber) instead.
delete(String, int) - Method in interface pt.moredata.dao.Writer
Delete one row of data in the repository.
deleteCurrentRecord() - Method in class pt.despodata.java.ddata.DDataSwingControl
Marca o registo corrente como removido ????
deleteFromDAO(int) - Method in interface pt.moredata.dao.DataAccessObject
Delete a row from the DataAccessObject.
deleteFromDataSource(int) - Method in interface pt.moredata.dao.DataAccessObject
Delete a row from the repository only.
deleteObserver(Observer) - Method in interface pt.despodata.java.mvc.IData
Metodo implementado pela classe java.util.Observable
deleteObserver(Observer) - Method in interface pt.despodata.java.mvc.IModel
Metodo implementado pela classe java.util.Observable
deleteObserver(Observer) - Method in class pt.despodata.java.webappl.ApplData
Remove um observador a todas as tabelas.
deleteObserver(Observer, Object) - Method in class pt.despodata.java.webappl.ApplData
Remove um observador a uma tabela.
deleteObservers() - Method in interface pt.despodata.java.mvc.IData
Metodo implementado pela classe java.util.Observable
deleteObservers() - Method in interface pt.despodata.java.mvc.IModel
Metodo implementado pela classe java.util.Observable
deleteObservers() - Method in class pt.despodata.java.webappl.ApplData
Remove todos os observadores de todas as tabelas.
deleteObservers(Object) - Method in class pt.despodata.java.webappl.ApplData
Remove todos os observadores de uma tabela.
deleteRow(int) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use deleteFromDAO(int rowNumber) instead.
deleteRow(int) - Method in interface pt.moredata.dao.RecordSet
Remove a row from the RecordSet.
deselectTask(int) - Method in class pt.moredata.wizard.SwingWizardGUI2
Rescreve a descricao da tarefa com texto normal.
desenha(Graphics) - Method in class pt.despodata.java.objgraficos.boxX
Método que adiciona uma linha a uma instância de Graphics.
desenha(Graphics) - Method in class pt.despodata.java.objgraficos.lineX
Método que adiciona uma linha a uma instância de Graphics.
desenha(Graphics) - Method in class pt.despodata.java.objgraficos.objectosX
Método re-definido por cada objecto gráfico.
desenha(Graphics) - Method in class pt.despodata.java.objgraficos.textX
Método que adiciona texto a uma instância de Graphics.
desenha(Graphics) - Method in class pt.moredata.fglreport.objgraficos.BoxX
Método que adiciona uma linha a uma instância de Graphics.
desenha(Graphics) - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Método re-definido por cada objecto gráfico.
desenha(Graphics) - Method in class pt.moredata.fglreport.objgraficos.TextX
Método que adiciona texto a uma instância de Graphics.
destroy() - Method in class pt.despodata.java.webappl.AuthenticateServlet
Destruicao da servlet (chamado apos cada chamada)
destroy() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Destroys the servlet.
destroy() - Method in class pt.moredata.dataentry.JspDataEntryController
Destroys the servlet.
destroy() - Method in class pt.moredata.dataentry.taglibs.DownloadFileServlet
Destroys the servlet.
destroy() - Method in class pt.moredata.taglibs.filter.FilterButtonController
Destroys the servlet.
destroy() - Method in class pt.moredata.taglibs.filter.PaginatorController
Destroys the servlet.
destroySyscolumnextTable(Connection) - Method in class pt.moredata.dao.AbstractUtilStuff
Remove a tabela syscolumnext da base de dados.
destroySyscolumnextTable(Connection) - Static method in class pt.moredata.dao.UtilStuff
Remove a tabela syscolumnext da base de dados.
destroySystableextTable(Connection) - Method in class pt.moredata.dao.AbstractUtilStuff
Remove a tabela systableext da base de dados.
destroySystableextTable(Connection) - Static method in class pt.moredata.dao.UtilStuff
Remove a tabela systableext da base de dados.
destroyTable(Connection, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Remove uma tabela da base de dados.
destroyTable(Connection, String) - Static method in class pt.moredata.dao.UtilStuff
Remove uma tabela da base de dados.
destroyTable(Connection, String) - Static method in class pt.moredata.qvs.CheckedAreaTest
Remove uma tabela da base de dados.
destroyTable(Connection, String) - Static method in class pt.moredata.qvs.CheckedPointTest
Remove uma tabela da base de dados.
detail - Variable in class pt.despodata.java.webappl.GetByteField
Indicacao se a tabela e de detalhe.
dialogConnectionSuceded() - Method in class pt.despodata.java.ddata.DDataConnectForm
Mostra uma mensagem que informa que a conexão foi bem sucedida
dir - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
disableFirstButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
disableLastButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
disabled - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
disabled - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
disabledColor - Static variable in class pt.despodata.java.ddata.DDataConfig
 
disabledColor - Static variable in class pt.moredata.widgets.BaseTable
 
disabledColor - Static variable in class pt.moredata.widgets.ComboBox
Description of the Field
disabledColor - Static variable in class pt.moredata.widgets.table.CellProperties
 
disabledIcon - Static variable in class pt.despodata.java.ddata.DDataCheckBox
 
disabledSelectedIcon - Static variable in class pt.despodata.java.ddata.DDataCheckBox
 
disabledTextColor - Variable in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
disabledTextColor - Variable in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
display() - Method in interface pt.despodata.java.mvc.IView
Desenha a vista
display() - Method in class pt.despodata.java.mvc.View
Desenha a vista
display() - Method in class pt.despodata.java.webappl.GenericView
Desenha a vista
dispose() - Method in class pt.moredata.connection.ConnectionConfigDialog
Disposes the Dialog and then causes show() to return if it is currently blocked.
dispose() - Method in class pt.moredata.dao.core.SQLBuilderTest
Releases all of the native screen resources used by this Window.
dispose() - Method in class pt.moredata.dataentry.DataBaseFormTemplate
Releases all of the native screen resources used by this Window.
dispose() - Method in class pt.moredata.dataentry.DataEntryDemo
Releases all of the native screen resources used by this Window.
dispose() - Method in class pt.moredata.dataentry.JDBCApplicationTemplate
Releases all of the native screen resources used by this Window.
dispose() - Method in class pt.moredata.dataentry.Prototipo2
Releases all of the native screen resources used by this Window.
dispose() - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Releases all of the native screen resources used by this Window, its subcomponents, and all of its owned children.
dispose() - Method in class pt.moredata.widgets.LovFrame
Apaga a janela
doAfterAction(ActionEvent) - Method in interface pt.moredata.dataentry.event.ActionListener
This method is called by the DataEntry after returning from the action that implements the command been listened.
doAfterBody() - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Metodo executado em cada iteracao depois de se ter processado o conteudo da tag.
doAfterBody() - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Metodo executado em cada iteracao depois de se ter processado o conteudo da tag.
doAfterBody() - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Metodo executado em cada iteracao depois de se ter processado o conteudo da tag.
doAfterBody() - Method in class pt.moredata.dataentry.taglibs.ModifyButtonTag
Metodo executado em cada iteracao depois de se ter processado o conteudo da tag.
doAfterBody() - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Metodo executado em cada iteracao depois de se ter processado o conteudo da tag.
doAfterBody() - Method in class pt.moredata.taglibs.dao.IteratorTag
 
doAfterBody() - Method in class pt.moredata.taglibs.widgets.ButtonTag
Metodo executado em cada iteracao depois de se ter processado o conteudo da tag.
doAfterBody() - Method in class pt.moredata.taglibs.widgets.TableTag
 
doAfterChange(DataEntryEvent) - Method in interface pt.moredata.dataentry.event.ModeChangedListener
This method is called by the DataEntry after changing the mode of the data entry.
doBeforeAction(ActionEvent) - Method in interface pt.moredata.dataentry.event.ActionListener
This method is called by the DataEntry before passing control to the action that implements the command been listened.
doBeforeChange(DataEntryEvent) - Method in interface pt.moredata.dataentry.event.ModeChangedListener
This method is called by the DataEntry before changing the mode of the data entry.
doBeforeStartTag() - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Codigo executado antes do codigo do metodo doStartTag().
doBeforeStartTag() - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Codigo executado antes do codigo do metodo doStartTag().
doCatch(Throwable) - Method in class pt.moredata.connection.taglibs.AbstractIfTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.connection.taglibs.AbstractInputTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.connection.taglibs.ConvertTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.AddActionMappingTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.ExecuteActionTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.GetErrorStringTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.HideButtonTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.PrintStackTraceTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.AbstractTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.MakeVarTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.content.HideContentControllTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.content.HideContentTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.dao.IteratorTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.filter.AddFilterTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.filter.FilterTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.filter.PaginatorControlTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.filter.PaginatorTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.protectcontent.AbstractContentTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.protectcontent.AbstractPolicyTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.widgets.CheckboxTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.widgets.TableTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doCatch(Throwable) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doEndTag() - Method in class pt.despodata.java.tags.templates.InsertTag
 
doEndTag() - Method in class pt.despodata.java.tags.util.InvalidateSessionTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.AbstractProtectTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.ButtonTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.ContentTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.DebugTag
Processa o fim da tag.
doEndTag() - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.EnforceLoginTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.FormTag
Processa o fim da tag.
doEndTag() - Method in class pt.despodata.java.webappl.tags.FrameSetTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.FrameTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.ProtectTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.SetFrameTag
 
doEndTag() - Method in class pt.despodata.java.webappl.tags.WebPageTag
 
doEndTag() - Method in class pt.moredata.connection.taglibs.AbstractIfTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.connection.taglibs.AbstractInputTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.connection.taglibs.ConvertTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.AddActionMappingTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.DownloadFileTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.ExecuteActionTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.GetErrorStringTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.HideButtonTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.ModifyButtonTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.PrintStackTraceTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.MakeVarTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.content.HideContentControllTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.content.HideContentTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.dao.DAOAbstractTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.dao.GetCellTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.dao.GetRowTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.dao.IteratorTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.filter.AddFilterTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.filter.FilterTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.filter.PaginatorControlTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.filter.PaginatorTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.protectcontent.AbstractContentTag
 
doEndTag() - Method in class pt.moredata.taglibs.protectcontent.AbstractPolicyTag
 
doEndTag() - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
 
doEndTag() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.widgets.ButtonTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.widgets.CheckboxTag
 
doEndTag() - Method in class pt.moredata.taglibs.widgets.TableTag
Processa o fim da tag.
doEndTag() - Method in class pt.moredata.taglibs.widgets.ToolBarTag
 
doFinally() - Method in class pt.moredata.connection.taglibs.AbstractIfTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.connection.taglibs.AbstractInputTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.connection.taglibs.ConvertTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.connection.taglibs.CreateConnectionTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.AbstractHtmlTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.AddActionMappingTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.ButtonTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.DoAfterCommandTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.DoIfTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.DownloadFileTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.ExecuteActionTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.FormTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.GetErrorStringTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.GoToRecordTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.HideButtonTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.ImageTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.InputTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.ModifyButtonTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.PrintStackTraceTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.TextAreaTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.AbstractTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.MakeVarTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.content.HideContentControllTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.content.HideContentTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.dao.DAOAbstractTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.dao.GetCellTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.dao.GetRowTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.dao.IteratorTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.filter.AddFilterTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.filter.FilterTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.filter.PaginatorControlTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.filter.PaginatorTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.protectcontent.AbstractContentTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.protectcontent.AbstractPolicyTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.AnchorTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.ButtonTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.CheckboxTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.FormTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.ImageTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.TableTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinally() - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doFinishLog() - Method in class pt.despodata.java.ddata.DDataErrorHandler
O utilizador carregou no botão de OK da janela.
doFinishLog() - Method in class pt.moredata.widgets.ErrorHandler
O utilizador carregou no botão de OK da janela.
doGet(HttpServletRequest, HttpServletResponse) - Method in class pt.despodata.java.ddata.DHtmlGetByteField
Para enviar o conteudo do campo atraves de get.
doGet(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.dataentry.JspDataEntryController
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.dataentry.taglibs.DownloadFileServlet
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.filter.FilterButtonController
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.filter.PaginatorController
Handles the HTTP GET method.
doInitBody() - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Metodo executado em cada iteracao antes de processar o conteudo da tag.
doInitBody() - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Metodo executado em cada iteracao antes de processar o conteudo da tag.
doInitBody() - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Metodo executado em cada iteracao antes de processar o conteudo da tag.
doInitBody() - Method in class pt.moredata.taglibs.dao.IteratorTag
 
doInitBody() - Method in class pt.moredata.taglibs.widgets.TableTag
 
doLayout() - Method in class pt.moredata.mdmenus.CheckRenderer
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class pt.despodata.java.ddata.DHtmlGetByteField
Para enviar o conteudo do campo atraves de post.
doPost(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.dataentry.JspDataEntryController
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.dataentry.taglibs.DownloadFileServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.filter.FilterButtonController
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.filter.PaginatorController
Handles the HTTP POST method.
doStartTag() - Method in class pt.despodata.java.tags.templates.GetTag
 
doStartTag() - Method in class pt.despodata.java.tags.templates.InsertTag
 
doStartTag() - Method in class pt.despodata.java.tags.templates.PutTag
 
doStartTag() - Method in class pt.despodata.java.tags.util.InvalidateSessionTag
Implementacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.AbstractProtectTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.ButtonTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.ContentTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.DebugTag
Processa o inicio da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.FormTag
Processa o inicio da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.FrameSetTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.FrameTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.GetCellTag
Processa o inicio da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.PrintWebPageTag
 
doStartTag() - Method in class pt.despodata.java.webappl.tags.ProtectTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.SetFrameTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.ShowErrorsTag
 
doStartTag() - Method in class pt.despodata.java.webappl.tags.SubmitButtonTag
Implemetacao da tag.
doStartTag() - Method in class pt.despodata.java.webappl.tags.WebPageTag
Implemetacao da tag.
doStartTag() - Method in class pt.moredata.connection.taglibs.AbstractIfTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.connection.taglibs.AbstractInputTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.connection.taglibs.ConvertTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Processa o fim da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.AbstractHtmlTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.AddActionMappingTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.DownloadFileTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.ExecuteActionTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.FormTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.GetErrorStringTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.GoToRecordTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.HideButtonTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.ImageTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.InputTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.PrintStackTraceTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
 
doStartTag() - Method in class pt.moredata.taglibs.MakeVarTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.content.HideContentControllTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.content.HideContentTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.dao.DAOAbstractTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.dao.GetCellTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.dao.GetRowTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.dao.IteratorTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.filter.AddFilterTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.filter.FilterTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.filter.PaginatorControlTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.filter.PaginatorTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.protectcontent.AbstractContentTag
Implemetacao da tag.
doStartTag() - Method in class pt.moredata.taglibs.protectcontent.AbstractPolicyTag
Implemetacao da tag.
doStartTag() - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
Implemetacao da tag.
doStartTag() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.widgets.ButtonTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.widgets.CheckboxTag
 
doStartTag() - Method in class pt.moredata.taglibs.widgets.TableTag
Processa o inicio da tag.
doStartTag() - Method in class pt.moredata.taglibs.widgets.ToolBarTag
 
domainValidated() - Method in class pt.despodata.java.ddata.DDataTextField
Valida se o dominio da informacao que o campo contem esta no dominio definido nas propriedades
domainValidated() - Method in class pt.despodata.java.ddata.table.DDataCellField
Valida se o dominio da informacao que o campo contem esta no dominio definido nas propriedades
domainValidated() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Valida se o dominio da informacao que o campo contem esta no dominio definido nas propriedades
domainValidated() - Method in class pt.moredata.widgets.TextField
Valida se o dominio da informacao que o campo contem esta no dominio definido nas propriedades
domainValidated() - Method in class pt.moredata.widgets.table.CellField
Valida se o dominio da informacao que o campo contem esta no dominio definido nas propriedades
domainValidated() - Method in class pt.moredata.widgets.table.CellTextField
Valida se o dominio da informacao que o campo contem esta no dominio definido nas propriedades
driver - Variable in class pt.moredata.connection.AbstractConnectionConfig
Nome da classe que implementa o driver JDBC.
dropDown(DropDownComboEvent) - Method in interface pt.despodata.java.ddata.DropDownComboListener
 
dropDown(DropDownComboEvent) - Method in interface pt.moredata.widgets.DropDownComboListener
 
dump() - Method in class pt.despodata.java.ddata.DHtmlDataControl
 
dump(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
 
dump() - Method in class pt.despodata.java.ddata.DHtmlDataField
Imprime o conteudo do objecto (para debug apenas)
dump(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Imprime o conteudo do objecto (para debug apenas)
dump() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Imprime o conteudo do objecto (para debug apenas)
dump(String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Imprime o conteudo do objecto (para debug apenas)
dump() - Method in interface pt.despodata.java.ddata.IDDataControlField
Imprime o conteudo do objecto (para debug apenas)
dump(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Imprime o conteudo do objecto (para debug apenas)
dump() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Imprime o conteudo do objecto (para debug apenas)
dump(String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Imprime o conteudo do objecto (para debug apenas)
dump() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Dump all cells in this row.
dump() - Method in class pt.despodata.java.webappl.GenericController
 
dump() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
 
dump(String) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
 
dump() - Method in interface pt.moredata.dao.DAOView
Deprecated. This method will be removed and will not have a replacment.
dump(String) - Method in interface pt.moredata.dao.DAOView
Deprecated. This method will be removed and will not have a replacment.
dump() - Method in class pt.moredata.dao.DataCell
Dump all cells in this row.
dump() - Method in class pt.moredata.dao.DataFieldInfo
 
dump(String) - Method in class pt.moredata.dao.DataFieldInfo
 
dump() - Method in class pt.moredata.dao.DataIndex
 
dump(String) - Method in class pt.moredata.dao.DataIndex
 
dump(String) - Method in class pt.moredata.dao.DataMetaField
Deprecated.  
dump() - Method in class pt.moredata.dao.DataTableInfo
 
dump(String) - Method in class pt.moredata.dao.DataTableInfo
 
dump() - Method in class pt.moredata.dao.DataTypeInfo
 
dump(String) - Method in class pt.moredata.dao.DataTypeInfo
 
dump(String) - Method in class pt.moredata.dao.ExportedForeignKey
 
dump() - Method in class pt.moredata.dao.ForeignKey
 
dump(String) - Method in class pt.moredata.dao.ForeignKey
 
dump(String) - Method in class pt.moredata.dao.ImportedForeignKey
 
dump() - Method in class pt.moredata.dataentry.core.generator.DAOInfoMap
Deprecated. This is for test propose only, it will be deleted soon.
dumpDataColumns(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Imprime o conteudo da propriedade columns (para debug apenas)
dumpMachine() - Method in class pt.despodata.java.webappl.GenericController
 
dumpMetaFields() - Method in interface pt.moredata.dao.DAOView
Deprecated. This method will be removed and will not have a replacment.
dumpMetaFields(String) - Method in interface pt.moredata.dao.DAOView
Deprecated. This method will be removed and will not have a replacment.
dumpStates() - Method in class pt.despodata.java.mvc.StateMachine
Imprime os estados.
dynsrc - Variable in class pt.moredata.taglibs.widgets.ImageTag
 

E

EDITOR_PANE - Static variable in class pt.despodata.java.ddata.DDataField
 
EDITOR_PANE - Static variable in interface pt.moredata.widgets.FieldObject
FieldObject do tipo EditorPane.
EMAIL - Static variable in class pt.moredata.usernot.UserNotification
Notification methods: E-Mail
EMF - Static variable in class pt.moredata.ecs.rtf.Picture
 
ENTER_EDITOR - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
ENTER_EDITOR - Static variable in class pt.moredata.widgets.event.TableEvent
 
ENTIDADE_COL - Static variable in class pt.moredata.dao.UtilStuff
Description of the Field
ENTIDADE_ROWS - Static variable in class pt.moredata.dao.UtilStuff
Description of the Field
EQUAL - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa uma igualdade no padrao de pesquisa.
ERROR - Static variable in interface pt.moredata.connection.ConnectionConfig
Valor retornado pelo dialogo quando ocorre um erro
ERRORMESSAGE_KEY - Static variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Menssagem de erro que deve ser apresentada em caso de erro.
ERRORPAGE_KEY - Static variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Pagina de erro que deve ser apresentada em caso de erro.
ERRORS_BUNDLE - Static variable in class pt.despodata.java.webappl.Types
 
ERRORS_BUNDLE - Static variable in class pt.moredata.dataentry.Constants
Nome do ficheiro de recursos onde sao guardadas as menssagens de erro.
ERROR_OPTION - Static variable in class pt.despodata.java.ddata.DDataCalendar
 
ERROR_OPTION - Static variable in class pt.despodata.java.ddata.DDataDateChooser
Value returned by showDialog upon an error.
ERROR_OPTION - Static variable in class pt.moredata.widgets.Calendar
Description of the Field
ERROR_OPTION - Static variable in class pt.moredata.widgets.DateChooser
Value returned by showDialog upon an error.
ERROR_PAGE_KEY - Static variable in class pt.despodata.java.webappl.Types
 
ERROR_URL_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do parametro que deve ser passado a esta Servlet com o nome da pagina para onde deve ser direcionado o controlo depois de processado um pedido e caso seja gerado um erro.
ESCAPECHAR - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter usado para representar a barra de escape '\' num padrao de pesquisa.
EXCEL_FORMAT - Static variable in class pt.moredata.dataentry.wizards.ExportWizardData
Excel format.
EXECUTEQUERY_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
EXEC_ACTION - Static variable in interface pt.moredata.dataentry.event.ActionListener
Continue executing the Action.
EXEC_CANCEL - Static variable in interface pt.moredata.dataentry.core.ResponseMessage
A execucao da Action foi cancelada.
EXEC_ERROR - Static variable in interface pt.moredata.dataentry.core.ResponseMessage
Ocorreu um erro ao executar a Action.
EXEC_SUCESS - Static variable in interface pt.moredata.dataentry.core.ResponseMessage
A Action foi executada com sucesso.
EXIT_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
EXIT_EDITOR - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
EXIT_EDITOR - Static variable in class pt.moredata.widgets.event.TableEvent
 
EXPORT_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
EachRowEditor - class pt.moredata.widgets.table.EachRowEditor.
Description of the Class
EachRowEditor(Table) - Constructor for class pt.moredata.widgets.table.EachRowEditor
Constructor for the DataEachRowEditor object
EachRowRenderer - class pt.moredata.widgets.table.EachRowRenderer.
Description of the Class
EachRowRenderer(Table) - Constructor for class pt.moredata.widgets.table.EachRowRenderer
Constructor for the DataEachRowRenderer object
EditSelectedRecordAction - class pt.despodata.java.webappl.actions.EditSelectedRecordAction.
EditSelectedRecordAction.java Company MoreData
EditSelectedRecordAction() - Constructor for class pt.despodata.java.webappl.actions.EditSelectedRecordAction
Creates a new instance of EditSelectedRecordAction
EditorDocument - class pt.moredata.widgets.EditorDocument.
Documento para gerir o input do editor de texto (EditorPane) Author : Sergio Ferreira
EditorDocument() - Constructor for class pt.moredata.widgets.EditorDocument
Constructor for the EditorDocument object
EditorDocumentBeanInfo - class pt.moredata.widgets.EditorDocumentBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
EditorDocumentBeanInfo() - Constructor for class pt.moredata.widgets.EditorDocumentBeanInfo
 
EditorPane - class pt.moredata.widgets.EditorPane.
Title: Description: Editor pane que implementa a possibilidade de scroll De futuro tambem permitira uma toolbar com botoes de formatacao ???
EditorPane() - Constructor for class pt.moredata.widgets.EditorPane
Constructor for the DataEditorPane object
EditorPaneBeanInfo - class pt.moredata.widgets.EditorPaneBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Informacao sobre o bean de edicao de texto Copyright: Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
EditorPaneBeanInfo() - Constructor for class pt.moredata.widgets.EditorPaneBeanInfo
 
EditorPaneComponent - class pt.moredata.dataentry.component.swing.EditorPaneComponent.
Company MoreData
EditorPaneComponent(String, String, EditorPane) - Constructor for class pt.moredata.dataentry.component.swing.EditorPaneComponent
Cria um novo campo visual a partir de um EditorPane.
EditorPaneComponent(String, String, String, String, EditorPane) - Constructor for class pt.moredata.dataentry.component.swing.EditorPaneComponent
Constructor for the EditorPaneComponent object
EditorPaneObject - class pt.moredata.widgets.EditorPaneObject.
EditorPaneObject.java Company MoreData
EditorPaneObject() - Constructor for class pt.moredata.widgets.EditorPaneObject
 
Elite() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Elite
Elite() - Static method in class pt.moredata.fglreport.ProprinterControl
Elite
EmptyAction - class pt.despodata.java.webappl.actions.EmptyAction.
EmptyAction.java Company MoreData
EmptyAction() - Constructor for class pt.despodata.java.webappl.actions.EmptyAction
 
EnforceLoginTag - class pt.despodata.java.webappl.tags.EnforceLoginTag.
EnforceLoginTag.java Created: Thu Sep 20 14:39:37 2001
EnforceLoginTag() - Constructor for class pt.despodata.java.webappl.tags.EnforceLoginTag
 
EnforceLoginTag - class pt.moredata.connection.taglibs.EnforceLoginTag.
EnforceLoginTag.java Company MoreData
EnforceLoginTag() - Constructor for class pt.moredata.connection.taglibs.EnforceLoginTag
 
EnforceLoginTagExtraInfo - class pt.moredata.connection.taglibs.EnforceLoginTagExtraInfo.
EnforceLoginTagExtraInfo.java Company MoreData
EnforceLoginTagExtraInfo() - Constructor for class pt.moredata.connection.taglibs.EnforceLoginTagExtraInfo
 
Enlarged() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Muda a impressão para o dobro da largura
Enlarged() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para o dobro da largura
EntryModelFactory - class pt.moredata.netbeans.modules.moredatatemplates.model.EntryModelFactory.
A factory to create a data entry model based on the information collected by a wizard in a Data object.
EntryModelFactory() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.model.EntryModelFactory
Creates a new instance of EntryModelFactory
ErrorDialog - class pt.moredata.dataentry.util.ErrorDialog.
ErrorDialog.java Esta classe implementa uma janela onde e apresentada uma mensagem de erro e uma mensagem de detalhe.
ErrorDialog(Frame) - Constructor for class pt.moredata.dataentry.util.ErrorDialog
Creates a modal dialog without a title and with the specified owner Frame.
ErrorDialog(Frame, Dimension) - Constructor for class pt.moredata.dataentry.util.ErrorDialog
Creates a modal dialog without a title and with the specified owner Frame.
ErrorFrame - class pt.despodata.java.ddata.ErrorFrame.
Description: Janela para apresentação de mensagens de erro ao(s) utilizadores quando a aplicação funciona num contexto SWING Copyright: Copyright (c) Company:
ErrorFrame(DDataErrorHandler) - Constructor for class pt.despodata.java.ddata.ErrorFrame
Contrutora
ErrorFrame(DDataErrorHandler, DDataSendSimpleMail) - Constructor for class pt.despodata.java.ddata.ErrorFrame
 
ErrorFrame() - Constructor for class pt.despodata.java.ddata.ErrorFrame
Construtora que inicializa a janela do erro de forma diferente, sobretudo para mostrar avisos
ErrorFrame(DDataSendSimpleMail) - Constructor for class pt.despodata.java.ddata.ErrorFrame
Construtora que inicializa a janela do erro de forma diferente, sobretudo para mostrar avisos
ErrorFrame - class pt.moredata.widgets.ErrorFrame.
Description: Janela para apresentação de mensagens de erro ao(s) utilizadores quando a aplicação funciona num contexto SWING Copyright: Copyright (c) Company:
ErrorFrame(ErrorHandler) - Constructor for class pt.moredata.widgets.ErrorFrame
Contrutora
ErrorFrame(ErrorHandler, DataSendSimpleMail) - Constructor for class pt.moredata.widgets.ErrorFrame
 
ErrorFrame() - Constructor for class pt.moredata.widgets.ErrorFrame
Construtora que inicializa a janela do erro de forma diferente, sobretudo para mostrar avisos
ErrorFrame(DataSendSimpleMail) - Constructor for class pt.moredata.widgets.ErrorFrame
Construtora que inicializa a janela do erro de forma diferente, sobretudo para mostrar avisos
ErrorHandle - class pt.despodata.java.ddata.ErrorHandle.
Title: Description: Gestão e armazenamento dos erros genérico (para apanhar no try catch
Preocupa-se a gerir as SQLExceptions fazendo um throw expecifico relativo ao que ocorreu.
ErrorHandle(Exception, String, Connection) - Constructor for class pt.despodata.java.ddata.ErrorHandle
 
ErrorHandle(Exception) - Constructor for class pt.despodata.java.ddata.ErrorHandle
 
ErrorHandle(Exception, Connection) - Constructor for class pt.despodata.java.ddata.ErrorHandle
 
ErrorHandle(Exception, String) - Constructor for class pt.despodata.java.ddata.ErrorHandle
 
ErrorHandle - class pt.moredata.widgets.ErrorHandle.
Title: Description: Gestão e armazenamento dos erros genérico (para apanhar no try catch
Preocupa-se a gerir as SQLExceptions fazendo um throw expecifico relativo ao que ocorreu.
ErrorHandle(Exception, String, Connection) - Constructor for class pt.moredata.widgets.ErrorHandle
 
ErrorHandle(Exception) - Constructor for class pt.moredata.widgets.ErrorHandle
 
ErrorHandle(Exception, Connection) - Constructor for class pt.moredata.widgets.ErrorHandle
 
ErrorHandle(Exception, String) - Constructor for class pt.moredata.widgets.ErrorHandle
 
ErrorHandler - class pt.moredata.util.ErrorHandler.
 
ErrorHandler(Exception) - Constructor for class pt.moredata.util.ErrorHandler
 
ErrorHandler - class pt.moredata.widgets.ErrorHandler.
Title: Description: Classe para gerir as excepções num programa de Swing Apresenta uma mensagem conveniente aos utilizadores
???
ErrorHandler(Exception, DataSendSimpleMail) - Constructor for class pt.moredata.widgets.ErrorHandler
 
ErrorHandler(Exception) - Constructor for class pt.moredata.widgets.ErrorHandler
 
ErrorHandler(DataBaseException, int) - Constructor for class pt.moredata.widgets.ErrorHandler
Gestão dos erros de SQL devolvidos pelo baixo nivel
Preocupa-se com o contexto de ambiente usado para mostrar a mesnagem ao utilizador.
ErrorHandler(Exception, Connection) - Constructor for class pt.moredata.widgets.ErrorHandler
 
ErrorHandler(Exception, boolean) - Constructor for class pt.moredata.widgets.ErrorHandler
 
ErrorHandlerPrintStream - class pt.moredata.util.ErrorHandlerPrintStream.
 
ErrorHandlerPrintStream() - Constructor for class pt.moredata.util.ErrorHandlerPrintStream
 
ErrorInValidationEvent - class pt.despodata.java.ddata.event.ErrorInValidationEvent.
Title: Description: Copyright: Copyright (c) Company: Despodata
ErrorInValidationEvent(Component, String) - Constructor for class pt.despodata.java.ddata.event.ErrorInValidationEvent
 
ErrorInValidationEvent - class pt.moredata.widgets.event.ErrorInValidationEvent.
Title: Description: Copyright: Copyright (c) Company: Despodata
ErrorInValidationEvent(Component, String) - Constructor for class pt.moredata.widgets.event.ErrorInValidationEvent
 
ErrorInValidationListener - interface pt.despodata.java.ddata.event.ErrorInValidationListener.
Title: Description: Copyright: Copyright (c) Company: Despodata
ErrorInValidationListener - interface pt.moredata.widgets.event.ErrorInValidationListener.
Title: Description: Copyright: Copyright (c) Company: Despodata
ErrorPageBuilder - class pt.moredata.dataentry.util.http.ErrorPageBuilder.
Company MoreData
ExcelExport - class pt.moredata.util.ExcelExport.
Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
ExcelExport() - Constructor for class pt.moredata.util.ExcelExport
 
ExcelExportAs - class pt.moredata.util.ExcelExportAs.
Title: Exportador de dados para Excel para um ficheiro à Escolha do Utilizador Description: Copyright: Copyright (c) 2000 Company: Despodata
ExcelExportAs() - Constructor for class pt.moredata.util.ExcelExportAs
Construtor deste Método que inicializa os valores máximos da tabela
ExecuteActionTag - class pt.moredata.dataentry.taglibs.ExecuteActionTag.
Tag for executing a command without the intervention of a user.
ExecuteActionTag() - Constructor for class pt.moredata.dataentry.taglibs.ExecuteActionTag
 
ExemploFernando - class pt.despodata.ExemploFernando.
 
ExemploFernando() - Constructor for class pt.despodata.ExemploFernando
 
ExitApplicationAction - class pt.despodata.java.webappl.actions.ExitApplicationAction.
ExitApplicationAction.java Company MoreData
ExitApplicationAction() - Constructor for class pt.despodata.java.webappl.actions.ExitApplicationAction
 
ExpandLovEvent - class pt.despodata.java.ddata.event.ExpandLovEvent.
Event that ocurrs when the user clicks on the expansion button of the lov in a ddata field.
ExpandLovEvent(Object) - Constructor for class pt.despodata.java.ddata.event.ExpandLovEvent
Creates a new instance of LookupEvent
ExpandLovListener - interface pt.despodata.java.ddata.event.ExpandLovListener.
Listener to an event that ocurrs when the the user clicks on the expander of the lov button.
ExportData - class pt.moredata.dataentry.util.ExportData.
Classe responssavel por exportar os dados da entrada de dados para um determinado formato.
ExportFormatPanel - class pt.moredata.dataentry.wizards.ExportFormatPanel.
Company MoreData
ExportFormatPanel() - Constructor for class pt.moredata.dataentry.wizards.ExportFormatPanel
Creates new form Xpto
ExportToCSVFileAction - class pt.moredata.dataentry.action.ExportToCSVFileAction.
Company MoreData
ExportToCSVFileAction() - Constructor for class pt.moredata.dataentry.action.ExportToCSVFileAction
 
ExportWizardData - class pt.moredata.dataentry.wizards.ExportWizardData.
Modelo de dados para o wizard de exportacao.
ExportWizardData(DataEntry) - Constructor for class pt.moredata.dataentry.wizards.ExportWizardData
Creates a new instance of ExportWizardData
ExportedForeignKey - class pt.despodata.java.ddata.ExportedForeignKey.
Esta classe permite manter informação acerca de uma chave estrangeira que e expoortada por uma tabela.
ExportedForeignKey(String, String, String, short, short) - Constructor for class pt.despodata.java.ddata.ExportedForeignKey
Cria uma chave estrangeira.
ExportedForeignKey - class pt.moredata.dao.ExportedForeignKey.
Esta classe permite manter informação acerca de uma chave estrangeira que e expoortada por uma tabela.
ExportedForeignKey(String, String, String, short, short) - Constructor for class pt.moredata.dao.ExportedForeignKey
Cria uma chave estrangeira.
ExportedForeignKeyTest - class pt.despodata.java.ddata.tests.ExportedForeignKeyTest.
ExportedForeignKeyTest.java Created: Mon Oct 22 12:37:31 2001
ExportedForeignKeyTest(String) - Constructor for class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
ExportedForeignKeyTest - class pt.moredata.dao.ExportedForeignKeyTest.
ExportedForeignKeyTest.java Company MoreData
ExportedForeignKeyTest(String) - Constructor for class pt.moredata.dao.ExportedForeignKeyTest
Constructor for the ExportedForeignKeyTest object
ExtString - class pt.despodata.java.ddata.ExtString.
ExtString.java Adiciona a classe String algumas funcoes uteis.
ExtString(String) - Constructor for class pt.despodata.java.ddata.ExtString
Construtor.
ExtStringTest - class pt.despodata.java.ddata.tests.ExtStringTest.
ExtStringTest.java Company MoreData
ExtStringTest(String) - Constructor for class pt.despodata.java.ddata.tests.ExtStringTest
 
Extenso - class pt.despodata.java.ddata.Extenso.
Usage of the class: to create an instance of the class and by this instance using SetNumber(or passing the number to the constructor) and GetResult methods
Extenso() - Constructor for class pt.despodata.java.ddata.Extenso
 
Extenso(double, String) - Constructor for class pt.despodata.java.ddata.Extenso
 
Extenso(double, int, String) - Constructor for class pt.despodata.java.ddata.Extenso
 
ExtensoTest - class pt.despodata.java.ddata.tests.ExtensoTest.
ExtensoTest.java Created: Wed Oct 24 10:01:55 2001
ExtensoTest(String) - Constructor for class pt.despodata.java.ddata.tests.ExtensoTest
 
e - Variable in class pt.despodata.java.ddata.ErrorHandle
Excepcao apanhada
editCellAt(int, int, EventObject) - Method in class pt.despodata.java.ddata.DDataBaseTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editCellAt(int, int) - Method in class pt.despodata.java.ddata.DDataTable
Edita uma celula especifica
editCellAt(int, int, EventObject) - Method in class pt.despodata.java.ddata.DDataTable
Edita uma celula
editCellAt(int, int, EventObject) - Method in class pt.moredata.widgets.BaseTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editCellAt(int, int) - Method in class pt.moredata.widgets.Table
Edita uma celula especifica
editCellAt(int, int, EventObject) - Method in class pt.moredata.widgets.Table
Edita uma celula
editable - Variable in class pt.moredata.widgets.CheckBoxFieldObject
 
editable - Variable in class pt.moredata.widgets.ComboBoxFieldObject
 
editable - Variable in class pt.moredata.widgets.EditorPaneObject
Propriedade que indica se o campo e editavel ou nao.
editable - Variable in class pt.moredata.widgets.ImageFieldObject
 
editionInProgress() - Method in class pt.despodata.java.ddata.DDataToolBar
Serves to change state when user is typing onto DDataComponent (exp.
editorComponent - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
editorComponent - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
editorComponent - Variable in class pt.moredata.widgets.table.CellEditor
 
editorComponent - Variable in class pt.moredata.widgets.table.WidgetDelegate
Description of the Field
elementCanceled(DDataLovEvent) - Method in interface pt.despodata.java.ddata.event.DDataLovListener
Executado quando o utilizador carregar em cancelar
elementCanceled(LovEvent) - Method in interface pt.moredata.widgets.event.LovListener
Executado quando o utilizador carregar em cancelar
elementSelected(DDataLovEvent) - Method in interface pt.despodata.java.ddata.event.DDataLovListener
Executado quando o utilizador selecciona um elemento
elementSelected(LovEvent) - Method in interface pt.moredata.widgets.event.LovListener
Executado quando o utilizador selecciona um elemento
enableFirstButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
enableLastButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
enabled - Variable in class pt.moredata.mdmenus.CheckNode
 
enctype - Variable in class pt.moredata.taglibs.widgets.FormTag
 
endRow() - Method in class pt.moredata.taglibs.dao.DAOPrinter
Termina uma linha de texto.
endRow() - Method in class pt.moredata.taglibs.dao.DAOTablePrinter
Termina uma linha de texto.
ensureCapacity(ArrayList, int) - Static method in class pt.moredata.util.DataUtil
Garante que o array list tem capacidade para determinada quantidade inserindo elementos nulos sempre que precisar.
enterEditor(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
enterEditor(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
enterEditor(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
enterEditor(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
entrySet() - Method in class pt.moredata.util.FullHashMap
Returns a collection view of the mappings contained in this map.
equals(Object) - Method in class pt.despodata.java.ddata.DHtmlDataField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class pt.despodata.java.ddata.table.CellProperties
 
equals(Object) - Method in class pt.despodata.java.ddata.table.DDataSortInfo
 
equals(Object) - Method in class pt.despodata.java.mvc.State
Verifica se uma estado e igual a outro
equals(Object) - Method in class pt.despodata.java.webappl.Frame
Verifica se uma frame e igual a outra.
equals(Object) - Method in class pt.despodata.java.webappl.Page
Verifica se uma pagina e igual a outra
equals(Object) - Method in class pt.moredata.dao.DataCell
Verifica que duas celulas sao iguais.
equals(Object) - Method in class pt.moredata.dao.DataSource
 
equals(Object) - Method in class pt.moredata.dao.DataTableInfo
Verfica que dois objectos representam informacao acerca da mesma tabela, da mesma base de dados.
equals(Object) - Method in class pt.moredata.util.FullHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class pt.moredata.widgets.table.CellProperties
 
equals(Object) - Method in class pt.moredata.widgets.table.SortInfo
 
errorInValidation(ErrorInValidationEvent) - Method in interface pt.despodata.java.ddata.event.ErrorInValidationListener
 
errorInValidation(ErrorInValidationEvent) - Method in interface pt.moredata.widgets.event.ErrorInValidationListener
 
errorInValidationList - Variable in class pt.despodata.java.ddata.table.DDataCellField
 
errorInValidationList - Variable in class pt.despodata.java.ddata.table.DDataCellTextField
 
errorInValidationList - Variable in class pt.moredata.widgets.table.CellField
 
errorInValidationList - Variable in class pt.moredata.widgets.table.CellTextField
 
exceptionClass - Variable in class pt.despodata.java.ddata.ErrorHandle
Classe (tipo) de excepção
exceptionType - Variable in class pt.despodata.java.ddata.DDataException
 
exceptionType - Variable in class pt.despodata.java.ddata.RowReferencedException
 
exceptionType - Variable in class pt.despodata.java.fglreport.FglReportException
Tipo de excepções do FglReport
exceptionType - Variable in class pt.moredata.fglreport.FglReportException
Tipo de excepções do FglReport
exceptionTypeMessage - Variable in class pt.despodata.java.ddata.ErrorHandle
String descritiva do tipo de erro
executeAction() - Method in class pt.moredata.dataentry.action.SaveSingleRecordAction
Executa a accao implementada por esta classe.
executeQuery() - Method in class pt.despodata.java.ddata.DDataSwingControl
Executa o query do dataControl com a clausula de where preenchida
resultado é apresentado nos controles visuais registados
exit() - Method in class pt.despodata.java.webappl.WebApplication
Sai da aplicacao
exitAfterException - Variable in class pt.despodata.java.ddata.ErrorHandle
Sai ou não depois da excepção
exitApplication(boolean) - Method in class pt.moredata.dao.core.SQLBuilderTest
Terminates the aplication, if showDialog is true, a Dialog will be show to prompt user.
exitApplication(boolean) - Method in class pt.moredata.dataentry.DataBaseFormTemplate
Terminates the aplication, if showDialog is true, a Dialog will be show to prompt user.
exitApplication(boolean) - Method in class pt.moredata.dataentry.DataEntryDemo
Terminates the aplication, if showDialog is true, a Dialog will be show to prompt user.
exitApplication(boolean) - Method in class pt.moredata.dataentry.JDBCApplicationTemplate
Terminates the aplication, if showDialog is true, a Dialog will be show to prompt user.
exitApplication(boolean) - Method in class pt.moredata.dataentry.Prototipo2
Terminates the aplication, if showDialog is true, a Dialog will be show to prompt user.
exitApplication(boolean) - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Terminates the aplication, if showDialog is true, a Dialog will be show to prompt user.
exitEditor(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
exitEditor(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
exitEditor(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
exitEditor(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
expandLov(ExpandLovEvent) - Method in interface pt.despodata.java.ddata.event.ExpandLovListener
 
exportToCSV(DataEntry) - Method in class pt.moredata.dataentry.util.ExportData
Efectua a exportacao de uma entrada de dados para um ficheiro CSV.
exportToCSV(DataEntry, OutputStream) - Method in class pt.moredata.dataentry.util.ExportData
Efectua a exportacao de uma entrada de dados para um ficheiro CSV.
exportToExcel(DataEntry) - Method in class pt.moredata.dataentry.util.ExportData
Efectua a exportacao de uma entrada de dados para um ficheiro de excel.
exportToExcel(DataEntry, List) - Method in class pt.moredata.dataentry.util.ExportData
Efectua a exportacao de determinadas colunas da entrada de dados para um ficheiro de excel.

F

FICHA - Static variable in class pt.despodata.java.webappl.GenericController
Ficha de um registo.
FIELD - Static variable in class pt.despodata.java.ddata.table.CellProperties
 
FIELD - Static variable in class pt.moredata.widgets.table.CellProperties
 
FILECHOOSER - Static variable in class pt.despodata.java.ddata.table.CellProperties
 
FILECHOOSER - Static variable in class pt.moredata.widgets.table.CellProperties
 
FILEUPLOAD_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
 
FILE_KEY - Static variable in class pt.moredata.dataentry.taglibs.DownloadFileServlet
 
FILE_NAME - Static variable in class pt.despodata.java.ddata.DHtmlGetByteField
 
FILE_NAME_KEY - Static variable in class pt.moredata.dataentry.taglibs.DownloadFileServlet
 
FILE_NAME_KEY - Static variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
 
FILE_NAME_SUFIX - Static variable in class pt.moredata.dataentry.taglibs.ButtonTag
 
FINISH - Static variable in interface pt.moredata.wizard.Wizard
Valor devolvido pelo metodo showWizard() quando o wizard termina ao se carregar no botao 'finish'.
FINISH_PANEL - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
Define the order of the finish panel
FIRST_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
FIRST_COLUMN - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
FIRST_COLUMN - Static variable in class pt.moredata.widgets.event.TableEvent
 
FK_NOT_FOUND - Static variable in class pt.moredata.dao.DataBaseError
 
FLOAT - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
FLOAT - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type FLOAT.
FOCUS_ACCELERATOR_KEY - Static variable in class pt.despodata.java.ddata.DDataEditorPane
 
FOCUS_ACCELERATOR_KEY - Static variable in class pt.despodata.java.ddata.DDataField
 
FOCUS_ACCELERATOR_KEY - Static variable in class pt.moredata.widgets.EditorPane
Description of the Field
FORM_DATAENTRY - Static variable in class pt.moredata.dataentry.DataEntryFactory
Entrada de dados do tipo Formulario.
FORM_NAME - Static variable in class pt.moredata.dataentry.taglibs.FormTag
 
FRAME - Static variable in interface pt.despodata.java.webappl.IPage
Tipo de pagina e uma Frame.
FRAMESET - Static variable in interface pt.despodata.java.webappl.IPage
Tipo de pagina e um FrameSet
FRAMESET_VAR_KEY - Static variable in class pt.despodata.java.webappl.Types
 
FROM_FORM - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do parametro usado para dizer que a descricao vem directamente do form e nao de uma tabela.
FastMenuMaker - class pt.moredata.mdmenus.FastMenuMaker.
put your documentation comment here
FastMenuMaker(String, String, Connection, int) - Constructor for class pt.moredata.mdmenus.FastMenuMaker
put your documentation comment here
FglReport - class pt.despodata.java.fglreport.FglReport.
FglReport é a classe que contém as bibliotecas para a construção de reports.
FglReport() - Constructor for class pt.despodata.java.fglreport.FglReport
Construtora
FglReport - interface pt.moredata.fglreport.FglReport.
FglReport.java Title: Biblioteca de classes para aplicações com BD Description: Construção de reports quase compativel com reports de informix 4gl Copyright: Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
FglReportEvent - class pt.despodata.java.fglreport.event.FglReportEvent.
FglReportEvent é a classe que inicializa os eventos
FglReportEvent(Object) - Constructor for class pt.despodata.java.fglreport.event.FglReportEvent
 
FglReportEvent - class pt.moredata.fglreport.event.FglReportEvent.
FglReportEvent é a classe que inicializa os eventos
FglReportEvent(Object) - Constructor for class pt.moredata.fglreport.event.FglReportEvent
 
FglReportException - exception pt.despodata.java.fglreport.FglReportException.
 
FglReportException(String) - Constructor for class pt.despodata.java.fglreport.FglReportException
Excepções do FglReport
FglReportException(String, String, int) - Constructor for class pt.despodata.java.fglreport.FglReportException
Excepção com afectação de tipo para tratamento adequado
FglReportException - exception pt.moredata.fglreport.FglReportException.
Title: FglReportException Description: Classe usada para as excepcões do package FglReport Copyright: Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
FglReportException(String) - Constructor for class pt.moredata.fglreport.FglReportException
Excepções do FglReport
FglReportException(String, String, int) - Constructor for class pt.moredata.fglreport.FglReportException
Excepção com afectação de tipo para tratamento adequado
FglReportFactory - class pt.moredata.fglreport.FglReportFactory.
 
FglReportListener - interface pt.despodata.java.fglreport.event.FglReportListener.
Interface que contém os métodos que tratam os eventos.
FglReportListener - interface pt.moredata.fglreport.event.FglReportListener.
Interface que contém os métodos que tratam os eventos.
FglReportSuite - class pt.despodata.java.fglreport.tests.FglReportSuite.
SuiteDeTestes.java Company MoreData
FglReportSuite(String) - Constructor for class pt.despodata.java.fglreport.tests.FglReportSuite
 
FglReportSuite - class pt.moredata.fglreport.FglReportSuite.
SuiteDeTestes.java Company MoreData
FglReportSuite(String) - Constructor for class pt.moredata.fglreport.FglReportSuite
Constructor for the FglReportSuite object
FglReportTest - class pt.despodata.java.fglreport.tests.FglReportTest.
FglReportTest.java Company MoreData
FglReportTest(String) - Constructor for class pt.despodata.java.fglreport.tests.FglReportTest
 
Field - class pt.moredata.netbeans.modules.moredatatemplates.model.Field.
 
Field() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Creates a new instance of Field
Field - class pt.moredata.widgets.Field.
Title: ield Description:
Campo visual "universal" para edição/visualização de conteudo de colunas da base de dados em Swing.
Field() - Constructor for class pt.moredata.widgets.Field
Constructor for the DataField object
FieldBeanInfo - class pt.moredata.widgets.FieldBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
FieldBeanInfo() - Constructor for class pt.moredata.widgets.FieldBeanInfo
 
FieldComponent - class pt.moredata.dataentry.component.swing.FieldComponent.
Implementacao de um campo visual baseado num Field.
FieldComponent(Field) - Constructor for class pt.moredata.dataentry.component.swing.FieldComponent
Cria um novo campo visual a partir de um Field.
FieldComponent(String, String, String, String, Field) - Constructor for class pt.moredata.dataentry.component.swing.FieldComponent
Constructor for the FieldComponent object
FieldDelegate - class pt.moredata.widgets.table.FieldDelegate.
 
FieldDelegate() - Constructor for class pt.moredata.widgets.table.FieldDelegate
 
FieldDelegate(CellProperties) - Constructor for class pt.moredata.widgets.table.FieldDelegate
 
FieldDocument - class pt.moredata.widgets.FieldDocument.
Document for Swing input of database type specific text fields such as: Integer ; Smallint ; BigInt ; Decimal ; Double ; Float ; Date ; TinyInt ; Numeric ; Real ; Char ; VarChar ; LongVarChar ; Time ; TimeStamp ; Null ;
FieldDocument() - Constructor for class pt.moredata.widgets.FieldDocument
By default the data type is Char
FieldDocument(int) - Constructor for class pt.moredata.widgets.FieldDocument
Constructor for the FieldDocument object
FieldEvent - class pt.moredata.widgets.event.FieldEvent.
Title: Description: Copyright: Copyright (c) Despodata Company: Despodata
FieldEvent(Component) - Constructor for class pt.moredata.widgets.event.FieldEvent
 
FieldEvent(Component, Object, Object, boolean) - Constructor for class pt.moredata.widgets.event.FieldEvent
 
FieldListener - interface pt.moredata.widgets.event.FieldListener.
Title: Description: Event listener para as accoes extra executadas sobre um Field Copyright: Copyright (c) Despodata Company: Despodata
FieldObject - interface pt.moredata.widgets.FieldObject.
 
FieldObjectFactory - class pt.moredata.widgets.FieldObjectFactory.
 
FieldRelation - class pt.despodata.java.webappl.FieldRelation.
 
FieldRelation() - Constructor for class pt.despodata.java.webappl.FieldRelation
Constroi um novo conjunto de relacoes entre campos de tabelas.
FieldRelationTag - class pt.despodata.java.webappl.tags.FieldRelationTag.
FieldRelationTag.java, Permite definir mais facilmente a estrutura de uma entrada de dados.
FieldRelationTag() - Constructor for class pt.despodata.java.webappl.tags.FieldRelationTag
 
FileChooser - class pt.moredata.widgets.FileChooser.
Description of the Class
FileChooser(Hashtable) - Constructor for class pt.moredata.widgets.FileChooser
Constructor for the FileChooser object
FileChooser() - Constructor for class pt.moredata.widgets.FileChooser
 
FileChooserBeanInfo - class pt.moredata.widgets.FileChooserBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
FileChooserBeanInfo() - Constructor for class pt.moredata.widgets.FileChooserBeanInfo
 
FileChooserEditor - class pt.despodata.java.ddata.table.FileChooserEditor.
 
FileChooserEditor() - Constructor for class pt.despodata.java.ddata.table.FileChooserEditor
 
FileFilter - class pt.moredata.widgets.FileFilter.
Filtro para ficheiros que se podem abrir
FileFilter() - Constructor for class pt.moredata.widgets.FileFilter
Cria um novo filtro.
FileFilter(String) - Constructor for class pt.moredata.widgets.FileFilter
Creates a file filter that accepts files with the given extension.
FileFilter(String, String) - Constructor for class pt.moredata.widgets.FileFilter
Creates a file filter that accepts the given file type.
FileFilter(String[]) - Constructor for class pt.moredata.widgets.FileFilter
Creates a file filter from the given string array.
FileFilter(String[], String) - Constructor for class pt.moredata.widgets.FileFilter
Creates a file filter from the given string array and description.
FileFilterBeanInfo - class pt.moredata.widgets.FileFilterBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
FileFilterBeanInfo() - Constructor for class pt.moredata.widgets.FileFilterBeanInfo
 
FileImage - class pt.moredata.util.FileImage.
 
FileImage(File, boolean) - Constructor for class pt.moredata.util.FileImage
 
FileImage(File) - Constructor for class pt.moredata.util.FileImage
 
FilePreviewer - class pt.moredata.widgets.FilePreviewer.
Preview da imagem que deve ser carregada
Permite ver as imagens muito pequeninas do lado esquerdo do file chooser
FilePreviewer(JFileChooser) - Constructor for class pt.moredata.widgets.FilePreviewer
 
FilePreviewerBeanInfo - class pt.moredata.widgets.FilePreviewerBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
FilePreviewerBeanInfo() - Constructor for class pt.moredata.widgets.FilePreviewerBeanInfo
 
FileUpload - class pt.moredata.widgets.FileUpload.
FileUpload.java Company MoreData
FileUpload() - Constructor for class pt.moredata.widgets.FileUpload
Creates new form FileUpload
FileUploadBeanInfo - class pt.moredata.widgets.FileUploadBeanInfo.
FileUploadBeanInfo.java Company MoreData
FileUploadBeanInfo() - Constructor for class pt.moredata.widgets.FileUploadBeanInfo
 
FileUploadComponent - class pt.moredata.dataentry.component.swing.FileUploadComponent.
Company MoreData
FileUploadComponent(String, String, FileUpload) - Constructor for class pt.moredata.dataentry.component.swing.FileUploadComponent
Creates a new instance of FileUploadComponent
FileUploadComponent(String, String, String, String, FileUpload) - Constructor for class pt.moredata.dataentry.component.swing.FileUploadComponent
Constructor for the FileUploadComponent object
FileUploadServletRequest - class pt.despodata.java.ddata.FileUploadServletRequest.
DDataServletRequest.java Esta classe permite manipular pedidos que venham com diferentes tipos de encode.
FileUploadServletRequest(HttpServletRequest, String) - Constructor for class pt.despodata.java.ddata.FileUploadServletRequest
Construtor para fazer o file upload directamente para a memoria e para gurdar uma copia dos ficheiro numa dada directoria.
FileUploadServletRequest(HttpServletRequest) - Constructor for class pt.despodata.java.ddata.FileUploadServletRequest
Construtor para fazer o file upload directamente para a memoria.
Filter - class pt.moredata.taglibs.filter.Filter.
Filter.java Esta classe representa um filtro criado a partir da tag FilterButtonTag.
Filter(String, String) - Constructor for class pt.moredata.taglibs.filter.Filter
Creates a new instance of Filter
FilterButtonController - class pt.moredata.taglibs.filter.FilterButtonController.
FilterButtonController.java Company MoreData
FilterButtonController() - Constructor for class pt.moredata.taglibs.filter.FilterButtonController
 
FilterButtonTag - class pt.moredata.taglibs.filter.FilterButtonTag.
FilterButtonTag.java Company MoreData
FilterButtonTag() - Constructor for class pt.moredata.taglibs.filter.FilterButtonTag
 
FilterPool - class pt.moredata.taglibs.filter.FilterPool.
FilterPool.java Company MoreData
FilterPool() - Constructor for class pt.moredata.taglibs.filter.FilterPool
 
FilterSet - class pt.moredata.taglibs.filter.FilterSet.
FilterSet.java Company MoreData
FilterSet(String) - Constructor for class pt.moredata.taglibs.filter.FilterSet
Creates a new instance of FilterSet
FilterTag - class pt.moredata.taglibs.filter.FilterTag.
FilterTag.java Company MoreData
FilterTag() - Constructor for class pt.moredata.taglibs.filter.FilterTag
 
Finger - class pt.moredata.programlaunch.util.Finger.
Finger.java Classe que implementa o utilitario 'finger' do unix em Java.
Finger() - Constructor for class pt.moredata.programlaunch.util.Finger
 
Finger - class pt.moredata.util.Finger.
Finger.java Classe que implementa o utilitario 'finger' do unix em Java.
Finger() - Constructor for class pt.moredata.util.Finger
 
FinishPanel - class pt.moredata.netbeans.modules.moredatatemplates.wizard.FinishPanel.
The last panel of the wizard execution.
FinishPanel(Data) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.FinishPanel
Creates new form FinishPanel
FinishPanel() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.FinishPanel
The default empty constructor.
FirstPageHeaderListener - interface pt.moredata.fglreport.event.FirstPageHeaderListener.
FirstPageHeaderListener.java Company MoreData
FirstRecordAction - class pt.despodata.java.webappl.actions.FirstRecordAction.
FirstRecordAction.java Company MoreData
FirstRecordAction() - Constructor for class pt.despodata.java.webappl.actions.FirstRecordAction
 
Font - class pt.moredata.ecs.rtf.Font.
 
Font(int, String, String, String, String) - Constructor for class pt.moredata.ecs.rtf.Font
Construtor completo
FontTbl - class pt.moredata.ecs.rtf.FontTbl.
 
FontTbl() - Constructor for class pt.moredata.ecs.rtf.FontTbl
Creates new FontTbl
FooterStyle - class pt.moredata.ecs.rtf.FooterStyle.
 
FooterStyle(int) - Constructor for class pt.moredata.ecs.rtf.FooterStyle
Creates new FooterStyle
ForeignKey - class pt.despodata.java.ddata.ForeignKey.
 
ForeignKey(String, String, String, short, short) - Constructor for class pt.despodata.java.ddata.ForeignKey
Cria uma chave estrangeira.
ForeignKey - class pt.moredata.dao.ForeignKey.
Obtem toda a meta informação relativa a uma tabela, nomeadamente: - Relativa a cada coluna - Chave primária - Chaves estrangeiras - ???
ForeignKey(String, String, String, short, short) - Constructor for class pt.moredata.dao.ForeignKey
Cria uma chave estrangeira.
ForeignKeyTest - class pt.despodata.java.ddata.tests.ForeignKeyTest.
ForeignKeyTest.java Company MoreData
ForeignKeyTest(String) - Constructor for class pt.despodata.java.ddata.tests.ForeignKeyTest
 
ForeignKeyTest - class pt.moredata.dao.ForeignKeyTest.
ForeignKeyTest.java Company MoreData
ForeignKeyTest(String) - Constructor for class pt.moredata.dao.ForeignKeyTest
Constructor for the ForeignKeyTest object
FormAction - class pt.moredata.wizard.FormAction.
 
FormAction() - Constructor for class pt.moredata.wizard.FormAction
 
FormAction2 - class pt.moredata.wizard.FormAction2.
 
FormAction2() - Constructor for class pt.moredata.wizard.FormAction2
 
FormController - interface pt.moredata.dataentry.FormController.
 
FormDataEntry - class pt.moredata.dataentry.core.FormDataEntry.
Company MoreData
FormDataEntry(String) - Constructor for class pt.moredata.dataentry.core.FormDataEntry
Creates a new instance of a FormDataEntry
FormDataEntry.ComponentValueArray - class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray.
Array para guardar os valores dos componentes visuais.
FormDataEntry.ComponentValueArray() - Constructor for class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray
 
FormDataEntryComponent - class pt.moredata.dataentry.component.FormDataEntryComponent.
Implementacao de um campo visual com apenas uma coluna.
FormDataEntryComponent(String, String) - Constructor for class pt.moredata.dataentry.component.FormDataEntryComponent
Constructor for the FormDataEntryComponent object.
FormDataEntryComponent(String, String, String, String) - Constructor for class pt.moredata.dataentry.component.FormDataEntryComponent
Constructor for the FormDataEntryComponent object
FormTag - class pt.despodata.java.webappl.tags.FormTag.
FormTag.java Company MoreData
FormTag() - Constructor for class pt.despodata.java.webappl.tags.FormTag
Creates a new instance of FormTag
FormTag - class pt.moredata.dataentry.taglibs.FormTag.
Implementação da tag responsavel pela interação com a servlet que controla o DataEntry.
FormTag() - Constructor for class pt.moredata.dataentry.taglibs.FormTag
 
FormTag - class pt.moredata.taglibs.widgets.FormTag.
FormTag.java Implementação da tag responsavel pela interação com a servlet que controla o DataEntry.
FormTag() - Constructor for class pt.moredata.taglibs.widgets.FormTag
 
FormatValidator - class pt.despodata.java.ddata.validators.FormatValidator.
Company Moredata
FormatValidator() - Constructor for class pt.despodata.java.ddata.validators.FormatValidator
 
FormatValidator - class pt.moredata.widgets.validators.FormatValidator.
Company Moredata
FormatValidator() - Constructor for class pt.moredata.widgets.validators.FormatValidator
 
Frame - class pt.despodata.java.webappl.Frame.
Frame.java, Representacao de uma frame de um FrameSet.
Frame(String, FrameSet) - Constructor for class pt.despodata.java.webappl.Frame
Constroi uma frame com uma pagina.
Frame - class pt.moredata.widgets.Frame.
Special text field to handle input of database types such as date(s) and integer(s) and others.
Frame() - Constructor for class pt.moredata.widgets.Frame
 
FrameBeanInfo - class pt.moredata.widgets.FrameBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
FrameBeanInfo() - Constructor for class pt.moredata.widgets.FrameBeanInfo
 
FrameSet - class pt.despodata.java.webappl.FrameSet.
FrameSet.java, Representacao de um conjunto de frames que definem uma pagina.
FrameSet(String) - Constructor for class pt.despodata.java.webappl.FrameSet
Constroi uma nova lista de frames.
FrameSetTag - class pt.despodata.java.webappl.tags.FrameSetTag.
FrameSetTag.java, Permite definir mais facilmente a estrutura de uma entrada de dados.
FrameSetTag() - Constructor for class pt.despodata.java.webappl.tags.FrameSetTag
 
FrameSetTagExtraInfo - class pt.despodata.java.webappl.tags.FrameSetTagExtraInfo.
FrameSetTagExtraInfo.java, Permite definir mais facilmente a estrutura de uma entrada de dados.
FrameSetTagExtraInfo() - Constructor for class pt.despodata.java.webappl.tags.FrameSetTagExtraInfo
 
FrameTag - class pt.despodata.java.webappl.tags.FrameTag.
FrameTag.java, Permite definir mais facilmente a estrutura de uma entrada de dados.
FrameTag() - Constructor for class pt.despodata.java.webappl.tags.FrameTag
 
FullHashMap - class pt.moredata.util.FullHashMap.
FullHashMap.java Esta classe disponibiliza as funcionalidades existentes na classe HashMap e acrescenta a possibilidade de fazer o mapeamento inverso.
FullHashMap(int, float) - Constructor for class pt.moredata.util.FullHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
FullHashMap(int) - Constructor for class pt.moredata.util.FullHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
FullHashMap() - Constructor for class pt.moredata.util.FullHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
fazFicheiro(String) - Method in class pt.despodata.java.ddata.DDataExcelExport
 
fazFicheiro(String) - Method in class pt.moredata.util.ExcelExport
 
fazProvaX - Variable in class pt.despodata.java.objgraficos.PrintPreview
 
fazProvaX - Variable in class pt.despodata.java.objgraficos.ProvaX
 
fazProvaX - Variable in class pt.moredata.fglreport.objgraficos.PrintPreview
 
ficheiro - Variable in class pt.moredata.fglreport.TxtFglReport
Contem o nome do ficheiro que vai escrever
field - Variable in class pt.despodata.java.ddata.tests.DDataFieldTest
 
fieldd - Variable in class pt.despodata.java.ddata.tests.DDataFieldTest
 
fielddoc - Variable in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
 
fileName - Variable in class pt.despodata.java.ddata.DHtmlGetByteField
Nome do ficheiro quando se faz download do ficheiro.
files - Variable in class pt.despodata.java.ddata.DDataMultipartRequest
 
files - Variable in class pt.moredata.dataentry.util.http.MultipartServletRequest
Lista de ficheiros enviados pelo browser.
filesData - Variable in class pt.despodata.java.ddata.DDataMultipartRequest
InputStreams dos ficheiros, indexados pelo nome do ficheiro.
filesData - Variable in class pt.moredata.dataentry.util.http.MultipartServletRequest
InputStreams dos ficheiros, indexados pelo nome do ficheiro.
fillCurrentFromDataControl(DDataControl) - Method in class pt.despodata.java.ddata.DDataComboBox
Preenche o elemento corrente na combo Box tendo como origem o data control enviado como parametro ????
fillCurrentFromDataControl(DataAccessObject) - Method in class pt.moredata.widgets.ComboBox
Preenche o elemento corrente na combo Box tendo como origem o data control enviado como parametro ????
fillLovList() - Method in class pt.despodata.java.ddata.DDataLov
Preenche a lista da LOV com os dados existentes na pool de DataControl(s) Se a clausula de where estiver preenchida volta a efectuar o query
fillLovList() - Method in class pt.moredata.widgets.Lov
Preenche a lista da LOV com os dados existentes na pool de DataControl(s) Se a clausula de where estiver preenchida volta a efectuar o query
fillPackageField() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.FinishPanel
Fill the target package where the code should be generated
filter() - Method in class pt.moredata.widgets.LovFrame
Abre uma janela para filtragem da(s) descricoes Falta os botoes serem multinacionais
finalize() - Method in class pt.despodata.java.ddata.DDataProgressBar
 
finalize() - Method in class pt.moredata.connection.CreateConnectionDemo
Termina a ligacao a base de dados.
finalize() - Method in class pt.moredata.widgets.ProgressBar
Description of the Method
findDAO(String) - Method in class pt.despodata.java.webappl.tags.GetCellTag
Devolve o dao dado o nome especificado na tag.
findDAO(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Devolve o dao dado o nome especificado na tag.
findDAO(String) - Method in class pt.moredata.taglibs.dao.IteratorTag
Devolve o dao dado o nome especificado na tag.
findWindowFor(Component) - Static method in class pt.moredata.widgets.util.WidgetUtil
Finds the parent Window for a given component
finger(String, String) - Static method in class pt.moredata.util.Finger
 
finish(DDWizActionEvent) - Method in interface pt.despodata.java.wizard.event.DDWizActionListener
 
finish(DDWizEvent) - Method in interface pt.despodata.java.wizard.event.DDWizListener
 
finish(WizardActionEvent) - Method in interface pt.moredata.wizard.event.WizardActionListener
 
finish(WizardEvent) - Method in interface pt.moredata.wizard.event.WizardListener
 
finishAction() - Method in class pt.moredata.xml2db.ReadXML2DB
 
finishReport() - Method in class pt.despodata.java.fglreport.FglReport
Termina o report fechando o ficheiro se for caso disso ou apenas mudando as variáveis do objecto (se Stream)
finishReport() - Method in class pt.moredata.fglreport.AbstractFglReport
Termina o report fechando o ficheiro se for caso disso ou apenas mudando as variáveis do objecto (se Stream)
finishReport() - Method in interface pt.moredata.fglreport.FglReport
Termina o report fechando o ficheiro se for caso disso ou apenas mudando as variáveis do objecto (se Stream)
finishReport() - Method in class pt.moredata.fglreport.SwingFglReport
Termina o report fechando o ficheiro se for caso disso ou apenas mudando as variáveis do objecto (se Stream)
finishReport() - Method in class pt.moredata.fglreport.TxtFglReport
Termina o report fechando o ficheiro se for caso disso ou apenas mudando as variáveis do objecto (se Stream)
fireActionPerformed(ActionEvent) - Method in class pt.despodata.java.ddata.DDataCalendar
 
fireActionPerformed(ActionEvent) - Static method in class pt.despodata.java.ddata.DDataConnectDb
Notify all listeners that have registered interest for notification on this event type.
fireActionPerformed(ActionEvent) - Method in class pt.moredata.widgets.Calendar
Description of the Method
fireAfterEditEvent(int, AfterEditEvent) - Method in class pt.despodata.java.ddata.DDataTable
 
fireAfterEditEvent(int, AfterEditEvent) - Method in class pt.moredata.widgets.Table
 
fireCell(DDataTableEvent, byte) - Method in class pt.despodata.java.ddata.DDataBaseTable
Dispara o evento ao sair de uma celula
fireCell(DDataTableEvent, byte) - Method in class pt.despodata.java.ddata.DDataTable
Dispara o evento ao sair de uma celula
fireCell(DDataTableListener, DDataTableEvent, byte) - Static method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
fireCell(Vector, DDataTableEvent, byte) - Static method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
fireCell(DDataTableEvent, byte) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Dispara o evento ao sair de uma celula
fireCell(DDataTableEvent, byte) - Method in class pt.despodata.java.ddata.table.DDataTableModel
Dispara o evento ao sair de uma celula
fireCell(TableEvent, byte) - Method in class pt.moredata.widgets.BaseTable
Dispara o evento ao sair de uma celula
fireCell(TableEvent, byte) - Method in class pt.moredata.widgets.Table
Dispara o evento ao sair de uma celula
fireCell(TableListener, TableEvent, byte) - Static method in class pt.moredata.widgets.event.TableAdapter
 
fireCell(Vector, TableEvent, byte) - Static method in class pt.moredata.widgets.event.TableAdapter
 
fireCell(TableEvent, byte) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Dispara o evento ao sair de uma celula
fireCell(TableEvent, byte) - Method in class pt.moredata.widgets.table.TableModel
Dispara o evento ao sair de uma celula
fireChange() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Fire an event to all registred change listeners.
fireComponentEvent(ComponentEvent, int) - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Gera um evento para cada um dos listeneres registados no componente.
fireDataEntryEvent(DataEntryEvent) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Dispara a ocorrencia de um evento DataEntryEvent para os listeners registados.
fireDropDownComboListeners() - Method in class pt.despodata.java.ddata.DDataComboBox
Notifica quem estiver a ouvir da ocorrencia de modificacoes
fireDropDownComboListeners() - Method in class pt.moredata.widgets.ComboBox
Notifica quem estiver a ouvir da ocorrencia de modificacoes
fireEditingCanceled() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
fireEditingCanceled() - Method in class pt.moredata.widgets.table.CellEditor
 
fireEditingStopped() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
fireEditingStopped() - Method in class pt.moredata.widgets.table.CellEditor
 
fireEvent(ActionEvent) - Method in interface pt.despodata.java.webappl.actions.Action
Fires a event in this Action.
fireEvent(ActionEvent, ActionListener) - Method in class pt.despodata.java.webappl.actions.ActionBase
Fires a event in this Action for a specified listener.
fireEvent(ActionEvent, List) - Method in class pt.despodata.java.webappl.actions.ActionBase
Fires a event in this Action for a givien listeners list.
fireEvent(ActionEvent) - Method in class pt.despodata.java.webappl.actions.ActionBase
Fires a event in this Action.
fireEvent(ActionEvent, ActionListener) - Method in class pt.despodata.java.webappl.actions.SearchRecordAction
Fires a event in this Action for a specified listener.
fireFocusEvent(FocusEvent) - Method in class pt.despodata.java.ddata.DDataTable
 
fireFocusEvent(FocusEvent) - Method in class pt.moredata.widgets.Table
 
fireHyperlinkUpdate(HyperlinkEvent) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
fireHyperlinkUpdate(HyperlinkEvent) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
fireImageFieldEvent() - Method in class pt.moredata.widgets.ImageField
Gera um evento para cada um dos listeneres registados no componente.
fireItemSelectedListeners() - Method in class pt.despodata.java.ddata.DDataComboBox
Notifica quem estiver a ouvir da ocorrencia de modificacoes
fireItemSelectedListeners() - Method in class pt.moredata.widgets.ComboBox
Notifica quem estiver a ouvir da ocorrencia de modificacoes
fireListSelectionEvent(ListSelectionEvent) - Method in class pt.moredata.widgets.CheckBoxList
Gera um evento para cada um dos listeneres registados no componente.
fireTableChange(int, int) - Method in class pt.despodata.java.ddata.DDataTable
 
fireTableChange(int, int) - Method in class pt.moredata.widgets.Table
 
first(DDWizActionEvent) - Method in interface pt.despodata.java.wizard.event.DDWizActionListener
 
first(WizardActionEvent) - Method in interface pt.moredata.wizard.event.WizardActionListener
 
firstColumn(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
firstColumn(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
firstColumn(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
firstColumn(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
firstPageHeader(FglReportEvent) - Method in interface pt.despodata.java.fglreport.event.FglReportListener
Método que define o que vai ser impresso na primeira página.
firstPageHeader(FglReportEvent) - Method in interface pt.moredata.fglreport.event.FglReportListener
Método que define o que vai ser impresso na primeira página.
firstPageHeader(FglReportEvent) - Method in interface pt.moredata.fglreport.event.FirstPageHeaderListener
Método invocado pelo DaoReport para imprimir o header da primeira pagina.
firstPageHeaderCount - Variable in class pt.despodata.java.fglreport.tests.FglReportTest
 
firstPageHeaderCount - Variable in class pt.moredata.fglreport.SwingFglReportTest
Description of the Field
firstPageHeaderCount - Variable in class pt.moredata.fglreport.TxtFglReportTest
 
firstPageHeaderLength - Variable in class pt.moredata.fglreport.AbstractFglReport
Tamanho do FirstPageHeader
firstRecord() - Method in class pt.despodata.java.ddata.DDataSwingControl
Mostra o primeiro registo em free form ou posiciona-se no primeiro se em grid
firstTime - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
fixedColumns - Variable in class pt.despodata.java.ddata.DDataTable
Tabela (JTable) adicional usada para colunas fixadas (freeze)
fixedColumns - Variable in class pt.moredata.widgets.Table
Tabela (JTable) adicional usada para colunas fixadas (freeze)
flush() - Method in class pt.moredata.usernot.UserNotification
Go ahead and do it: Send/store the notification
focusColor - Variable in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
focusColor - Variable in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
focusGained(FocusEvent) - Method in class pt.despodata.java.ddata.DDataTable
 
focusGained(FocusEvent) - Method in class pt.despodata.java.ddata.DDataTextField.ddataFieldFocusListener
 
focusGained(FocusEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.FocusHandler
 
focusGained - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
focusGained(FocusEvent) - Method in class pt.despodata.java.ddata.table.DDataCellField.ddataFieldFocusListener
 
focusGained(FocusEvent) - Method in class pt.despodata.java.ddata.table.DDataCellTextField.ddataFieldFocusListener
 
focusGained - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
focusGained(FocusEvent) - Method in class pt.moredata.widgets.Table
 
focusGained(FocusEvent) - Method in class pt.moredata.widgets.TextField.DataFieldFocusListener
Description of the Method
focusGained(FocusEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.FocusHandler
 
focusGained - Variable in class pt.moredata.widgets.table.CellEditor
 
focusGained(FocusEvent) - Method in class pt.moredata.widgets.table.CellField.ddataFieldFocusListener
 
focusGained(FocusEvent) - Method in class pt.moredata.widgets.table.CellTextField.ddataFieldFocusListener
 
focusListener - Variable in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
focusListener - Variable in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
focusListenerList - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
focusLost(FocusEvent) - Method in class pt.despodata.java.ddata.DDataTable
 
focusLost(FocusEvent) - Method in class pt.despodata.java.ddata.DDataTextField.ddataFieldFocusListener
Validacoes quando o campo perde o focus.
focusLost(FocusEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.FocusHandler
 
focusLost(FocusEvent) - Method in class pt.despodata.java.ddata.table.DDataCellField.ddataFieldFocusListener
Validacoes quando o campo perde o focus.
focusLost(FocusEvent) - Method in class pt.despodata.java.ddata.table.DDataCellTextField.ddataFieldFocusListener
Validacoes quando o campo perde o focus.
focusLost(FocusEvent) - Method in class pt.moredata.widgets.Table
 
focusLost(FocusEvent) - Method in class pt.moredata.widgets.TextField.DataFieldFocusListener
Validacoes quando o campo perde o focus.
focusLost(FocusEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.FocusHandler
 
focusLost(FocusEvent) - Method in class pt.moredata.widgets.table.CellField.ddataFieldFocusListener
Validacoes quando o campo perde o focus.
focusLost(FocusEvent) - Method in class pt.moredata.widgets.table.CellTextField.ddataFieldFocusListener
Validacoes quando o campo perde o focus.
font - Variable in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
font - Variable in class pt.despodata.java.objgraficos.objectosX
Fonte do texto
font(String, int) - Method in class pt.moredata.ecs.rtf.RtfFactory
Muda para um font com determinado tamanho
font - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Fonte do texto
font - Variable in class pt.moredata.widgets.TableHeaderRenderer
 
font_height - Variable in class pt.despodata.java.objgraficos.objectosX
Altura da fonte
font_height - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Altura da fonte
font_m_width - Variable in class pt.despodata.java.objgraficos.objectosX
Variável mais aproximada da largura de um caracter
font_m_width - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Variável mais aproximada da largura de um caracter
font_width - Variable in class pt.despodata.java.objgraficos.objectosX
Largura máxima de um caracter nesta fonte
font_width - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Largura máxima de um caracter nesta fonte
foreignKeyLookup() - Method in class pt.despodata.java.ddata.DDataField
When the field is a foreign key, and a Lookup is asked, it selects the description defined to be showed from the lookup table.
foreignKeyLookup() - Method in class pt.moredata.widgets.Field
Faz um lookup de acordo com a chave estrangeira preenchida Em geral preenche a descrição correspondente à chave estrangeira preenchida.
format - Variable in class pt.moredata.widgets.CheckBoxFieldObject
 
format - Variable in class pt.moredata.widgets.ComboBoxFieldObject
 
format - Variable in class pt.moredata.widgets.ImageFieldObject
 
format - Variable in class pt.moredata.widgets.TextFieldObject
 
formatObject(Object) - Static method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve uma string que representa um objecto devidamente formatado.
formatValue() - Method in class pt.despodata.java.ddata.DDataTextField
Formata o valor preenchido de acordo com o formato definido ou com o formato implicito ao tipo de dados ????
formatValue() - Method in class pt.despodata.java.ddata.table.DDataCellField
Formata o valor preenchido de acordo com o formato definido ou com o formato implicito ao tipo de dados ????
formatValue() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Formata o valor preenchido de acordo com o formato definido ou com o formato implicito ao tipo de dados ????
formatValue() - Method in class pt.moredata.widgets.TextField
Formata o valor preenchido de acordo com o formato definido ou com o formato implicito ao tipo de dados ????
formatValue() - Method in class pt.moredata.widgets.table.CellField
Formata o valor preenchido de acordo com o formato definido ou com o formato implicito ao tipo de dados ????
formatValue() - Method in class pt.moredata.widgets.table.CellTextField
Formata o valor preenchido de acordo com o formato definido ou com o formato implicito ao tipo de dados ????
forwardRequest(HttpServletRequest, HttpServletResponse, String) - Method in class pt.despodata.java.webappl.Dispatcher
Redireciona o pedido para uma dada pagina.
forwardRequest(HttpServletRequest, HttpServletResponse, String) - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Redireciona o pedido para uma dada pagina.
forwardRequest(HttpServletRequest, HttpServletResponse, String) - Method in class pt.moredata.dataentry.JspDataEntryController
Redireciona o pedido para uma dada pagina.
forwardRequest(RequestMessage) - Method in interface pt.moredata.dataentry.core.RequestManager
Description of the Method
forwardToErrorPage(HttpServletRequest, HttpServletResponse, Throwable) - Method in class pt.despodata.java.webappl.Dispatcher
Redireciona o pedido para uma pagina de erro.
frame - Variable in class pt.despodata.java.webappl.Page
Frame onde esta pagina foi definida.
frameSet - Variable in class pt.despodata.java.webappl.Page
FrameSet a que esta pagina pertence.

G

GENERATE_JAVA_SCRIPT - Static variable in class pt.despodata.java.webappl.tags.FormTag
Flag que indica se a geracao de JavaScript esta activa ou nao.
GOTO_COMMAND - Static variable in class pt.moredata.taglibs.filter.PaginatorTag
Accao dada ao controlador para passar para uma determinada pagina.
GOTO_KEY - Static variable in class pt.moredata.taglibs.filter.PaginatorTag
Chave usada para transmitir ao controlador qual a pagina que devera ser visualizada.
GREATER - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa 'maior' no padrao de pesquisa.
GREATERTHAN - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa 'maior ou igual' no padrao de pesquisa.
GRID_DATAENTRY - Static variable in class pt.moredata.dataentry.DataEntryFactory
Entrada de dados do tipo Grid.
GenRtf - class pt.moredata.ecs.rtf.GenRtf.
Teste de geração de um rtf com o ECS
GenRtf() - Constructor for class pt.moredata.ecs.rtf.GenRtf
 
Generator - interface pt.moredata.netbeans.modules.moredatatemplates.generator.Generator.
DataEntryGenerator.java Company MoreData
GenericController - class pt.despodata.java.webappl.GenericController.
GenericController.java Controlador generico para uma aplicacao web.
GenericController() - Constructor for class pt.despodata.java.webappl.GenericController
Constroi um controlador.
GenericController(GenericModel, GenericView) - Constructor for class pt.despodata.java.webappl.GenericController
Constroi um controlador.
GenericControllerTest - class pt.despodata.java.webappl.tests.GenericControllerTest.
GenericControllerTest.java Company MoreData
GenericControllerTest(String) - Constructor for class pt.despodata.java.webappl.tests.GenericControllerTest
 
GenericDAOFieldsInfoTest - class pt.moredata.dao.core.GenericDAOFieldsInfoTest.
GenericDAOFieldsInfoTest.java Company MoreData
GenericDAOFieldsInfoTest(String) - Constructor for class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Constructor for the GenericDAOFieldsInfoTest object
GenericDAOTest - class pt.moredata.dao.core.GenericDAOTest.
GenericDAOTest.java Company MoreData
GenericDAOTest(String) - Constructor for class pt.moredata.dao.core.GenericDAOTest
Constructor for the GenericDAOTest object
GenericDataRowTest - class pt.moredata.dao.core.GenericDataRowTest.
DataRowTest.java Company MoreData
GenericDataRowTest(String) - Constructor for class pt.moredata.dao.core.GenericDataRowTest
Constructor for the DataRowTest object
GenericMetaFieldTest - class pt.moredata.dao.core.GenericMetaFieldTest.
GenericMetaFieldTest.java Company MoreData
GenericMetaFieldTest(String) - Constructor for class pt.moredata.dao.core.GenericMetaFieldTest
Constructor for the GenericMetaFieldTest object
GenericModel - class pt.despodata.java.webappl.GenericModel.
GenericModel.java
GenericModel(DDataSource) - Constructor for class pt.despodata.java.webappl.GenericModel
Constroi um modelo de dados.
GenericModelTest - class pt.despodata.java.webappl.tests.GenericModelTest.
GenericModelTest.java Company MoreData
GenericModelTest(String) - Constructor for class pt.despodata.java.webappl.tests.GenericModelTest
 
GenericMultiTableDAOTest - class pt.moredata.dao.core.GenericMultiTableDAOTest.
GenericMultiTableDAOTest.java Company MoreData
GenericMultiTableDAOTest(String) - Constructor for class pt.moredata.dao.core.GenericMultiTableDAOTest
Constructor for the GenericMultiTableDAOTest object
GenericRecordSetTest - class pt.moredata.dao.core.GenericRecordSetTest.
GenericRecordSetTest.java Company MoreData
GenericRecordSetTest(String) - Constructor for class pt.moredata.dao.core.GenericRecordSetTest
Constructor for the GenericRecordSetTest object
GenericSwingDataEntryController - class pt.moredata.dataentry.core.GenericSwingDataEntryController.
Esta classe implementa a interface SwingDataEntryController e permite controlar várias entradas de dados.
GenericSwingDataEntryController() - Constructor for class pt.moredata.dataentry.core.GenericSwingDataEntryController
Creates new GenericSwingDataEntryController Form.
GenericSwingDataEntryController(DataSource, Splash, int) - Constructor for class pt.moredata.dataentry.core.GenericSwingDataEntryController
Creates new GenericSwingDataEntryController Form.
GenericTags - class pt.moredata.ecs.rtf.GenericTags.
 
GenericTags() - Constructor for class pt.moredata.ecs.rtf.GenericTags
Creates new GenericTags
GenericView - class pt.despodata.java.webappl.GenericView.
GenericView.java Created: Mon Jun 04 19:54:07 2000
GenericView() - Constructor for class pt.despodata.java.webappl.GenericView
Pool de FrameSet's, indexados pelo URI.
GenericView(GenericModel) - Constructor for class pt.despodata.java.webappl.GenericView
Constroi uma vista associada a um modelo de dados.
GenericViewTest - class pt.despodata.java.webappl.tests.GenericViewTest.
GenericViewTest.java Company MoreData
GenericViewTest(String) - Constructor for class pt.despodata.java.webappl.tests.GenericViewTest
 
GetByteField - class pt.despodata.java.webappl.GetByteField.
GetByteField.java Company MoreData
GetByteField() - Constructor for class pt.despodata.java.webappl.GetByteField
 
GetByteFieldServlet - class pt.moredata.dataentry.taglibs.GetByteFieldServlet.
Company MoreData
GetByteFieldServlet() - Constructor for class pt.moredata.dataentry.taglibs.GetByteFieldServlet
 
GetByteFieldServlet - class pt.moredata.taglibs.dao.GetByteFieldServlet.
GetByteFieldServlet.java Company MoreData
GetByteFieldServlet() - Constructor for class pt.moredata.taglibs.dao.GetByteFieldServlet
 
GetCellTag - class pt.despodata.java.webappl.tags.GetCellTag.
GetCellTag.java Esta classe implementa a tag Company MoreData
GetCellTag() - Constructor for class pt.despodata.java.webappl.tags.GetCellTag
 
GetCellTag - class pt.moredata.taglibs.dao.GetCellTag.
GetCellTag.java Esta classe implementa a tag TODO: Poder especificar as medidas dos campos de input e tabelas.
GetCellTag() - Constructor for class pt.moredata.taglibs.dao.GetCellTag
Creates a new instance of GetCellTag
GetErrorStringTag - class pt.moredata.dataentry.taglibs.GetErrorStringTag.
Tag for display tha last error message for a DataEntry.
GetErrorStringTag() - Constructor for class pt.moredata.dataentry.taglibs.GetErrorStringTag
 
GetFieldValueTag - class pt.moredata.dataentry.taglibs.GetFieldValueTag.
Tag para mostrar o valor de uma coluna numa determinada linha da entrada de dados.
GetFieldValueTag() - Constructor for class pt.moredata.dataentry.taglibs.GetFieldValueTag
 
GetFieldValueTagExtraInfo - class pt.moredata.dataentry.taglibs.GetFieldValueTagExtraInfo.
Company MoreData
GetFieldValueTagExtraInfo() - Constructor for class pt.moredata.dataentry.taglibs.GetFieldValueTagExtraInfo
 
GetGeneralMenus() - Method in class pt.moredata.mdmenus.PermissionManager
 
GetGeneratedKeys - class pt.moredata.dao.GetGeneratedKeys.
GetGeneratedKeys.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
GetGeneratedKeys() - Constructor for class pt.moredata.dao.GetGeneratedKeys
 
GetImage - class pt.despodata.java.webappl.GetImage.
GetImage.java Created: Wed May 23 11:21:39 2001
GetImage() - Constructor for class pt.despodata.java.webappl.GetImage
 
GetResult() - Method in class pt.despodata.java.ddata.Extenso
Return the written form of the number
GetRowTag - class pt.moredata.taglibs.dao.GetRowTag.
GetRowTag.java Esta classe implementa a tag Company MoreData
GetRowTag() - Constructor for class pt.moredata.taglibs.dao.GetRowTag
Creates a new instance of GetRowTag
GetTag - class pt.despodata.java.tags.templates.GetTag.
 
GetTag() - Constructor for class pt.despodata.java.tags.templates.GetTag
 
GetTreeWithCheckBoxes() - Method in class pt.moredata.mdmenus.CheckNodeTree
 
GoBackAction - class pt.despodata.java.webappl.actions.GoBackAction.
GoBackAction.java Company MoreData
GoBackAction() - Constructor for class pt.despodata.java.webappl.actions.GoBackAction
Creates a new instance of GoBackAction
GoToRecordAction - class pt.despodata.java.webappl.actions.GoToRecordAction.
GoToRecordAction.java Company MoreData
GoToRecordAction() - Constructor for class pt.despodata.java.webappl.actions.GoToRecordAction
Creates a new instance of GoToRecordAction
GoToRecordTag - class pt.moredata.dataentry.taglibs.GoToRecordTag.
Company MoreData
GoToRecordTag() - Constructor for class pt.moredata.dataentry.taglibs.GoToRecordTag
 
GrantAccessPolicyTag - class pt.moredata.taglibs.protectcontent.GrantAccessPolicyTag.
GrantAccessPolicyTag.java Exemplo de implementação de uma tag usada para definir uma politica de proteccao de conteudos.
GrantAccessPolicyTag() - Constructor for class pt.moredata.taglibs.protectcontent.GrantAccessPolicyTag
 
GridDataEntry - class pt.moredata.dataentry.core.GridDataEntry.
Company MoreData
GridDataEntry(String) - Constructor for class pt.moredata.dataentry.core.GridDataEntry
Creates a new instance of a GridDataEntry
GridDataEntryComponent - class pt.moredata.dataentry.component.GridDataEntryComponent.
Implementacao de um campo visual com varias linhas e varias colunas.
GridDataEntryComponent(String, String) - Constructor for class pt.moredata.dataentry.component.GridDataEntryComponent
Constructor for the VisualTableComponent object.
GridDataEntryComponent(String, String, String, String) - Constructor for class pt.moredata.dataentry.component.GridDataEntryComponent
Constructor for the GridDataEntryComponent object
GroupableTableHeader - class pt.moredata.widgets.table.GroupableTableHeader.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
GroupableTableHeader(TableColumnModel) - Constructor for class pt.moredata.widgets.table.GroupableTableHeader
 
GroupableTableHeaderUI - class pt.moredata.widgets.plaf.basic.GroupableTableHeaderUI.
Title: Table Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
GroupableTableHeaderUI() - Constructor for class pt.moredata.widgets.plaf.basic.GroupableTableHeaderUI
 
genReport() - Method in class pt.despodata.java.ddata.DDataControlReport
Este método gera o report com os dados do Data Control
genReport() - Method in class pt.despodata.java.ddata.DDataTable
 
genReport() - Method in class pt.moredata.fglreport.DaoReport
Este método gera o report com os dados do DAOView
generalFormat(String) - Static method in class pt.despodata.java.ddata.DDataType
 
generate() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGenerator
Gera todo o codigo atraves do DataEntryModel.
generate() - Method in interface pt.moredata.netbeans.modules.moredatatemplates.generator.Generator
Gera todo o codigo atraves do DataEntryModel.
generateFieldInformation() - Method in class pt.despodata.java.ddata.DDataEntryField
Generate all the information about the field using information on the data base.
generatingFiles - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
get(int, int) - Method in class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray
Devolve um determinado objecto aramzenado numa determinada posicao do array
get(int, int) - Method in class pt.moredata.dataentry.util.Array
Devolve um determinado objecto aramzenado numa determinada posicao do array
get(String) - Method in class pt.moredata.dataentry.util.DataEntryPool
Devolve um DataEntry que se encontre na pool.
get(Object) - Method in class pt.moredata.util.FullHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
getAcceptNulls() - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use method isAcceptNull() instead.
getAccessibleContext() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getAccessibleContext() - Method in class pt.despodata.java.ddata.DDataField
 
getAccessibleContext() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getAccessibleContext() - Method in class pt.moredata.widgets.EditorPane
Gets the accessibleContext attribute of the DataEditorPane object
getAccessibleContext() - Method in class pt.moredata.widgets.Field
Gets the accessibleContext attribute of the DataField object
getAccessibleContext() - Method in interface pt.moredata.widgets.FieldObject
Gets the accessibleContext attribute of the DataField object
getAccessibleContext() - Method in class pt.moredata.widgets.ImageFieldObject
 
getAccesskey() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property accesskey.
getAction(String) - Method in class pt.despodata.java.webappl.GenericController
 
getAction(String, ClassLoader) - Method in class pt.despodata.java.webappl.actions.ActionFactory
 
getActionCommand() - Method in class pt.moredata.dataentry.event.ActionEvent
Returns the command string associated with this action.
getActionName() - Method in class pt.moredata.dataentry.core.DefaultRequestMessage
Devolve o nome da accao que devera tratar o pedido.
getActionName() - Method in interface pt.moredata.dataentry.core.RequestMessage
Devolve o nome da accao que devera tratar o pedido.
getActions() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getActions() - Method in class pt.despodata.java.ddata.DDataField
 
getActions() - Method in class pt.despodata.java.wizard.DDWizSwingControler
Devolve um array contento a lista de acções do wizard
getActions() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getActions() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getActions() - Method in class pt.moredata.widgets.EditorPane
Gets the actions attribute of the DataEditorPane object
getActions() - Method in class pt.moredata.widgets.Field
Gets the actions attribute of the DataField object
getActions() - Method in interface pt.moredata.widgets.FieldObject
Gets the actions attribute of the DataField object
getActions() - Method in class pt.moredata.widgets.ImageFieldObject
 
getActions() - Method in class pt.moredata.wizard.SwingWizardControler
Devolve um array contento a lista de acções do wizard
getActionsCount() - Method in class pt.despodata.java.wizard.DDWizSwingControler
Devolve o número de acções já registadas
getActionsCount() - Method in class pt.moredata.wizard.SwingWizardControler
Devolve o número de acções já registadas
getAddedColumn(String) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Retorna informacao acerca de uma coluna a ser inserida no DAO.
getAddedColumns() - Method in class pt.moredata.dataentry.core.generator.TableInfo
Retorna uma lista com informcacao acerca de todas as colunas que devem ser adicionadas ao DAO.
getAdditionalBeanInfo() - Method in class pt.despodata.java.ddata.DDataComboBoxBeanInfo
Devolver a informacao adicional do Bean Info
getAdditionalBeanInfo() - Method in class pt.despodata.java.ddata.DDataFieldBeanInfo
Obter informaçao adicional sobre o bean.
getAdditionalBeanInfo() - Method in class pt.moredata.widgets.ComboBoxBeanInfo
Devolver a informacao adicional do Bean Info
getAdditionalBeanInfo() - Method in class pt.moredata.widgets.FieldBeanInfo
Obter informaçao adicional sobre o bean.
getAdditionalBeanInfo() - Method in class pt.moredata.widgets.TextFieldBeanInfo
Return other relevant BeanInfo objects.
getAditionalColumn(int) - Method in class pt.despodata.java.ddata.DDataComboBox
 
getAditionalColumn(int) - Method in class pt.despodata.java.ddata.table.CellProperties
 
getAditionalColumn() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getAditionalColumn(int) - Method in class pt.moredata.widgets.ComboBox
Gets the aditionalColumn attribute of the DataComboBox object
getAditionalColumn(int) - Method in class pt.moredata.widgets.table.CellProperties
 
getAditionalColumn() - Method in class pt.moredata.widgets.table.CellProperties
 
getAlias() - Method in class pt.moredata.dao.DataBaseTable
Devolve o atalho corrente da tabela
getAlias() - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Getter for property alias.
getAlignment() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getAlignment(int) - Static method in class pt.despodata.java.ddata.DDataType
Devolve o alinhamento usado consoante o tipo de dados
getAllChecked() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Get the value of allChecked.
getAllowedCharacters() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Return a String with a set of characters that are allowed to be used in the widget.
getAllowedCharacters() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Return a String with a set of characters that are allowed to be used in the widget.
getAllowedCharacters() - Method in class pt.moredata.widgets.EditorPaneObject
Return a String with a set of characters that are allowed to be used in the widget.
getAllowedCharacters() - Method in class pt.moredata.widgets.Field
Return a String with a set of characters that are allowed to be used in the widget.
getAllowedCharacters() - Method in class pt.moredata.widgets.FieldDocument
Return a String with a set of characters that are allowed to be used in the widget.
getAllowedCharacters() - Method in interface pt.moredata.widgets.FieldObject
Return a String with a set of characters that are allowed to be used in the widget.
getAllowedCharacters() - Method in class pt.moredata.widgets.ImageFieldObject
Return a String with a set of characters that are allowed to be used in the widget.
getAllowedCharacters() - Method in class pt.moredata.widgets.TextField
Return a String with a set of characters that are allowed to be used in the widget.
getAncestor(String) - Method in class pt.moredata.taglibs.AbstractTag
Convenience method for finding ancestor names with a specific class name.
getAncestor(Tag, String) - Static method in class pt.moredata.taglibs.AbstractTag
Convenience method for finding ancestor names with a specific class name.
getAncestor(Tag, String) - Static method in class pt.moredata.taglibs.filter.FilterButtonTag
Convenience method for finding ancestor names with a specific class name.
getAppender() - Method in class pt.moredata.widgets.DebugWindow
 
getApplDataControl(String, HttpSession, DDataSource) - Method in class pt.despodata.java.webappl.tables.ApplDataControlPool
Cria um novo ApplDataControl para uma determinada tabela e para uma determinada sessao
getArchiveName() - Method in class pt.moredata.dao.DataSource
Devolve o nome do arquivo (.jar, .zip) onde se encontra a informação
getArgumentsArray() - Method in class pt.moredata.programlaunch.AbstractCommandRunner
Creates a String[] with the arguments to the main method of the target class.
getArray(String, ArrayList) - Static method in class pt.moredata.dao.pool.DAOPool
 
getAsText() - Method in class pt.despodata.java.ddata.DDataComponentTypeEditor
Gets the property value as a string suitable for presentation to a human to edit.
getAsText() - Method in class pt.despodata.java.ddata.DDataObjectArrayEditor
Gets the property value as a string suitable for presentation to a human to edit.
getAsText() - Method in class pt.despodata.java.ddata.DDataTableCellPropertiesEditor
 
getAsText() - Method in class pt.despodata.java.ddata.table.DDataColumnNameEditor
 
getAsText() - Method in class pt.despodata.java.ddata.table.DDataColumnWidthEditor
 
getAsText() - Method in class pt.moredata.widgets.ComponentTypeEditor
Gets the property value as a string suitable for presentation to a human to edit.
getAsText() - Method in class pt.moredata.widgets.ObjectArrayEditor
Gets the property value as a string suitable for presentation to a human to edit.
getAsText() - Method in class pt.moredata.widgets.TableCellPropertiesEditor
Gets the asText attribute of the DataTableCellPropertiesEditor object
getAsText() - Method in class pt.moredata.widgets.table.ColumnNameEditor
 
getAsText() - Method in class pt.moredata.widgets.table.ColumnWidthEditor
 
getAtributeStringName() - Method in class pt.moredata.connection.taglibs.CreateConnectionTagExtraInfo
 
getAtributeStringName() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTagExtraInfo
 
getAtributos() - Method in class pt.moredata.taglibs.widgets.CheckboxTag
 
getAtributos() - Method in class pt.moredata.taglibs.widgets.TableTag
 
getAttribute(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the value of the named attribute as an Object.
getAttribute(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the value of the named attribute as an Object.
getAttributeNames() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributesTagString() - Method in class pt.moredata.taglibs.widgets.JspButton
Devolve uma String com o codigo HTML do inicio do botao
getAuthType() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the name of the authentication scheme the server uses, for example, "BASIC" or "SSL," or null if the server does not have an authentication scheme.
getAuthType() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the name of the authentication scheme the server uses, for example, "BASIC" or "SSL," or null if the server does not have an authentication scheme.
getAuthorizationWhereString() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Este metodo devolve uma clausula de where para restringir as pesquisas.
getAutoCommit() - Method in interface pt.moredata.dao.Writer
Retrieves the current auto-commit mode for the Connection object of this Writer.
getBackButton() - Method in class pt.moredata.wizard.SwingWizardGUI2
Devolve o botao para passar para o anterior.
getBackGroundColor() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getBackGroundColor() - Method in class pt.moredata.widgets.table.CellProperties
 
getBackgroundColor() - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
getBackgroundColor() - Method in class pt.moredata.widgets.TableHeaderRenderer
 
getBackgroundColorPressed() - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
getBackgroundColorPressed() - Method in class pt.moredata.widgets.TableHeaderRenderer
 
getBackupCell(int) - Method in interface pt.moredata.dao.DataRow
Devolve os dados guardados de uma celula
getBackupCell(int, int) - Method in interface pt.moredata.dao.RecordSet
Return the value of a backup cell.
getBackupCellAt(int, String, String) - Method in interface pt.moredata.dao.DAOView
Return the backup value of a cell.
getBackupCellAt(int, String) - Method in interface pt.moredata.dao.DAOView
Return the backup value of a cell.
getBadRowNumber() - Method in interface pt.moredata.dao.DAOView
Deprecated. This method was moved to the DataAccessObject interface.
getBadRowNumber() - Method in interface pt.moredata.dao.DataAccessObject
Get the value of badRowNumber.
getBeanDescriptor() - Method in class pt.despodata.java.ddata.DDataComboBoxBeanInfo
 
getBeanDescriptor() - Method in class pt.despodata.java.ddata.DDataFieldBeanInfo
Devolve um bean descriptor
getBeanDescriptor() - Method in class pt.despodata.java.ddata.DDataStatusBarBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.despodata.java.ddata.DDataTableBeanInfo
 
getBeanDescriptor() - Method in class pt.moredata.widgets.BrowserFrameBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.ButtonBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.CalendarBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.CheckBoxBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.CheckBoxListBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.ComboBoxBeanInfo
Gets the beanDescriptor attribute of the ComboBoxBeanInfo object
getBeanDescriptor() - Method in class pt.moredata.widgets.EditorDocumentBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.EditorPaneBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.FieldBeanInfo
Devolve um bean descriptor
getBeanDescriptor() - Method in class pt.moredata.widgets.FileChooserBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.FileFilterBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.FilePreviewerBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.FileUploadBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.FrameBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.ImageFieldBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.LabelBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.LovBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.NavigationToolBarBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.PanelBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.PasswordFieldBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.ProgressBarBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.RadioButtonBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.SplashBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.StatusBarBeanInfo
Provides additional information about the bean.
getBeanDescriptor() - Method in class pt.moredata.widgets.TableBeanInfo
Gets the beanDescriptor attribute of the TableBeanInfo object
getBeanDescriptor() - Method in class pt.moredata.widgets.TextFieldBeanInfo
Provides additional information about the bean.
getBodyContentString() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property bodyContentString.
getBold() - Method in class pt.despodata.java.ddata.DDataExcelExportData
Retorna o Valor do tamanho da célula
getBundle(String, Locale) - Static method in class pt.despodata.java.webappl.BundleCache
Returns a ResourceBundle for the given locale with a specified base name.
getBundle(String, Locale) - Method in class pt.moredata.dataentry.util.BundleCache
Returns a ResourceBundle for the given locale with a specified base name.
getBundle(String, Locale) - Method in class pt.moredata.util.BundleCache
Returns a ResourceBundle for the given locale with a specified base name.
getButton(int) - Method in class pt.despodata.java.ddata.DDataToolBar
Devolve um determinado botao da toolbar.
getButton(int) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Devolve um determinado botao da toolbar.
getButton(String) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Devolve um determinado botao da toolbar.
getButton(int) - Method in class pt.moredata.widgets.NavigationToolBar
Devolve um determinado botao da toolbar.
getButton(int) - Method in interface pt.moredata.widgets.SimpleToolBar
Devolve um determinado botao da toolbar.
getButtonIndex(String) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Returns the index of a button.
getButtonNames() - Method in class pt.despodata.java.webappl.tags.JavaScriptCodeBuffer
Getter for property _buttonNames.
getButtonText() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Get the value of buttonText.
getButtonText() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Get the value of buttonText.
getButtonsCount() - Method in class pt.despodata.java.ddata.DDataToolBar
Devolve o numero de botoes da ToolBar.
getButtonsCount() - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Devolve o numero de botoes da ToolBar.
getButtonsCount() - Method in class pt.moredata.widgets.NavigationToolBar
Devolve o numero de botoes da ToolBar.
getButtonsCount() - Method in interface pt.moredata.widgets.SimpleToolBar
Devolve o numero de botoes da ToolBar.
getBytes() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getCancelButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getCancelButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the cancelButton attribute of the DataToolBar object
getCancelButton() - Method in class pt.moredata.wizard.SwingWizardGUI2
Devolve o botao para cancelar o wizard.
getCaret() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getCaret() - Method in class pt.moredata.widgets.EditorPane
Gets the caret attribute of the DataEditorPane object
getCaretColor() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getCaretColor() - Method in class pt.moredata.widgets.EditorPane
Gets the caretColor attribute of the DataEditorPane object
getCaretPosition() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getCaretPosition() - Method in class pt.despodata.java.ddata.DDataField
 
getCaretPosition() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getCaretPosition() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getCaretPosition() - Method in class pt.moredata.widgets.EditorPane
Gets the caretPosition attribute of the DataEditorPane object
getCaretPosition() - Method in class pt.moredata.widgets.Field
Gets the caretPosition attribute of the DataField object
getCaretPosition() - Method in interface pt.moredata.widgets.FieldObject
Gets the caretPosition attribute of the DataField object
getCaretPosition() - Method in class pt.moredata.widgets.ImageFieldObject
 
getCellAt(int, String, String) - Method in interface pt.moredata.dao.DAOView
Return the value of a cell.
getCellAt(int, String) - Method in interface pt.moredata.dao.DAOView
Return the value of a cell.
getCellAt(List, String, String) - Method in interface pt.moredata.dao.DAOView
Return a DAOView cell value for a given primary key value.
getCellAt(List, String) - Method in interface pt.moredata.dao.DAOView
Return a DAOView cell value for a given primary key value.
getCellAt(int, int) - Method in interface pt.moredata.dao.DAOView
Deprecated. Use the method getCellAt(int line, String columnName) instead.
getCellAt(int, int) - Method in interface pt.moredata.dao.RecordSet
Return the value of a cell.
getCellByPk(ArrayList, String) - Method in interface pt.moredata.dao.DAOView
Deprecated. Use getCellAt(ArrayList primaryKey, String columnName) instead.
getCellEditor(int, int) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getCellEditor(int, int) - Method in class pt.moredata.widgets.BaseTable
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
Devolve o valor da celula
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataDataDelegate
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataDelegate
Não implementado
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataIconDelegate
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataTextAreaDelegate
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
getCellEditorValue() - Method in class pt.despodata.java.ddata.table.FileChooserEditor
 
getCellEditorValue() - Method in class pt.moredata.widgets.table.CellEditor
Devolve o valor da celula
getCellEditorValue() - Method in class pt.moredata.widgets.table.CheckBoxDelegate
 
getCellEditorValue() - Method in class pt.moredata.widgets.table.ComboBoxDelegate
 
getCellEditorValue() - Method in class pt.moredata.widgets.table.DataDelegate
 
getCellEditorValue() - Method in class pt.moredata.widgets.table.FieldDelegate
 
getCellEditorValue() - Method in class pt.moredata.widgets.table.IconDelegate
 
getCellEditorValue() - Method in class pt.moredata.widgets.table.RadioButtonEditor
Gets the cellEditorValue attribute of the RadioButtonEditor object
getCellEditorValue() - Method in class pt.moredata.widgets.table.TextAreaDelegate
 
getCellEditorValue() - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
getCellEditorValue() - Method in class pt.moredata.widgets.table.WidgetDelegate
Não implementado
getCellFormatedValue() - Method in class pt.moredata.taglibs.dao.DAOPrinter
Devolve uma string devidamente formatada, com a representacao da celula.
getCellFromPk(Object, int) - Method in interface pt.moredata.dao.DAOView
Deprecated. Use method getCellAt(ArrayList primaryKey, String columnName) instead.
getCellFromPk(ArrayList, int) - Method in interface pt.moredata.dao.DAOView
Deprecated. Use method getCellAt(ArrayList primaryKey, String columnName) instead.
getCellProperties(int, int) - Method in class pt.despodata.java.ddata.DDataBaseTable
returns the property of a cell
getCellProperties(int, int) - Method in class pt.despodata.java.ddata.DDataTable
 
getCellProperties(CellProperties) - Static method in class pt.despodata.java.ddata.table.CellPropertiesPool
 
getCellProperties() - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
getCellProperties(int, int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
devolve as propriedades de uma celula
getCellProperties(int, int) - Method in class pt.moredata.widgets.BaseTable
returns the property of a cell
getCellProperties(int, int) - Method in class pt.moredata.widgets.Table
 
getCellProperties(CellProperties) - Static method in class pt.moredata.widgets.table.CellPropertiesPool
 
getCellProperties(int, int) - Method in class pt.moredata.widgets.table.TableModel
devolve as propriedades de uma celula
getCellProperties() - Method in class pt.moredata.widgets.table.WidgetDelegate
Gets the cellProperties attribute of the Delegate object
getCellRenderer(int, int) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getCellRenderer(int, int) - Method in class pt.moredata.widgets.BaseTable
 
getCellValue(int, int) - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este metodo foi substituido pelo metodo getCellAt(int,int)
getCellValue() - Method in class pt.moredata.taglibs.dao.DAOPrinter
Devolve um objecto com o valor da celula.
getChangeInfo() - Method in class pt.moredata.dao.event.DAOEvent
Devolve a informacao acerca alteracao que originou este evento.
getCharacterEncoding() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the name of the character encoding style used in this request.
getCharacterEncoding() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the name of the character encoding style used in this request.
getChars() - Method in class pt.despodata.java.objgraficos.objectosX
Obtém o número de caracteres máximo que este objecto pode conter
getChars() - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Obtém o número de caracteres máximo que este objecto pode conter
getCheckBoxEditable() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo checkbox editavel
getCheckBoxEditable() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo checkbox editavel
getCheckBoxNonEditable() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo checkbox não editavel
getCheckBoxNonEditable() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo checkbox não editavel
getCheckboxValue() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property checkbox.
getCheckboxValue() - Method in class pt.moredata.taglibs.dao.GetRowTag
Getter for property checkbox.
getChildTable(int) - Method in class pt.moredata.xml.db.XMLToDBTable
 
getClassName() - Method in class pt.moredata.connection.taglibs.CreateConnectionTagExtraInfo
 
getClassName() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTagExtraInfo
 
getClassName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property className.
getClassNameForAction(String) - Method in interface pt.moredata.dataentry.DataEntry
Returns the name of the class that implements a Action for a giveen command.
getClassNameForAction(String) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Returns the name of the class that implements a Action for a giveen command.
getClickCount() - Method in class pt.despodata.java.ddata.event.DDataTableEvent
 
getClickCount() - Method in class pt.moredata.widgets.event.TableEvent
 
getClickCountToStart() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
Apresenta-nos o numeros de cliques que é necessário para a edição
getClickCountToStart() - Method in class pt.moredata.widgets.table.CellEditor
Apresenta-nos o numeros de cliques que é necessário para a edição
getClientData() - Method in class pt.moredata.programlaunch.AbstractCommandRunner
Get client input data from client input stream.
getCode(Vector) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o primeiro codigo encontrado que se encontra associado a uma lista de descricoes.
getCode(Vector) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o primeiro codigo encontrado que se encontra associado a uma lista de descricoes.
getCodeColumn() - Method in class pt.despodata.java.ddata.DDataComboBox
 
getCodeColumn() - Method in class pt.moredata.widgets.ComboBox
Gets the codeColumn attribute of the DataComboBox object
getCodesList() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve uma lista com os codigos da lista de descricoes.
getCodesList() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve uma lista com os codigos da lista de descricoes.
getCol() - Method in class pt.despodata.java.ddata.event.CellChangedEvent
 
getCol() - Method in class pt.moredata.widgets.event.CellChangedEvent
 
getColLength(int, Object, String) - Static method in class pt.moredata.dao.DataType
Deprecated. Retorna o número de colunas que o objecto irá ocupar depois de formatado
getColLength(int, int, String) - Static method in class pt.moredata.dao.DataType
Deprecated. Retorna o número de colunas que o objecto irá ocupar depois de formatado
getColLength(String, int, String) - Static method in class pt.moredata.dao.DataType
Deprecated. Retorna o número de colunas que o objecto irá ocupar depois de formatado
getColLength(int, Object, String) - Static method in class pt.moredata.dao.util.DataTypes
Retorna o número de colunas que o objecto irá ocupar depois de formatado
getColLength(int, int, String) - Static method in class pt.moredata.dao.util.DataTypes
Retorna o número de colunas que o objecto irá ocupar depois de formatado
getColLength(String, int, String) - Static method in class pt.moredata.dao.util.DataTypes
Retorna o número de colunas que o objecto irá ocupar depois de formatado
getColNo() - Method in class pt.despodata.java.fglreport.FglReport
Método que devolve o número da coluna corrente
getColNo() - Method in class pt.moredata.fglreport.AbstractFglReport
Método que devolve o número da coluna corrente
getColNo() - Method in interface pt.moredata.fglreport.FglReport
Método que devolve o número da coluna corrente
getColNo() - Method in class pt.moredata.fglreport.SwingFglReport
Método que devolve o número da coluna corrente
getColNo() - Method in class pt.moredata.fglreport.TxtFglReport
Método que devolve o número da coluna corrente
getColno() - Method in class pt.despodata.java.objgraficos.objectosX
Obtém a coluna
getColno() - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Obtém a coluna
getColumn(int) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getColumn() - Method in class pt.despodata.java.ddata.DDataField
Column where the data is to be stored
getColumn() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Este metodo foi substituido pelo metodo getcolumnName()
getColumn(int) - Method in class pt.despodata.java.ddata.DDataTable
Devolve a coluna
getColumn(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve uma estrutura com a representacao de uma coluna.
getColumn(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Devolve uma estrutura com a representacao de uma coluna.
getColumn() - Method in class pt.despodata.java.ddata.event.AfterEditEvent
 
getColumn() - Method in class pt.despodata.java.ddata.event.DDataTableEvent
 
getColumn() - Method in class pt.despodata.java.ddata.table.CellProperties
retorna o nome da coluna de codigo
getColumn() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property column.
getColumn(int) - Method in class pt.moredata.widgets.BaseTable
 
getColumn() - Method in class pt.moredata.widgets.Field
Column where the data is to be stored
getColumn(int) - Method in class pt.moredata.widgets.Table
Devolve a coluna
getColumn() - Method in class pt.moredata.widgets.event.AfterEditEvent
 
getColumn() - Method in class pt.moredata.widgets.event.TableEvent
 
getColumn() - Method in class pt.moredata.widgets.table.CellProperties
retorna o nome da coluna de codigo
getColumn(String) - Method in class pt.moredata.xml2db.Table
Return a column reference
getColumnAt(int) - Method in interface pt.moredata.dao.DataRow
Devolve os dados de uma determinada coluna
getColumnCount() - Method in class pt.despodata.java.ddata.DDataTable
 
getColumnCount() - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
getColumnCount(ArrayList) - Static method in class pt.moredata.util.DataUtil
Returns the number columns of an ArrayList of ArrayLists
getColumnCount() - Method in class pt.moredata.widgets.Table
 
getColumnCount() - Method in class pt.moredata.widgets.table.TableModel
 
getColumnDefault() - Method in class pt.despodata.java.ddata.DHtmlDataField
Get the value of columnDefault.
getColumnDefault() - Method in interface pt.despodata.java.ddata.IDDataControlField
Get the value of columnDefault.
getColumnFileName() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o nome da columa que contem o nome do ficheiro.
getColumnFileName() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o nome da columa que contem o nome do ficheiro.
getColumnForSelectedRow(String) - Method in class pt.despodata.java.ddata.DDataLov
Devolve o valor de uma coluna especifica (do DataControl) para a linha seleccionada
getColumnForSelectedRow(String) - Method in class pt.moredata.widgets.Lov
Devolve o valor de uma coluna especifica (do DataControl) para a linha seleccionada
getColumnGroups(TableColumn, Vector) - Method in class pt.despodata.java.ddata.table.DDataColumnGroup
 
getColumnGroups(TableColumn) - Method in class pt.despodata.java.ddata.table.DDataGroupableTableHeader
 
getColumnGroups(TableColumn, Vector) - Method in class pt.moredata.widgets.table.ColumnGroup
 
getColumnGroups(TableColumn) - Method in class pt.moredata.widgets.table.GroupableTableHeader
 
getColumnInfo() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property columnInfo.
getColumnInfo(String, String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Get the reference to a column from table.
getColumnName(int) - Method in class pt.despodata.java.ddata.DDataTable
 
getColumnName() - Method in class pt.despodata.java.ddata.DDataTable
 
getColumnName(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o nome da primeira coluna que tiver um dado campo visual
getColumnName() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o nome da coluna.
getColumnName() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o nome da coluna.
getColumnName(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Devolve o nome da primeira coluna que tiver um dado campo visual
getColumnName(int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
getColumnName() - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent
Get the value of columnName.
getColumnName(int) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a column name of a MetaField at a specific index.
getColumnName(int) - Method in interface pt.moredata.dao.DAOView
Return the column name associated to a specified column index.
getColumnName() - Method in class pt.moredata.dao.DataFieldInfo
Devolve ao nome da coluna.
getColumnName() - Method in interface pt.moredata.dao.MetaField
Return the meta field column name.
getColumnName(int) - Method in class pt.moredata.dao.core.SerializedTableIO
 
getColumnName() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Devolve o nome da coluna da tabela a que este campo visual esta associado.
getColumnName() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Devolve o nome da coluna da tabela a que este campo visual esta associado.
getColumnName() - Method in class pt.moredata.dataentry.component.swing.FieldComponent
Devolve o nome da coluna da tabela a que este campo visual esta associado.
getColumnName(int) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve o nome de uma coluna de um componente com determinado index.
getColumnName() - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Getter for property name.
getColumnName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property columnName.
getColumnName() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property columnName.
getColumnName() - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Devolve o nome da coluna do DAO onde esta o campo do tipo BYTE que deve ser devolvido pela Servlet.
getColumnName(int) - Method in class pt.moredata.widgets.Table
 
getColumnName() - Method in class pt.moredata.widgets.Table
 
getColumnName(int) - Method in class pt.moredata.widgets.table.TableModel
 
getColumnNameId() - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Getter for property columnNameId.
getColumnNames(int) - Method in class pt.despodata.java.ddata.DDataTable
Deprecated.  
getColumnNames() - Method in class pt.despodata.java.ddata.DDataTable
Deprecated.  
getColumnNames() - Method in interface pt.moredata.dao.DAOView
Deprecated. Use method getColumnsNames() instead.
getColumnNames() - Method in class pt.moredata.dao.DataIndex
Devolve o nome das colunas que fazem parte do index.
getColumnNames(int) - Method in class pt.moredata.widgets.Table
Deprecated.  
getColumnNames() - Method in class pt.moredata.widgets.Table
Deprecated.  
getColumnNumber() - Method in class pt.despodata.java.ddata.DHtmlDataField
Get the value of columnNumber.
getColumnNumber() - Method in interface pt.despodata.java.ddata.IDDataControlField
Get the value of columnNumber.
getColumnNumber(String, String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return the index of a column inside DAO for a giveen table.
getColumnNumber(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return the index of a column inside DAO.
getColumnNumber(String, String) - Method in interface pt.moredata.dao.DAOView
Return the index of a column inside DAO.
getColumnNumber(String) - Method in interface pt.moredata.dao.DAOView
Return the index of a column inside DAO.
getColumnNumber(String) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve o index de um componente associado a uma coluna com um determinado nome.
getColumnOrder() - Method in class pt.moredata.dao.DataFieldInfo
 
getColumnProperties(int) - Method in class pt.despodata.java.ddata.DDataTable
 
getColumnProperties() - Method in class pt.despodata.java.ddata.DDataTable
 
getColumnProperties(int) - Method in class pt.moredata.widgets.Table
 
getColumnProperties() - Method in class pt.moredata.widgets.Table
 
getColumnSize() - Method in class pt.despodata.java.ddata.DDataExcelExportData
Retorna o Valor do tamanho da célula
getColumnWidth(int) - Method in class pt.despodata.java.ddata.DDataTable
Retorna a largura de uma coluna
getColumnWidth() - Method in class pt.despodata.java.ddata.DDataTable
 
getColumnWidth(int) - Method in class pt.moredata.widgets.Table
Retorna a largura de uma coluna
getColumnWidth() - Method in class pt.moredata.widgets.Table
 
getColumns() - Method in class pt.despodata.java.ddata.DDataField
 
getColumns() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Devolve o número total de colunas/caracteres que se pode preencher.
getColumns() - Method in class pt.despodata.java.ddata.DDataTable
Devolve o nº de colunas não fixas
getColumns() - Method in class pt.despodata.java.ddata.DDataTableInfo
Deprecated. Esta classe foi substituida pela classe DataTableInfo
getColumns() - Method in interface pt.moredata.dao.DAOFieldsInfo
Return the number of columns of the DAOFieldsInfo.
getColumns(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return the number of columns of the DAOFieldsInfo for a giveen table.
getColumns(String) - Method in interface pt.moredata.dao.DAOView
Return the number of columns for a giveen table of the DAOView.
getColumns() - Method in interface pt.moredata.dao.DAOView
Return the number of columns of all tables of the DAOView.
getColumns(int) - Method in interface pt.moredata.dao.DAOView
Return the number of columns for a giveen row of the DAOView.
getColumns(String, String) - Method in class pt.moredata.dao.DataMetaData
Devolve informação sobre a coluna recebida como parametro.
getColumns() - Method in interface pt.moredata.dao.DataRow
Devolve o numero de colunas da linha.
getColumns() - Method in class pt.moredata.dao.DataTableInfo
Devolve uma lista com informação sobire as colunas da tabela.
getColumns() - Method in interface pt.moredata.dao.RecordSet
Return the number of columns of the RecordSet.
getColumns(int) - Method in interface pt.moredata.dao.RecordSet
Return the number of columns of a giveen row of the RecordSet.
getColumns(int) - Method in class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray
Devolve o numero de colunas de uma linha do array.
getColumns(int) - Method in class pt.moredata.dataentry.util.Array
Devolve o numero de colunas de uma linha do array.
getColumns() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getColumns() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getColumns() - Method in class pt.moredata.widgets.EditorPaneObject
Gets the columns attribute of the DataField object
getColumns() - Method in class pt.moredata.widgets.Field
Gets the columns attribute of the DataField object
getColumns() - Method in interface pt.moredata.widgets.FieldObject
Gets the columns attribute of the DataField object
getColumns() - Method in class pt.moredata.widgets.ImageFieldObject
 
getColumns() - Method in class pt.moredata.widgets.Table
Devolve o nº de colunas não fixas
getColumns() - Method in class pt.moredata.xml2db.Table
Return an iterator for the column definitions of the table
getColumnsNames() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Constroi uma lista com os nomes das colunas deste DHtmlDataControl.
getColumnsNames() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Constroi uma lista com os nomes das colunas.
getColumnsNames() - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list with the column names for all the columns of the RecordSet.
getColumnsNames(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list with the column names for all the columns of the giveen table of the RecordSet.
getColumnsNames(String) - Method in interface pt.moredata.dao.DAOView
Return a list with the names of all columns know to the DAO for a giveen table.
getColumnsNames() - Method in interface pt.moredata.dao.DAOView
Return a list with the names of all columns for all know tables.
getColumnsNames() - Method in class pt.moredata.dao.event.DAOEvent
Devolve uma lista com os ????
getColumnsNames(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Get the names of the columns for a table.
getColumnsResizeAllowed() - Method in class pt.despodata.java.ddata.DDataTable
retorna se as colunas permitem redimensionamento
getColumnsResizeAllowed() - Method in class pt.moredata.widgets.Table
retorna se as colunas permitem redimensionamento
getCommand() - Method in class pt.despodata.java.webappl.GenericController
Devolve o ultimo comando recebido pelo controlador.
getCommandName() - Method in class pt.moredata.dataentry.LogEntry
Getter for property commandName.
getComment() - Method in class pt.despodata.java.wizard.DDWizAction
 
getComment() - Method in class pt.moredata.wizard.WizardAction
 
getComponent() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
Devolve a referencia ao componente de edição
getComponent(int) - Method in interface pt.moredata.dataentry.DataEntry
Devolve um determinado componente da entrada de dados.
getComponent(String) - Method in interface pt.moredata.dataentry.DataEntry
Devolve um determinado componente da entrada de dados.
getComponent(int) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve um determinado componente da entrada de dados.
getComponent(String) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve um determinado componente da entrada de dados.
getComponent() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Return a reference to the panel
getComponent() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getComponent() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getComponent() - Method in class pt.moredata.widgets.EditorPaneObject
 
getComponent() - Method in interface pt.moredata.widgets.FieldObject
Devolve o Component associado a um FieldObject
getComponent() - Method in class pt.moredata.widgets.ImageFieldObject
 
getComponent() - Method in class pt.moredata.widgets.TextFieldObject
 
getComponent() - Method in class pt.moredata.widgets.table.CellEditor
Devolve a referencia ao componente de edição
getComponentHeight() - Static method in class pt.moredata.dataentry.SmartSwingDataEntry
Devolve a altura de um componente a partir do tamanho de um campo de uma tabela.
getComponentSize(int) - Static method in class pt.moredata.dataentry.SmartSwingDataEntry
Devolve o tamanho de um componente a partir do tamanho de um campo de uma tabela.
getComponentType() - Method in class pt.despodata.java.ddata.DDataField
Devolve o tipo de componente usado para mostrar o campo
getComponentType() - Method in class pt.moredata.widgets.Field
Devolve o tipo de componente usado para mostrar o campo
getComponentWidth(DataFieldInfo) - Static method in class pt.moredata.dataentry.SmartSwingDataEntry
Devolve o comprimento de um componente a partir do tamanho de um campo de uma tabela.
getComponents() - Method in interface pt.moredata.dataentry.DataEntry
Devolve um iterador com todos os componentes da entrada de dados.
getComponents() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve um iterador com todos os componentes da entrada de dados.
getComponentsCount() - Method in interface pt.moredata.dataentry.DataEntry
Devolve o numero de componentes da entrada de dados.
getComponentsCount() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve o numero de componentes da entrada de dados.
getComponentsNames() - Method in interface pt.moredata.dataentry.DataEntry
Devolve um iterador para o nome dos componentes da entrade dados.
getComponentsNames() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve um iterador para o nome dos componentes da entrade dados.
getCompressedObject() - Method in class pt.moredata.util.ZipObject
 
getConfirmApply() - Method in class pt.despodata.java.ddata.DDataSwingControl
 
getConfirmDelete() - Method in class pt.despodata.java.ddata.DDataSwingControl
Devolve a flag de confirmação da Dialog.Se esta flag for "true", mostra a Dialog, senão, não mostra nada e remove sem confirmação do utilizador
getConfirmaFunction() - Static method in class pt.despodata.java.webappl.tags.JavaScriptLibrary
Getter for property confirma.
getConfirmaRemucao() - Method in class pt.despodata.java.ddata.DDataSwingControl
Devolve a opção escolhida pelo utilizador na Dialog, "OK" ou "Cancelar" a remução do registo corrente.
getConnection() - Static method in class pt.despodata.java.ddata.DDataConnectDb
Deprecated.  
getConnection() - Static method in class pt.despodata.java.ddata.DDataControlPool
Deprecated.  
getConnection() - Method in class pt.despodata.java.ddata.DDataLookup
Devolve a conexão explicita para esta acção
getConnection() - Method in class pt.despodata.java.ddata.DevelopmentTool
Creates and returns a Connection
getConnection() - Method in class pt.moredata.connection.DBConnection
Cria uma conneccao a base de dados.
getConnection() - Method in class pt.moredata.connection.DataSourceWrapper
Returns a Connection using the DriverManager and all set properties.
getConnection(String, String) - Method in class pt.moredata.connection.DataSourceWrapper
Always throws a SQLException.
getConnection() - Method in class pt.moredata.dao.AbstractUtilStuff
Cria uma coneccao a base de dados.
getConnection() - Method in class pt.moredata.dao.DataSource
Devolve a conexão à base de dados
getConnection() - Method in class pt.moredata.dao.DataTableInfo
Getter for property connection.
getConnection() - Method in class pt.moredata.dao.InformixUtilStuff
Cria uma coneccao a base de dados.
getConnection() - Method in class pt.moredata.dao.OracleUtilStuff
Cria uma coneccao a base de dados.
getConnection() - Static method in class pt.moredata.dao.UtilStuff
Cria uma coneccao a base de dados.
getConnection() - Static method in class pt.moredata.qvs.CheckedAreaTest
Cria uma Connection com a base de dados teste
getConnection() - Static method in class pt.moredata.qvs.CheckedPointTest
Cria uma connetion com a base de dados teste
getConnection() - Method in class pt.moredata.widgets.Lookup
Devolve a conexão explicita para esta acção
getConnection() - Method in class pt.moredata.xml.db.DBSimpleTable
 
getConnection() - Method in class pt.moredata.xml.db.XMLReader
 
getConnection() - Method in class pt.moredata.xml.db.XMLSimpleReader
 
getConnection() - Method in class pt.moredata.xml.db.XMLToDBTable
 
getConnection() - Method in class pt.moredata.xml2db.ReadXML2DB
 
getConnectionType() - Method in class pt.despodata.java.ddata.DDataConnectDb
 
getConnectionType() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
getContent(PageContext, String) - Static method in class pt.despodata.java.tags.templates.GetTag
 
getContent() - Method in class pt.despodata.java.tags.templates.PageParameter
 
getContent() - Method in class pt.moredata.util.FileImage
return the byte sequence contained in the file
getContentLength() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the length, in bytes, of the content contained in the request and sent by way of the input stream or -1 if the length is not known.
getContentLength() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the length, in bytes, of the content contained in the request and sent by way of the input stream or -1 if the length is not known.
getContentType() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getContentType(String) - Method in class pt.despodata.java.ddata.DDataMultipartRequest
Returns the content type of the specified file (as supplied by the client browser), or null if the file was not included in the upload.
getContentType() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the MIME type of the content of the request, or null if the type is not known.
getContentType(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the content type of the specified file (as supplied by the client browser), or null if the file was not included in the upload.
getContentType(String) - Method in interface pt.despodata.java.ddata.IDDataMultipartRequest
Returns the content type of the specified file (as supplied by the client browser), or null if the file was not included in the upload.
getContentType() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the MIME type of the content of the request, or null if the type is not known.
getContentType(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the content type of the specified file (as supplied by the client browser), or null if the file was not included in the upload.
getContentType(String) - Method in class pt.moredata.dataentry.util.http.MultipartServletRequest
Returns the content type of the specified file (as supplied by the client browser), or null if the file was not included in the upload.
getContentType() - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Devolve uma String com o tipo de conteudo a devolver pela servlet.
getContentType() - Method in class pt.moredata.widgets.EditorPane
Gets the contentType attribute of the DataEditorPane object
getContextPath() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getContextPath() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getController() - Method in class pt.despodata.java.webappl.WebApplication
Get the value of controller.
getCookies() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns an array containing all of the Cookie objects the browser sent with this request.
getCookies() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns an array containing all of the Cookie objects the browser sent with this request.
getCurrentColumn() - Method in class pt.despodata.java.ddata.DDataTable
 
getCurrentColumn() - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
getCurrentColumn() - Method in class pt.moredata.widgets.Table
 
getCurrentColumn() - Method in class pt.moredata.widgets.table.WidgetDelegate
Gets the currentColumn attribute of the Delegate object
getCurrentDataEntry() - Method in interface pt.moredata.dataentry.SwingDataEntryController
Getter for property currentDataEntry.
getCurrentDataEntry() - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Getter for property currentDataEntry.
getCurrentEditor() - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getCurrentEditor() - Method in class pt.moredata.widgets.BaseTable
 
getCurrentItem() - Method in class pt.despodata.java.ddata.DDataComboBox
Devolve o indice do elemento corrente acedendo por chave primaria
getCurrentItem() - Method in class pt.moredata.widgets.ComboBox
Devolve o indice do elemento corrente acedendo por chave primaria
getCurrentPage() - Method in class pt.despodata.java.webappl.GenericController
Get the value of currentPage.
getCurrentRecord() - Method in class pt.despodata.java.ddata.DDataSwingControl
Devolve a linha corrente no data control.
getCurrentRow() - Method in class pt.despodata.java.ddata.DDataTable
Devolve a linha currente
getCurrentRow() - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
getCurrentRow() - Method in interface pt.moredata.dataentry.DataEntry
Devolve o index do registo que se encontra selecionado na entrada de dados.
getCurrentRow() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Devolve o numero da linha selecionada na tabela.
getCurrentRow() - Method in class pt.moredata.dataentry.component.FormDataEntryComponent
Devolve o numero da linha selecionada na tabela.
getCurrentRow() - Method in class pt.moredata.dataentry.component.swing.TableComponent
Devolve o numero da linha selecionada na tabela.
getCurrentRow() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve o index do registo que se encontra selecionado na entrada de dados.
getCurrentRow() - Method in class pt.moredata.dataentry.core.GridDataEntry
Devolve o index do registo que se encontra selecionado na entrada de dados.
getCurrentRow() - Method in class pt.moredata.widgets.Table
Devolve a linha currente
getCurrentRow() - Method in class pt.moredata.widgets.table.WidgetDelegate
Gets the currentRow attribute of the Delegate object
getCurrentState() - Method in class pt.despodata.java.mvc.StateMachine
Get the value of currentState.
getCurrentStateId() - Method in class pt.despodata.java.mvc.StateMachine
Devolve o identificador do estado actual.
getCurrentTable() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Getter for property currentTable.
getCurrentUrl() - Method in class pt.despodata.java.webappl.GenericController
Devolve o nome da pagina actual.
getCustomEditor() - Method in class pt.despodata.java.ddata.DDataTableCellPropertiesEditor
 
getCustomEditor() - Method in class pt.despodata.java.ddata.table.DDataColumnNameEditor
 
getCustomEditor() - Method in class pt.despodata.java.ddata.table.DDataColumnWidthEditor
 
getCustomEditor() - Method in class pt.moredata.widgets.TableCellPropertiesEditor
Gets the customEditor attribute of the DataTableCellPropertiesEditor object
getCustomEditor() - Method in class pt.moredata.widgets.table.ColumnNameEditor
 
getCustomEditor() - Method in class pt.moredata.widgets.table.ColumnWidthEditor
 
getDAO(String, DataSource) - Method in class pt.moredata.dao.pool.DAOPool
Cria um novo DataAccessObject para uma determinada tabela
getDAO(DataEntry) - Method in class pt.moredata.dataentry.core.DAOManager
Return a DataAccessObject for a DataEntry object.
getDAO() - Method in class pt.moredata.taglibs.dao.DAOAbstractTag
Getter for property dao.
getDAO() - Method in class pt.moredata.widgets.Lov
 
getDAOFieldsInfo() - Method in interface pt.moredata.dao.DataAccessObject
Return the DAOFieldsInfo object with information about this DataAccessObject columns and tables.
getDAOIndex() - Method in interface pt.moredata.dao.MetaField
Return the DAO index of the column represented by the meta field.
getDAOInfo(String) - Method in class pt.moredata.dataentry.core.generator.DAOInfoMap
Retorna um DAOInfo da HashMap
getDAOInfoMap() - Method in class pt.moredata.dataentry.core.DAOManager
Getter for property daoInfoMap.
getDAOInfos() - Method in class pt.moredata.dataentry.core.generator.DAOInfoMap
Retorna todos os DAOInfos do DAOInfoMap
getDAOInfosMap() - Method in class pt.moredata.dataentry.core.generator.DAOInfoMap
Retorna todos os DAOInfos do DAOInfoMap
getDAOManager() - Method in interface pt.moredata.dataentry.DataEntry
Devolve o gestor de DAOs usado no DataEntry.
getDAOManager(HttpSession) - Static method in class pt.moredata.dataentry.JspDataEntryController
Devolve o gestor de DAOs que esta associada a sessao.
getDAOManager() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Getter for property daoManager.
getDAOView() - Method in interface pt.moredata.dataentry.DataEntry
Devolve o DAOView associado a entrada de dados.
getDAOView() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Getter for property _daoView.
getDAOView() - Method in class pt.moredata.dataentry.taglibs.GetByteFieldServlet
Devolve o DAO onde esta o campo do tipo BYTE que deve ser devolvido pela Servlet.
getDAOView() - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Devolve o DAO onde esta o campo do tipo BYTE que deve ser devolvido pela Servlet.
getDBName() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o nome da base de dados.
getDBName() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o nome da base de dados.
getDCSelectedIndex() - Method in class pt.despodata.java.ddata.DDataComboBox
Devolve o indice do item seleccionado no Data Contrsetol Se a combo aceitar valores nulos faz um ajustamento para sincronizacao com o data control ?????
getDCSelectedIndex() - Method in class pt.moredata.widgets.ComboBox
Devolve o indice do item seleccionado no Data Control.
getDDataControl() - Method in class pt.despodata.java.webappl.GetByteField
Devolve o ApplDataControl para a tabela cujo nome foi enviado como parametro para a servlet.
getDDataDelegate(int) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getDDataTableListener() - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getDDataType() - Method in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Este metodo foi substituido pelo metodo getDataType()
getDSource() - Method in interface pt.moredata.dao.DAOView
Deprecated. Use getDataSource() instead.
getData() - Method in class pt.moredata.dao.DataCell
Get the value of data.
getData(ResultSet) - Method in class pt.moredata.dao.core.SQLSelectBuilder
Load data from a ResultSet into a list.
getData() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
Get a rerence to the Data oject that have all the information colected
getData() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Gets the object containing the information collected during the wizard iteration.
getData() - Method in interface pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardInterface
Gets the object that old the information about the wizard iteration
getData() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Gets the information colected during the wizard iteration.
getData() - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Devolve o campo do tipo BYTE do DAO.
getDataAccessObject() - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent
Get the value of dao.
getDataAccessObject(DataSource, String, String, String[], String, boolean, String[]) - Method in class pt.moredata.dao.pool.DAOPool
 
getDataBaseId() - Method in interface pt.moredata.dao.pattern.SQLPattern
Return the data base identification.
getDataBaseId() - Method in class pt.moredata.dao.pattern.SimplePattern
Return the data base identification.
getDataBaseTable(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a DataBaseTable for a giveen table.
getDataControl() - Method in class pt.despodata.java.ddata.DDataComboBox
Devolve o data control relativo a combo box, o que permite que se efectuem, buscas a estes dados por primary key ou nao
getDataControl(String, String, String, String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Verifica se existe um recordSet para a tabela e se afirmativo devolve-o caso contrario cria-o e efectua o query TODO - Atenção aos sincronismos TODO - Poder usar data sources diferentes e especificados para a leitura : Isto faz-se inserindo um novo método com mais parametros
getDataControl(String, String, String[], String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Verifica se existe um recordSet para a tabela e se afirmativo devolve-o caso contrario cria-o e efectua o query TODO - Atenção aos sincronismos TODO - Poder usar data sources diferentes e especificados para a leitura : Isto faz-se inserindo um novo método com mais parametros
getDataControl(String, String, String, String, String[]) - Static method in class pt.despodata.java.ddata.DDataControlPool
Verifica se existe um recordSet para a tabela e se afirmativo devolve-o caso contrario cria-o e efectua o query TODO - Atenção aos sincronismos TODO - Poder usar data sources diferentes e especificados para a leitura : Isto faz-se inserindo um novo método com mais parametros
getDataControl(String, String, String, ArrayList, String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Verifica se existe um recordSet para a tabela e se afirmativo devolve-o caso contrario cria-o e efectua o query relativo ao dataSource definido genericamente para a pool ou relativo ao data source definido para determinada tabela
getDataControl(DDataSource, String, String, String, ArrayList, String, boolean) - Static method in class pt.despodata.java.ddata.DDataControlPool
Verifica se existe um recordSet para a tabela e se afirmativo devolve-o caso contrario cria-o e efectua o query relativo ao dataSource definido genericamente para a pool ou relativo ao data source definido para determinada tabela
getDataControl(DDataSource, String, String, String, ArrayList, String, boolean, String[]) - Static method in class pt.despodata.java.ddata.DDataControlPool
Verifica se existe um recordSet para a tabela e se afirmativo devolve-o caso contrario cria-o e efectua o query relativo ao dataSource definido genericamente para a pool ou relativo ao data source definido para determinada tabela
getDataControl(DDataSource, String, String, String[], String, boolean, String[]) - Static method in class pt.despodata.java.ddata.DDataControlPool
Verifica se existe um recordSet para a tabela e se afirmativo devolve-o caso contrario cria-o e efectua o query relativo ao dataSource definido genericamente para a pool ou relativo ao data source definido para determinada tabela
getDataControl() - Method in class pt.despodata.java.ddata.DDataLov
Devolve o data control relativo a combo box, o que permite que se efectuem, buscas a estes dados por primary key ou nao
getDataControl() - Method in class pt.despodata.java.ddata.DDataSwingControl
 
getDataControl(int, int) - Method in class pt.despodata.java.ddata.DDataTable
Devolve o datacontrol da ComboboxEditor, se o editor não for uma combo devolve nulo
getDataControl() - Method in class pt.moredata.widgets.ComboBox
Devolve o data control relativo a combo box, o que permite que se efectuem, buscas a estes dados por primary key ou nao
getDataControl() - Method in class pt.moredata.widgets.Lov
Devolve o data control relativo a combo box, o que permite que se efectuem, buscas a estes dados por primary key ou nao
getDataControl(int, int) - Method in class pt.moredata.widgets.Table
Devolve o datacontrol da ComboboxEditor, se o editor não for uma combo devolve nulo
getDataControlForTable(String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Devolve uma referencia ao dataControl correspondente a tabela pretendida Se nao existir devolve nulo
getDataControlForTable(String, String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Devolve uma referencia ao dataControl correspondente a tabela pretendida de acordo com restrição where
Se nao existir devolve nulo
getDataEntry() - Method in class pt.moredata.dataentry.core.DefaultRequestMessage
Devolve a entrada de dados associada ao pedido.
getDataEntry() - Method in class pt.moredata.dataentry.core.DefaultResponseMessage
Devolve o DataEntry usado pelo pedido
getDataEntry() - Method in interface pt.moredata.dataentry.core.RequestMessage
Devolve uma das entradas de dados associada ao pedido.
getDataEntry() - Method in interface pt.moredata.dataentry.core.ResponseMessage
Devolve o DataEntry usado pelo pedido
getDataEntry() - Method in class pt.moredata.dataentry.event.ActionEvent
Return the dataEntry associated with the RequestMessage.
getDataEntry() - Method in class pt.moredata.dataentry.event.DataEntryEvent
Getter for property dataEntry.
getDataEntry() - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Getter for property dataEntry.
getDataEntry() - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Getter for property dataEntry.
getDataEntry() - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Getter for property dataEntry.
getDataEntry() - Method in class pt.moredata.dataentry.wizards.ExportWizardData
Getter for property dataEntry.
getDataEntryFormParent(Tag) - Static method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Devolve o DataEntry declarado a partir de uma tag .
getDataEntryFromDataEntryId(PageContext, String) - Static method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Devolve o DataEntry que foi declarado atraves de uma tag do tipo DeclareDataEntryTag.
getDataEntryId() - Method in class pt.moredata.dataentry.taglibs.GetErrorStringTag
Getter for property dataEntryId.
getDataEntryId() - Method in class pt.moredata.dataentry.taglibs.PrintStackTraceTag
Getter for property dataEntryId.
getDataEntryLog(HttpSession, DataEntry) - Static method in class pt.moredata.dataentry.JspDataEntryController
Read information about the last command executed for a dataentry.
getDataEntryModel() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardControler
The model is produced here so it should be provided a way to be returned.
getDataEntryName() - Method in class pt.moredata.dataentry.core.generator.DAOInfo
Getter for property dataEntryName.
getDataEntryPool(HttpSession) - Static method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Devolve a pool de DataEntrys que esta associada a sessao.
getDataEntryTargetMap(DataEntry, boolean) - Static method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Return the map of the targets url for each command of a DataEntry.
getDataEntryTargetMap(DataEntry) - Static method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Return the map of the targets url for each command of a DataEntry.
getDataEntryValue() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Devolve o valor original de uma celula.
getDataEntryValue() - Method in class pt.moredata.dataentry.taglibs.InputTag
Devolve o valor original de uma celula.
getDataFieldSize() - Method in class pt.despodata.java.ddata.DDataField
Devolve a propriedade com tamanho do campo de dados
getDataFieldSize() - Method in class pt.moredata.widgets.Field
Devolve a propriedade com tamanho do campo de dados
getDataFromTable(int[], int[]) - Method in class pt.despodata.java.ddata.DDataTable
Retorna os valores da tabela para um arraylist
getDataFromTable(int, int, int, int) - Method in class pt.despodata.java.ddata.DDataTable
Retorna os valores da tabela para um arraylist
getDataFromTable(int, int) - Method in class pt.despodata.java.ddata.DDataTable
Retorna os valores da tabela para um arraylist a partir de uma determinada linha e de uma determinada coluna
getDataFromTable(int) - Method in class pt.despodata.java.ddata.DDataTable
Retorna os valores da tabela para um arraylist a partir de uma certa coluna
getDataFromTable() - Method in class pt.despodata.java.ddata.DDataTable
Retorna todos os valores da tabela para um arraylist
getDataFromTable(int[], int[]) - Method in class pt.moredata.widgets.Table
Retorna os valores da tabela para um arraylist
getDataFromTable(int, int, int, int) - Method in class pt.moredata.widgets.Table
Retorna os valores da tabela para um arraylist
getDataFromTable(int, int) - Method in class pt.moredata.widgets.Table
Retorna os valores da tabela para um arraylist a partir de uma determinada linha e de uma determinada coluna
getDataFromTable(int) - Method in class pt.moredata.widgets.Table
Retorna os valores da tabela para um arraylist a partir de uma certa coluna
getDataFromTable() - Method in class pt.moredata.widgets.Table
Retorna todos os valores da tabela para um arraylist
getDataMetaField(int) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method getMetaField(int numField) instead.
getDataMetaField(String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method getMetaField(String fieldName) instead.
getDataRow() - Method in class pt.moredata.dao.event.DAOEvent
Getter for property dataRow.
getDataRows() - Method in interface pt.moredata.dao.RecordSet
Return a list of DataRow objects with all the rows of the RecordSet.
getDataSetIndex() - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use method getDAOIndex() instead.
getDataSource(Object) - Static method in class pt.despodata.java.connection.DDataSourcePool
Procura na pool um data source relativo à classificação pedida
O conteudo da string identificadora fica ao critério dos utilizadores poderá ser desde o nome da tabela até apenas a todas as tabelas
Se não existir devolve o data source implicito
getDataSource() - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo getDSource()
getDataSource() - Method in class pt.despodata.java.ddata.DDataLov
 
getDataSource() - Method in class pt.moredata.dao.AbstractUtilStuff
Cria um DataSource com uma coneccao a base de dados.
getDataSource() - Method in interface pt.moredata.dao.DAOView
Return the DataSource object used to read and write data to the repository.
getDataSource() - Static method in class pt.moredata.dao.UtilStuff
Cria um DataSource com uma coneccao a base de dados.
getDataSource() - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Getter for property dataSource.
getDataSource() - Method in interface pt.moredata.dataentry.SwingDataEntryController
Getter for property _dataSource.
getDataSource() - Method in class pt.moredata.dataentry.core.DAOManager
Devolve o DataSource do DAOGenerator.
getDataSource() - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Getter for property _dataSource.
getDataSource() - Method in class pt.moredata.widgets.BaseTable
 
getDataSource() - Method in class pt.moredata.widgets.Field
Getter for property dataSource.
getDataSource() - Method in class pt.moredata.widgets.Lov
 
getDataSource() - Method in class pt.moredata.widgets.Table
 
getDataSourceAction() - Method in class pt.despodata.java.ddata.DDataSwingControl
Devolve a acção a executar sobre a acção corrente relativamente à sincronização com a base de dados
getDataSourceAction(int) - Method in interface pt.moredata.dao.DAOView
Deprecated. This method was moved to the DataAccessObject interface.
getDataSourceAction(int) - Method in interface pt.moredata.dao.DataAccessObject
Return the code for the action to be executed by the applay method for a giveen row.
getDataSourceAction() - Method in interface pt.moredata.dao.DataRow
Devolve a accao que deve ser efectuada para sincronizar a linha do data source com esta
getDataSourceAction(int) - Method in interface pt.moredata.dao.RecordSet
Return the code of the action to be executed for a specific row to update the repository.
getDataSourceFormat() - Method in class pt.moredata.dao.DataSource
Devolve o formato do data source
getDataSourceId() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve a identicacao da configuracao.
getDataSourceId() - Method in interface pt.moredata.connection.ConnectionConfig
Devolve a identicacao da configuracao.
getDataSourceId() - Method in class pt.moredata.connection.ConnectionConfigDialog
 
getDataSourceId() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
getDataSourceId() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Getter for property dataSourceId.
getDataSourceLocation() - Static method in class pt.despodata.java.ddata.DDataConfig
Devolve o tipo de data source usado
getDataSourcePK(String, int) - Method in interface pt.moredata.dao.RecordSet
Return a list of Object values for the primary key columns of one table as they was readed from the repository.
getDataSourcePK(int) - Method in interface pt.moredata.dao.RecordSet
Return a list of Object values for the primary key columns of all tables as they was readed from the repository.
getDataSourcePk(int) - Method in interface pt.moredata.dao.DataAccessObject
Return the primary key value for a DataAccessObject row exactly like it was readed from the repository.
getDataTable() - Method in class pt.despodata.java.ddata.DDataSwingControl
 
getDataType(String, String) - Method in interface pt.moredata.dao.DAOView
Return the DataType of a giveen cell.
getDataType(String) - Method in interface pt.moredata.dao.DAOView
Return the DataType of a giveen cell.
getDataType(int) - Method in interface pt.moredata.dao.DAOView
Deprecated. Use method getDataType(String fieldName) instead.
getDataType() - Method in class pt.moredata.dao.DataType
Deprecated. Ve qual o tipo de dados associado e retorna-o
getDataType() - Method in class pt.moredata.dao.DataTypeInfo
Devolve o tipo de dados actual
getDataType() - Method in interface pt.moredata.dao.MetaField
Return the data type of the column represented by the meta field.
getDataType() - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Getter for property _dataType.
getDataTypeDescription() - Method in class pt.despodata.java.ddata.DDataType
Devolve a descricao do tipo de dados.
getDataTypeDescription(int) - Static method in class pt.moredata.dao.DataType
Deprecated. Devolve uma string representativa do tipo de dados convertido de inteiro para string
getDataTypeDescription() - Method in class pt.moredata.dao.DataTypeInfo
 
getDataTypeDescription(int) - Static method in class pt.moredata.dao.util.DataTypes
Devolve uma string representativa do tipo de dados convertido de inteiro para string
getDataTypeInfo(int) - Static method in class pt.moredata.dao.DataType
Deprecated. Devolve informacao diversa sobre um tipo de dados
getDataTypeInfo() - Method in interface pt.moredata.dao.MetaField
Deprecated. Use method getDataType() instead.
getDataTypeInfo(int) - Static method in class pt.moredata.dao.util.DataTypes
Devolve informacao diversa sobre um tipo de dados
getDataTypes() - Static method in class pt.moredata.dao.DataType
Deprecated. Devolve um array que contem strings com todos os tipos de dados suportados.
getDataTypes() - Static method in class pt.moredata.dao.util.DataTypes
Devolve um array que contem strings com todos os tipos de dados suportados.
getDatabasePrefix() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.DatabaseDriver
Gets the databasePrefix attribute of the DatabaseDriver object
getDatabaseType() - Method in class pt.despodata.java.ddata.ErrorHandle
 
getDatabaseType() - Method in class pt.moredata.widgets.ErrorHandle
 
getDatabaseURL() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Getter for property databaseURL.
getDateFormat() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Get the value of dateFormat.
getDateFormat() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Get the value of dateFormat.
getDateHeader(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDbDataType() - Method in class pt.despodata.java.ddata.DDataField
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getDbDataType() - Method in class pt.despodata.java.ddata.DDataTextField
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o valor da propriedade do text field.
getDbDataType() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o valor da propriedade do text field.
getDbDataType() - Method in class pt.despodata.java.ddata.table.CellProperties
Retorna o tipo do campo
getDbDataType() - Method in class pt.despodata.java.ddata.table.DDataCellField
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.moredata.widgets.EditorPaneObject
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.moredata.widgets.Field
Devolve o valor da propriedade do text field
getDbDataType() - Method in interface pt.moredata.widgets.FieldObject
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.moredata.widgets.ImageFieldObject
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.moredata.widgets.TextField
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.moredata.widgets.table.CellField
Devolve o valor da propriedade do text field
getDbDataType() - Method in class pt.moredata.widgets.table.CellProperties
Retorna o tipo do campo
getDbDataType() - Method in class pt.moredata.widgets.table.CellTextField
Devolve o valor da propriedade do text field
getDbName() - Method in class pt.despodata.java.ddata.DDataConnectDb
 
getDbName() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
getDbType() - Method in interface pt.moredata.dao.DAOView
Deprecated. This method will be removed and will not have a replacment.
getDbType() - Method in class pt.moredata.dao.DataSource
Devolve o nome do driver que se esta a usar
getDbUrl() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property dbUrl.
getDebug() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o nome da base de dados.
getDebug() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o nome da base de dados.
getDebug() - Method in interface pt.moredata.connection.ConnectionConfig
Devolve o nome da base de dados.
getDebug() - Method in class pt.moredata.connection.ConnectionConfigDialog
 
getDebug() - Method in class pt.moredata.connection.DBConnection
Devolve o nome da base de dados.
getDebug() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
getDebug() - Method in class pt.moredata.xml2db.ReadXML2DB
 
getDecimalFormatSymbols() - Static method in class pt.despodata.java.ddata.DDataConfig
 
getDecimalSeparator() - Static method in class pt.despodata.java.ddata.DDataConfig
Devolve o seperador de casas decimais de acordo com as definicoes localizadas do cliente onde o programa esta em execucao
getDecimalSeparator() - Static method in class pt.moredata.widgets.FieldDocument
Devolve o seperador de casas decimais de acordo com as definicoes localizadas do cliente onde o programa esta em execucao
getDecimalSeparator() - Static method in class pt.moredata.widgets.TextField
Devolve o seperador de casas decimais de acordo com as definicoes localizadas do cliente onde o programa esta em execucao
getDecimals() - Method in class pt.despodata.java.ddata.DDataField
Devolve o numero de casas decimais que se permite digitar
getDecimals() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o numero de casas decimais que se permite digitar.
getDecimals() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o numero de casas decimais que se permite digitar.
getDecimals() - Method in class pt.moredata.dao.DataTypeInfo
Devolve o numero de casas decimais que um tipo de dados pode ter.
getDecimals() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getDecimals() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getDecimals() - Method in class pt.moredata.widgets.EditorPaneObject
 
getDecimals() - Method in class pt.moredata.widgets.Field
Devolve o numero de casas decimais que se permite digitar
getDecimals() - Method in interface pt.moredata.widgets.FieldObject
Devolve o numero de casas decimais que se permite digitar
getDecimals() - Method in class pt.moredata.widgets.ImageFieldObject
 
getDecimals() - Method in class pt.moredata.widgets.TextFieldObject
 
getDefault() - Method in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Este metodo foi substituido pelo metodo getDefaultValue()
getDefault() - Method in class pt.moredata.dao.DataFieldInfo
 
getDefaultCellProperties() - Static method in class pt.despodata.java.ddata.table.CellPropertiesPool
 
getDefaultCellProperties() - Static method in class pt.moredata.widgets.table.CellPropertiesPool
 
getDefaultEditor(Class) - Method in class pt.despodata.java.ddata.DDataBaseTable
Returns the editor to be used when no editor has been set in a TableColumn.
getDefaultEditor(Class) - Method in class pt.moredata.widgets.BaseTable
Returns the editor to be used when no editor has been set in a TableColumn.
getDefaultMaxLength() - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
getDefaultMaxLength() - Method in class pt.moredata.widgets.FieldDocument
Gets the defaultMaxLength attribute of the FieldDocument object
getDefaultRenderer(Class) - Method in class pt.despodata.java.ddata.DDataBaseTable
Returns the DDataTableRenderer
getDefaultRenderer(Class) - Method in class pt.moredata.widgets.BaseTable
Returns the DDataTableRenderer
getDefaultSortMethod() - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
getDefaultSortMethod() - Method in class pt.moredata.widgets.table.TableModel
 
getDefaultValue() - Method in interface pt.moredata.dao.MetaField
Return the default value of the column represented by the meta fields.
getDefaultValue() - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Getter for property defaultValue.
getDefaultVisualField() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o campo visualizavel usado por defeito.
getDefaultVisualField() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o campo visualizavel usado por defeito.
getDelegate(int, int) - Method in class pt.despodata.java.ddata.DDataBaseTable
Return the delegate that a belongs to the cell (row,col)
getDelegate() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
getDelegate(int, int) - Method in class pt.moredata.widgets.BaseTable
Return the delegate that a belongs to the cell (row,col)
getDelegate(int) - Method in class pt.moredata.widgets.BaseTable
 
getDelegate() - Method in class pt.moredata.widgets.table.CellEditor
 
getDelegateList() - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getDelegateList() - Method in class pt.moredata.widgets.BaseTable
 
getDelegateType() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getDelegateType() - Method in class pt.moredata.widgets.table.CellProperties
 
getDeleteButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getDeleteButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the deleteButton attribute of the DataToolBar object
getDeleteDataControl() - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve o ApplDataControl da tabela que contem a informacao a ser visualizada.
getDeleteRule() - Method in class pt.moredata.dao.ForeignKey
Get the value of deleteRule.
getDeleteTableName() - Method in class pt.despodata.java.webappl.WebPage
Get the value of deleteTableName.
getDescription() - Method in class pt.despodata.java.ddata.DDataFileFilter
Returns the human readable description of this filter.
getDescription() - Method in class pt.moredata.widgets.FileFilter
Returns the human readable description of this filter.
getDescriptionAt(int, int) - Method in class pt.despodata.java.ddata.DDataTable
Devolve a descrição de uma combo de uma celula
getDescriptionAt(int, int) - Method in class pt.moredata.widgets.Table
Devolve a descrição de uma combo de uma celula
getDescriptionColumn() - Method in class pt.despodata.java.ddata.DDataComboBox
 
getDescriptionColumn() - Method in class pt.despodata.java.ddata.DDataField
Column of foreign key description
getDescriptionColumn() - Method in class pt.despodata.java.ddata.table.CellProperties
Retorna o nome da coluna de descrição
getDescriptionColumn() - Method in class pt.moredata.dao.DataFieldInfo
 
getDescriptionColumn() - Method in class pt.moredata.dao.ImportedForeignKey
Devolve a descricao da coluna
getDescriptionColumn() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getDescriptionColumn() - Method in class pt.moredata.widgets.ComboBox
Gets the descriptionColumn attribute of the DataComboBox object
getDescriptionColumn() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getDescriptionColumn() - Method in class pt.moredata.widgets.EditorPaneObject
 
getDescriptionColumn() - Method in class pt.moredata.widgets.Field
Column of foreign key description
getDescriptionColumn() - Method in interface pt.moredata.widgets.FieldObject
Coluna de descricao de chave estrangeira
getDescriptionColumn() - Method in class pt.moredata.widgets.ImageFieldObject
 
getDescriptionColumn() - Method in class pt.moredata.widgets.TextFieldObject
 
getDescriptionColumn() - Method in class pt.moredata.widgets.table.CellProperties
Retorna o nome da coluna de descrição
getDescriptions(Object) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve as descricoes de um campo visual para um determinado codigo.
getDescriptions(Object) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve as descricoes de um campo visual para um determinado codigo.
getDescriptionsList() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve uma lista com todas as descricoes associadas ao campo visual.
getDescriptionsList() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve uma lista com os nomes da lista de valores.
getDescriptionsListComparator() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Getter for property _descriptionsListComparator.
getDescriptionsListComparator() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Getter for property _descriptionsListComparator.
getDetail(Object) - Method in class pt.despodata.java.webappl.ApplData
Devolve uma tabela da lista de tabelas de detalhes.
getDetailUri() - Method in class pt.despodata.java.webappl.WebPage
Get the value of listaUrl.
getDetailWebPageDisplayDAO() - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve o ApplDataControl que contem os dados mostrados na pagina de detalhe.
getDetailedMessage() - Method in class pt.moredata.dao.DataBaseException
Devolve uma mensagem detalhada do tipo de erros especifico das API(s) ddata.
getDetails() - Method in class pt.despodata.java.webappl.ApplData
Constroi uma lista com as tabelas dos detalhes.
getDetails(String) - Method in class pt.despodata.java.webappl.WebPage
Deprecated. Este metodo nao tem substituto.
getDetailsUrls() - Method in class pt.despodata.java.webappl.WebPage
Deprecated.  
getDir() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property dir.
getDisabledTextColor() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getDisabledTextColor() - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
getDisabledTextColor() - Method in class pt.moredata.widgets.EditorPane
Gets the disabledTextColor attribute of the DataEditorPane object
getDisabledTextColor() - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
getDisplayDataControl() - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve o ApplDataControl da tabela que contem a informacao a ser visualizada.
getDisplayFilter() - Method in class pt.despodata.java.webappl.WebPage
Get the value of displayFilter.
getDisplayTableName() - Method in class pt.despodata.java.webappl.WebPage
Get the value of displayTableName.
getDisposable() - Method in class pt.moredata.xml2db.Table
Method that sets disposabilaty of the table
getDocument() - Method in class pt.despodata.java.ddata.DDataComboBox
 
getDocument() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getDocument() - Method in class pt.despodata.java.ddata.DDataField
FIXME: Isto tem de devolver o documento associado a combo ou editorPane se nao for do tipo TextField !
getDocument() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getDocument() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getDocument() - Method in class pt.moredata.widgets.EditorPane
Gets the document attribute of the DataEditorPane object
getDocument() - Method in class pt.moredata.widgets.Field
Gets the document attribute of the DataField object
getDocument() - Method in interface pt.moredata.widgets.FieldObject
Gets the document attribute of the DataField object
getDocument() - Method in class pt.moredata.widgets.ImageFieldObject
 
getDocument() - Method in class pt.moredata.xml.db.DBSimpleTable
 
getDocument() - Method in class pt.moredata.xml.db.XMLReader
 
getDocument() - Method in class pt.moredata.xml.db.XMLSimpleReader
 
getDocument() - Method in class pt.moredata.xml.db.XMLToDBTable
 
getDocumentListener() - Method in class pt.despodata.java.ddata.DDataSwingControl
Devolve uma referencia ao Document Listener que trata de actualizar a toolbar.
getDouble() - Method in class pt.despodata.java.ddata.DDataField
Devolve o valor correspondente ao campo em double ???
getDouble() - Method in class pt.despodata.java.ddata.DDataTextField
Devolve o valor correspondente ao campo em double
getDouble() - Method in class pt.despodata.java.ddata.table.DDataCellField
Devolve o valor correspondente ao campo em double
getDouble() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Devolve o valor correspondente ao campo em double
getDouble() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getDouble() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getDouble() - Method in class pt.moredata.widgets.EditorPaneObject
Devolve o valor correspondente ao campo em double ???
getDouble() - Method in class pt.moredata.widgets.Field
Devolve o valor correspondente ao campo em double ???
getDouble() - Method in interface pt.moredata.widgets.FieldObject
Devolve o valor correspondente ao campo em double ???
getDouble() - Method in class pt.moredata.widgets.ImageFieldObject
 
getDouble() - Method in class pt.moredata.widgets.TextField
Devolve o valor correspondente ao campo em double
getDouble() - Method in class pt.moredata.widgets.table.CellField
Devolve o valor correspondente ao campo em double
getDouble() - Method in class pt.moredata.widgets.table.CellTextField
Devolve o valor correspondente ao campo em double
getDriver() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o nome da classe que implementa o driver JDBC.
getDriver() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o nome da classe que implementa o driver JDBC.
getDriver() - Method in interface pt.moredata.connection.ConnectionConfig
Devolve o nome complemto da classe que implementa o driver de JDBC.
getDriver() - Method in class pt.moredata.connection.ConnectionConfigDialog
 
getDriver() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
getDriverClassName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property driverClassName.
getDriverName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Getter for property driverName.
getE() - Method in class pt.moredata.widgets.ErrorHandle
 
getEditable() - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getEditable() - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
getEditable() - Method in class pt.despodata.java.ddata.DDataTable
 
getEditable() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
getEditable() - Method in class pt.moredata.widgets.BaseTable
 
getEditable() - Method in class pt.moredata.widgets.Table
 
getEditable() - Method in class pt.moredata.widgets.table.CellEditor
 
getEditorComponent() - Method in class pt.despodata.java.ddata.DDataBaseTable
Returns the component that is handling the editing session.
getEditorComponent() - Method in class pt.despodata.java.ddata.table.DDataDelegate
Devolve o editor usado como editor
getEditorComponent() - Method in class pt.moredata.widgets.BaseTable
Returns the component that is handling the editing session.
getEditorComponent() - Method in class pt.moredata.widgets.table.WidgetDelegate
Devolve o editor usado como editor
getEditorKit() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getEditorKit() - Method in class pt.moredata.widgets.EditorPane
Gets the editorKit attribute of the DataEditorPane object
getEditorKitForContentType(String) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getEditorKitForContentType(String) - Method in class pt.moredata.widgets.EditorPane
Gets the editorKitForContentType attribute of the DataEditorPane object
getEmptyMsg() - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Getter for property emptyMsg.
getEncodeType() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getEncodeType() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getEnforceLogin() - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
Getter for property enforceLogin.
getErrorCode() - Method in class pt.despodata.java.ddata.ErrorHandle
Retorna o valor do errorCode
getErrorCode() - Method in class pt.moredata.dao.DataBaseException
devolve o codigo de erro SQL.
getErrorCode() - Method in class pt.moredata.widgets.ErrorHandle
Retorna o valor do errorCode
getErrorMessage(String) - Static method in class pt.despodata.java.webappl.BundleCache
Returns a error message from the 'errorMessages' ResourceBundle.
getErrorMessage(int, int) - Static method in class pt.moredata.dao.DataBaseError
Devolve a mensagem de erro correspondente a um codigo de erro SQL.
getErrorMessage() - Method in class pt.moredata.dao.DataBaseException
Devolve mensagem especifica do tipo de erros especifico das API(s) ddata
getErrorMessage(String) - Method in class pt.moredata.dataentry.util.BundleCache
Returns a error message from the 'errorMessages' ResourceBundle.
getErrorMessages() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
getErrorMessages() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
getErrorMessages() - Method in class pt.moredata.widgets.table.CellField
 
getErrorMessages() - Method in class pt.moredata.widgets.table.CellTextField
 
getErrorPage(String, String, String, Logger) - Method in class pt.moredata.dataentry.util.http.ErrorPageBuilder
Devolve uma pagina em HTML com uma menssagem de erro.
getErrorString() - Method in class pt.moredata.dataentry.core.DefaultResponseMessage
Getter for property errorString.
getErrorString() - Method in interface pt.moredata.dataentry.core.ResponseMessage
Devolve uma mensagem de erro caso tenha ocorrido um.
getErrorType() - Method in class pt.moredata.dao.DataBaseException
Devolve o tipo de erros especifico das API(s) ddata
getEventType() - Method in class pt.despodata.java.webappl.actions.event.ActionEvent
Getter for property eventType.
getException() - Method in class pt.moredata.dataentry.core.DefaultResponseMessage
Getter for property exception.
getException() - Method in interface pt.moredata.dataentry.core.ResponseMessage
Getter for property exception.
getExceptionClass() - Method in class pt.moredata.widgets.ErrorHandle
 
getExceptionTypeMessage() - Method in class pt.moredata.widgets.ErrorHandle
 
getExecQueryButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getExecQueryButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the execQueryButton attribute of the DataToolBar object
getExecutionCode() - Method in class pt.moredata.dataentry.core.DefaultResponseMessage
Devolve um codigo que indica o resultado da execução da Action.
getExecutionCode() - Method in interface pt.moredata.dataentry.core.ResponseMessage
Devolve um codigo que indica o resultado da execução da Action.
getExitAfterException() - Method in class pt.moredata.widgets.ErrorHandle
 
getExitButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getExitButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the exitButton attribute of the DataToolBar object
getExportButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getExportButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the exportButton attribute of the DataToolBar object
getExportedForeignKey(String) - Method in class pt.moredata.dao.DataTableInfo
Devolve uma determinada chave primaria exportada pela tabela.
getExportedForeignKeyValues() - Method in class pt.moredata.dao.DataTableInfo
Devolve o(s) nome(s) da(s) coluna(s) de todas as chaves estrangeiras exportadas.
getExportedForeignKeys() - Method in class pt.moredata.dao.DataTableInfo
Devolve a(s) chave(s) que mapeia(m) o(s) nome(s) de todas as chaves estrangeiras exportadas.
getExtension(File) - Method in class pt.despodata.java.ddata.DDataFileFilter
Return the extension portion of the file's name .
getExtension(File) - Method in class pt.moredata.widgets.FileFilter
Return the extension portion of the file's name .
getFKColumnName(String) - Method in class pt.moredata.dao.ExportedForeignKey
Devolve o nome da coluna da chave estrangeira, associada ao nome de uma coluna da chave primaria.
getFKColumnName(String) - Method in class pt.moredata.dao.ForeignKey
Devolve o nome da coluna da chave estrangeira, associada ao nome de uma coluna da chave primaria.
getFKColumnName(String) - Method in class pt.moredata.dao.ImportedForeignKey
Devolve o nome da coluna da chave estrangeira, associada ao nome de uma coluna da chave primaria.
getFKColumnNames() - Method in class pt.moredata.dao.ExportedForeignKey
Devolve o nome das colunas que constituem a chave estrangeira.
getFKColumnNames() - Method in class pt.moredata.dao.ForeignKey
Devolve o nome das colunas que constituem a chave estrangeira.
getFKColumnNames() - Method in class pt.moredata.dao.ImportedForeignKey
Devolve o nome das colunas que constituem a chave estrangeira.
getFicha() - Method in class pt.despodata.java.webappl.WebPage
Deprecated.  
getFichaUrl() - Method in class pt.despodata.java.webappl.WebPage
Deprecated. Este metodo foi substituido pelo metodo getFichaUri()
getFieldContent() - Method in class pt.despodata.java.ddata.DHtmlGetByteField
Devolve a imagem que se encontra armazenada num DDataControl ao nivel da sessao.
getFieldContent() - Method in class pt.despodata.java.webappl.GetImage
Devolve a imagem que se encontra armazenada num DDataControl ao nivel da sessao.
getFieldFontName() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o nome da fonte usada no campo visual.
getFieldFontName() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o nome da fonte usada no campo visual.
getFieldFontSize() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Get the value of fontSize.
getFieldFontSize() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Get the value of fontSize.
getFieldInfoForColumn(String) - Method in class pt.moredata.dao.DataTableInfo
Localiza a informação acerca de uma coluna no HashMap de colunas (columns)
getFieldName() - Method in interface pt.moredata.dao.pattern.SQLPattern
Devolve o nome do campo a que o padrao corresponde.
getFieldName() - Method in class pt.moredata.dao.pattern.SimplePattern
Getter for property fieldName.
getFieldName() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Return the field name.
getFieldName() - Method in class pt.moredata.dataentry.taglibs.InputTag
Return the field name.
getFieldName() - Method in class pt.moredata.xml.db.DBSimpleTable.DBField
 
getFieldName() - Method in class pt.moredata.xml.db.XMLToDBTable.DBField
 
getFieldObjectName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property fieldObjectName.
getFieldType() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Get the value of fieldType.
getFieldType() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Get the value of fieldType.
getFieldType() - Method in interface pt.moredata.dao.pattern.SQLPattern
Devolve o tipo de campo a que o padrao pertence.
getFieldType() - Method in class pt.moredata.dao.pattern.SimplePattern
Getter for property fieldType.
getFieldTypeName() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o nome de um tipo de campo, dado o seu codigo.
getFieldTypeName() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o nome de um tipo de campo, dado o seu codigo.
getFieldValue(String) - Method in interface pt.moredata.dataentry.DataEntry
Devolve o valor guardado num determinado campo visual da entrada de dados.
getFieldValue(int, String) - Method in interface pt.moredata.dataentry.DataEntry
Devolve o valor guardado num determinado campo visual da entrada de dados.
getFieldValue(int, String, int) - Method in interface pt.moredata.dataentry.DataEntry
Devolve o valor guardado num determinado campo visual da entrada de dados.
getFieldValue() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Devolve o valor guardado no componente.
getFieldValue(int) - Method in class pt.moredata.dataentry.component.GridDataEntryComponent
Devolve o valor guardado numa determinada celula do componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.ObjectComponent
Devolve o valor guardado no campo da entrada de dados.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.CalendarComponent
Devolve o valor guardado no componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.CheckBoxListComponent
 
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.ComboBoxComponent
Devolve o valor guardado no componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.EditorPaneComponent
Devolve o valor guardado no componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.FieldComponent
Devolve o valor guardado no Field.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.FileUploadComponent
Devolve o valor guardado no componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.ImageFieldComponent
Devolve o valor guardado no componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.JComboBoxComponent
Devolve o valor guardado no componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.JListComponent
 
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.JTextFieldComponent
Devolve o valor guardado no componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.JToggleButtonComponent
Devolve o valor guardado no componente.
getFieldValue() - Method in class pt.moredata.dataentry.component.swing.TableComponent
Devolve o valor guardado no componente.
getFieldValue(int) - Method in class pt.moredata.dataentry.component.swing.TableComponent
Devolve o valor guardado numa determinada celula do componente.
getFieldValue(String) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve o valor guardado num determinado campo visual da entrada de dados.
getFieldValue(int, String) - Method in class pt.moredata.dataentry.core.FormDataEntry
Devolve o valor guardado num determinado campo visual da entrada de dados.
getFieldValue(int, String, int) - Method in class pt.moredata.dataentry.core.FormDataEntry
Devolve o valor guardado num determinado campo visual da entrada de dados.
getFieldValue(int, String, int) - Method in class pt.moredata.dataentry.core.GridDataEntry
Devolve o valor guardado num determinado campo visual da entrada de dados.
getFieldValue(int, String) - Method in class pt.moredata.dataentry.core.GridDataEntry
Devolve o valor guardado num determinado campo visual da entrada de dados.
getFields(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Indexed getter for property fields.
getFields() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property fields.
getFile(String) - Method in class pt.despodata.java.ddata.DDataMultipartRequest
Returns a File object for the specified file saved on the server's filesystem, or null if the file was not included in the upload.
getFile(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns a File object for the specified file saved on the server's filesystem, or null if the file was not included in the upload.
getFile(String) - Method in interface pt.despodata.java.ddata.IDDataMultipartRequest
Returns a File object for the specified file saved on the server's filesystem, or null if the file was not included in the upload.
getFile(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns a File object for the specified file saved on the server's filesystem, or null if the file was not included in the upload.
getFile(String) - Method in class pt.moredata.dataentry.util.http.MultipartServletRequest
Returns a File object for the specified file saved on the server's filesystem, or null if the file was not included in the upload.
getFileChooser() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo char editavel
getFileChooser() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo char editavel
getFileData(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getFileData(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns a byte array object for the specified file saved on the server's filesystem, or null if the file was not included in the upload.
getFileData() - Method in class pt.moredata.widgets.FileUpload
Getter for property fileData.
getFileDeleteUrl(int, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Constroi e devolve uma URL de uma servlet para apagar um ficheiro.
getFileDeleteUrl(int, String) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Constroi e devolve uma URL de uma servlet para apagar um ficheiro.
getFileName(int, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o nome do ficheiro.
getFileName() - Method in class pt.moredata.dao.DataSource
Devolve o nome do ficheiro de onde é lida a informação
getFileName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property fileName.
getFileName() - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Devolve o nome do ficheiro que devera ser apresentado pelo Browser caso se deseje gravar a image.
getFileName() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property fileName.
getFileNames() - Method in class pt.despodata.java.ddata.DDataMultipartRequest
Returns the names of all the uploaded files as an Enumeration of Strings.
getFileNames() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the names of all the uploaded files as an Enumeration of Strings.
getFileNames() - Method in interface pt.despodata.java.ddata.IDDataMultipartRequest
Returns the names of all the uploaded files as an Enumeration of Strings.
getFileNames() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the names of all the uploaded files as an Enumeration of Strings.
getFileNames() - Method in class pt.moredata.dataentry.util.http.MultipartServletRequest
Returns the names of all the uploaded files as an Enumeration of Strings.
getFileUploadUrl(int, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Constroi e devolve uma URL de uma servlete para fazer download de um ficheiro.
getFileUploadUrl(int, String) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Constroi e devolve uma URL de uma servlet para fazer download de um ficheiro.
getFilesData(String) - Method in class pt.despodata.java.ddata.DDataMultipartRequest
Devolve o conteudo de um ficheiro que foi recebido via http.
getFilesData(String) - Method in class pt.moredata.dataentry.util.http.MultipartServletRequest
Devolve o conteudo de um ficheiro que foi recebido via http.
getFilesystemName(String) - Method in class pt.despodata.java.ddata.DDataMultipartRequest
Returns the filesystem name of the specified file, or null if the file was not included in the upload.
getFilesystemName(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the filesystem name of the specified file, or null if the file was not included in the upload.
getFilesystemName(String) - Method in interface pt.despodata.java.ddata.IDDataMultipartRequest
Returns the filesystem name of the specified file, or null if the file was not included in the upload.
getFilesystemName(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the filesystem name of the specified file, or null if the file was not included in the upload.
getFilesystemName(String) - Method in class pt.moredata.dataentry.util.http.MultipartServletRequest
Returns the filesystem name of the specified file, or null if the file was not included in the upload.
getFilter() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getFilter(String) - Method in class pt.moredata.taglibs.filter.FilterSet
Devolve um determinado filtro.
getFilter() - Method in class pt.moredata.widgets.table.CellProperties
 
getFilterNamesIterator() - Method in class pt.moredata.taglibs.filter.FilterSet
Devolve um iterador sobre os nomes dos filtros existentes neste Set.
getFilterPool(HttpSession, String) - Static method in class pt.moredata.taglibs.filter.FilterButtonTag
Vai buscar a sessao a pool de filtros.
getFilterPool() - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Vai buscar a sessao a pool de filtros de sta tag.
getFilterSet(HttpSession, String) - Static method in class pt.moredata.taglibs.filter.FilterButtonTag
Devolve o conjunto de filtros de uma determinada tag.
getFilterSet() - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Devolve o conjunto de filtros desta tag.
getFilterSet(String) - Method in class pt.moredata.taglibs.filter.FilterPool
Devolve um conjunto de filtros para uma determinada pagina.
getFinalState() - Method in class pt.despodata.java.mvc.StateMachine
Get the value of finalState.
getFingerData(String, String) - Static method in class pt.moredata.util.Finger
 
getFinishButton() - Method in class pt.moredata.wizard.SwingWizardGUI2
Devolve o botao para terminar o wizard.
getFirst() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Get the value of first.
getFirstButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getFirstButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the firstButton attribute of the DataToolBar object
getFirstJComponentFromInnerContainer(Container) - Static method in class pt.moredata.util.SwingUtilities
Realiza um procura em profundidade a procura do ultimo Container.
getFirstPageHeaderLen() - Method in class pt.moredata.fglreport.AbstractFglReport
Metodo que devolve o tamanho do Header da primeira pagina
getFirstPageHeaderLen() - Method in interface pt.moredata.fglreport.FglReport
Metodo que devolve o tamanho do Header da primeira pagina
getFirstTime() - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
getFirstTime() - Method in class pt.moredata.widgets.table.WidgetDelegate
Gets the firstTime attribute of the Delegate object
getFixedColumns() - Method in class pt.despodata.java.ddata.DDataTable
Devolve a quantidade de colunas fixas (freeze).
getFixedColumns() - Method in class pt.moredata.widgets.Table
Devolve a quantidade de colunas fixas (freeze).
getFixedOnclick() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property fixedOnclick.
getFixedValue() - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use the method getDefaultValue() instead.
getFk() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Este metodo foi substituido pelo metodo isFK()
getFkTableName() - Method in class pt.moredata.dao.ExportedForeignKey
Get the value of fkTableName.
getFkTableName() - Method in class pt.moredata.dao.ForeignKey
Get the value of fkTableName.
getFkTableName() - Method in class pt.moredata.dao.ImportedForeignKey
Get the value of fkTableName.
getFocusAccelerator() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getFocusAccelerator() - Method in class pt.despodata.java.ddata.DDataField
 
getFocusAccelerator() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getFocusAccelerator() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getFocusAccelerator() - Method in class pt.moredata.widgets.EditorPane
Gets the focusAccelerator attribute of the DataEditorPane object
getFocusAccelerator() - Method in class pt.moredata.widgets.Field
Gets the focusAccelerator attribute of the DataField object
getFocusAccelerator() - Method in interface pt.moredata.widgets.FieldObject
Gets the focusAccelerator attribute of the DataField object
getFocusAccelerator() - Method in class pt.moredata.widgets.ImageFieldObject
 
getFocusColor() - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
getFocusColor() - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
getFocusGained() - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
getFocusGained() - Method in class pt.moredata.widgets.table.WidgetDelegate
Gets the focusGained attribute of the Delegate object
getFont() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getFont() - Method in class pt.despodata.java.ddata.DDataField
 
getFont() - Method in class pt.moredata.widgets.EditorPane
Gets the font attribute of the DataEditorPane object
getFont() - Method in class pt.moredata.widgets.Field
Gets the font attribute of the DataField object
getFont() - Method in interface pt.moredata.widgets.FieldObject
Gets the font attribute of the DataField object
getForeGroundColor() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getForeGroundColor() - Method in class pt.moredata.widgets.table.CellProperties
 
getForegroundColor() - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
getForegroundColor() - Method in class pt.moredata.widgets.TableHeaderRenderer
 
getForegroundColorPressed() - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
getForegroundColorPressed() - Method in class pt.moredata.widgets.TableHeaderRenderer
 
getForm() - Method in class pt.despodata.java.wizard.DDWizAction
Devolve o form especifico associado a esta acção
getForm() - Method in class pt.moredata.wizard.WizardAction
Devolve o form especifico associado a esta acção
getFormDataEntry() - Method in class pt.moredata.dataentry.JDBCPanelTemplate
Getter for property formDataEntry.
getFormDataEntryComponents(Class) - Static method in class pt.moredata.dataentry.util.DataEntryIntrospector
Devolve um array com os nomes dos atributos de uma classe que sao candidatos a componentes de uma entrada de dados do tipo form.
getFormHeader() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Get the value of tableHeader.
getFormHeader() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Get the value of tableHeader.
getFormName() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Get the value of formName.
getFormName() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Get the value of formName.
getFormTarget() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Get the value of formTarget.
getFormTarget() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Get the value of formTarget.
getFormat() - Method in class pt.despodata.java.ddata.DDataField
 
getFormat() - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
getFormat() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getFormat() - Method in class pt.despodata.java.ddata.DDataTextField
 
getFormat() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
getFormat() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
getFormat() - Method in class pt.despodata.java.ddata.validators.FormatValidator
 
getFormat() - Method in class pt.despodata.java.ddata.validators.StringFormatValidator
Getter for property format.
getFormat() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getFormat() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getFormat() - Method in class pt.moredata.widgets.EditorPaneObject
Gets the format attribute of the DataField object
getFormat() - Method in class pt.moredata.widgets.Field
Gets the format attribute of the DataField object
getFormat() - Method in class pt.moredata.widgets.FieldDocument
 
getFormat() - Method in interface pt.moredata.widgets.FieldObject
Gets the format attribute of the DataField object
getFormat() - Method in class pt.moredata.widgets.ImageFieldObject
 
getFormat() - Method in class pt.moredata.widgets.TextField
Gets the format attribute of the DataTextField object
getFormat() - Method in class pt.moredata.widgets.table.CellField
 
getFormat() - Method in class pt.moredata.widgets.table.CellTextField
 
getFormat() - Method in class pt.moredata.widgets.validators.FormatValidator
 
getFormat() - Method in class pt.moredata.widgets.validators.StringFormatValidator
Getter for property format.
getFormatedCellAt(int, int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o objecto que esta numa dada celula Tanto as colunas como linhas começam em zero
getFormatedNumber(int, Object, String) - Static method in class pt.moredata.dao.DataType
Deprecated.  
getFormatedNumber(int, Object, String) - Static method in class pt.moredata.dao.util.DataTypes
 
getFormatedString(int, Object, String) - Static method in class pt.moredata.dao.DataType
Deprecated. Devolve o valor enviado como string convertido para o objecto do tipo enviado como parametro
getFormatedString(int, Object, String) - Static method in class pt.moredata.dao.util.DataTypes
Devolve o valor enviado como string convertido para o objecto do tipo enviado como parametro
getFrame() - Method in class pt.despodata.java.webappl.Frame
Get the value of frame.
getFrame(String) - Method in class pt.despodata.java.webappl.FrameSet
Devolve uma frame com um determinado nome.
getFrame(int) - Method in class pt.despodata.java.webappl.FrameSet
Devolve uma frame que foi introduzida numa determinada ordem.
getFrame() - Method in interface pt.despodata.java.webappl.IPage
Get the value of frame.
getFrame() - Method in class pt.despodata.java.webappl.Page
Get the value of frame.
getFrameSet() - Method in class pt.despodata.java.webappl.Frame
Get the value of frameSet.
getFrameSet() - Method in class pt.despodata.java.webappl.GenericController
Devolve o FrameSet currente.
getFrameSet() - Method in interface pt.despodata.java.webappl.IPage
Get the value of frameSet.
getFrameSet() - Method in class pt.despodata.java.webappl.Page
Get the value of frameSet.
getFrameSet() - Method in class pt.despodata.java.webappl.tags.FrameSetTag
Get the value of frameSet.
getFrames() - Method in class pt.despodata.java.webappl.FrameSet
Devolve todas as frames do FrameSet.
getGridDataEntryComponents(Class) - Static method in class pt.moredata.dataentry.util.DataEntryIntrospector
Devolve um array com os nomes dos atributos de uma classe que sao candidatos a componentes de uma entrada de dados do tipo grid.
getGroup() - Method in class pt.despodata.java.fglreport.FglReport
Método que devolve o grupo
getGroup() - Method in class pt.moredata.fglreport.AbstractFglReport
Método que devolve o grupo
getGroup() - Method in interface pt.moredata.fglreport.FglReport
Método que devolve o grupo
getGroup() - Method in class pt.moredata.fglreport.SwingFglReport
Método que devolve o grupo
getGroup() - Method in class pt.moredata.fglreport.TxtFglReport
Método que devolve o grupo
getGroupValue() - Method in class pt.despodata.java.fglreport.FglReport
Método que devolve o valor do campo da nova chave
getGroupValue() - Method in class pt.moredata.fglreport.AbstractFglReport
Método que devolve o valor do campo da nova chave
getGroupValue() - Method in interface pt.moredata.fglreport.FglReport
Método que devolve o valor do campo da nova chave
getGroupValue() - Method in class pt.moredata.fglreport.SwingFglReport
Método que devolve o valor do campo da nova chave
getGroupValue() - Method in class pt.moredata.fglreport.TxtFglReport
Método que devolve o valor do campo da nova chave
getGrowPolicy() - Method in class pt.despodata.java.ddata.DDataTable
 
getGrowPolicy() - Method in class pt.moredata.widgets.Table
 
getHeader(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the value of the specified request header as a String.
getHeaderNames() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderRenderer() - Method in class pt.despodata.java.ddata.table.DDataColumnGroup
 
getHeaderRenderer() - Method in class pt.moredata.widgets.table.ColumnGroup
 
getHeaderValue() - Method in class pt.despodata.java.ddata.table.DDataColumnGroup
 
getHeaderValue() - Method in class pt.moredata.widgets.table.ColumnGroup
 
getHeaders(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getHeaders(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getHeight() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve a altura do campo.
getHeight() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve a altura do campo.
getHelp() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Get the help to the component
getHelpContextId() - Method in class pt.despodata.java.ddata.DDataField
 
getHelpContextId() - Method in class pt.despodata.java.ddata.DDataTextField
 
getHelpContextId() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
getHelpContextId() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
getHelpContextId() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getHelpContextId() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getHelpContextId() - Method in class pt.moredata.widgets.EditorPaneObject
Gets the helpContextId attribute of the DataField object
getHelpContextId() - Method in class pt.moredata.widgets.Field
Gets the helpContextId attribute of the DataField object
getHelpContextId() - Method in interface pt.moredata.widgets.FieldObject
Gets the helpContextId attribute of the DataField object
getHelpContextId() - Method in class pt.moredata.widgets.ImageFieldObject
 
getHelpContextId() - Method in class pt.moredata.widgets.TextField
Gets the helpContextId attribute of the DataTextField object
getHelpContextId() - Method in class pt.moredata.widgets.table.CellField
 
getHelpContextId() - Method in class pt.moredata.widgets.table.CellTextField
 
getHighlighter() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getHighlighter() - Method in class pt.moredata.widgets.EditorPane
Gets the highlighter attribute of the DataEditorPane object
getHorizontalAlignment() - Method in class pt.despodata.java.ddata.DDataField
 
getHorizontalAlignment() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getHorizontalAlignment() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getHorizontalAlignment() - Method in class pt.moredata.widgets.EditorPaneObject
Gets the horizontalAlignment attribute of the DataField object
getHorizontalAlignment() - Method in class pt.moredata.widgets.Field
Gets the horizontalAlignment attribute of the DataField object
getHorizontalAlignment() - Method in interface pt.moredata.widgets.FieldObject
Gets the horizontalAlignment attribute of the DataField object
getHorizontalAlignment() - Method in class pt.moredata.widgets.ImageFieldObject
 
getHorizontalVisibility() - Method in class pt.despodata.java.ddata.DDataField
 
getHorizontalVisibility() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getHorizontalVisibility() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getHorizontalVisibility() - Method in class pt.moredata.widgets.EditorPaneObject
Gets the horizontalVisibility attribute of the DataField object
getHorizontalVisibility() - Method in class pt.moredata.widgets.Field
Gets the horizontalVisibility attribute of the DataField object
getHorizontalVisibility() - Method in interface pt.moredata.widgets.FieldObject
Gets the horizontalVisibility attribute of the DataField object
getHorizontalVisibility() - Method in class pt.moredata.widgets.ImageFieldObject
 
getHostName() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o nome da maquina onde se encontra a base de dados.
getHostName() - Method in class pt.despodata.java.ddata.DDataConnectDb
 
getHostName() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
getHostName() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o nome da maquina onde se encontra a base de dados.
getHtmlCode() - Method in class pt.moredata.taglibs.widgets.JspButton
Devolve uma string com o HTML gerado para o botao definido pela tag.
getHtmlComponentName(String) - Static method in class pt.moredata.dataentry.JspDataEntryController
Normalize a component name so it can be used in a javascript identifier name.
getHtmlCtrlObjs() - Method in class pt.despodata.java.ddata.DHtmlForm
Get the value of htmlCtrlObjs.
getHtmlFormTag() - Method in class pt.despodata.java.webappl.tags.FormTag
 
getHtmlName() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property htmlName.
getHtmlNamePrefix() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property htmlNamePrefix.
getHtmlNameSufix() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property htmlNameSufix.
getIcon(int) - Method in class pt.despodata.java.ddata.DDataButtonBeanInfo
 
getIcon(int) - Method in class pt.despodata.java.ddata.DDataCheckBoxBeanInfo
 
getIcon(int) - Method in class pt.despodata.java.ddata.DDataComboBoxBeanInfo
Devolve o icon a apresentar no IDE
getIcon(int) - Method in class pt.despodata.java.ddata.DDataEditorPaneBeanInfo
Devolve o icon que deve aparecer na palette
getIcon(int) - Method in class pt.despodata.java.ddata.DDataFieldBeanInfo
Devolve o icon que deve aparecer na palette
getIcon(int) - Method in class pt.despodata.java.ddata.DDataFrameBeanInfo
 
getIcon(int) - Method in class pt.despodata.java.ddata.DDataLabelBeanInfo
 
getIcon(int) - Method in class pt.despodata.java.ddata.DDataPanelBeanInfo
 
getIcon(int) - Method in class pt.despodata.java.ddata.DDataRadioButtonBeanInfo
 
getIcon(int) - Method in class pt.despodata.java.ddata.DDataStatusBarBeanInfo
Gets the icon attribute of the PanelBeanInfo object
getIcon(int) - Method in class pt.despodata.java.ddata.DDataTableBeanInfo
 
getIcon(int) - Method in class pt.despodata.java.ddata.DDataToolBarBeanInfo
 
getIcon(int) - Method in class pt.moredata.widgets.BrowserFrameBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.ButtonBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.CalendarBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.CheckBoxBeanInfo
Gets the icon attribute of the CheckBoxBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.CheckBoxListBeanInfo
Gets the icon attribute of the bean.
getIcon(int) - Method in class pt.moredata.widgets.ComboBoxBeanInfo
Devolve o icon a apresentar no IDE
getIcon(int) - Method in class pt.moredata.widgets.EditorDocumentBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.EditorPaneBeanInfo
Devolve o icon que deve aparecer na palette
getIcon(int) - Method in class pt.moredata.widgets.FieldBeanInfo
Devolve o icon que deve aparecer na palette
getIcon(int) - Method in class pt.moredata.widgets.FileChooserBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.FileFilterBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.FilePreviewerBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.FileUploadBeanInfo
Gets the icon attribute of the PanelBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.FrameBeanInfo
Gets the icon attribute of the FrameBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.ImageFieldBeanInfo
Gets the icon attribute of the bean.
getIcon(int) - Method in class pt.moredata.widgets.LabelBeanInfo
Gets the icon attribute of the LabelBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.LovBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.NavigationToolBarBeanInfo
Gets the icon attribute of the ToolBarBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.PanelBeanInfo
Gets the icon attribute of the PanelBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.PasswordFieldBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.ProgressBarBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.RadioButtonBeanInfo
Gets the icon attribute of the RadioButtonBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.SplashBeanInfo
Gets the icon attribute of the PanelBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.StatusBarBeanInfo
Gets the icon attribute of the PanelBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.TableBeanInfo
Gets the icon attribute of the TableBeanInfo object
getIcon(int) - Method in class pt.moredata.widgets.TextFieldBeanInfo
Gets the icon attribute of the ButtonBeanInfo object
getId() - Method in class pt.despodata.java.mvc.State
Get the value of id.
getId() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property id.
getIdentification(DataSource) - Method in class pt.moredata.dao.util.DataBaseIdentifier
Identifies a Database from a DataSource object.
getIdentification(Connection) - Method in class pt.moredata.dao.util.DataBaseIdentifier
Identifies a Database from a Connection object.
getImageUrl(int, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Constroi e devolve uma URL de uma servlete para fazer download de uma imagem.
getImageUrl(int, String) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Constroi e devolve uma URL de uma servlet para fazer download de uma imagem.
getImplicitConnection() - Static method in class pt.despodata.java.connection.DDataSourcePool
Devolve a conxeão do data source implicito
A conexão implicita é em geral aberta no inicio de um programa client/server e sempre usada até ao final, dado que a identificação do utilizador em geral não muda.
getImplicitConnection() - Static method in class pt.despodata.java.ddata.DDataConnectDb
Devolve a conexão implicita.
getImplicitDataSource() - Static method in class pt.despodata.java.connection.DDataSourcePool
 
getImplicitDataSource() - Static method in class pt.despodata.java.ddata.DDataConfig
Deprecated.  
getImportedForeignKey(String) - Method in class pt.moredata.dao.DataTableInfo
Devolve uma determinada chave estrangeira importada pela tabela.
getImportedForeignKeyValues() - Method in class pt.moredata.dao.DataTableInfo
Devolve o(s) nome(s) da(s) coluna(s) de todas as chaves estrangeiras importadas.
getImportedForeignKeys() - Method in class pt.moredata.dao.DataTableInfo
Devolve a(s) chave(s) que mapeia(m) o(s) nome(s) de todas as chaves estrangeiras importadas.
getIndice(String) - Method in class pt.moredata.dao.DataTableInfo
Devolve um determinado indice da tabela.
getIndices() - Method in class pt.moredata.dao.DataTableInfo
Devolve o nome de todos os indices da tabela.
getInfoForDescription(String) - Method in class pt.moredata.connection.JdbcDriverInformation
Gives information about a driver with a specific description.
getInfoForDriverClassName(String) - Method in class pt.moredata.connection.JdbcDriverInformation
Gives information about all driver that have a specific class name.
getInfoForTable(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Get the meta information of a table.
getInitialQueryString() - Method in class pt.despodata.java.ddata.DDataField
Devolve o valor incial do query
getInitialState() - Method in class pt.despodata.java.mvc.StateMachine
Get the value of initialState.
getInitialStateId() - Method in class pt.despodata.java.mvc.StateMachine
Devolve o identificador do estado actual.
getInput() - Method in class pt.despodata.java.mvc.StateMachine
Get the value of input.
getInputStream() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Retrieves binary data from the body of the request as a ServletInputStream, which gives you the ability to read one line at a time.
getInputStream() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Retrieves binary data from the body of the request as a ServletInputStream, which gives you the ability to read one line at a time.
getInputStream() - Method in interface pt.moredata.programlaunch.ServerProperties
Get the BufferedInputStream of the socket open to comunicate with the client.
getInsertAction() - Method in class pt.moredata.xml2db.Table
Method that returns the default insert prepared statement, with the fields set for the values of the current column values
getInsertFilter() - Method in class pt.despodata.java.webappl.WebPage
Get the value of displayFilter.
getInsertTableName() - Method in class pt.despodata.java.webappl.WebPage
Get the value of insertTableName.
getIntHeader(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the value of the specified request header as an integer.
getIntHeader(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the value of the specified request header as an integer.
getIsFk() - Method in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Este metodo foi substituido pelo metodo isFK()
getIsPk() - Method in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Este metodo foi substituido pelo metodo isPK()
getIsUpdateable() - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use method isUpdateable() instead.
getJClass() - Method in class pt.moredata.xml2db.Column
Returns this column class
getJDBCMetaData() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getJDBCMetaData() - Method in class pt.moredata.dao.DataTableInfo
Obtem a partir de uma das conexões a meta informação disponivel pelo JDBC
getJarName() - Method in class pt.moredata.dao.core.SerializedTableIO
Retorna o nome do jar de onde sera lida a tabela serializada
getJarURLList() - Method in interface pt.moredata.programlaunch.ServerProperties
Get the Jar URL list.
getJavaInitializationString() - Method in class pt.despodata.java.ddata.DDataComponentTypeEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class pt.despodata.java.ddata.DDataObjectArrayEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class pt.despodata.java.ddata.DDataTableCellPropertiesEditor
 
getJavaInitializationString() - Method in class pt.despodata.java.ddata.DDataTypeEditor
Gets the javaInitializationString attribute of the TypeEditor object
getJavaInitializationString() - Method in class pt.despodata.java.ddata.table.DDataColumnNameEditor
 
getJavaInitializationString() - Method in class pt.despodata.java.ddata.table.DDataColumnWidthEditor
 
getJavaInitializationString() - Method in class pt.moredata.widgets.ComponentTypeEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class pt.moredata.widgets.ObjectArrayEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString() - Method in class pt.moredata.widgets.TableCellPropertiesEditor
Gets the javaInitializationString attribute of the DataTableCellPropertiesEditor object
getJavaInitializationString() - Method in class pt.moredata.widgets.TypeEditor
Gets the javaInitializationString attribute of the TypeEditor object
getJavaInitializationString() - Method in class pt.moredata.widgets.table.ColumnNameEditor
 
getJavaInitializationString() - Method in class pt.moredata.widgets.table.ColumnWidthEditor
 
getJoin() - Method in class pt.moredata.dataentry.core.generator.TableInfo
Getter for property join.
getJoinClause() - Method in class pt.moredata.dao.DataBaseTable
Getter for property joinClause.
getJoinColumns(String, String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list of ColumnId objects representing all the columns that are equal to the one passing by argument.
getKey() - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Getter for property key.
getKey(Object) - Method in class pt.moredata.util.FullHashMap
 
getKeymap() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getKeymap(String) - Static method in class pt.despodata.java.ddata.DDataEditorPane
 
getKeymap() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getKeymap() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getKeymap() - Method in class pt.moredata.widgets.EditorPane
Gets the keymap attribute of the DataEditorPane object
getKeymap(String) - Static method in class pt.moredata.widgets.EditorPane
Gets the keymap attribute of the DataEditorPane class
getKeymap() - Method in interface pt.moredata.widgets.FieldObject
Vai buscar um KeyMap adicionado anteriormente
getKeymap() - Method in class pt.moredata.widgets.ImageFieldObject
 
getKeys(ArrayList, ArrayList) - Method in class pt.moredata.fglreport.AbstractFglReport
Método que dado um ArrayList devolve as suas chaves.
getKeys() - Method in class pt.moredata.xml2db.Table
Return an iterator for the key definitions of the table
getLabel() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getLabel() - Method in interface pt.moredata.dao.MetaField
Return string with a label that identifies the column.
getLabel() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property label.
getLabel() - Method in class pt.moredata.taglibs.filter.Filter
Getter for property label.
getLabelObjectName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property labelObjectName.
getLabels() - Method in class pt.moredata.taglibs.dao.DAOPrinter
Devolve uma linha com o nome das colunas.
getLabels() - Method in class pt.moredata.taglibs.dao.DAOTablePrinter
 
getLang() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property lang.
getLast() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Get the value of last.
getLastButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getLastButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the lastButton attribute of the DataToolBar object
getLastErrorLog() - Method in class pt.moredata.dataentry.DataEntryLog
Return the last log that was added to this DataEntryLog for a command that had give an error.
getLastLog() - Method in class pt.moredata.dataentry.DataEntryLog
Return the last log that was added to this DataEntryLog.
getLength() - Method in interface pt.moredata.dao.MetaField
Return the length of the column represented by the meta field.
getLength() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property length.
getLinCol(int, int) - Method in class pt.moredata.dao.core.SerializedTableIO
Devolve os dados em determinada linha, coluna
getLine() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property line.
getLineNo() - Method in class pt.despodata.java.fglreport.FglReport
Método que devolve o número da linha corrente
getLineNo() - Method in class pt.moredata.fglreport.AbstractFglReport
Método que devolve o número da linha corrente
getLineNo() - Method in interface pt.moredata.fglreport.FglReport
Método que devolve o número da linha corrente
getLineNo() - Method in class pt.moredata.fglreport.SwingFglReport
Método que devolve o número da linha corrente
getLineNo() - Method in class pt.moredata.fglreport.TxtFglReport
Método que devolve o número da linha corrente
getLineNumber(DHtmlDataControl, String) - Static method in class pt.despodata.java.webappl.html.HtmlForm
Calcula o numero da linha a que pertence um parametro, a partir de um sufixo.
getLineno() - Method in class pt.despodata.java.objgraficos.objectosX
Obtém a linha.
getLineno() - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Obtém a linha.
getLista() - Method in class pt.despodata.java.webappl.WebPage
Deprecated. Este metodo foi substituido pelo metodo getListaUri()
getListaNFrames() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Get the value of listaNFrames.
getListaUrl() - Method in class pt.despodata.java.webappl.WebPage
Deprecated.  
getListenersList(String, boolean) - Method in class pt.despodata.java.webappl.actions.ActionBase
Return a list of listeners for a given key.
getLocalAddr() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getLocalAddr() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getLocalName() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getLocalName() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getLocalPort() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getLocalPort() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getLocale() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getLocale() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getLocales() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getLocales() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getLogEntry(ServletRequest) - Static method in class pt.moredata.dataentry.JspDataEntryController
Read information about the last command executed for a dataentry by the JspDataEntryController.
getLogWriter() - Method in class pt.moredata.connection.DataSourceWrapper
Always throws a SQLException.
getLoginPage(HttpServletRequest) - Method in class pt.despodata.java.webappl.Dispatcher
Redireciona o pedido para a pagina de autenticacao.
getLoginTimeout() - Method in class pt.moredata.connection.DataSourceWrapper
Always throws a SQLException.
getLong() - Method in class pt.despodata.java.ddata.DDataField
Devolve o valor correspondente ao campo em long ???
getLong() - Method in class pt.despodata.java.ddata.DDataTextField
Devolve o valor correspondente ao campo em long
getLong() - Method in class pt.despodata.java.ddata.table.DDataCellField
Devolve o valor correspondente ao campo em long
getLong() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Devolve o valor correspondente ao campo em long
getLong() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getLong() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getLong() - Method in class pt.moredata.widgets.EditorPaneObject
Devolve o valor correspondente ao campo em long ???
getLong() - Method in class pt.moredata.widgets.Field
Devolve o valor correspondente ao campo em long ???
getLong() - Method in interface pt.moredata.widgets.FieldObject
Devolve o valor correspondente ao campo em long ???
getLong() - Method in class pt.moredata.widgets.ImageFieldObject
 
getLong() - Method in class pt.moredata.widgets.TextField
Devolve o valor correspondente ao campo em long
getLong() - Method in class pt.moredata.widgets.table.CellField
Devolve o valor correspondente ao campo em long
getLong() - Method in class pt.moredata.widgets.table.CellTextField
Devolve o valor correspondente ao campo em long
getMachine() - Method in class pt.despodata.java.webappl.InitMachine
Get the value of machine.
getMargin() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getMargin() - Method in class pt.moredata.widgets.EditorPane
Gets the margin attribute of the DataEditorPane object
getMaxColumns() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getMaxColumns() - Method in class pt.despodata.java.ddata.DDataField
Devolve o numero maximo de linhas se o field for um EDITOR_PANE, caso contrario devolve -1.
getMaxColumns() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Numero maximo de caracteres numa linha
getMaxColumns() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Numero maximo de caracteres numa linha
getMaxColumns() - Method in class pt.moredata.widgets.EditorPane
Gets the maxColumns attribute of the DataEditorPane object
getMaxColumns() - Method in class pt.moredata.widgets.Field
Devolve o numero maximo de linhas se o field for um EDITOR_PANE, caso contrario devolve -1.
getMaxColumns() - Method in interface pt.moredata.widgets.FieldObject
Numero maximo de caracteres numa linha
getMaxColumns() - Method in class pt.moredata.widgets.ImageFieldObject
Numero maximo de caracteres numa linha
getMaxColumns() - Method in class pt.moredata.widgets.TextFieldObject
Numero maximo de caracteres numa linha
getMaxErrorMessage() - Method in class pt.despodata.java.ddata.DDataField
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.despodata.java.ddata.DDataTextField
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.despodata.java.ddata.table.DDataCellField
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.moredata.widgets.EditorPaneObject
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.moredata.widgets.Field
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in interface pt.moredata.widgets.FieldObject
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.moredata.widgets.ImageFieldObject
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.moredata.widgets.TextField
Mensagem de valida��o do valor maximo
getMaxErrorMessage() - Method in class pt.moredata.widgets.table.CellField
Mensagem de validação do valor maximo
getMaxErrorMessage() - Method in class pt.moredata.widgets.table.CellTextField
Mensagem de validação do valor maximo
getMaxLenght() - Method in class pt.despodata.java.ddata.table.CellProperties
Deprecated.  
getMaxLenght() - Method in class pt.moredata.widgets.table.CellProperties
Deprecated.  
getMaxLength() - Method in class pt.despodata.java.ddata.DDataField
Maximum length in characters for the field
getMaxLength() - Method in class pt.despodata.java.ddata.DDataTextField
Maximum length in characters for the field
getMaxLength() - Method in class pt.despodata.java.ddata.table.CellProperties
retorna o tamanho maximo do campo
getMaxLength() - Method in class pt.despodata.java.ddata.table.DDataCellField
Maximum length in characters for the field
getMaxLength() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Maximum length in characters for the field
getMaxLength() - Method in class pt.moredata.dao.DataTypeInfo
Devolve o tamanho maximo em numero de caracteres, que um tipo de dados pode ter.
getMaxLength() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Tamanho maximo do field
getMaxLength() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Tamanho maximo do field
getMaxLength() - Method in class pt.moredata.widgets.EditorPaneObject
Tamanho maximo do field
getMaxLength() - Method in class pt.moredata.widgets.Field
Maximum length in characters for the field
getMaxLength() - Method in interface pt.moredata.widgets.FieldObject
Tamanho maximo do field
getMaxLength() - Method in class pt.moredata.widgets.ImageFieldObject
Tamanho maximo do field
getMaxLength() - Method in class pt.moredata.widgets.TextField
Maximum length in characters for the field
getMaxLength() - Method in class pt.moredata.widgets.table.CellField
Maximum length in characters for the field
getMaxLength() - Method in class pt.moredata.widgets.table.CellProperties
retorna o tamanho maximo do campo
getMaxLength() - Method in class pt.moredata.widgets.table.CellTextField
Maximum length in characters for the field
getMaxLines() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getMaxLines() - Method in class pt.despodata.java.ddata.DDataField
Devolve o numero maximo de linhas se o field for um EDITOR_PANE, caso contrario devolve -1.
getMaxLines() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Numero maximo de linhas do painel de texto.
getMaxLines() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Numero maximo de linhas do painel de texto.
getMaxLines() - Method in class pt.moredata.widgets.EditorPane
Gets the maxLines attribute of the DataEditorPane object
getMaxLines() - Method in class pt.moredata.widgets.Field
Devolve o numero maximo de linhas se o field for um EDITOR_PANE, caso contrario devolve -1.
getMaxLines() - Method in interface pt.moredata.widgets.FieldObject
Numero maximo de linhas do painel de texto.
getMaxLines() - Method in class pt.moredata.widgets.ImageFieldObject
Numero maximo de linhas do painel de texto.
getMaxLines() - Method in class pt.moredata.widgets.TextFieldObject
Numero maximo de linhas do painel de texto.
getMaxObjValue() - Method in class pt.despodata.java.ddata.DDataField
 
getMaxObjValue() - Method in class pt.despodata.java.ddata.DDataTextField
 
getMaxObjValue() - Method in class pt.moredata.widgets.Field
Gets the maxObjValue attribute of the DataField object
getMaxObjValue() - Method in class pt.moredata.widgets.TextField
Gets the maxObjValue attribute of the DataTextField object
getMaxValue() - Method in class pt.despodata.java.ddata.DDataCalendar
Retorna a Data Máxima que pode ser inserida no calendário
getMaxValue() - Method in class pt.despodata.java.ddata.DDataDateChooser
Recebe o máximo definido para o calendário
getMaxValue() - Method in class pt.despodata.java.ddata.DDataField
Deprecated.  
getMaxValue() - Method in class pt.despodata.java.ddata.DDataTextField
Deprecated.  
getMaxValue() - Method in class pt.despodata.java.ddata.table.CellProperties
Retorna o valor máximo do campo
getMaxValue() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
getMaxValue() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
getMaxValue() - Method in class pt.moredata.dao.DataTypeInfo
Devolve o valor maximo que um determinado tipo de dados pode ter.
getMaxValue() - Method in class pt.moredata.widgets.Calendar
Retorna a Data Máxima que pode ser inserida no calendário
getMaxValue() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Deprecated.  
getMaxValue() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Deprecated.  
getMaxValue() - Method in class pt.moredata.widgets.DateChooser
Recebe o máximo definido para o calendário
getMaxValue() - Method in class pt.moredata.widgets.EditorPaneObject
 
getMaxValue() - Method in class pt.moredata.widgets.Field
Deprecated.  
getMaxValue() - Method in interface pt.moredata.widgets.FieldObject
 
getMaxValue() - Method in class pt.moredata.widgets.ImageFieldObject
Deprecated.  
getMaxValue() - Method in class pt.moredata.widgets.TextField
 
getMaxValue() - Method in class pt.moredata.widgets.table.CellField
 
getMaxValue() - Method in class pt.moredata.widgets.table.CellProperties
Retorna o valor máximo do campo
getMaxValue() - Method in class pt.moredata.widgets.table.CellTextField
 
getMaxValueLong() - Method in class pt.despodata.java.ddata.table.CellProperties
Retorna o valor máximo do campo
getMaxValueLong() - Method in class pt.moredata.widgets.table.CellProperties
Retorna o valor máximo do campo
getMaximumSize(JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Return the maximum size of the table.
getMaximumSize(JComponent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Return the maximum size of the table.
getMensagens() - Method in class pt.despodata.java.ddata.event.DDataTableEvent
 
getMensagens() - Method in class pt.moredata.widgets.event.TableEvent
 
getMessage() - Method in class pt.despodata.java.ddata.event.ErrorInValidationEvent
 
getMessage() - Method in class pt.moredata.widgets.ErrorHandle
 
getMessage() - Method in class pt.moredata.widgets.event.ErrorInValidationEvent
 
getMetaField(int) - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo getDataMetaField(int)
getMetaField(String) - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo getDataMetaField(String)
getMetaField(String) - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este metodo foi substituido pelo metodo getDataMetaField(String)
getMetaField(int) - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este metodo foi substituido pelo metodo getDataMetaField(int)
getMetaField(int) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a MetaField for a specific column number.
getMetaField(String, String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a MetaField for a specific column name of a giveen table.
getMetaField(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a MetaField for a specific column name.
getMetaField(String, String) - Method in interface pt.moredata.dao.DataAccessObject
Return the meta field information for a giveen column name.
getMetaField(String) - Method in interface pt.moredata.dao.DataAccessObject
Return the meta field information for a giveen column name.
getMetaFields() - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list with MetaFields Objects for all columns of the RecordSet.
getMetaFields(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list with MetaFields Objects for all columns of one table of the RecordSet.
getMethod() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod(Object, String, Class[]) - Static method in class pt.moredata.tests.PrivilegedAccessor
 
getMimeType(String) - Static method in class pt.despodata.java.ddata.DHtmlGetByteField
Devolve o mime-type para um determinado.
getMimeType(String) - Static method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Devolve o mime-type para um determinado.
getMinErrorMessage() - Method in class pt.despodata.java.ddata.DDataField
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.despodata.java.ddata.DDataTextField
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.despodata.java.ddata.table.DDataCellField
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.moredata.widgets.EditorPaneObject
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.moredata.widgets.Field
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in interface pt.moredata.widgets.FieldObject
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.moredata.widgets.ImageFieldObject
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.moredata.widgets.TextField
Mensagem de valida��o do valor maximo
getMinErrorMessage() - Method in class pt.moredata.widgets.table.CellField
Mensagem de validação do valor maximo
getMinErrorMessage() - Method in class pt.moredata.widgets.table.CellTextField
Mensagem de validação do valor maximo
getMinObjValue() - Method in class pt.despodata.java.ddata.DDataField
 
getMinObjValue() - Method in class pt.despodata.java.ddata.DDataTextField
 
getMinObjValue() - Method in class pt.moredata.widgets.Field
Gets the minObjValue attribute of the DataField object
getMinObjValue() - Method in class pt.moredata.widgets.TextField
Gets the minObjValue attribute of the DataTextField object
getMinValue() - Method in class pt.despodata.java.ddata.DDataCalendar
Retorna a Data Minima que pode ser inserida no calendário
getMinValue() - Method in class pt.despodata.java.ddata.DDataDateChooser
Recebe o minimo definido para o calendário
getMinValue() - Method in class pt.despodata.java.ddata.DDataField
Deprecated.  
getMinValue() - Method in class pt.despodata.java.ddata.DDataTextField
Deprecated.  
getMinValue() - Method in class pt.despodata.java.ddata.table.CellProperties
Retorna o valor minimo
getMinValue() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
getMinValue() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
getMinValue() - Method in class pt.moredata.dao.DataTypeInfo
Devolve o valor minomo que um determinado tipo de dados pode ter.
getMinValue() - Method in class pt.moredata.widgets.Calendar
Retorna a Data Minima que pode ser inserida no calendário
getMinValue() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the minValue attribute of the DataField object
getMinValue() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the minValue attribute of the DataField object
getMinValue() - Method in class pt.moredata.widgets.DateChooser
Recebe o minimo definido para o calendário
getMinValue() - Method in class pt.moredata.widgets.EditorPaneObject
Sets the minValue attribute of the DataField object
getMinValue() - Method in class pt.moredata.widgets.Field
Deprecated.  
getMinValue() - Method in interface pt.moredata.widgets.FieldObject
Sets the minValue attribute of the DataField object
getMinValue() - Method in class pt.moredata.widgets.ImageFieldObject
Sets the minValue attribute of the DataField object
getMinValue() - Method in class pt.moredata.widgets.TextField
 
getMinValue() - Method in class pt.moredata.widgets.table.CellField
 
getMinValue() - Method in class pt.moredata.widgets.table.CellProperties
Retorna o valor minimo
getMinValue() - Method in class pt.moredata.widgets.table.CellTextField
 
getMinValueLong() - Method in class pt.despodata.java.ddata.table.CellProperties
Retorna o valor minimo
getMinValueLong() - Method in class pt.moredata.widgets.table.CellProperties
Retorna o valor minimo
getMinimumSize(JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Return the minimum size of the table.
getMinimumSize(JComponent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Return the minimum size of the table.
getMode() - Method in interface pt.moredata.dataentry.DataEntry
Devolve o modo em que se encontra a entrada de dados.
getMode() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve o modo em que se encontra a entrada de dados.
getMode() - Method in class pt.moredata.dataentry.event.DataEntryEvent
Getter for property mode.
getMode(String) - Method in class pt.moredata.dataentry.taglibs.DoIfTag
 
getModel() - Method in class pt.despodata.java.ddata.DDataBaseTable
Returns the TableModel that provides the data displayed by this JTable.
getModel() - Method in class pt.despodata.java.ddata.DDataTable
Devolve o model da tabela
getModel() - Method in class pt.despodata.java.webappl.WebApplication
Get the value of model.
getModel() - Method in class pt.moredata.widgets.BaseTable
Returns the TableModel that provides the data displayed by this JTable.
getModel() - Method in class pt.moredata.widgets.Table
Devolve o model da tabela
getModelTableName() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o nome da tabela usado pela servlet GetImage.
getModelTableName() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o nome da tabela usado pela servlet GetImage.
getMultilineEditable() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo multi-linha editavel
getMultilineEditable() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo multi-linha editavel
getMultilineNonEditable() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo multi-linha não editavel
getMultilineNonEditable() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo multi-linha não editavel
getMyController() - Method in class pt.despodata.java.mvc.View
Get the value of myController.
getMyData() - Method in interface pt.despodata.java.mvc.IModel
Get the value of myData.
getMyData() - Method in class pt.despodata.java.mvc.Model
Get the value of myData.
getMyData(String, String) - Method in class pt.despodata.java.webappl.GenericModel
Deprecated.  
getMyData(String, boolean) - Method in class pt.despodata.java.webappl.GenericModel
Devolve um ApplDataControl de uma determinada tabela.
getMyData(Object) - Method in class pt.despodata.java.webappl.GenericModel
Devolve uma tabela principal do modelo de dados.
getMyModel() - Method in class pt.despodata.java.mvc.Controller
Get the value of myModel.
getMyModel() - Method in class pt.despodata.java.mvc.View
Get the value of myModel.
getMyModel() - Method in class pt.despodata.java.webappl.GenericController
Get the value of myModel.
getMyView() - Method in class pt.despodata.java.mvc.Controller
Get the value of myView.
getMyView() - Method in class pt.despodata.java.webappl.GenericController
Get the value of myView.
getNCols() - Method in class pt.moredata.dao.core.SerializedTableIO
Devolve o numero de colunas da tableData
getNFrames() - Method in class pt.despodata.java.webappl.FrameSet
Get the value of nFrames.
getNFrames() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Get the value of nFrames.
getNLins() - Method in class pt.moredata.dao.core.SerializedTableIO
Devolve o numero de linhas lidas do ficheiro serialiazado e zipado
getName() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o nome do campo.
getName() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o nome do campo.
getName() - Method in class pt.despodata.java.webappl.Frame
Get the value of name.
getName() - Method in class pt.moredata.connection.Property
Getter for property name.
getName() - Method in class pt.moredata.dao.DataBaseTable
Devolve o nome da tabela
getName() - Method in class pt.moredata.dao.DataIndex
Get the value of name.
getName() - Method in class pt.moredata.dao.ForeignKey
Get the value of name.
getName(DataSource) - Method in class pt.moredata.dao.util.DataBaseIdentifier
Identifies the name of the Database from a DataSource object.
getName() - Method in interface pt.moredata.dataentry.DataEntry
Getter for the DataEntry name.
getName() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Getter for the component name.
getName() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Getter for the component name.
getName() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Getter for the DataEntry name.
getName() - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Getter for property name.
getName() - Method in class pt.moredata.dataentry.taglibs.DoAfterCommandTag
Getter for property name.
getName() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Getter for property name.
getName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.DatabaseDriver
Gets the name attribute of the DatabaseDriver object
getName() - Method in class pt.moredata.taglibs.filter.Filter
Getter for property name.
getName() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property name.
getName() - Method in class pt.moredata.util.FileImage
return the file name of the original file
getName() - Method in class pt.moredata.xml2db.Column
Returns this column name
getName() - Method in class pt.moredata.xml2db.Table
Returns the name of the table
getNavigateThroughNonEditableCells() - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getNavigateThroughNonEditableCells() - Method in class pt.despodata.java.ddata.DDataTable
 
getNavigateThroughNonEditableCells() - Method in class pt.moredata.widgets.BaseTable
 
getNavigateThroughNonEditableCells() - Method in class pt.moredata.widgets.Table
 
getNewButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getNewButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the newButton attribute of the DataToolBar object
getNewValue() - Method in class pt.despodata.java.ddata.event.CellChangedEvent
 
getNewValue() - Method in class pt.moredata.widgets.event.CellChangedEvent
 
getNextButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getNextButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the nextButton attribute of the DataToolBar object
getNextButton() - Method in class pt.moredata.wizard.SwingWizardGUI2
Devolve o botao para passar para o proximo.
getNoLines() - Method in class pt.despodata.java.objgraficos.objectosX
Obtém o núemro de linhas.
getNoLines() - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Obtém o núemro de linhas.
getNome() - Method in class pt.moredata.taglibs.widgets.CheckboxTag
 
getNumChars() - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use method getLength() instead.
getNumDecimais() - Method in class pt.despodata.java.ddata.DDataTextField
devolve o numero de casas decimais
getNumDecimais() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getNumDecimais() - Method in class pt.despodata.java.ddata.table.DDataCellField
devolve o numero de casas decimais
getNumDecimais() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
devolve o numero de casas decimais
getNumDecimais() - Method in class pt.moredata.widgets.TextField
devolve o numero de casas decimais
getNumDecimais() - Method in class pt.moredata.widgets.table.CellField
devolve o numero de casas decimais
getNumDecimais() - Method in class pt.moredata.widgets.table.CellProperties
 
getNumDecimais() - Method in class pt.moredata.widgets.table.CellTextField
devolve o numero de casas decimais
getNumberOfKeys() - Method in class pt.moredata.xml.db.XMLToDBTable
 
getNumcol() - Method in class pt.moredata.taglibs.widgets.TableTag
 
getNumlinha() - Method in class pt.moredata.taglibs.widgets.TableTag
 
getObject() - Method in class pt.despodata.java.ddata.DDataCalendar
Devolve o valor relativo a data corrente Deveria ter em atencao a formatacao para poder tambem trabalhar com dateTime
getObject() - Method in class pt.despodata.java.ddata.DDataCheckBox
Devolve o valor correspondente ao elemento seleccionado
getObject() - Method in class pt.despodata.java.ddata.DDataComboBox
Devolve a chave primaria do elemento da combo seleccionado ???
getObject() - Method in class pt.despodata.java.ddata.DDataDateChooser
 
getObject() - Method in class pt.despodata.java.ddata.DDataEditorPane
Devolve o valor correspondente ao campo de texto
getObject() - Method in class pt.despodata.java.ddata.DDataExcelExportData
Retorna o Valor que se encontra nesta Célula
getObject() - Method in class pt.despodata.java.ddata.DDataField
Devolve o valor que esta preenchido no campo ???
getObject() - Method in class pt.despodata.java.ddata.DDataImageField
Devolve a imagem
getObject() - Method in class pt.despodata.java.ddata.DDataTextField
Devolve o valor correspondente ao campo
getObject() - Method in class pt.despodata.java.ddata.TextFileChooser
 
getObject() - Method in class pt.despodata.java.ddata.table.DDataCellField
Devolve o valor correspondente ao campo
getObject() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Devolve o valor correspondente ao campo
getObject() - Method in class pt.despodata.java.ddata.table.DDataDataComponent
 
getObject(String, Locale, String) - Static method in class pt.despodata.java.webappl.BundleCache
Returns a Object for the given locale and key from the resource file.
getObject(String, Locale, String) - Method in class pt.moredata.dataentry.util.BundleCache
Returns a Object for the given locale and key from the resource file.
getObject(String, Locale, String) - Method in class pt.moredata.util.BundleCache
Returns a Object for the given locale and key from the resource file.
getObject() - Method in class pt.moredata.widgets.Calendar
Devolve o valor relativo a data corrente Deveria ter em atencao a formatacao para poder tambem trabalhar com dateTime
getObject() - Method in class pt.moredata.widgets.CheckBox
Devolve o valor correspondente ao elemento seleccionado
getObject() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getObject() - Method in class pt.moredata.widgets.ComboBox
Devolve a chave primaria do elemento da combo seleccionado ???
getObject() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getObject() - Method in class pt.moredata.widgets.DateChooser
Gets the object attribute of the DateChooser object
getObject() - Method in class pt.moredata.widgets.EditorPane
Devolve o valor correspondente ao campo de texto
getObject() - Method in class pt.moredata.widgets.EditorPaneObject
 
getObject() - Method in class pt.moredata.widgets.Field
Devolve o valor que esta preenchido no campo ???
getObject() - Method in interface pt.moredata.widgets.FieldObject
Devolve o valor que esta preenchido no campo ???
getObject() - Method in class pt.moredata.widgets.ImageField
Devolve a imagem.
getObject() - Method in class pt.moredata.widgets.TextField
Devolve o valor correspondente ao campo
getObject() - Method in class pt.moredata.widgets.TextFieldObject
 
getObject() - Method in class pt.moredata.widgets.table.CellField
Devolve o valor correspondente ao campo
getObject() - Method in class pt.moredata.widgets.table.CellTextField
Devolve o valor correspondente ao campo
getObject() - Method in class pt.moredata.widgets.table.Component
 
getObjectFrom(Vector, int, int) - Static method in class pt.moredata.util.DataUtil
Devolve um Objecto de um vector de vectores
getObjectFrom(ArrayList, int, int) - Static method in class pt.moredata.util.DataUtil
Get an Object in ArrayList of ArrayList
getObjectFromString(ApplDataControl, String, String) - Static method in class pt.despodata.java.webappl.html.HtmlForm
Transforma um valor contido numa string, num objecto que represente um dado tipo.
getObjectValue(int, String, String) - Static method in class pt.moredata.dao.DataType
Deprecated. Devolve o valor enviado como string convertido para o objecto do tipo enviado como parametro
getObjectValue(int, String, String) - Static method in class pt.moredata.dao.util.DataTypes
Deprecated. Use method getObject(int, String, String, String) insted.
getObjectValue(int, String, String, String) - Static method in class pt.moredata.dao.util.DataTypes
Converts a String value into a more specific Object.
getOldValue() - Method in class pt.despodata.java.ddata.DDataTable
Devolve o valor anterior que estava na celula
getOldValue() - Method in class pt.despodata.java.ddata.event.AfterFieldEvent
 
getOldValue() - Method in class pt.despodata.java.ddata.event.CellChangedEvent
 
getOldValue() - Method in class pt.despodata.java.ddata.event.DDataFieldEvent
Devolve o valor anterior que o campo tinha preenchido
getOldValue() - Method in class pt.despodata.java.ddata.event.DDataTableEvent
 
getOldValue() - Method in class pt.moredata.widgets.Table
Devolve o valor anterior que estava na celula
getOldValue() - Method in class pt.moredata.widgets.event.AfterFieldEvent
 
getOldValue() - Method in class pt.moredata.widgets.event.CellChangedEvent
 
getOldValue() - Method in class pt.moredata.widgets.event.FieldEvent
Devolve o valor anterior que o campo tinha preenchido
getOldValue() - Method in class pt.moredata.widgets.event.TableEvent
 
getOnblur() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onblur.
getOnclick() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onclick.
getOndblclick() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property ondblclick.
getOnfocus() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onfocus.
getOnkeydown() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onkeydown.
getOnkeypress() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onkeypress.
getOnkeyup() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onkeyup.
getOnlyDigits() - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
getOnlyDigits() - Method in class pt.despodata.java.ddata.DDataTextField
 
getOnlyDigits() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
getOnlyDigits() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
getOnlyDigits() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getOnlyDigits() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getOnlyDigits() - Method in class pt.moredata.widgets.EditorPaneObject
Retorna se o campo permite ou nao preencher apenas digitos ????
getOnlyDigits() - Method in class pt.moredata.widgets.FieldDocument
Gets the onlyDigits attribute of the FieldDocument object
getOnlyDigits() - Method in interface pt.moredata.widgets.FieldObject
Retorna se o campo permite ou nao preencher apenas digitos ????
getOnlyDigits() - Method in class pt.moredata.widgets.ImageFieldObject
 
getOnlyDigits() - Method in class pt.moredata.widgets.TextField
Gets the onlyDigits attribute of the DataTextField object
getOnlyDigits() - Method in class pt.moredata.widgets.table.CellField
 
getOnlyDigits() - Method in class pt.moredata.widgets.table.CellTextField
 
getOnmousedown() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onmousedown.
getOnmousemove() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onmousemove.
getOnmouseout() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onmouseout.
getOnmouseover() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onmouseover.
getOnmouseup() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property onmouseup.
getOrderBy(int) - Method in interface pt.moredata.dao.DataAccessObject
Return the column name at a specific index of the orderby list.
getOrderBy() - Method in interface pt.moredata.dao.DataAccessObject
Return an array with all the columns names of the orderby list.
getOrderBy() - Method in class pt.moredata.dao.core.ReaderInformation
Getter for property orderBy.
getOrderBy() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property orderBy.
getOutput() - Method in class pt.moredata.taglibs.dao.DAOFormPrinter
 
getOutput() - Method in class pt.moredata.taglibs.dao.DAOPrinter
Devolve uma string com o html representado o valor da celula.
getOutput() - Method in class pt.moredata.taglibs.dao.DAOTablePrinter
 
getOutput() - Method in class pt.moredata.taglibs.dao.DAOTextPrinter
 
getOutputStream() - Method in interface pt.moredata.programlaunch.ServerProperties
Get the BufferedOutputStream of the socket open to comunicate with the client.
getPKColumnName(String) - Method in class pt.moredata.dao.ExportedForeignKey
Devolve o nome da coluna da chave primaria, associada ao nome de uma coluna da chave estrangeira.
getPKColumnName(String) - Method in class pt.moredata.dao.ForeignKey
Devolve o nome da coluna da chave primaria, associada ao nome de uma coluna da chave estrangeira.
getPKColumnName(String) - Method in class pt.moredata.dao.ImportedForeignKey
Devolve o nome da coluna da chave primaria, associada ao nome de uma coluna da chave estrangeira.
getPKColumnNames(String) - Method in interface pt.moredata.dao.DAOView
Returns a list with the primary key column names of a DAOView table.
getPKColumnNames() - Method in interface pt.moredata.dao.DAOView
Returns a list with the primary key column names of all DAOView tables.
getPKColumnNames() - Method in class pt.moredata.dao.ExportedForeignKey
Devolve o nome das colunas que constituem a chave primaria.
getPKColumnNames() - Method in class pt.moredata.dao.ForeignKey
Devolve o nome das colunas que constituem a chave primaria.
getPKColumnNames() - Method in class pt.moredata.dao.ImportedForeignKey
Devolve o nome das colunas que constituem a chave primaria.
getPKMetaField(int) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list of MetaField objects for the primary key columns.
getPKMetaFields() - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list with MetaFields Objects for all primary key columns of the RecordSet.
getPKMetaFields(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list with MetaFields Objects for all primary key columns of one table of the RecordSet.
getPKName() - Method in interface pt.moredata.dao.DAOView
Deprecated. Use getPKColumnNames() instead.
getPKNameAndValue(int, String) - Method in interface pt.moredata.dao.DAOView
Return a Map with the primary key column names and is value for a giveen row number and DAOView table.
getPKNameAndValue(int) - Method in interface pt.moredata.dao.DAOView
Return a Map with the primary key column names and is value for a giveen row number.
getPKSize() - Method in interface pt.moredata.dao.DAOFieldsInfo
Return the number of metafields int the primary key meta fileds list.
getPKSize(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return the number of metafields in the primary key meta fileds list for a specific table.
getPKValue(int, String) - Method in interface pt.moredata.dao.DAOView
Return a list with the primary key value for a giveen table of the DAOView.
getPKValue(int) - Method in interface pt.moredata.dao.DAOView
Return a list with the primary key value for all tables of the DAOView.
getPKValue(String, int) - Method in interface pt.moredata.dao.RecordSet
Return a list with the primary key columns value of one table row.
getPKValue(int) - Method in interface pt.moredata.dao.RecordSet
Return a list with the primary key columns value of a row.
getPKWhereStr(int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
PASSAR PARA O DDATACONTROL ?
getPackageName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property packageName.
getPage() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getPage() - Method in class pt.moredata.widgets.EditorPane
Gets the page attribute of the DataEditorPane object
getPageHeaderLen() - Method in class pt.moredata.fglreport.AbstractFglReport
Metodo que devolve o tamanho do Header das outras paginas
getPageHeaderLen() - Method in interface pt.moredata.fglreport.FglReport
Metodo que devolve o tamanho do Header das outras paginas
getPageLen() - Method in class pt.moredata.fglreport.AbstractFglReport
Metodo que devolve o numero de linhas das páginas do report
getPageLen() - Method in interface pt.moredata.fglreport.FglReport
Metodo que devolve o numero de linhas das páginas do report
getPageNo() - Method in class pt.despodata.java.fglreport.FglReport
Método que devolve o número da página corrente
getPageNo() - Method in class pt.moredata.fglreport.AbstractFglReport
Método que devolve o número da página corrente
getPageNo() - Method in interface pt.moredata.fglreport.FglReport
Método que devolve o número da página corrente
getPageTrailerLen() - Method in class pt.moredata.fglreport.AbstractFglReport
Metodo que devolve o tamanho do Trailer do report
getPageTrailerLen() - Method in interface pt.moredata.fglreport.FglReport
Metodo que devolve o tamanho do Trailer do report
getPageWidth() - Method in class pt.moredata.fglreport.AbstractFglReport
Metodo que devolve o numero de colunas do report
getPageWidth() - Method in interface pt.moredata.fglreport.FglReport
Metodo que devolve o numero de colunas do report
getPageno() - Method in class pt.despodata.java.objgraficos.objectosX
Obtém o número da página
getPageno() - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Obtém o número da página
getPaginatorInfoKey(String) - Static method in class pt.moredata.taglibs.filter.PaginatorTag
Devolve a chave usada para guardar a informacao do paginador na sessao.
getPanel(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
Get a panel by order, from the wizard array.
getPanel(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Gets the panel for the wanted wizard step.
getPanel(int) - Method in interface pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardInterface
Get a wizard panel in a specific order
getParamChanged() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Access to the flag that tells if it was some parameter changed
getParameter(String) - Method in class pt.despodata.java.ddata.DDataMultipartRequest
Returns the value of the named parameter as a String, or null if the parameter was not sent or was sent without a value.
getParameter(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in interface pt.despodata.java.ddata.IDDataMultipartRequest
Returns the value of the named parameter as a String, or null if the parameter was not sent or was sent without a value.
getParameter(PageContext, String) - Static method in class pt.despodata.java.tags.templates.GetTag
 
getParameter() - Method in class pt.despodata.java.tags.templates.GetTag
 
getParameter(HttpServletRequest, String) - Static method in class pt.despodata.java.webappl.html.HtmlForm
Devolve o valor de um parametro que foi enviado num form.
getParameter(Object) - Method in class pt.moredata.dataentry.core.AbstractMessage
Devolve o valor de um parametro.
getParameter(Object) - Method in interface pt.moredata.dataentry.core.Message
Devolve o valor de um parametro.
getParameter(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class pt.moredata.dataentry.util.http.MultipartServletRequest
Returns the value of the named parameter as a String, or null if the parameter was not sent or was sent without a value.
getParameterMap() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getParameterMap() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getParameterName() - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent
Get the value of parameterName.
getParameterNames() - Method in class pt.despodata.java.ddata.DDataMultipartRequest
Returns the names of all the parameters as an Enumeration of Strings.
getParameterNames() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in interface pt.despodata.java.ddata.IDDataMultipartRequest
Returns the names of all the parameters as an Enumeration of Strings.
getParameterNames() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class pt.moredata.dataentry.util.http.MultipartServletRequest
Returns the names of all the parameters as an Enumeration of Strings.
getParameterValues(String) - Method in class pt.despodata.java.ddata.DDataMultipartRequest
Returns the values of the named parameter as a String array, or null if the parameter was not sent.
getParameterValues(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in interface pt.despodata.java.ddata.IDDataMultipartRequest
Returns the values of the named parameter as a String array, or null if the parameter was not sent.
getParameterValues(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class pt.moredata.dataentry.util.http.MultipartServletRequest
Returns the values of the named parameter as a String array, or null if the parameter was not sent.
getParameters(HttpServletRequest) - Static method in class pt.despodata.java.webappl.html.HtmlForm
Devolve todos os parametros que foram enviados num form.
getParameters(HttpServletRequest, String) - Static method in class pt.despodata.java.webappl.html.HtmlForm
Devolve todos os parametros que foram enviados num form cujo nome termina num dado sufixo.
getParentUri() - Method in class pt.despodata.java.webappl.Frame
Get the value of parentUri.
getParentUri() - Method in interface pt.despodata.java.webappl.IPage
Get the value of parentUri.
getParentUri() - Method in class pt.despodata.java.webappl.Page
Get the value of parentUri.
getParentWebPage(WebPage) - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve a pagina 'parent' de uma determinada pagina.
getPasswd() - Method in class pt.despodata.java.ddata.DevelopmentTool
Get the value of password.
getPasswdFile() - Method in class pt.despodata.java.ddata.DevelopmentTool
Get the value of passwdFile.
getPassword() - Method in class pt.despodata.java.connection.DDSwingLogin
To retrieve the password of the current connection..
getPassword() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve a palavra chave para aceder a base de dados.
getPassword() - Method in class pt.despodata.java.connection.UserPanel
Devolve a password preenchida no JPasswordField
getPassword() - Method in class pt.despodata.java.ddata.DDataConnectDb
 
getPassword() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
getPassword() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve a palavra chave para aceder a base de dados.
getPassword() - Method in interface pt.moredata.connection.ConnectionConfig
Devolve a palavra chave para aceder a base de dados.
getPassword() - Method in class pt.moredata.connection.ConnectionConfigDialog
 
getPassword() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
getPassword() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Getter for property password.
getPassword() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.SetPasswordDialog
Get the password typed on the text field and return it.
getPath(Object) - Method in class pt.despodata.java.mvc.Paths
Devolve um caminho, consoante um valor de entrada.
getPathInfo() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathTranslated() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPathTranslated() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPattern() - Method in interface pt.moredata.dao.pattern.SQLPattern
Devolve o conteudo do padrao de pesquisa.
getPattern() - Method in class pt.moredata.dao.pattern.SimplePattern
Getter for property pattern.
getPattern() - Method in class pt.moredata.xml.db.XMLToDBTable.XMLField
 
getPercent() - Method in class pt.despodata.java.ddata.DDataProgressBar
Get the current progress percentage.
getPercent() - Method in class pt.moredata.widgets.ProgressBar
Get the current progress percentage.
getPk() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Este metodo foi substituido pelo metodo isPK()
getPkTableName() - Method in class pt.moredata.dao.ExportedForeignKey
Get the value of pkTableName.
getPkTableName() - Method in class pt.moredata.dao.ForeignKey
Get the value of pkTableName.
getPkTableName() - Method in class pt.moredata.dao.ImportedForeignKey
Get the value of pkTableName.
getPopulateOnShow() - Method in class pt.moredata.widgets.LovFrame
Devolve a propriedade populateOnShow
getPopupSize() - Method in class pt.despodata.java.ddata.DDataComboBox
Devolve o tamanho a utilizar na janela de popup
getPopupSize() - Method in class pt.moredata.widgets.ComboBox
Devolve o tamanho a utilizar na janela de popup
getPort() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o numero da porta usada para comunicar com a base de dados.
getPort() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o numero da porta usada para comunicar com a base de dados.
getPreferredScrollableViewportSize() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getPreferredScrollableViewportSize() - Method in class pt.despodata.java.ddata.DDataField
 
getPreferredScrollableViewportSize() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getPreferredScrollableViewportSize() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getPreferredScrollableViewportSize() - Method in class pt.moredata.widgets.EditorPane
Gets the preferredScrollableViewportSize attribute of the DataEditorPane object
getPreferredScrollableViewportSize() - Method in class pt.moredata.widgets.Field
Gets the preferredScrollableViewportSize attribute of the DataField object
getPreferredScrollableViewportSize() - Method in interface pt.moredata.widgets.FieldObject
 
getPreferredScrollableViewportSize() - Method in class pt.moredata.widgets.ImageFieldObject
 
getPreferredSize(JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Return the preferred size of the table.
getPreferredSize(JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.DDataGroupableTableHeaderUI
 
getPreferredSize() - Method in class pt.moredata.mdmenus.CheckRenderer.TreeLabel
 
getPreferredSize() - Method in class pt.moredata.mdmenus.CheckRenderer
 
getPreferredSize() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Get the preferred dimension of the progress dialog
getPreferredSize() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Gets the preferredSize attribute of the panel
getPreferredSize() - Method in interface pt.moredata.widgets.FieldObject
If the preferredSize has been set to a non-null value just returns it.
getPreferredSize(JComponent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Return the preferred size of the table.
getPreferredSize(JComponent) - Method in class pt.moredata.widgets.plaf.basic.GroupableTableHeaderUI
Gets the preferredSize attribute of the DataGroupableTableHeaderUI object
getPreparedStatement(String) - Method in class pt.moredata.dao.core.SQLStatementCache
Return a prepared statement for a giveen sql statement.
getPreviousButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getPreviousButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the previousButton attribute of the DataToolBar object
getPreviousMode() - Method in class pt.moredata.dataentry.event.DataEntryEvent
Getter for property previousMode.
getPrimaryKey(int) - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo getPKValue(int)
getPrimaryKey() - Method in class pt.despodata.java.ddata.event.DDataLovEvent
Devolve o valor da chave primaria do elemento seleccionada
getPrimaryKey() - Method in class pt.moredata.widgets.event.LovEvent
Devolve o valor da chave primaria do elemento seleccionada
getPrintButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getPrintButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the printButton attribute of the DataToolBar object
getProgressBarValue() - Method in class pt.moredata.widgets.Splash
Get progress bar current value.
getProperties() - Method in class pt.despodata.java.ddata.DDataColumnPropertiesPanel
 
getProperties() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getProperties() - Method in class pt.despodata.java.ddata.DDataTableCustomizer
 
getProperties() - Method in class pt.moredata.connection.AbstractConnectionConfig
 
getProperties() - Method in interface pt.moredata.connection.ConnectionConfig
Devolve um objecto com propriedades a usar na criacao da conexao.
getProperties() - Method in class pt.moredata.connection.ConnectionConfigDialog
 
getProperties() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
getProperties() - Method in class pt.moredata.widgets.ColumnPropertiesPanel
Gets the properties attribute of the DataColumnPropertiesPanel object
getProperties() - Method in class pt.moredata.widgets.TableCustomizer
Gets the properties attribute of the DataTableCustomizer object
getProperty(Object) - Method in interface pt.moredata.dataentry.DataEntry
Devolve o valor de um determinado atributo da entrada de dados.
getProperty(Object) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Devolve o valor de um determinado atributo da entrada de dados.
getPropertyDescriptors() - Method in class pt.despodata.java.ddata.DDataFieldBeanInfo
Descritores das propriedades
getPropertyDescriptors() - Method in class pt.despodata.java.ddata.DDataTableBeanInfo
 
getPropertyDescriptors() - Method in class pt.moredata.widgets.FieldBeanInfo
Descritores das propriedades
getPropertyDescriptors() - Method in class pt.moredata.widgets.TableBeanInfo
Gets the propertyDescriptors attribute of the TableBeanInfo object
getPropertyDescriptors() - Method in class pt.moredata.widgets.TextFieldBeanInfo
Give knowledge of properties.
getProtocol() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o nome do protocolo usado para comunicar com a base de dados.
getProtocol() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o nome do protocolo usado para comunicar com a base de dados.
getProtocol() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getQueryButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getQueryButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the queryButton attribute of the DataToolBar object
getQueryPolicy(String) - Method in interface pt.moredata.dao.DAOView
Deprecated. This method was moved to the DataAccessObject interface.
getQueryPolicy(String, String) - Method in interface pt.moredata.dao.DataAccessObject
Returns the policy used by DAOView query method for a giveen column.
getQueryPolicy(String) - Method in interface pt.moredata.dao.DataAccessObject
Returns the policy used by DAOView query method for a giveen column.
getQueryPolicy() - Method in interface pt.moredata.dao.MetaField
Returns the policy used by DataAccessObject query method for this column.
getQueryString() - Method in class pt.despodata.java.ddata.DDataField
 
getQueryString() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryValue() - Method in class pt.despodata.java.ddata.DDataField
 
getQueryValue() - Method in class pt.moredata.dao.DataMetaField
Deprecated. This method will be removed and will not have a replacment.
getRadioButton(int) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
getRadioButton(int) - Method in class pt.moredata.widgets.table.RadioButtonEditor
Gets the radioButton attribute of the RadioButtonEditor object
getReadOnlyValue() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property readonly
getReader() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the body of the request as a BufferedReader that translates character set encodings.
getReader() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the body of the request as a BufferedReader that translates character set encodings.
getRealPath(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext#getRealPath instead.
getRealPath(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext#getRealPath instead.
getRecordSet() - Method in interface pt.moredata.dao.DataAccessObject
Return the RecordSet of the DataAccessObject.
getRecordTag() - Method in class pt.moredata.xml2db.Table
Returns the tag that defines a record
getRefField(String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o nome do campo visual que contem o codigo deste campo visual.
getRefField() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o nome do campo visual que contem o codigo deste campo visual.
getRefField() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o nome do campo visual que contem o codigo deste campo visual.
getRefField(String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Devolve o nome do campo visual que contem o codigo deste campo visual.
getRefWhereStr(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve a clausula de where usada para procurar na tabela referenciada.
getRefWhereStr() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Get the value of refWhereStr.
getRefWhereStr(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve a clausula de where usada para procurar na tabela referenciada.
getRefWhereStr() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Get the value of refWhereStr.
getReferenceColumnName(String) - Method in class pt.moredata.dao.ForeignKey
Devolve o nome da coluna de referencia.
getReferenceColumnNames() - Method in class pt.moredata.dao.ForeignKey
Devolve o nome de todas as colunas que constituem a referencia.
getReferencePK() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getReferencePK() - Method in class pt.moredata.widgets.table.CellProperties
 
getReferenceTable() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getReferenceTable() - Method in class pt.moredata.widgets.table.CellProperties
 
getReferenceTableName() - Method in class pt.moredata.dao.ForeignKey
Get the value of referenceTableName.
getReferencedColumn() - Method in class pt.despodata.java.ddata.DDataField
Primary key column of referenced table of foreign key
getReferencedColumn() - Method in class pt.moredata.dao.DataFieldInfo
 
getReferencedColumn() - Method in class pt.moredata.widgets.Field
Primary key column of referenced table of foreign key
getReferencedColumnName(String) - Method in class pt.moredata.dao.ForeignKey
Devolve o nome da coluna da referenciada.
getReferencedColumnNames() - Method in class pt.moredata.dao.ForeignKey
Devolve o nome de todas as colunas que constituem a chave referenciada.
getReferencedDataControl(DDataSource, String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o DHtmlDataControl que representa a tabela que contem a descricao deste campo visual
getReferencedDataControl(DDataSource, String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o DHtmlDataControl que representa a tabela que contem a descricao deste campo visual
getReferencedTable() - Method in class pt.despodata.java.ddata.DDataField
Referenced table of foreign key
getReferencedTable() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Get the value of comboboxTable.
getReferencedTable() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Get the value of referencedTable.
getReferencedTable() - Method in class pt.moredata.dao.DataFieldInfo
 
getReferencedTable() - Method in class pt.moredata.widgets.Field
Referenced table of foreign key
getReferencedTableName() - Method in class pt.moredata.dao.ForeignKey
Get the value of referencedTableName.
getRelatedTables() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Devolve a lista de tabelas que sao detalhe deste DDataControl.
getRelation(String) - Method in class pt.despodata.java.webappl.WebPage
Devolve um determinado tipo de relacao.
getRelationsNames() - Method in class pt.despodata.java.webappl.FieldRelation
Devolve os nomes das colunas da tabela de relacao.
getRemarks() - Method in class pt.moredata.dao.DataFieldInfo
 
getRemarks() - Method in class pt.moredata.dao.DataTableInfo
 
getRemoteAddr() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteAddr() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteHost() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the fully qualified name of the client that sent the request.
getRemoteHost() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the fully qualified name of the client that sent the request.
getRemotePort() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getRemotePort() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getRemoteUser() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the name of the user making this request, if the user has logged in using HTTP authentication.
getRemoteUser() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the name of the user making this request, if the user has logged in using HTTP authentication.
getRemovedColumns() - Method in class pt.moredata.dataentry.core.generator.TableInfo
Retorna uma lista com os nomes de todas as colunas que devem ser removidas ao DAO.
getRendererComponent() - Method in class pt.despodata.java.ddata.table.DDataDelegate
Devolve o editor usado como renderer
getRendererComponent() - Method in class pt.moredata.widgets.table.WidgetDelegate
Devolve o editor usado como renderer
getReordering() - Method in class pt.despodata.java.ddata.DDataTable
Retorna se as colunas permitem re-ordenamento
getReordering() - Method in class pt.moredata.widgets.Table
Retorna se as colunas permitem re-ordenamento
getRequest() - Method in class pt.despodata.java.webappl.actions.event.ActionEvent
Getter for property request.
getRequestDispatcher(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getRequestDispatcher(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getRequestMessage() - Method in class pt.moredata.dataentry.event.ActionEvent
Devolve a menssagem que contem o pedido.
getRequestURI() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURL() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getRequestURL() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getRequestedSessionId() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the session ID specified by the client.
getRequestedSessionId() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the session ID specified by the client.
getRequired() - Method in class pt.despodata.java.ddata.DDataComboBox
 
getRequired() - Method in class pt.despodata.java.ddata.DDataField
 
getRequired() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Este metodo foi substituido pelo metodo isRequired()
getRequired() - Method in class pt.despodata.java.ddata.DDataTextField
 
getRequired() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
getRequired() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
getRequired() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Gets the required attribute of the DataField object
getRequired() - Method in class pt.moredata.widgets.ComboBox
Gets the required attribute of the DataComboBox object
getRequired() - Method in class pt.moredata.widgets.EditorPaneObject
Gets the required attribute of the DataField object
getRequired() - Method in class pt.moredata.widgets.Field
Gets the required attribute of the DataField object
getRequired() - Method in interface pt.moredata.widgets.FieldObject
Gets the required attribute of the DataField object
getRequired() - Method in class pt.moredata.widgets.ImageFieldObject
Gets the required attribute of the DataField object
getRequired() - Method in class pt.moredata.widgets.TextField
Gets the required attribute of the DataTextField object
getRequired() - Method in class pt.moredata.widgets.TextFieldObject
Gets the required attribute of the DataField object
getRequired() - Method in class pt.moredata.widgets.table.CellField
 
getRequired() - Method in class pt.moredata.widgets.table.CellTextField
 
getResponseMessage() - Method in class pt.moredata.dataentry.LogEntry
Getter for property responseMessage.
getRestriction() - Method in class pt.moredata.widgets.Lov
 
getRow() - Method in class pt.despodata.java.ddata.event.AfterEditEvent
 
getRow() - Method in class pt.despodata.java.ddata.event.CellChangedEvent
 
getRow() - Method in class pt.despodata.java.ddata.event.DDataTableEvent
 
getRow() - Method in class pt.moredata.widgets.event.AfterEditEvent
 
getRow() - Method in class pt.moredata.widgets.event.CellChangedEvent
 
getRow() - Method in class pt.moredata.widgets.event.TableEvent
 
getRowCount() - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
getRowCount(String) - Method in class pt.moredata.dataentry.taglibs.DoIfTag
 
getRowCount(ArrayList) - Static method in class pt.moredata.util.DataUtil
Return the number of rows in a ArrayList of ArrayList (Something like 2 Dimension array)
getRowCount() - Method in class pt.moredata.widgets.table.TableModel
 
getRowFromPk(Collection) - Method in interface pt.moredata.dao.DAOView
Deprecated. Use getRowNumber(Collection primaryKey) instead.
getRowHeight() - Method in class pt.despodata.java.ddata.DDataTable
Devolve a altura da linha
getRowHeight() - Method in class pt.moredata.widgets.Table
Devolve a altura da linha
getRowId() - Method in class pt.despodata.java.ddata.table.DDataSortInfo
 
getRowId() - Method in class pt.moredata.widgets.table.SortInfo
 
getRowNumber() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Get the value of rowNumber.
getRowNumber(String, List) - Method in interface pt.moredata.dao.DAOView
Return a list of indexs of rows with a giveen primary key value of a giveen table.
getRowNumber(List) - Method in interface pt.moredata.dao.DAOView
Return the index of a row with a giveen primary key value.
getRowNumber() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property rowNumber.
getRowNumber() - Method in class pt.moredata.dao.core.WriterInformation
Getter for property rowNumber.
getRowNumber() - Method in class pt.moredata.dao.event.DAOEvent
Devolve o numero da linha do DataAccessObject onde ocorreu o evento.
getRowNumber() - Method in class pt.moredata.dataentry.event.DataEntryEvent
Getter for property rowNumber.
getRowNumber() - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Devolve o numero da linha do DAO onde esta o campo do tipo BYTE que deve ser devolvido pela Servlet.
getRowNumberId() - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Getter for property rowNumberId.
getRowNumberValue() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property rowNumber.
getRowSelectionAllowed() - Method in class pt.despodata.java.ddata.DDataTable
 
getRowSelectionAllowed() - Method in class pt.moredata.widgets.Table
 
getRows() - Method in class pt.despodata.java.ddata.DDataTable
Devolve o numero de Linhas
getRows() - Method in interface pt.moredata.dao.DAOView
Return the number of rows of the DAOView.
getRows() - Method in interface pt.moredata.dao.RecordSet
Return the number of row of the RecordSet.
getRows() - Method in interface pt.moredata.dataentry.DataEntry
Devolve o numero de linhas existentes na entrada de dados.
getRows() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Devolve o numero de linhas da tabela.
getRows() - Method in class pt.moredata.dataentry.component.FormDataEntryComponent
Devolve o numero de linhas da entrada de dados.
getRows() - Method in class pt.moredata.dataentry.component.swing.TableComponent
Devolve o numero de linhas da tabela.
getRows() - Method in class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray
Devolve o numero de linhas do array.
getRows() - Method in class pt.moredata.dataentry.core.FormDataEntry
Devolve o numero de linhas do DAOView que estao visiveis ao mesmo temo na entrada de dados.
getRows() - Method in class pt.moredata.dataentry.core.GridDataEntry
Devolve o numero de linhas do DAOView que estao visiveis ao mesmo temo na entrada de dados.
getRows() - Method in class pt.moredata.dataentry.util.Array
Devolve o numero de linhas do array.
getRows() - Method in class pt.moredata.widgets.Table
Devolve o numero de Linhas
getRtf() - Method in class pt.moredata.ecs.rtf.RtfFactory
Permite aceder ao documento rtf a gerar
getSQLError(int) - Static method in class pt.moredata.dao.DataBaseError
 
getSQLError(int, int) - Static method in class pt.moredata.dao.DataBaseError
Devolve o erro de SQL relativo ao package da Despodata correspondente a determinado erro de SQL
getSQLException() - Method in class pt.moredata.dao.DataBaseException
Devolve a SQLException usada para criar esta excepcao.
getSQLState() - Method in class pt.despodata.java.ddata.ErrorHandle
Retorna 0 valor de SQLState
getSQLState() - Method in class pt.moredata.dao.DataBaseException
Devolve o SQL state da excepção
getSQLState() - Method in class pt.moredata.widgets.ErrorHandle
Retorna 0 valor de SQLState
getSQLStatement(SQLInformation) - Method in interface pt.moredata.dao.SQLStatementBuilder
Builds a SQL command for interacting with a table of a relational database repository.
getSQLStatement() - Method in class pt.moredata.dao.core.AbstractSQLStatementBuilder
Builds a SQL command for interacting with a table of a relational database repository.
getSQLStatement(SQLInformation) - Method in class pt.moredata.dao.core.AbstractSQLStatementBuilder
Builds a SQL command for interacting with a table of a relational database repository.
getSQLStatement() - Method in class pt.moredata.dao.core.SQLDeleteBuilder
Builds an SQL delete command for interacting with a table of a relational database repository.
getSQLStatement() - Method in class pt.moredata.dao.core.SQLInsertBuilder
Builds an insert SQL command for interacting with a table of a relational database repository.
getSQLStatement() - Method in class pt.moredata.dao.core.SQLSelectBuilder
Builds an update SQL command for interacting with a table of a relational database repository.
getSQLStatement() - Method in class pt.moredata.dao.core.SQLUpdateBuilder
Builds an update SQL command for interacting with a table of a relational database repository.
getSaveAllButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the saveAllButton attribute of the DataToolBar object
getSaveButton() - Method in class pt.despodata.java.ddata.DDataToolBar
 
getSaveButton() - Method in class pt.moredata.widgets.NavigationToolBar
Gets the saveButton attribute of the DataToolBar object
getSchemasNames(WizardConnectionProgress) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectionActions
Load the schemas names from database.
getScheme() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScope() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Getter for property scope.
getScope() - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Getter for property scope.
getScopeFromString(String) - Method in class pt.moredata.connection.taglibs.CreateDataSourceTagExtraInfo
 
getScrollOffset() - Method in class pt.despodata.java.ddata.DDataField
 
getScrollOffset() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getScrollOffset() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getScrollOffset() - Method in class pt.moredata.widgets.EditorPaneObject
Gets the scrollOffset attribute of the DataField object
getScrollOffset() - Method in class pt.moredata.widgets.Field
Gets the scrollOffset attribute of the DataField object
getScrollOffset() - Method in interface pt.moredata.widgets.FieldObject
Gets the scrollOffset attribute of the DataField object
getScrollOffset() - Method in class pt.moredata.widgets.ImageFieldObject
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class pt.despodata.java.ddata.DDataField
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.EditorPane
Gets the scrollableBlockIncrement attribute of the DataEditorPane object
getScrollableBlockIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.Field
Gets the scrollableBlockIncrement attribute of the DataField object
getScrollableBlockIncrement(Rectangle, int, int) - Method in interface pt.moredata.widgets.FieldObject
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.ImageFieldObject
 
getScrollableColumn(int) - Method in class pt.despodata.java.ddata.DDataTable
Devolve a coluna
getScrollableColumn(int) - Method in class pt.moredata.widgets.Table
Devolve a coluna
getScrollableTracksViewportHeight() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getScrollableTracksViewportHeight() - Method in class pt.moredata.widgets.EditorPane
Gets the scrollableTracksViewportHeight attribute of the DataEditorPane object
getScrollableTracksViewportWidth() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getScrollableTracksViewportWidth() - Method in class pt.moredata.widgets.EditorPane
Gets the scrollableTracksViewportWidth attribute of the DataEditorPane object
getScrollableUnitIncrement(Rectangle, int, int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class pt.despodata.java.ddata.DDataField
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.EditorPane
Gets the scrollableUnitIncrement attribute of the DataEditorPane object
getScrollableUnitIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.Field
Gets the scrollableUnitIncrement attribute of the DataField object
getScrollableUnitIncrement(Rectangle, int, int) - Method in interface pt.moredata.widgets.FieldObject
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class pt.moredata.widgets.ImageFieldObject
 
getSearchDataControl() - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve o ApplDataControl da tabela que contem a informacao a ser visualizada.
getSearchFilter() - Method in class pt.despodata.java.webappl.WebPage
Get the value of displayFilter.
getSearchTableName() - Method in class pt.despodata.java.webappl.WebPage
Get the value of searchTableName.
getSelectColor() - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
getSelectColor() - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
getSelectList() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property selectList.
getSelectedColumnNames() - Method in class pt.moredata.dataentry.wizards.ExportWizardData
Devolve uma lista com as colunas que foram selecionadas.
getSelectedColumns(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Indexed getter for property selectedColumns.
getSelectedColumns() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Getter for property selectedColumns.
getSelectedDate() - Method in class pt.despodata.java.ddata.DDataCalendar
Devolve a data que se encontra seleccionada no calendário
getSelectedDate() - Method in class pt.moredata.widgets.Calendar
Devolve a data que se encontra seleccionada no calendário
getSelectedDescription() - Method in class pt.despodata.java.ddata.DDataComboBox
Devolve os dados relativos a coluna de descricao Assume que a coluna de descricao eh a segunda no recordSet o que nao esta la muito correcto
getSelectedDescription() - Method in class pt.moredata.widgets.ComboBox
Devolve os dados relativos a coluna de descricao Assume que a coluna de descricao eh a segunda no recordSet o que nao esta la muito correcto
getSelectedItems() - Method in class pt.moredata.widgets.CheckBoxList
Return a list of items that are selected.
getSelectedRow() - Method in class pt.moredata.widgets.Lov
 
getSelectedRowCount() - Method in class pt.despodata.java.ddata.DDataTable
Devolve o nº de linhas seleccionadas
getSelectedRowCount() - Method in class pt.moredata.widgets.Table
Devolve o nº de linhas seleccionadas
getSelectedRows() - Method in class pt.despodata.java.ddata.DDataTable
Devolve as linhas seleccionadas
getSelectedRows() - Method in class pt.moredata.widgets.Table
Devolve as linhas seleccionadas
getSelectedSchemas() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Getter for property selectedSchemas.
getSelectedText() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getSelectedText() - Method in class pt.despodata.java.ddata.DDataField
 
getSelectedText() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getSelectedText() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getSelectedText() - Method in class pt.moredata.widgets.EditorPane
Gets the selectedText attribute of the DataEditorPane object
getSelectedText() - Method in class pt.moredata.widgets.Field
Gets the selectedText attribute of the DataField object
getSelectedText() - Method in interface pt.moredata.widgets.FieldObject
 
getSelectedText() - Method in class pt.moredata.widgets.ImageFieldObject
 
getSelectedTextColor() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getSelectedTextColor() - Method in class pt.moredata.widgets.EditorPane
Gets the selectedTextColor attribute of the DataEditorPane object
getSelectionBackground() - Method in class pt.despodata.java.ddata.DDataTable
gets the background color of selection bar
getSelectionBackground() - Method in class pt.moredata.widgets.Table
gets the background color of selection bar
getSelectionColor() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getSelectionColor() - Method in class pt.moredata.widgets.EditorPane
Gets the selectionColor attribute of the DataEditorPane object
getSelectionEnd() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getSelectionEnd() - Method in class pt.despodata.java.ddata.DDataField
 
getSelectionEnd() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getSelectionEnd() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getSelectionEnd() - Method in class pt.moredata.widgets.EditorPane
Gets the selectionEnd attribute of the DataEditorPane object
getSelectionEnd() - Method in class pt.moredata.widgets.Field
Gets the selectionEnd attribute of the DataField object
getSelectionEnd() - Method in interface pt.moredata.widgets.FieldObject
 
getSelectionEnd() - Method in class pt.moredata.widgets.ImageFieldObject
 
getSelectionForeground() - Method in class pt.despodata.java.ddata.DDataTable
gets the foreground color of selection bar
getSelectionForeground() - Method in class pt.moredata.widgets.Table
gets the foreground color of selection bar
getSelectionStart() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getSelectionStart() - Method in class pt.despodata.java.ddata.DDataField
 
getSelectionStart() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getSelectionStart() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getSelectionStart() - Method in class pt.moredata.widgets.EditorPane
Gets the selectionStart attribute of the DataEditorPane object
getSelectionStart() - Method in class pt.moredata.widgets.Field
Gets the selectionStart attribute of the DataField object
getSelectionStart() - Method in interface pt.moredata.widgets.FieldObject
 
getSelectionStart() - Method in class pt.moredata.widgets.ImageFieldObject
 
getSerFileName() - Method in class pt.moredata.dao.core.SerializedTableIO
Retorna o nome do ficheiro que contem o(s) objecto(s) serializado(s)
getServer() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o nome do servidor de base de dados.
getServer() - Method in class pt.despodata.java.ddata.DDataConnectDb
 
getServer() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
getServer() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o nome do servidor de base de dados.
getServerName() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the host name of the server that received the request.
getServerName() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the host name of the server that received the request.
getServerPort() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the port number on which this request was received.
getServerPort() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the port number on which this request was received.
getServerPropertys() - Method in class pt.moredata.connection.AbstractConnectionConfig
Adiciona uma propriedade ao servidor.
getService() - Method in class pt.despodata.java.ddata.DDataConnectDb
 
getService() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
getServletInfo() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Returns a short description of the servlet.
getServletInfo() - Method in class pt.moredata.dataentry.JspDataEntryController
Returns a short description of the servlet.
getServletInfo() - Method in class pt.moredata.dataentry.taglibs.DownloadFileServlet
Returns a short description of the servlet.
getServletInfo() - Method in class pt.moredata.taglibs.filter.FilterButtonController
Returns a short description of the servlet.
getServletInfo() - Method in class pt.moredata.taglibs.filter.PaginatorController
Returns a short description of the servlet.
getServletPath() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the part of this request's URL that calls the servlet.
getServletTableName(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o nome da tabela que deve ser usada pela servlet GetImage.
getSession() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve a sessao usada na criacao da classe.
getSession(boolean) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the current HttpSession associated with this request or, if necessary, creates a new session for the request.
getSession() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Devolve a sessao usada na criacao da classe.
getSession() - Method in class pt.despodata.java.webappl.GenericController
Get the value of session.
getSession(boolean) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the current HttpSession associated with this request or, if necessary, creates a new session for the request.
getSession() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSgbdUrl() - Method in class pt.despodata.java.ddata.DDataConnectDb
 
getSgbdUrl() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
getShowCode() - Method in class pt.despodata.java.ddata.DDataComboBox
 
getShowCode() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getShowCode() - Method in class pt.moredata.widgets.ComboBox
Gets the showCode attribute of the DataComboBox object
getShowCode() - Method in class pt.moredata.widgets.table.CellProperties
 
getShowDescription() - Method in class pt.despodata.java.ddata.table.CellProperties
 
getShowDescription() - Method in class pt.moredata.widgets.table.CellProperties
 
getShowExcelExport() - Method in class pt.despodata.java.ddata.DDataTable
 
getShowExcelExport() - Method in class pt.moredata.widgets.Table
 
getShowHeader() - Method in class pt.despodata.java.ddata.DDataTable
 
getShowHeader() - Method in class pt.moredata.widgets.Table
 
getShowLabel() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property dao.
getShowReport() - Method in class pt.despodata.java.ddata.DDataTable
 
getShowReport() - Method in class pt.moredata.widgets.Table
 
getSize(JTable) - Method in class pt.despodata.java.ddata.table.DDataColumnGroup
 
getSize(JTable) - Method in class pt.moredata.widgets.table.ColumnGroup
 
getSliderMaxValue() - Method in class pt.moredata.widgets.ImageField
Getter for property maxValue.
getSocket() - Method in interface pt.moredata.programlaunch.ServerProperties
Get the socketer opened to comunicate with the client.
getSortAllowed() - Method in class pt.despodata.java.ddata.DDataTable
 
getSortAllowed() - Method in class pt.moredata.widgets.Table
 
getSortMethod() - Method in class pt.despodata.java.ddata.DDataBaseTable
 
getSortMethod() - Method in class pt.despodata.java.ddata.DDataTable
 
getSortMethod() - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
getSortMethod() - Method in class pt.moredata.widgets.BaseTable
 
getSortMethod() - Method in class pt.moredata.widgets.Table
 
getSortMethod() - Method in class pt.moredata.widgets.table.TableModel
 
getSpecialType() - Method in interface pt.moredata.dao.MetaField
Return the special type of the column represented by this meta field or NONE if the column has no special type.
getSqlChars(int) - Static method in class pt.moredata.dao.DataType
Deprecated. Devolve o valor enviado para o maxValue do DDataField
getSqlChars(int) - Static method in class pt.moredata.dao.util.DataTypes
Devolve o valor enviado para o maxValue do DDataField
getSqlDataType(String) - Static method in class pt.moredata.dao.DataType
Deprecated. Devolve o identificador unico (inteiro) do tipo de dados a partir da string
getSqlDataType(String) - Static method in class pt.moredata.dao.util.DataTypes
Devolve o identificador unico (inteiro) do tipo de dados a partir da string
getSrcFieldName(String) - Method in class pt.despodata.java.webappl.FieldRelation
Devolve o nome da coluna da tabela que contem a informacao para preencher uma determinada coluna da tabela de relacao.
getSrcTableName(String) - Method in class pt.despodata.java.webappl.FieldRelation
Devolve o nome da tabela que contem a informacao para preencher uma determinada coluna da tabela de relacao.
getStack() - Method in class pt.despodata.java.tags.templates.InsertTag
 
getStackTrace() - Method in class pt.despodata.java.ddata.ErrorHandle
Escreve a informação do StackTrace
getStackTrace() - Method in class pt.moredata.widgets.ErrorHandle
Escreve a informação do StackTrace
getState() - Method in class pt.despodata.java.ddata.DDataProgressBar
Get the state of this component.
getState(Object) - Method in class pt.despodata.java.mvc.State
Devolve o estado alcancado a partir de determinada entrada
getState() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Get the value of state.
getState() - Method in class pt.moredata.widgets.ProgressBar
Get the state of this component.
getStates(Object) - Method in class pt.despodata.java.mvc.StateMachine
Devolve um estado da colecao de estados.
getString() - Method in class pt.despodata.java.ddata.ExtString
Get the value of string.
getString(String, Locale, String) - Static method in class pt.despodata.java.webappl.BundleCache
Returns a String for the given locale and key from the resource file.
getString(String, Locale, String) - Method in class pt.moredata.dataentry.util.BundleCache
Returns a String for the given locale and key from the resource file.
getString(String, Locale, String) - Method in class pt.moredata.util.BundleCache
Returns a String for the given locale and key from the resource file.
getStringArray(String, Locale, String) - Static method in class pt.despodata.java.webappl.BundleCache
Returns a StringArray for the given locale and key from the resource file.
getStringArray(String, Locale, String) - Method in class pt.moredata.dataentry.util.BundleCache
Returns a StringArray for the given locale and key from the resource file.
getStringArray(String, Locale, String) - Method in class pt.moredata.util.BundleCache
Returns a StringArray for the given locale and key from the resource file.
getStringObjectWithSpaceAtEnd(Object, MetaField) - Static method in class pt.moredata.dao.core.AbstractSQLStatementBuilder
Add spaces to the Object if the Obect is a String and the column type is CHAR(n).
getStringValue(DHtmlDataControl, String, String) - Static method in class pt.despodata.java.ddata.DHtmlForm
Transforma um valor contido numa string, num objecto que represente um dado tipo.
getStyle() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property style.
getSubProtocol() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o nome do sub-protocolo usado para comunicar com a base de dados.
getSubProtocol() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o nome do sub-protocolo usado para comunicar com a base de dados.
getSufix(String) - Method in class pt.despodata.java.ddata.ExtString
Devolve o sufixo da primeira palavra de uma lista que comece por um determinado prefixo.
getSufix(String, String) - Static method in class pt.despodata.java.webappl.GenericController
Devolve o sufixo de uma string, dado uma string que serve de separador entre o prefixo e o sufixo da string.
getTabindex() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property tabindex.
getTable() - Method in class pt.despodata.java.ddata.DDataComboBox
 
getTable() - Method in class pt.despodata.java.ddata.DDataField
Table where the data is to be stored
getTable() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getTable() - Method in class pt.despodata.java.ddata.DDataTableInfo
Deprecated. Esta classe foi substituida pela classe DataTableInfo
getTable() - Method in class pt.despodata.java.ddata.table.CellProperties
retorna o nome da tabela
getTable() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property table.
getTable() - Method in class pt.moredata.widgets.ComboBox
Gets the table attribute of the DataComboBox object
getTable() - Method in class pt.moredata.widgets.Field
Table where the data is to be stored
getTable() - Method in class pt.moredata.widgets.table.CellProperties
retorna o nome da tabela
getTableAlias() - Method in interface pt.moredata.dao.MetaField
Return the table alias of the column represented by the meta field.
getTableAlias() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Return the table alias of the table name.
getTableAlias() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Return the table alias of the table name.
getTableAlias() - Method in class pt.moredata.dataentry.core.generator.TableInfo
Getter for property tableAlias.
getTableBorder() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Get the value of border.
getTableBorder() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Get the value of border.
getTableByName(String) - Method in class pt.moredata.xml2db.ReadXML2DB
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class pt.moredata.widgets.table.CellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class pt.moredata.widgets.table.RadioButtonEditor
Gets the tableCellEditorComponent attribute of the RadioButtonEditor object
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonRenderer
Deprecated.  
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.TableHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.CellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.RadioButtonRenderer
Deprecated.  
getTableColumn(int) - Method in class pt.despodata.java.ddata.DDataSwingControl
 
getTableData() - Method in class pt.despodata.java.ddata.DSTableIO
Deprecated.  
getTableData() - Method in class pt.moredata.dao.core.SerializedTableIO
Devolve apenas os dados desserializados do ficheiro
getTableHeader() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Get the value of formHeader.
getTableHeader() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Get the value of formHeader.
getTableInfo(String) - Method in interface pt.moredata.dao.DataAccessObject
Return a DataTableInfo object with information about a giveen table of the DataAccessObject.
getTableInfo() - Method in interface pt.moredata.dao.DataAccessObject
Return a DataTableInfo object with information about the table of the DataAccessObject.
getTableInfo() - Method in class pt.moredata.dao.DataBaseTable
Get the value of tableInfo.
getTableInfo(String) - Method in class pt.moredata.dao.DataMetaData
Obtem a informação das tabelas extendidas (systableext) da despodata relativamente à tabela
getTableInfo(String) - Method in class pt.moredata.dataentry.core.generator.DAOInfo
Return a TableInfo for a giveen table.
getTableInformation(WizardConnectionProgress) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectionActions
Load the information of the table in the connections using the parameters filled in the text fields
getTableListener() - Method in class pt.moredata.widgets.BaseTable
 
getTableName() - Method in class pt.despodata.java.ddata.DDataEntry
Devolve o nome da tabela para a qual se vai gerar o form
getTableName(String) - Method in class pt.moredata.dao.AbstractUtilStuff
Devolve o nome de uma tabela, gerado com base no nome recebido e com base na data.
getTableName() - Method in interface pt.moredata.dao.DAOView
Get the name of the first table of the DAOView object.
getTableName() - Method in class pt.moredata.dao.DataSource
Devolve o nome da tabela configurada no data source
getTableName() - Method in class pt.moredata.dao.DataTableInfo
devolve o nome da tabela.
getTableName() - Method in interface pt.moredata.dao.MetaField
Return the table name of the column represented by the meta field.
getTableName(String) - Method in class pt.moredata.dao.OracleUtilStuff
Devolve o nome de uma tabela, gerado com base no nome recebido e com base na data.
getTableName(String) - Static method in class pt.moredata.dao.UtilStuff
Devolve o nome de uma tabela, gerado com base no nome recebido e com base na data.
getTableName() - Method in class pt.moredata.dao.core.ReaderInformation
Getter for property tableName.
getTableName() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property tableName.
getTableName() - Method in class pt.moredata.dao.core.WriterInformation
Getter for property tableName.
getTableName() - Method in interface pt.moredata.dao.pattern.SQLPattern
Devolve o nome da tabela a que o campo pertence
getTableName() - Method in class pt.moredata.dao.pattern.SimplePattern
Getter for property tableName.
getTableName() - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Getter for property tableName.
getTableName() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Devolve o nome da tabela a que este campo visual esta associado.
getTableName() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Devolve o nome da tabela a que este campo visual esta associado.
getTableName() - Method in class pt.moredata.dataentry.component.swing.FieldComponent
Devolve o nome da tabela a que este campo visual esta associado.
getTableName() - Method in class pt.moredata.dataentry.core.generator.TableInfo
Getter for property name.
getTableName() - Method in class pt.moredata.xml.db.DBSimpleTable
 
getTableName() - Method in class pt.moredata.xml.db.XMLToDBTable
 
getTableNameOrAlias() - Method in interface pt.moredata.dao.MetaField
Return the table alias or the table name if the alias is null.
getTableNameOrAlias() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Return the table alias or the table name if the alias is null.
getTableNameOrAlias() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Return the table alias or the table name if the alias is null.
getTableNames() - Method in class pt.despodata.java.webappl.WebPage
Deprecated.  
getTables() - Static method in class pt.despodata.java.ddata.DDataConnectDb
Devolve as tabelas que eventualmente tem guardadas numa variavel estatica e que vai buscar a metaData
getTables(Object) - Method in class pt.despodata.java.webappl.ApplData
Devolve uma tabela do modelo de dados.
getTables() - Method in class pt.despodata.java.webappl.ApplData
Constroi uma lista com as tabelas.
getTables(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Indexed getter for property tables.
getTables() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Getter for property tables.
getTablesInfo() - Method in class pt.moredata.dataentry.core.generator.DAOInfo
Retorna todos os TableInfos do DAOInfo
getTablesJoin() - Method in class pt.moredata.dao.core.ReaderInformation
Getter for property joinString.
getTablesJoin() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property joinString.
getTablesNames() - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list with the names of all DAOFieldsInfo tables.
getTablesNames(int) - Method in interface pt.moredata.dao.DAOFieldsInfo
Return a list with the names of all DAOFieldsInfo tables sort for insert, update or delete.
getTablesNames() - Method in interface pt.moredata.dao.DAOView
Get a list with the names of all tables of the DAOView object.
getTablesNames() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Get an array of tables name from the model loaded in DataTableInfo array.
getTags() - Method in class pt.despodata.java.ddata.DDataComponentTypeEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTags() - Method in class pt.despodata.java.ddata.DDataTypeEditor
Devolve strings para combo-box de seleccao das propriedades no IDE
getTags() - Method in class pt.moredata.widgets.ComponentTypeEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTags() - Method in class pt.moredata.widgets.TypeEditor
Devolve strings para combo-box de seleccao das propriedades no IDE
getTargetFolder() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property targetFolder.
getTargetFormat() - Method in class pt.moredata.dataentry.wizards.ExportWizardData
Getter for property targetFormat.
getText() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getText(int, int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
getText(int, int) - Method in class pt.despodata.java.ddata.DDataField
 
getText() - Method in class pt.despodata.java.ddata.DDataField
 
getText() - Method in class pt.despodata.java.ddata.table.CellProperties
Retorna o texto da Checkbox
getText() - Method in class pt.despodata.java.objgraficos.objectosX
Obtém o texto.
getText() - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Obtém o texto.
getText() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getText(int, int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
getText() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getText(int, int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
getText() - Method in class pt.moredata.widgets.EditorPane
Gets the text attribute of the DataEditorPane object
getText(int, int) - Method in class pt.moredata.widgets.EditorPane
Gets the text attribute of the DataEditorPane object
getText(int, int) - Method in class pt.moredata.widgets.Field
Gets the text attribute of the DataField object
getText() - Method in class pt.moredata.widgets.Field
Gets the text attribute of the DataField object
getText() - Method in interface pt.moredata.widgets.FieldObject
 
getText(int, int) - Method in interface pt.moredata.widgets.FieldObject
 
getText() - Method in class pt.moredata.widgets.ImageFieldObject
 
getText(int, int) - Method in class pt.moredata.widgets.ImageFieldObject
 
getText() - Method in class pt.moredata.widgets.table.CellProperties
Retorna o texto da Checkbox
getTextEditableBigInt() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo decimal editavel sem validações
getTextEditableBigInt() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo decimal editavel sem validações
getTextEditableChar() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo char editavel
getTextEditableChar() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo char editavel
getTextEditableDecimal() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo char editavel
getTextEditableDecimal() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo char editavel
getTextEditableInteger() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo integer editavel sem validações
getTextEditableInteger() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo integer editavel sem validações
getTextLines() - Method in class pt.despodata.java.ddata.DDataEditorPane
Devolve o numero de linhas que o texto ocupa
getTextLines() - Method in class pt.moredata.widgets.EditorPane
Devolve o numero de linhas que o texto ocupa
getTextNonEditableBigInt() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo bigint não editavel sem validações
getTextNonEditableBigInt() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo bigint não editavel sem validações
getTextNonEditableChar() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo char não editavel
getTextNonEditableChar() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo char não editavel
getTextNonEditableDecimal() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo decimal editavel sem validações
getTextNonEditableDecimal() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo decimal editavel sem validações
getTextNonEditableInteger() - Static method in class pt.despodata.java.ddata.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo integer não editavel sem validações
getTextNonEditableInteger() - Static method in class pt.moredata.widgets.table.CellPropertiesFactory
Devolve uma instancia de uma celula do tipo integer não editavel sem validações
getThousandSeparator() - Static method in class pt.despodata.java.ddata.DDataConfig
Devolve o separador dos milhares de acordo com as definições
getThousandSeparator() - Static method in class pt.moredata.widgets.FieldDocument
Devolve o separador dos milhares de acordo com as definições
getTimeStamp() - Method in class pt.despodata.java.ddata.ErrorHandle
Escreve a informação do TimeStamp
getTimeStamp() - Method in class pt.moredata.widgets.ErrorHandle
Escreve a informação do TimeStamp
getTimeString() - Method in class pt.despodata.java.ddata.DevelopmentTool
 
getTitle() - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
getTitle() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Getter for property title.
getTitle() - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Getter for property title.
getTitle() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property title.
getToolbar() - Method in class pt.despodata.java.ddata.DDataSwingControl
Devolve a toolbar corrente
getTopParentWebPage(WebPage) - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve a pagina 'parent' de uma determinada pagina.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class pt.moredata.mdmenus.CheckRenderer
 
getTreeNode() - Method in class pt.moredata.mdmenus.FastMenuMaker
 
getType() - Method in class pt.despodata.java.webappl.Frame
Devolve o tipo de pagina.
getType() - Method in interface pt.despodata.java.webappl.IPage
Devolve o tipo de pagina.
getType() - Method in class pt.despodata.java.webappl.Page
Devolve o tipo de pagina.
getType() - Method in class pt.moredata.dao.event.DAOEvent
Devolve o tipo deste evento.
getType() - Method in class pt.moredata.dataentry.event.DataEntryEvent
Getter for property type.
getType() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property type.
getType() - Method in class pt.moredata.xml.db.XMLToDBTable.XMLField
 
getTypeInformation(int) - Static method in class pt.despodata.java.ddata.DDataType
Devolve informacao diversa sobre um tipo de dados
getUI() - Method in class pt.despodata.java.ddata.DDataBaseTable
Returns the L&F object that renders this component.
getUI() - Method in class pt.moredata.widgets.BaseTable
Returns the L&F object that renders this component.
getUIClassID() - Method in class pt.despodata.java.ddata.DDataBaseTable
Returns the suffix used to construct the name of the L&F class used to render this component.
getUIClassID() - Method in class pt.despodata.java.ddata.DDataCheckBox
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class pt.despodata.java.ddata.DDataRadioButton
Returns the suffix used to construct the name of the L&F class used to render this component.
getUIClassID() - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
getUIClassID() - Method in class pt.moredata.widgets.BaseTable
Returns the suffix used to construct the name of the L&F class used to render this component.
getUIClassID() - Method in class pt.moredata.widgets.CheckBox
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class pt.moredata.widgets.RadioButton
Returns the suffix used to construct the name of the L&F class used to render this component.
getUIClassID() - Method in class pt.moredata.widgets.TableHeaderRenderer
 
getURL() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve uma String com o URL para establecer a conecao via JDBC.
getURL() - Method in interface pt.moredata.connection.ConnectionConfig
Devolve uma String com o URL para establecer a conecao via JDBC.
getURL() - Method in class pt.moredata.connection.ConnectionConfigDialog
 
getURL() - Method in class pt.moredata.connection.ConnectionXml12Config
Devolve uma String com o URL para establecer a conecao via JDBC.
getURL() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
getURL() - Method in class pt.moredata.dao.DataTableInfo
Devolve a URL usada para criar a coneccao a base de dados.
getURL() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.DatabaseDriver
Gets the uRL attribute of the DatabaseDriver object
getUpdateAction() - Method in class pt.moredata.xml2db.Table
Method that returns the default update prepared statement, with the fields set for the values of the current column values
getUpdateDataControl() - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve o ApplDataControl da tabela que contem a informacao a ser visualizada.
getUpdateRule() - Method in class pt.moredata.dao.ForeignKey
Get the value of updateRule.
getUpdateTableName() - Method in class pt.despodata.java.webappl.WebPage
Get the value of updateTableName.
getUpdateType() - Method in interface pt.moredata.dao.DAOView
Deprecated. This method was moved to the DataAccessObject interface.
getUpdateType() - Method in interface pt.moredata.dao.DataAccessObject
Returns the update policy of the DataAccessObject.
getUpdateType() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property updateType.
getUpdateType() - Method in class pt.moredata.dao.core.WriterInformation
Getter for property updateType.
getUpshift() - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
getUpshift() - Method in class pt.moredata.widgets.FieldDocument
Gets the upshift attribute of the FieldDocument object
getUri() - Method in class pt.despodata.java.webappl.Frame
Get the value of uri.
getUri() - Method in interface pt.despodata.java.webappl.IPage
Get the value of uri.
getUri() - Method in class pt.despodata.java.webappl.Page
Get the value of uri.
getUri() - Method in class pt.despodata.java.webappl.actions.event.ActionEvent
Getter for property uri.
getUri() - Method in class pt.moredata.taglibs.AbstractTag
Le e devolve o uri da pagina.
getUri() - Method in class pt.moredata.taglibs.filter.FilterSet
Getter for property uri.
getUriListenerKey(String) - Method in class pt.despodata.java.webappl.actions.ActionBase
Returns a key for the map of listeneres for a specified page uri.
getUrl() - Method in class pt.despodata.java.ddata.DevelopmentTool
Get the value of url.
getUrl() - Method in class pt.despodata.java.webappl.WebPage
Deprecated. Este metodo foi substituido pelo metodo getUri()
getUrl() - Method in class pt.despodata.java.webappl.actions.ActionRouter
Getter for property url.
getUrl() - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Getter for property url.
getUrl() - Method in class pt.moredata.taglibs.dao.GetCellTag
Getter for property url.
getUser() - Method in class pt.despodata.java.webappl.WebApplication
Get the value of user.
getUser() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Getter for property user.
getUserId() - Method in interface pt.despodata.java.connection.IConnectionConfig
Devolve o nome do utilizador para aceder a base de dados.
getUserId() - Method in class pt.moredata.connection.AbstractConnectionConfig
Devolve o nome do utilizador para aceder a base de dados.
getUserId() - Method in interface pt.moredata.connection.ConnectionConfig
Devolve o nome do utilizador para aceder a base de dados.
getUserId() - Method in class pt.moredata.connection.ConnectionConfigDialog
 
getUserId() - Method in class pt.moredata.connection.DBConnection
Get the value of userId.
getUserId() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
getUserName() - Method in class pt.despodata.java.connection.DDSwingLogin
To retrieve the username of the current connection..
getUserName() - Method in class pt.despodata.java.connection.UserPanel
Devolve o nome de utilizador
getUserName() - Method in class pt.despodata.java.ddata.DDataConnectDb
 
getUserName() - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
getUserPrincipal() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
getUserPrincipal() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
getUserid() - Method in class pt.despodata.java.ddata.DevelopmentTool
Get the value of userid.
getValidateOnLostFocus() - Method in class pt.despodata.java.ddata.DDataField
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.despodata.java.ddata.DDataTextField
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.despodata.java.ddata.table.DDataCellField
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.moredata.widgets.EditorPaneObject
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.moredata.widgets.Field
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in interface pt.moredata.widgets.FieldObject
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.moredata.widgets.ImageFieldObject
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.moredata.widgets.TextField
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.moredata.widgets.table.CellField
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidateOnLostFocus() - Method in class pt.moredata.widgets.table.CellTextField
Propriedade que define se o campo deve ou nao ser validado quando perde o focus
getValidated() - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
getValidated() - Method in class pt.moredata.widgets.table.WidgetDelegate
Gets the validated attribute of the Delegate object
getValor() - Method in class pt.moredata.taglibs.widgets.CheckboxTag
 
getValores() - Method in class pt.moredata.taglibs.widgets.TableTag
 
getValue() - Method in class pt.despodata.java.ddata.DDataComponentTypeEditor
Gets the value of the property.
getValue() - Method in class pt.despodata.java.ddata.DDataObjectArrayEditor
Gets the value of the property.
getValue() - Method in class pt.despodata.java.ddata.DDataTable
Retorna o valor da linha corrente e coluna corrente
getValue() - Method in class pt.despodata.java.ddata.DDataTableCellPropertiesEditor
 
getValue() - Method in class pt.despodata.java.ddata.event.AfterEditEvent
 
getValue() - Method in class pt.despodata.java.ddata.event.AfterFieldEvent
 
getValue() - Method in class pt.despodata.java.ddata.event.DDataFieldEvent
Devolve o valor actual preenchido no campo
getValue() - Method in class pt.despodata.java.ddata.event.DDataTableEvent
 
getValue() - Method in class pt.despodata.java.ddata.table.DDataColumnNameEditor
 
getValue() - Method in class pt.despodata.java.ddata.table.DDataColumnWidthEditor
 
getValue() - Method in class pt.despodata.java.ddata.table.DDataSortInfo
 
getValue() - Method in class pt.moredata.connection.Property
Getter for property value.
getValue(String) - Method in class pt.moredata.dataentry.action.TestAction
Gets one of this object's properties using the associated key.
getValue() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
getValue() - Method in class pt.moredata.dataentry.taglibs.InputTag
 
getValue() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property value.
getValue(Object, String) - Static method in class pt.moredata.tests.PrivilegedAccessor
Gets the value of the named field and returns it as an object.
getValue() - Method in class pt.moredata.widgets.ComponentTypeEditor
Gets the value of the property.
getValue() - Method in class pt.moredata.widgets.ObjectArrayEditor
Gets the value of the property.
getValue() - Method in class pt.moredata.widgets.Table
Retorna o valor da linha corrente e coluna corrente
getValue() - Method in class pt.moredata.widgets.TableCellPropertiesEditor
Gets the value attribute of the DataTableCellPropertiesEditor object
getValue() - Method in class pt.moredata.widgets.event.AfterEditEvent
 
getValue() - Method in class pt.moredata.widgets.event.AfterFieldEvent
 
getValue() - Method in class pt.moredata.widgets.event.FieldEvent
Devolve o valor actual preenchido no campo
getValue() - Method in class pt.moredata.widgets.event.TableEvent
 
getValue() - Method in class pt.moredata.widgets.table.ColumnNameEditor
 
getValue() - Method in class pt.moredata.widgets.table.ColumnWidthEditor
 
getValue() - Method in class pt.moredata.widgets.table.SortInfo
 
getValue() - Method in class pt.moredata.xml.db.DBSimpleTable.DBField
 
getValue() - Method in class pt.moredata.xml.db.XMLToDBTable.DBField
 
getValue(Element) - Method in class pt.moredata.xml.db.XMLToDBTable.DBField
 
getValue() - Method in class pt.moredata.xml.db.XMLToDBTable.XMLField
 
getValue(Element) - Method in class pt.moredata.xml.db.XMLToDBTable.XMLField
 
getValue() - Method in class pt.moredata.xml2db.Column
Returns this column value
getValue(String) - Method in class pt.moredata.xml2db.Table
Gets the value of column name, null if doesn't exist(or if is realy null)
getValueAt(int, int) - Method in class pt.despodata.java.ddata.DDataTable
Retorna o valor que está na celula da linha _row, coluna _column Leva em linha de conta as colunas que estão fixas (freeze).
getValueAt(int, int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
getValueAt(int, int) - Method in class pt.moredata.widgets.Table
Retorna o valor que está na celula da linha _row, coluna _column Leva em linha de conta as colunas que estão fixas (freeze).
getValueAt(int, int) - Method in class pt.moredata.widgets.table.TableModel
 
getValueContacto(int, int) - Method in class pt.moredata.dao.AbstractUtilStuff
 
getValueContacto(int, int) - Static method in class pt.moredata.dao.UtilStuff
 
getValueForInsert(int, int) - Method in class pt.moredata.dao.core.OracleSQLInsertBuilder
Return the value of a giveen cell for use in the insert clause.
getValueForInsert(int, int) - Method in class pt.moredata.dao.core.SQLInsertBuilder
Return the value of a giveen cell for use in the insert clause.
getValueForUpdate(int, int) - Method in class pt.moredata.dao.core.SQLUpdateBuilder
Return the value of a giveen cell for use in the update clause.
getVarFromJspPage(String) - Method in class pt.moredata.taglibs.AbstractTag
Devolve um objecto de uma pagina dado o nome do objecto.
getVariableDefaultName() - Method in class pt.moredata.connection.taglibs.CreateConnectionTagExtraInfo
 
getVariableDefaultName() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTagExtraInfo
 
getVariableInfo(TagData) - Method in class pt.despodata.java.webappl.tags.FrameSetTagExtraInfo
Define as variaveis 'webPage' e 'frameset' no PAGE_SCOPE.
getVariableInfo(TagData) - Method in class pt.despodata.java.webappl.tags.WebPageTagExtraInfo
Define as variaveis 'webPage' e 'frameset' no PAGE_SCOPE.
getVariableInfo(TagData) - Method in class pt.moredata.connection.taglibs.ConvertTagExtraInfo
Informacao acerca das variaveis criadas pela Tag.
getVariableInfo(TagData) - Method in class pt.moredata.connection.taglibs.CreateDataSourceTagExtraInfo
Informacao acerca das variaveis criadas pela Tag.
getVariableInfo(TagData) - Method in class pt.moredata.connection.taglibs.EnforceLoginTagExtraInfo
Informacao acerca das variaveis criadas pela Tag.
getVariableInfo(TagData) - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTagExtraInfo
Informacao acerca das variaveis criadas pela Tag.
getVariableInfo(TagData) - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTagExtraInfo
Informacao acerca das variaveis criadas pela Tag.
getVariableInfo(TagData) - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTagExtraInfo
Informacao acerca das variaveis criadas pela Tag.
getVariableInfo(TagData) - Method in class pt.moredata.dataentry.taglibs.IteratorTagExtraInfo
Informacao acerca das variaveis criadas pela Tag.
getVariableInfo(TagData) - Method in class pt.moredata.taglibs.MakeVarTagExtraInfo
Define as variaveis 'webPage' e 'frameset' no PAGE_SCOPE.
getVariableInfo(TagData) - Method in class pt.moredata.taglibs.dao.CreateDAOTagExtraInfo
Define as variaveis 'webPage' e 'frameset' no PAGE_SCOPE.
getVariableInfo(TagData) - Method in class pt.moredata.taglibs.dao.IteratorTagExtraInfo
Define as variaveis 'webPage' e 'frameset' no PAGE_SCOPE.
getVariableInfo(TagData) - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTagExtraInfo
Informacao acerca das variaveis criadas pela Tag.
getVerificaDataFunction() - Static method in class pt.despodata.java.webappl.tags.JavaScriptLibrary
Getter for property verificaDataFunction.
getVerificaEmailFunction() - Static method in class pt.despodata.java.webappl.tags.JavaScriptLibrary
Getter for property verificaEmailFunction.
getVerificaNumeroFunction() - Static method in class pt.despodata.java.webappl.tags.JavaScriptLibrary
Getter for property verificaNumeroFunction.
getVfName() - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent
Get the value of vfName.
getView(String) - Method in class pt.despodata.java.webappl.GenericView
Devolve a vista de uma determinada pagina.
getView() - Method in class pt.despodata.java.webappl.WebApplication
Get the value of view.
getVisibleHeight() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve a altura do campo que e visivel.
getVisibleHeight() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve a altura do campo que e visivel.
getVisibleWidth() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o comprimento do campo que e visivel.
getVisibleWidth() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o comprimento do campo que e visivel.
getVisualField(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o visualField de uma dada coluna.
getVisualField(String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o visualField correspondente a uma dada coluna
getVisualField() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o visualField usado por defeito.
getVisualField(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o visualField com um determinado nome.
getVisualField() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o visualField usado por defeito.
getVisualField(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o visualField com um determinado nome.
getVisualField(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Devolve o visualField usado por defeito.
getVisualField(String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Devolve o visualField correspondente a uma dada coluna
getVisualFieldName(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o nome de um campo visualizavel usado por defeito.
getVisualFieldName() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o nome do campo visual usado por defeito.
getVisualFieldName() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o nome do campo visual usado por defeito.
getVisualFieldName(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Devolve o nome de um campo visualizavel usado por defeito.
getVisualFields() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve todos os campos visuais que existem sobre a coluna representada por esta classe.
getVisualFields() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve todos os campos visuais que existem sobre a coluna representada por esta classe.
getVisualFieldsNames() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Constroi uma lista com os nomes dos campos visualizaveis de todas as colunas.
getVisualFieldsNames(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Constroi uma lista com os nomes dos campos visualizaveis de uma determinada coluna.
getVisualFieldsNames() - Method in class pt.despodata.java.ddata.DHtmlDataField
Constroi uma lista com os nomes dos campos visualizaveis para esta coluna.
getVisualFieldsNames() - Method in interface pt.despodata.java.ddata.IDDataControlField
Constroi uma lista com os nomes dos campos visualizaveis para uma coluna.
getVisualFieldsNames() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Constroi uma lista com os nomes dos campos visualizaveis de todas as colunas.
getVisualFieldsNames(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Constroi uma lista com os nomes dos campos visualizaveis de uma determinada coluna.
getWebPage(String) - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve um objecto que representa uma determinada pagina.
getWebPage() - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Devolve a pagina criada.
getWebPage() - Method in class pt.despodata.java.webappl.tags.WebPageTag
Devolve a pagina criada.
getWhere() - Method in class pt.despodata.java.ddata.DDataComboBox
 
getWhere() - Method in class pt.moredata.widgets.ComboBox
Gets the where attribute of the DataComboBox object
getWhereClause() - Method in class pt.despodata.java.ddata.DDataLov
Devolve a clausula de where usada na pesquisar para popular a LOV.
getWhereClause() - Method in class pt.despodata.java.ddata.table.CellProperties
Retorna a clausula where
getWhereClause() - Method in class pt.despodata.java.webappl.GenericController
Get the value of whereClause.
getWhereClause() - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent
Get the value of whereClause.
getWhereClause() - Method in class pt.moredata.widgets.Lov
Devolve a clausula de where usada na pesquisar para popular a LOV.
getWhereClause() - Method in class pt.moredata.widgets.table.CellProperties
Retorna a clausula where
getWhereStr() - Method in class pt.despodata.java.ddata.DHtmlForm
Get the value of whereStr.
getWhereStr() - Method in interface pt.moredata.dao.DataAccessObject
Return the whereString clause to be used by the query method.
getWhereString() - Method in class pt.despodata.java.ddata.DDataField
Getter for property whereString.
getWhereString() - Method in class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent
Get the value of whereString.
getWhereString() - Method in class pt.moredata.dao.core.ReaderInformation
Getter for property whereString.
getWhereString() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property whereString.
getWhereString() - Method in class pt.moredata.widgets.Field
Getter for property whereString.
getWidth() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o comprimento do campo.
getWidth() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o comprimento do campo.
getWizardGUI() - Method in class pt.despodata.java.wizard.DDWizSwingControler
 
getWizardGUI() - Method in class pt.moredata.wizard.SwingWizardControler
 
getXPath() - Method in class pt.moredata.xml.db.XMLToDBTable.XMLField
 
getXPath() - Method in class pt.moredata.xml.db.XMLToDBTable
 
getXPath() - Method in class pt.moredata.xml2db.Column
Return the xPath of this coluns
getXPath() - Method in class pt.moredata.xml2db.Table
Return the xPath
get_menus() - Method in class pt.moredata.mdmenus.PermissionManager
Creates list of all id_obj int the system
getclass() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property class.
getusers() - Method in class pt.moredata.mdmenus.PermissionManager
 
globCon - Variable in class pt.moredata.mdmenus.SwingMenu
 
go() - Method in class pt.despodata.java.mvc.StateMachine
Altera o estado actual para o estado alcansao a partir do estado actual e do valor da entrada.
goTo(Object) - Method in class pt.despodata.java.mvc.StateMachine
Altera o estado actual para o estado alcansao a partir do estado actual e do valor da entrada.
gotoColumn(int) - Method in class pt.despodata.java.fglreport.FglReport
Posiciona-se na coluna dada como parâmetro
gotoColumn(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Posiciona-se na coluna dada como parâmetro
gotoColumn(int) - Method in interface pt.moredata.fglreport.FglReport
Posiciona-se na coluna dada como parâmetro
gotoColumn(int) - Method in class pt.moredata.fglreport.SwingFglReport
Posiciona-se na coluna dada como parâmetro
gotoColumn(int) - Method in class pt.moredata.fglreport.TxtFglReport
Posiciona-se na coluna dada como parâmetro
gotoLine(int) - Method in class pt.despodata.java.fglreport.FglReport
Posiciona-se na linha dada como parâmetro
gotoLine(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Posiciona-se na linha dada como parâmetro
gotoLine(int) - Method in interface pt.moredata.fglreport.FglReport
Posiciona-se na linha dada como parâmetro
gotoLine(int) - Method in class pt.moredata.fglreport.SwingFglReport
Posiciona-se na linha dada como parâmetro
gotoLine(int) - Method in class pt.moredata.fglreport.TxtFglReport
Posiciona-se na linha dada como parâmetro
grabFocus() - Method in class pt.despodata.java.ddata.DDataField
 
grabFocus() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
grabFocus() - Method in class pt.moredata.widgets.Field
Description of the Method
grabFocus() - Method in interface pt.moredata.widgets.FieldObject
 
groupChanged - Variable in class pt.moredata.fglreport.AbstractFglReport
Chave do campo que mudou na última alteração de grupo
groupChanged(ArrayList) - Method in class pt.moredata.fglreport.AbstractFglReport
Detecta se houve mudança de algum grupo.
groupChanged(ArrayList) - Method in class pt.moredata.fglreport.SwingFglReport
Detecta se houve mudança de algum grupo.
groupChanged(ArrayList) - Method in class pt.moredata.fglreport.TxtFglReport
Detecta se houve mudança de algum grupo.
groupsFinished - Variable in class pt.moredata.fglreport.AbstractFglReport
Chaves dos grupos que terminaram
groupsStarted - Variable in class pt.moredata.fglreport.AbstractFglReport
Chaves dos grupos que começaram
growPolicy - Variable in class pt.despodata.java.ddata.DDataTable
Politica de crescimento.
growPolicy - Variable in class pt.moredata.widgets.Table
Politica de crescimento.

H

HIDDEN_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
O campo e do tipo 'Hidden Field'.
HIGH - Static variable in class pt.moredata.usernot.UserNotification
Notification priorities: high
HIGHEST - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa 'maior de todos' no padrao de pesquisa.
HTML - Static variable in class pt.despodata.java.ddata.DDataErrorHandler
 
HTML - Static variable in class pt.moredata.widgets.ErrorHandler
 
HTML_FORM_KEY - Static variable in class pt.moredata.taglibs.dao.DAOAbstractDataTag
 
HTML_TABLE_KEY - Static variable in class pt.moredata.taglibs.dao.DAOAbstractDataTag
 
HTTP_SERVLET_REQUEST - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do argumento onde devera vir o request.
HeaderListener - interface pt.moredata.fglreport.event.HeaderListener.
HeaderListener.java Company MoreData
HeaderStyle - class pt.moredata.ecs.rtf.HeaderStyle.
 
HeaderStyle(int) - Constructor for class pt.moredata.ecs.rtf.HeaderStyle
Creates new HeaderStyle
HideButtonTag - class pt.moredata.dataentry.taglibs.HideButtonTag.
Company MoreData
HideButtonTag() - Constructor for class pt.moredata.dataentry.taglibs.HideButtonTag
 
HideContentControllTag - class pt.moredata.taglibs.content.HideContentControllTag.
Tag for hide a section of code in a jsp page.
HideContentControllTag() - Constructor for class pt.moredata.taglibs.content.HideContentControllTag
 
HideContentTag - class pt.moredata.taglibs.content.HideContentTag.
Tag for hide a section of code in a jsp page.
HideContentTag() - Constructor for class pt.moredata.taglibs.content.HideContentTag
 
HtmlForm - class pt.despodata.java.webappl.html.HtmlForm.
HtmlForm.java Company MoreData
HtmlForm() - Constructor for class pt.despodata.java.webappl.html.HtmlForm
 
HttpConnection - class pt.moredata.util.HttpConnection.
HttpConnection.java Company MoreData
HttpConnection() - Constructor for class pt.moredata.util.HttpConnection
Creates a new instance of HttpConnection
handleEvent() - Method in class pt.despodata.java.mvc.Controller
Este metodo serve para fazer o agulhamento dos diversos eventos ocorridos.
handleEvent() - Method in interface pt.despodata.java.mvc.IController
Este metodo serve para fazer o agulhamento dos diversos eventos ocorridos.
handleEvent() - Method in class pt.despodata.java.webappl.GenericController
Este metodo serve para tratar as mudancas ocorridas no modelo de dados.
hasChanged() - Method in interface pt.despodata.java.mvc.IData
Metodo implementado pela classe java.util.Observable
hasChanged() - Method in interface pt.despodata.java.mvc.IModel
Metodo implementado pela classe java.util.Observable
hasChanged() - Method in class pt.despodata.java.webappl.ApplData
Verifica se alguma tabela foi alterada.
hasChanged(Object) - Method in class pt.despodata.java.webappl.ApplData
Verifica se uma tabela foi alterada.
hasFocus() - Method in class pt.despodata.java.ddata.DDataField
 
hasFocus() - Method in class pt.despodata.java.ddata.DDataTable
 
hasFocus() - Method in class pt.moredata.widgets.Field
 
hasFocus() - Method in interface pt.moredata.widgets.FieldObject
 
hasFocus() - Method in class pt.moredata.widgets.Table
 
hasNext() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Check if the wizard has more steps forward.
hasPrevious() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Check if there is more steps backward
hasPrimaryKey(String) - Method in interface pt.moredata.dao.DAOView
Check if a table of the DAOView has a primary key defined.
hasPrimaryKey() - Method in interface pt.moredata.dao.DAOView
Check the DAOView table has a primary key defined.
hashCode() - Method in class pt.despodata.java.webappl.Page
Funcao de dispercao usada em Hashtables
height - Variable in class pt.moredata.taglibs.widgets.ImageTag
 
hidden - Variable in class pt.moredata.connection.taglibs.AbstractInputTag
Indica se o campo está escondedo ou não
hide() - Method in class pt.despodata.java.ddata.DDataDateChooser
Esconde a janela (JWindow) que contem o calendario
hide() - Method in class pt.moredata.widgets.DateChooser
Esconde a janela (JWindow) que contem o calendario
hideButton(String) - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
Setter for property hideButton.
hostName - Variable in class pt.despodata.java.connection.DDConnectionConfig
 
hostName - Variable in class pt.moredata.connection.AbstractConnectionConfig
Nome da maquina.
href - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
hreflang - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
hspace - Variable in class pt.moredata.taglibs.widgets.ImageTag
 

I

IApplDataControlFactory - interface pt.despodata.java.webappl.tables.IApplDataControlFactory.
IApplDataControlFactory.java Created: Mon Jun 28 03:19:49 2000
ICON - Static variable in class pt.despodata.java.ddata.table.CellProperties
 
ICON - Static variable in class pt.moredata.widgets.table.CellProperties
 
IConnectionConfig - interface pt.despodata.java.connection.IConnectionConfig.
IDDConnectionSource.java Esta interface serve de abstracao a leitura da informacao usada para aceder a uma base de dados.
IConnectionConfig - interface pt.despodata.java.ddata.connection.IConnectionConfig.
Deprecated. Esta classe foi substituida por uma identica no package pt.moredata.connection
IController - interface pt.despodata.java.mvc.IController.
 
IDAOCreateListener - interface pt.moredata.dao.pool.IDAOCreateListener.
Created: Tue Feb 21 11:20:49 2002
IDAOFactory - interface pt.moredata.dao.pool.IDAOFactory.
Created: Tue Feb 21 11:20:49 2002
IDDataControlField - interface pt.despodata.java.ddata.IDDataControlField.
 
IDDataMultipartRequest - interface pt.despodata.java.ddata.IDDataMultipartRequest.
A utility class to handle multipart/form-data requests, the kind of requests that support file uploads.
IDDataVisualField - interface pt.despodata.java.ddata.IDDataVisualField.
 
IDHtmlDataControl - interface pt.despodata.java.ddata.IDHtmlDataControl.
DHtmlDataControl.java Extends DDataControl for HTML manager of record Set(s) Created: Tue Aug 29 10:38:54 2000
IData - interface pt.despodata.java.mvc.IData.
 
IMAGE - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
IMAGE - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB for a image.
IMAGE_FIELD - Static variable in class pt.despodata.java.ddata.DDataField
 
IMAGE_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
Estes tipos, nao estao implementados (ainda)
IMAGE_FIELD - Static variable in interface pt.moredata.widgets.FieldObject
FieldObject do tipo ImageField.
IModel - interface pt.despodata.java.mvc.IModel.
 
INDIVIDUAL_UPDATE - Static variable in interface pt.moredata.dao.DAOView
Para cada linha, e gerado um comando preparado. ????
INFORMIX - Static variable in class pt.despodata.java.ddata.ErrorHandle
 
INFORMIX - Static variable in class pt.moredata.dao.DataBaseError
Tipos de SGBD
INFORMIX - Static variable in class pt.moredata.dao.DataSource
 
INFORMIX - Static variable in class pt.moredata.widgets.ErrorHandle
 
INFORMIX_DATABASE - Static variable in class pt.moredata.dao.util.DataBaseIdentifier
Informix data base.
INPUT_TAG_PREFIX - Static variable in class pt.moredata.dataentry.JspDataEntryController
Prefixo a acrescentar ao atributo name das tags em HTML que contenham valores de celulas do DataEntry.
INSERIR_DETALHE - Static variable in class pt.despodata.java.webappl.GenericModel
Insercao de detalhes no modelo de dados.
INSERT - Static variable in interface pt.moredata.dao.DataRow
 
INSERT_MODE - Static variable in interface pt.moredata.dataentry.DataEntry
A enrtada de dados encontra-se em modo de inserção.
INSERT_RELATION - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do parametro usado para guardar as relacoes usadas para fazer insercoes de detalhes.
INSERT_RELATION - Static variable in class pt.despodata.java.webappl.WebPage
 
INSERT_ROW_NUMBERS - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do argumento onde devera vir o numero dos registo que devem ser inseridos.
INSERT_STATE - Static variable in class pt.despodata.java.webappl.tables.ApplDataControl
Usado quando se esta a inserir no ApplDataControl.
INTEGER - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
INTEGER - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
INVALID_DATA_TYPE - Static variable in class pt.moredata.dao.DataBaseError
 
IPage - interface pt.despodata.java.webappl.IPage.
IPage.java, Representacao de uma pagina.
IUser - interface pt.despodata.java.webappl.IUser.
IUser.java Created: Thu Sep 6 11:43:28 2001
IView - interface pt.despodata.java.mvc.IView.
 
IconDelegate - class pt.moredata.widgets.table.IconDelegate.
 
IconDelegate() - Constructor for class pt.moredata.widgets.table.IconDelegate
 
IconDelegate(CellProperties) - Constructor for class pt.moredata.widgets.table.IconDelegate
 
IllegalAccessToActionClassException - exception pt.moredata.dataentry.exception.IllegalAccessToActionClassException.
Esta excepcao e gerada quando nao e possivel ter acesso a classe que implementa uma Action.
IllegalAccessToActionClassException() - Constructor for class pt.moredata.dataentry.exception.IllegalAccessToActionClassException
Constructs a new runtime exception with null as its detail message.
IllegalAccessToActionClassException(String) - Constructor for class pt.moredata.dataentry.exception.IllegalAccessToActionClassException
Constructs a new runtime exception with the specified detail message.
IllegalAccessToActionClassException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.IllegalAccessToActionClassException
Constructs a new runtime exception with the specified detail message and cause.
IllegalAccessToActionClassException(Throwable) - Constructor for class pt.moredata.dataentry.exception.IllegalAccessToActionClassException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
ImageField - class pt.moredata.widgets.ImageField.
ImageField.java Componente visual para visualizar uma imagem, disponibilizando uma forma de fazer a actualização da informação.
ImageField() - Constructor for class pt.moredata.widgets.ImageField
Creates new form ImageField
ImageFieldBeanInfo - class pt.moredata.widgets.ImageFieldBeanInfo.
BeanInfo for the class ImageField.
ImageFieldBeanInfo() - Constructor for class pt.moredata.widgets.ImageFieldBeanInfo
 
ImageFieldComponent - class pt.moredata.dataentry.component.swing.ImageFieldComponent.
Implementacao de um componente de uma entrada de dados a partir de um ImageField.
ImageFieldComponent(String, String, ImageField) - Constructor for class pt.moredata.dataentry.component.swing.ImageFieldComponent
Creates a new instance of ImageFieldComponent.
ImageFieldComponent(String, String, String, String, ImageField) - Constructor for class pt.moredata.dataentry.component.swing.ImageFieldComponent
Constructor for the ImageFieldComponent object
ImageFieldListener - interface pt.moredata.widgets.event.ImageFieldListener.
This interface defines the methods that a class has to implement to list for ImageField chages.
ImageFieldObject - class pt.moredata.widgets.ImageFieldObject.
 
ImageFieldObject() - Constructor for class pt.moredata.widgets.ImageFieldObject
Creates a new instance of ImageFieldObject
ImageTag - class pt.moredata.dataentry.taglibs.ImageTag.
Company MoreData
ImageTag() - Constructor for class pt.moredata.dataentry.taglibs.ImageTag
 
ImageTag - class pt.moredata.taglibs.widgets.ImageTag.
ImageTag.java Company MoreData
ImageTag() - Constructor for class pt.moredata.taglibs.widgets.ImageTag
 
ImportedForeignKey - class pt.despodata.java.ddata.ImportedForeignKey.
Esta classe permite manter informação acerca de uma chave estrangeira que e importada por uma tabela.
ImportedForeignKey(String, String, String, short, short) - Constructor for class pt.despodata.java.ddata.ImportedForeignKey
Cria uma chave estrangeira.
ImportedForeignKey - class pt.moredata.dao.ImportedForeignKey.
Esta classe permite manter informação acerca de uma chave estrangeira que e importada por uma tabela.
ImportedForeignKey(String, String, String, short, short) - Constructor for class pt.moredata.dao.ImportedForeignKey
Cria uma chave estrangeira.
ImportedForeignKeyTest - class pt.despodata.java.ddata.tests.ImportedForeignKeyTest.
ImportedForeignKeyTest.java Created: Mon Oct 22 12:37:31 2001
ImportedForeignKeyTest(String) - Constructor for class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
ImportedForeignKeyTest - class pt.moredata.dao.ImportedForeignKeyTest.
ImportedForeignKeyTest.java Company MoreData
ImportedForeignKeyTest(String) - Constructor for class pt.moredata.dao.ImportedForeignKeyTest
Constructor for the ImportedForeignKeyTest object
Impressao - class pt.despodata.java.objgraficos.Impressao.
Title: Description: Copyright: Copyright (c) 2000 Company:
Impressao(ArrayList, int) - Constructor for class pt.despodata.java.objgraficos.Impressao
Construtora
Impressao - class pt.moredata.fglreport.objgraficos.Impressao.
Title: Description: Copyright: Copyright (c) 2000 Company:
Impressao(ArrayList, int) - Constructor for class pt.moredata.fglreport.objgraficos.Impressao
Construtora
IndexStyle - class pt.moredata.ecs.rtf.IndexStyle.
 
IndexStyle(int) - Constructor for class pt.moredata.ecs.rtf.IndexStyle
Creates new IndexStyle
InformixUtilStuff - class pt.moredata.dao.InformixUtilStuff.
InformixUtilStuff.java Company MoreData
InformixUtilStuff() - Constructor for class pt.moredata.dao.InformixUtilStuff
 
InitMachine - class pt.despodata.java.webappl.InitMachine.
 
InitMachine(StateMachine) - Constructor for class pt.despodata.java.webappl.InitMachine
Constroi um objecto para inicializar uma maquina de estados.
InputTag - class pt.moredata.dataentry.taglibs.InputTag.
Company MoreData
InputTag() - Constructor for class pt.moredata.dataentry.taglibs.InputTag
 
InsertDetailRecordAction - class pt.despodata.java.webappl.actions.InsertDetailRecordAction.
InsertDetailRecordAction.java Company MoreData
InsertDetailRecordAction() - Constructor for class pt.despodata.java.webappl.actions.InsertDetailRecordAction
Creates a new instance of InsertDetailRecordAction
InsertSingleRecordAction - class pt.moredata.dataentry.action.InsertSingleRecordAction.
Deprecated. This class was replaced by the class SaveSingleRecordAction and is not used any more.
InsertSingleRecordAction() - Constructor for class pt.moredata.dataentry.action.InsertSingleRecordAction
Deprecated.  
InsertTag - class pt.despodata.java.tags.templates.InsertTag.
 
InsertTag() - Constructor for class pt.despodata.java.tags.templates.InsertTag
 
InvalidComponentException - exception pt.moredata.dataentry.exception.InvalidComponentException.
Esta excepcao e gerada quando um componente de um DataEntry, nao e do tipo esperado.
InvalidComponentException() - Constructor for class pt.moredata.dataentry.exception.InvalidComponentException
Constructs a new runtime exception with null as its detail message.
InvalidComponentException(String) - Constructor for class pt.moredata.dataentry.exception.InvalidComponentException
Constructs a new runtime exception with the specified detail message.
InvalidComponentException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.InvalidComponentException
Constructs a new runtime exception with the specified detail message and cause.
InvalidComponentException(Throwable) - Constructor for class pt.moredata.dataentry.exception.InvalidComponentException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
InvalidDataEntryTypeException - exception pt.moredata.dataentry.exception.InvalidDataEntryTypeException.
Esta excepcao e gerada quando uma entrada de dados nao e do tipo esperado.
InvalidDataEntryTypeException() - Constructor for class pt.moredata.dataentry.exception.InvalidDataEntryTypeException
Constructs a new runtime exception with null as its detail message.
InvalidDataEntryTypeException(String) - Constructor for class pt.moredata.dataentry.exception.InvalidDataEntryTypeException
Constructs a new runtime exception with the specified detail message.
InvalidDataEntryTypeException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.InvalidDataEntryTypeException
Constructs a new runtime exception with the specified detail message and cause.
InvalidDataEntryTypeException(Throwable) - Constructor for class pt.moredata.dataentry.exception.InvalidDataEntryTypeException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
InvalidateSessionTag - class pt.despodata.java.tags.util.InvalidateSessionTag.
InvalidateTag.java, Apresenta um botao para invalidar a sessao currente Created: Tue Jul 09 11:31:55 2001
InvalidateSessionTag() - Constructor for class pt.despodata.java.tags.util.InvalidateSessionTag
 
ItemSelectedEvent - class pt.despodata.java.ddata.ItemSelectedEvent.
Autor : Sergio Ferreira Description : Evento Item Selected da Combo Box
ItemSelectedEvent(Object) - Constructor for class pt.despodata.java.ddata.ItemSelectedEvent
 
ItemSelectedEvent - class pt.moredata.widgets.ItemSelectedEvent.
Autor : Sergio Ferreira Description : Evento Item Selected da Combo Box
ItemSelectedEvent(Object) - Constructor for class pt.moredata.widgets.ItemSelectedEvent
 
ItemSelectedListener - interface pt.despodata.java.ddata.ItemSelectedListener.
Autor : Sergio Ferreira Description : Interface para comunicacao entre a combo Box e o cliente que lhe pretende adicioniar um event listener
ItemSelectedListener - interface pt.moredata.widgets.ItemSelectedListener.
Autor : Sergio Ferreira Description : Interface para comunicacao entre a combo Box e o cliente que lhe pretende adicioniar um event listener
IteratorTag - class pt.moredata.dataentry.taglibs.IteratorTag.
Implementacao da tag que faz a iteracao nas linhas de um DataEntry.
IteratorTag() - Constructor for class pt.moredata.dataentry.taglibs.IteratorTag
 
IteratorTag - class pt.moredata.taglibs.dao.IteratorTag.
DAOIteratorTag.java Implementacao da tag que faz a iteracao aos registos do DataAccessObject Company MoreData
IteratorTag() - Constructor for class pt.moredata.taglibs.dao.IteratorTag
Creates a new instance of DAOIteratorTag
IteratorTagExtraInfo - class pt.moredata.dataentry.taglibs.IteratorTagExtraInfo.
Implementacao da tag que faz a iteracao aos registos do DataAccessObject Company MoreData
IteratorTagExtraInfo() - Constructor for class pt.moredata.dataentry.taglibs.IteratorTagExtraInfo
 
IteratorTagExtraInfo - class pt.moredata.taglibs.dao.IteratorTagExtraInfo.
DAOIteratorTagExtraInfo.java Implementacao da tag que faz a iteracao aos registos do DataAccessObject Company MoreData
IteratorTagExtraInfo() - Constructor for class pt.moredata.taglibs.dao.IteratorTagExtraInfo
 
icon - Static variable in class pt.despodata.java.ddata.DDataCheckBox
 
id - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
idxProvaX - Variable in class pt.despodata.java.objgraficos.PrintPreview
 
idxProvaX - Variable in class pt.despodata.java.objgraficos.ProvaX
 
idxProvaX - Variable in class pt.moredata.fglreport.objgraficos.PrintPreview
 
idxProvaX - Variable in class pt.moredata.fglreport.objgraficos.ProvaX
 
imageChanged() - Method in interface pt.moredata.widgets.event.ImageFieldListener
This method is invoked when the image of a ImageField object was changed.
imagens - Variable in class pt.despodata.java.objgraficos.PrintPreview
 
imagens - Variable in class pt.despodata.java.objgraficos.ProvaX
 
imagens - Variable in class pt.moredata.fglreport.objgraficos.PrintPreview
 
imagens - Variable in class pt.moredata.fglreport.objgraficos.ProvaX
 
inc() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Increment the current step by one
incAuthorizedPolicys() - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
Incrementa o numero de roles a que o utilizador pertence e que dao acesso ao conteudo da Tag.
incAuthorizedRoles() - Method in class pt.despodata.java.webappl.tags.ProtectTag
Incrementa o numero de roles a que o utilizador pertence e que dao acesso ao conteudo da Tag.
incNoAuthorizedPolicys() - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
Incrementa o numero de roles a que o utilizador pertence e que impedem o acesso ao conteudo da Tag.
incNoAuthorizedRoles() - Method in class pt.despodata.java.webappl.tags.ProtectTag
Incrementa o numero de roles a que o utilizador pertence e que impedem o acesso ao conteudo da Tag.
incRowNumber() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Incrementa a linha actual em uma unidade.
includeBodyTag() - Method in class pt.moredata.connection.taglibs.AbstractIfTag
Verifica se o conteudo da tag devera ser incluido ou nao
includeBodyTag() - Method in class pt.moredata.connection.taglibs.DoIfLoginErrorTag
Verifica se o conteudo da tag devera ser incluido ou nao
includeBodyTag() - Method in class pt.moredata.connection.taglibs.DoIfLoginTag
Verifica se o conteudo da tag devera ser incluido ou nao
includeBodyTag() - Method in class pt.moredata.connection.taglibs.DoIfNotLoginTag
Verifica se o conteudo da tag devera ser incluido ou nao
includeBodyTag() - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Verifica se o conteudo da tag devera ser incluido ou nao
includeBodyTag() - Method in class pt.moredata.dataentry.taglibs.DoAfterCommandTag
 
includeBodyTag() - Method in class pt.moredata.dataentry.taglibs.DoIfErrorTag
 
includeBodyTag() - Method in class pt.moredata.dataentry.taglibs.DoIfNoErrorTag
 
includeBodyTag() - Method in class pt.moredata.dataentry.taglibs.DoIfNotTag
 
includeBodyTag() - Method in class pt.moredata.dataentry.taglibs.DoIfTag
 
includeBodyTag() - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
 
includeBodyTag() - Method in class pt.moredata.dataentry.taglibs.ShowIfNoErrorTag
 
includeInUpdate(int, MetaField, int) - Method in class pt.moredata.dao.core.SQLUpdateBuilder
Check if a field is to be included in the update statement.
informAbautEditionState() - Method in class pt.despodata.java.ddata.DDataSwingControl
 
init(ServletConfig) - Method in class pt.despodata.java.webappl.AuthenticateServlet
Inicilizacao da Servlet (chamado antes do primeiro request)
init() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
 
init(DDataSource) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Inicializa a classe.
init() - Static method in class pt.moredata.dao.GetGeneratedKeys
 
init(ActionEvent) - Method in class pt.moredata.dataentry.action.AbstractAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.CreateNewRecordAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.DeleteAllRecordsAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.DeleteRecordAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.ExportToCSVFileAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.InsertSingleRecordAction
Deprecated. Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.NavigateAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.PrintSwingReportAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.SaveSingleRecordAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.SimpleQueryAction
Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.UpdateDataSourceAction
Deprecated. Description of the Method
init(ActionEvent) - Method in class pt.moredata.dataentry.action.UpdateSingleRecordAction
Deprecated. Description of the Method
init() - Method in class pt.moredata.dataentry.taglibs.AbstractHtmlTag
Metodo para a inicializacao de atributos.
init() - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
 
init() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Metodo para a inicializacao de atributos.
init() - Method in class pt.moredata.dataentry.taglibs.DoIfTag
 
init(ServletConfig) - Method in class pt.moredata.taglibs.filter.FilterButtonController
Initializes the servlet.
init(ServletConfig) - Method in class pt.moredata.taglibs.filter.PaginatorController
Initializes the servlet.
init() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Metodo para a inicializacao de atributos.
initAttributes() - Method in class pt.moredata.dataentry.taglibs.DownloadFileServlet
Inicializacao dos parametros da servltet.
initAttributes() - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Inicializacao dos parametros da servltet.
initCellAt(Object, int) - Method in interface pt.moredata.dao.DataRow
Altera o valor de uma celula especifica com o valor passado como parametro Se a coluna nao existir ainda no array insere-a.
initCellAt(Object, int, boolean) - Method in interface pt.moredata.dao.DataRow
Altera o valor de uma celula especifica com o valor passado como parametro Se a coluna nao existir ainda no array insere-a.
initColumnInfo() - Method in class pt.moredata.dao.DataTableInfo
Inicializa a informação de JDBC disponivel
initDataEntry(PageContext, String, Tag, String) - Static method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Procura pela entrada de dados atraves no nome da variavel criada pela tag ou .
initDataEntry(HttpServletRequest) - Static method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Procura pela entrada de dados, a partir do nome e serial key da tabela.
initDataEntrys(DataSource) - Method in class pt.moredata.dataentry.JDBCPanelTemplate
Inicializa a entrada de dados associando os widgets a campos de uma tabela.
initDataSource(HttpSession, HttpServletRequest) - Method in class pt.despodata.java.webappl.AuthenticateServlet
Cria um DataSource e as ligacoes a base de dados.
initDataSource() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Description of the Method
initDebug() - Method in class pt.despodata.java.webappl.WebApplication
Inicializa o Debug da aplicacao.
initExportedForeignKeys() - Method in class pt.moredata.dao.DataTableInfo
Obtem toda a informação relativa às chaves estrangeiras exportadas pela tabela.
initFrame() - Method in class pt.despodata.java.ddata.DDataEntry
Instancia se pretendido uma frame onde será colocado o data entry
initImportedForeignKeys() - Method in class pt.moredata.dao.DataTableInfo
Obtem toda a informação relativa às chaves estrangeiras importadas pela tabela e carrega-a em memória.
initIndices() - Method in class pt.moredata.dao.DataTableInfo
Obtem toda a informação relativa aos indeces da tabela.
initJDBCColumnInfo(ResultSet) - Method in class pt.despodata.java.ddata.DDataTableInfo
Deprecated. Inicializa a informação de JDBC disponivel
initMachine() - Method in class pt.despodata.java.webappl.GenericController
Cria e inicializa a maquina de estados.
initParameters() - Method in class pt.despodata.java.ddata.DHtmlGetByteField
Inicializacao dos parametros da servltet.
initParameters() - Method in class pt.despodata.java.webappl.DeleteImage
Inicializacao dos parametros da servltet.
initParameters() - Method in class pt.despodata.java.webappl.GetByteField
Inicializacao dos parametros da servltet.
initPrimaryKey() - Method in class pt.moredata.dao.DataTableInfo
Obtem a partir da meta informação a chave primária explicita ou lista de colunas que melhor representam a linha
initProcesses() - Method in class pt.despodata.java.webappl.InitMachine
Inicializa uma maquina de estados.
initRecordSet() - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo hasPrimaryKey()
initSelectedColumns(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Initialize the selected columns array
initSelectedSchemas(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Initialize the selected columns array
initSession(HttpSession) - Method in class pt.despodata.java.webappl.GenericModel
Coloca as tabelas no objecto da sessao.
initSession(HttpSession) - Method in class pt.despodata.java.webappl.WebApplication
Inicializa o controlador para uma dada sessao.
initTableInfo() - Method in class pt.moredata.dao.DataBaseTable
Inicializa a informacao acerca da tabela
initTableInfo() - Method in class pt.moredata.dao.DataTableInfo
Obtem toda a informação sobre a tabela
initialButtonState() - Method in class pt.despodata.java.ddata.DDataToolBar
Estado inicial dos botões do data control relativamente ao registo corrente
initialize(IModel, IView) - Method in class pt.despodata.java.mvc.Controller
Inicializa o Controller, associando-lhe um modelo e uma vista.
initialize(IModel, IView) - Method in interface pt.despodata.java.mvc.IController
Inicializa o Controller, associando-lhe um modelo e uma vista.
initialize(IModel) - Method in interface pt.despodata.java.mvc.IView
Metodo que permite inicializar a View com um determinado modelo.
initialize(IModel) - Method in class pt.despodata.java.mvc.View
Metodo que permite inicializar a View com um determinado modelo.
initialize(TemplateWizard) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Initialization of the wizard.
initializePanels() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Initialize the panels.
inputComponentModified() - Method in interface pt.moredata.widgets.PanelModifiedListener
 
inputType - Variable in class pt.despodata.java.webappl.tags.ButtonTag
 
insert(String, String, String, boolean) - Method in class pt.despodata.java.webappl.FieldRelation
Adiciona uma relacao entre uma coluna de uma tabela de detalhe e uma coluna de uma outra tabela que contrm a informacao para criar a relacao.
insert(int) - Method in interface pt.moredata.dao.DataAccessObject
Insert a giveen row from the DataAccessObject into the repository.
insert(String, int) - Method in interface pt.moredata.dao.Writer
Insert a row of data from one table of the DAO and write it to the repository.
insert() - Method in class pt.moredata.qvs.CheckedArea
 
insert() - Method in class pt.moredata.qvs.CheckedPoint
 
insertAction() - Method in class pt.moredata.xml2db.Table
Method that is executed by ReadXML2DB once for each record to be inserted, you'll have to rewrite this if you need something to happen imediately be- fore or after de insert command, i.e. get a serial
insertCascade - Variable in class pt.despodata.java.webappl.actions.ActionBase
Indica caso seja 'false' se deve ser aberta uma nova frame para apresentar os dados a inserir.
insertDAOv1() - Method in class pt.moredata.dao.DAODemo
Este metodo exemplefica como se pode inserir valores num DAO.
insertNewRow() - Method in class pt.despodata.java.ddata.DDataTable
 
insertNewRow() - Method in interface pt.moredata.dataentry.DataEntry
Adiciona uma nova linha na entrada dados.
insertNewRow() - Method in class pt.moredata.dataentry.component.GridDataEntryComponent
Inserre uma nova linha na fim da tabela.
insertNewRow() - Method in class pt.moredata.dataentry.component.swing.TableComponent
Inserre uma nova linha na fim da tabela.
insertNewRow() - Method in class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray
Inser uma nova linha no Array.
insertNewRow() - Method in class pt.moredata.dataentry.core.FormDataEntry
Adiciona uma nova linha na entrada dados.
insertNewRow() - Method in class pt.moredata.dataentry.core.GridDataEntry
Adiciona uma nova linha na entrada dados.
insertNewRow() - Method in class pt.moredata.dataentry.util.Array
Inser uma nova linha no Array.
insertNewRow() - Method in class pt.moredata.widgets.Table
 
insertParameter(String) - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Adiciona um parametro ao link.
insertRelation(String, FieldRelation) - Method in class pt.despodata.java.webappl.WebPage
Insere uma nova relacao.
insertRow(int) - Method in class pt.despodata.java.ddata.DDataTable
Insere uma linha vazia na posição enviada como parâmetro
insertRow(int, Vector) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
insertRow(ArrayList, int, Vector) - Static method in class pt.moredata.util.DataUtil
Insert a row in a ArrayList of ArrayList (Something like 2 Dimension array)
insertRow(int) - Method in class pt.moredata.widgets.Table
Insere uma linha vazia na posição enviada como parâmetro
insertRow(int, Vector) - Method in class pt.moredata.widgets.table.TableModel
 
insertString(int, String, AttributeSet) - Method in class pt.despodata.java.ddata.DDataEditorDocument
Executado sempre que ocorre um evento de insercao no textField
insertString(int, String, AttributeSet) - Method in class pt.despodata.java.ddata.DDataFieldDocument
Executado sempre que ocorre um evento de insercao no textField Tem comportamentos diferentes consoante o tipo de dados a inserir
insertString(int, String, AttributeSet) - Method in class pt.moredata.widgets.EditorDocument
Executado sempre que ocorre um evento de insercao no textField
insertString(int, String, AttributeSet) - Method in class pt.moredata.widgets.FieldDocument
Executado sempre que ocorre um evento de insercao no textField Tem comportamentos diferentes consoante o tipo de dados a inserir
insertUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.DDataTextField.DDataFieldDocumentListener
 
insertUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.table.DDataCellField.DDataFieldDocumentListener
 
insertUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.table.DDataCellTextField.DDataFieldDocumentListener
 
insertUpdate(DocumentEvent) - Method in class pt.moredata.widgets.table.CellField.DDataFieldDocumentListener
 
insertUpdate(DocumentEvent) - Method in class pt.moredata.widgets.table.CellTextField.DDataFieldDocumentListener
 
insertValueContacto(Connection, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Insere dados na tabela referenciada
insertValueContacto(Connection, String) - Static method in class pt.moredata.dao.UtilStuff
Insere dados na tabela referenciada
insertValueEntidade(Connection, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Insere dados na tabela que referencia
insertValueEntidade(Connection, String) - Static method in class pt.moredata.dao.UtilStuff
Insere dados na tabela que referencia
insertValuesSyscolumnext(Connection, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Insere dados na tabela syscolumnext
insertValuesSyscolumnext(Connection, String) - Static method in class pt.moredata.dao.UtilStuff
Insere dados na tabela syscolumnext
insertValuesSystableext(Connection, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Insere dados na tabela systableext
insertValuesSystableext(Connection, String) - Static method in class pt.moredata.dao.UtilStuff
Insere dados na tabela systableext
installDefaults() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Initialize JTable properties, e.g. font, foreground, and background.
installDefaults(AbstractButton) - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
installDefaults() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Initialize JTable properties, e.g. font, foreground, and background.
installDefaults(AbstractButton) - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
installKeyboardActions() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Register all keyboard actions on the JTable.
installKeyboardActions() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Register all keyboard actions on the JTable.
installListeners() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Attaches listeners to the JTable.
installListeners() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Attaches listeners to the JTable.
installUI(JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
installUI(JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
installUI(JComponent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
installUI(JComponent) - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
installed() - Method in class pt.moredata.netbeans.modules.moredatatemplates.OLTPAppModule
Called when the module is first installed into the IDE.
instance() - Static method in class pt.moredata.connection.ConnectionFactory
 
instance() - Static method in class pt.moredata.dao.builder.CSVBuilder
Devolve a instancia (singleton) do CSVBuilder.
instance() - Static method in class pt.moredata.dao.builder.XmlBuilder
Devolve a instancia (singleton) do XmlBuilder.
instance() - Static method in class pt.moredata.dao.core.DAOFactory
Devolve a instancia (singleton) do DAOFactory.
instance() - Static method in class pt.moredata.dao.core.ReaderFactory
Devolve a instancia (singleton) do ReaderFactory.
instance() - Static method in class pt.moredata.dao.core.WriterFactory
Devolve a instancia (singleton) do WriterFactory.
instance() - Static method in class pt.moredata.dao.pool.DAOPoolSingleton
 
instance() - Static method in class pt.moredata.dao.util.DAOSort
Devolve a instancia (singleton) do DAOSort.
instance() - Static method in class pt.moredata.dao.util.DataBaseIdentifier
Devolve a instancia (singleton) do DataBaseIdentifier.
instance() - Static method in class pt.moredata.dataentry.DataEntryControllerFactory
Devolve a instancia (singleton) do DataEntryControllerFactory.
instance() - Static method in class pt.moredata.dataentry.DataEntryFactory
Devolve a instancia (singleton) do DataEntryFactory.
instance() - Static method in class pt.moredata.dataentry.component.DataEntryComponentFactory
Devolve a instancia (singleton) do DataEntryComponentFactory.
instance() - Static method in class pt.moredata.dataentry.util.BundleCache
Devolve a instancia (singleton) do BundleCache.
instance() - Static method in class pt.moredata.dataentry.util.ExportData
Devolve a instancia (singleton) do ExportData.
instance() - Static method in class pt.moredata.dataentry.util.TableLoader
Devolve a instancia (singleton) do TableLoader.
instance() - Static method in class pt.moredata.dataentry.util.http.ErrorPageBuilder
Devolve a instancia (singleton) do ErrorPageBuilder.
instance() - Static method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGenerator
Devolve a instancia (singleton) do DataEntryGenerator.
instance() - Static method in class pt.moredata.programlaunch.CommandRunnerFactory
Devolve a instancia (singleton) do CommandRunnerFactory.
instantiate(TemplateWizard) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Method called when the user chooses finish in the wizard execution.
integerInsertString(int, String, AttributeSet) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
integerVectorComparator - Static variable in class pt.despodata.java.ddata.DHtmlVisualField
Comparador para ordenar Vectores de Inteiros por ordem alfabetica do primeiro inteiro do Vector.
interactiveConnection(JComponent) - Static method in class pt.despodata.java.ddata.DDataConnectDb
Abre uma janela para pedir a conexão
interfaceSetup() - Method in class pt.moredata.mdmenus.NotificationsDisplay
 
invokeMethod(Object, String, Object) - Static method in class pt.moredata.tests.PrivilegedAccessor
Calls a method on the given object instance with the given argument.
invokeMethod(Object, String, Object[]) - Static method in class pt.moredata.tests.PrivilegedAccessor
Calls a method on the given object instance with the given arguments.
isAcceptNull() - Method in interface pt.moredata.dao.MetaField
Check if the column represented by the meta field accepts null as value.
isActive() - Method in class pt.despodata.java.webappl.Frame
Verifica se a frame contem alguma pagina ou se pelo contrario, nao esta definida.
isActive() - Method in class pt.moredata.taglibs.filter.Filter
Getter for property active.
isAddAllColumns() - Method in class pt.moredata.dataentry.core.generator.TableInfo
Getter for property addAllColumns.
isAddedColumn(String) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Check if a column exists in the _addedColumns list.
isAuthOK() - Method in class pt.despodata.java.webappl.GenericController
Verifica se a a autenticacao foi efectuada com sucesso.
isAuthOK() - Method in class pt.despodata.java.webappl.WebApplication
verifica se a autenticacao ja foi efectuada.
isAutoFormat() - Method in class pt.despodata.java.ddata.DDataField
 
isAutoFormat() - Method in class pt.despodata.java.ddata.DDataTextField
 
isAutoFormat() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Verifica se a formatacao e automatica.
isAutoFormat() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Verifica se a formatacao e automatica.
isAutoFormat() - Method in class pt.despodata.java.ddata.table.CellProperties
Se a celula tem formatação automatica retorna true
isAutoFormat() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
isAutoFormat() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
isAutoFormat() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Gets the autoFormat attribute of the DataField object
isAutoFormat() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Gets the autoFormat attribute of the DataField object
isAutoFormat() - Method in class pt.moredata.widgets.EditorPaneObject
Gets the autoFormat attribute of the DataField object
isAutoFormat() - Method in class pt.moredata.widgets.Field
Gets the autoFormat attribute of the DataField object
isAutoFormat() - Method in interface pt.moredata.widgets.FieldObject
Gets the autoFormat attribute of the DataField object
isAutoFormat() - Method in class pt.moredata.widgets.ImageFieldObject
Gets the autoFormat attribute of the DataField object
isAutoFormat() - Method in class pt.moredata.widgets.TextField
Gets the autoFormat attribute of the DataTextField object
isAutoFormat() - Method in class pt.moredata.widgets.TextFieldObject
Gets the autoFormat attribute of the DataField object
isAutoFormat() - Method in class pt.moredata.widgets.table.CellField
 
isAutoFormat() - Method in class pt.moredata.widgets.table.CellProperties
Se a celula tem formatação automatica retorna true
isAutoFormat() - Method in class pt.moredata.widgets.table.CellTextField
 
isAutoSum() - Method in class pt.despodata.java.ddata.table.CellProperties
 
isAutoSum() - Method in class pt.moredata.widgets.table.CellProperties
 
isAutonext() - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
isAutonext() - Method in class pt.moredata.widgets.FieldDocument
Gets the autonext attribute of the FieldDocument object
isBlankLine(int) - Method in class pt.despodata.java.ddata.DDataTable
Verfica se determinada linha é nula
isBlankLine(int) - Method in class pt.moredata.widgets.Table
Verfica se determinada linha é nula
isCellEditable(EventObject) - Method in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
isCellEditable(EventObject) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
Verifica se é editável
isCellEditable(EventObject) - Method in class pt.despodata.java.ddata.table.DDataDelegate
Se a Celula é editavel
isCellEditable(EventObject) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
isCellEditable(int, int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
isCellEditable(EventObject) - Method in class pt.moredata.widgets.table.CellEditor
Verifica se é editável
isCellEditable(EventObject) - Method in class pt.moredata.widgets.table.RadioButtonEditor
Gets the cellEditable attribute of the RadioButtonEditor object
isCellEditable(int, int) - Method in class pt.moredata.widgets.table.TableModel
 
isCellEditable(EventObject) - Method in class pt.moredata.widgets.table.WidgetDelegate
Se a Celula é editavel
isCellModified(int, String, String) - Method in interface pt.moredata.dao.DAOView
Check if a giveen cell is modified.
isCellModified(int, String) - Method in interface pt.moredata.dao.DAOView
Check if a giveen cell is modified.
isCleanBeforeInsert() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Getter for property cleanBeforeInsert.
isColumn(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Check if a column with a giveen name has allready added.
isColumn(String, String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Check if a column with a giveen name has allready added.
isColumn(String) - Method in interface pt.moredata.dao.DAOView
Check if a column with a giveen name has allready add to the DAOView.
isColumn(String, String) - Method in interface pt.moredata.dao.DAOView
Check if a column with a giveen name has allready add to the DAOView for a giveen table.
isColumn(String) - Method in interface pt.moredata.dataentry.DataEntry
Check if the component exists in the DataEntry.
isColumn(String, String) - Method in interface pt.moredata.dataentry.DataEntry
Check if exists any component with the columnName and table name.
isColumn(String) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Check if a column name is part of the DataEntry columns.
isColumn(String, String) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Check if exists any component with the columnName and table name.
isColumnModified(int) - Method in interface pt.moredata.dao.RecordSet
Check if a giveen column is modified.
isConditionVerified() - Method in class pt.despodata.java.webappl.tags.AbstractProtectTag
 
isConditionVerified() - Method in class pt.despodata.java.webappl.tags.RoleTag
 
isConditionVerified() - Method in class pt.moredata.taglibs.protectcontent.AbstractPolicyTag
 
isConditionVerified() - Method in class pt.moredata.taglibs.protectcontent.GrantAccessPolicyTag
 
isConditionVerified() - Method in class pt.moredata.taglibs.protectcontent.RevokeAccessPolicyTag
 
isConnected() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectionActions
Getter for property connected.
isContainer() - Method in class pt.despodata.java.ddata.DDataField
Mas servia para nao aparecer o Layout no IDE como sub-componente ???
isContainer() - Method in class pt.moredata.widgets.Field
Mas servia para nao aparecer o Layout no IDE como sub-componente ???
isCounter() - Method in interface pt.moredata.dao.MetaField
Check if the column is a counter type column.
isDataBaseComponent() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Check if the component is a database component.
isDataBaseComponent() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Check if the component is a database component.
isDataUpdated() - Method in class pt.despodata.java.ddata.DDataPanel
Return the value of the data updated flag
isDataUpdated() - Method in class pt.moredata.widgets.Panel
Return the value of the data updated flag
isDateValue() - Method in class pt.despodata.java.ddata.table.DDataSortInfo
 
isDateValue() - Method in class pt.moredata.widgets.table.SortInfo
 
isDebugOn() - Static method in class pt.moredata.util.Debug
Permite verificar se o debug esta activado.
isDefaultValueEngineProcessed() - Method in interface pt.moredata.dao.MetaField
Indicate if the default value is engine processed or not.
isDefaultValueEngineProcessed() - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Getter for property defaultValueEngineProcessed.
isDeleteDetail() - Method in class pt.despodata.java.webappl.WebPage
Verifica se a tabela e de detalhe.
isDeleted(int) - Method in interface pt.moredata.dao.DAOView
Checks if the given row number was deleted.
isDeleted() - Method in interface pt.moredata.dao.DataRow
Indica se a linha foi apagada
isDeleted(int) - Method in interface pt.moredata.dao.RecordSet
Check if a row is deleted.
isDescColumn(String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use the method isColumn(String columnName) instead.
isDetail(Object) - Method in class pt.despodata.java.webappl.ApplData
Verifica se uma tabela e de detalhe ou nao.
isDetail(String) - Method in class pt.despodata.java.webappl.FieldRelation
Verifica se a tabela que contem a informacao para preencher uma determinada coluna da tabela de relacao e uma tabela de detalhe.
isDetail() - Method in class pt.despodata.java.webappl.Frame
Get the value of detail.
isDetail(ApplDataControl) - Method in class pt.despodata.java.webappl.GenericModel
Verifica se um applDataControl e de detalhe ou nao.
isDetail() - Method in interface pt.despodata.java.webappl.IPage
Get the value of detail.
isDetail() - Method in class pt.despodata.java.webappl.Page
Get the value of detail.
isDetail(String) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Verifica se este ApplDataControl e um detalhe ou nao
isDetailList() - Method in class pt.despodata.java.webappl.WebPage
Get the value of detailList.
isDirect() - Method in class pt.despodata.java.tags.templates.PageParameter
 
isDisabled() - Method in class pt.moredata.taglibs.widgets.JspButton
Getter for property disabled.
isDisplayDetail() - Method in class pt.despodata.java.webappl.WebPage
Verifica se a tabela e de detalhe.
isDistinctQuery() - Method in class pt.moredata.dao.core.ReaderInformation
Getter for property distinctQuery.
isDistinctQuery() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property distinctQuery.
isEditable() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
isEditable() - Method in class pt.despodata.java.ddata.DDataField
 
isEditable() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Verifica se o campo pode ser editado.
isEditable() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Verifica se o campo pode ser editado.
isEditable() - Method in class pt.despodata.java.ddata.table.CellProperties
se a celula é editavel retorna true
isEditable() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
isEditable() - Method in class pt.moredata.widgets.EditorPane
Gets the editable attribute of the DataEditorPane object
isEditable() - Method in class pt.moredata.widgets.Field
Gets the editable attribute of the DataField object
isEditable() - Method in class pt.moredata.widgets.FieldDocument
 
isEditable() - Method in interface pt.moredata.widgets.FieldObject
Gets the isEditable attribute of the DataField object
isEditable() - Method in class pt.moredata.widgets.ImageFieldObject
 
isEditable() - Method in class pt.moredata.widgets.table.CellProperties
se a celula é editavel retorna true
isEditableForInsert() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Check if the component should be editable when the DataEntry is INSERT_MODE.
isEditableForInsert() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Check if the component should be editable when the DataEntry is INSERT_MODE.
isEditableForQuery() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Check if the component should be editable when the DataEntry is QUERY_MODE.
isEditableForQuery() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Check if the component should be editable when the DataEntry is QUERY_MODE.
isEditableForUpdate() - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Check if the component should be editable when the DataEntry is UPDATE_MODE.
isEditableForUpdate() - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Check if the component should be editable when the DataEntry is UPDATE_MODE.
isEmpty() - Method in class pt.moredata.util.FullHashMap
Returns true if this map contains no key-value mappings.
isEnabled() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
isEnabled() - Method in class pt.moredata.dataentry.action.AbstractAction
Returns the enabled state of the Action.
isEnabled() - Method in interface pt.moredata.dataentry.action.Action
Returns the enabled state of the Action.
isEnabled() - Method in class pt.moredata.dataentry.action.DummyAction
Returns the enabled state of the Action.
isEnabled() - Method in class pt.moredata.dataentry.action.TestAction
Returns the enabled state of the Action.
isEnabled() - Method in class pt.moredata.mdmenus.CheckNode
 
isEnabled() - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Verifica se a toolbar esta activa ou nao.
isEnabled() - Method in class pt.moredata.widgets.EditorPane
Gets the enabled attribute of the DataEditorPane object
isEnabled() - Method in interface pt.moredata.widgets.SimpleToolBar
Verifica se a toolbar esta activa ou nao.
isEngineProcessed() - Method in class pt.moredata.dao.DataCell
Devolve a flag que indica que o valor é processado pelo motor
isEngineProcessed(int) - Method in interface pt.moredata.dao.DataRow
Verifica se o valor registado numa dada célula deve ser processado pelo motor de base de dados
isEngineProcessed() - Method in interface pt.moredata.dao.DataRow
Getter for property engineProcessed.
isEngineProcessed(int, int) - Method in interface pt.moredata.dao.RecordSet
Check if a cell is processed by the repository.
isEngineProcessed(int) - Method in interface pt.moredata.dao.RecordSet
Check if any cell of a row is processed by the repository.
isEngineProcessed(int, String) - Method in interface pt.moredata.dao.RecordSet
Check if any cell of a row for a giveen table is processed by the repository.
isExtensionListInDescription() - Method in class pt.despodata.java.ddata.DDataFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isExtensionListInDescription() - Method in class pt.moredata.widgets.FileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isFK() - Method in class pt.despodata.java.ddata.table.CellProperties
É chave estrangeira
isFK() - Method in class pt.moredata.dao.DataFieldInfo
 
isFK(String) - Method in class pt.moredata.dao.DataTableInfo
Verifica se uma dada coluna faz parte de uma chave estrangeira.
isFK() - Method in interface pt.moredata.dao.MetaField
Check if the column is a foreign key column.
isFK() - Method in class pt.moredata.widgets.table.CellProperties
É chave estrangeira
isFk() - Method in class pt.despodata.java.ddata.DDataField
Columns is foreign key
isFk() - Method in class pt.despodata.java.ddata.DHtmlDataField
Get the value of fk.
isFk() - Method in interface pt.despodata.java.ddata.IDDataControlField
Get the value of fk.
isFk() - Method in class pt.moredata.widgets.Field
Columns is foreign key
isFocusTraversable() - Method in class pt.despodata.java.ddata.DDataBaseTable
We override this method, whose implementation in JComponent returns false, to return true.
isFocusTraversable() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
isFocusTraversable() - Method in class pt.despodata.java.ddata.DDataField
 
isFocusTraversable() - Method in class pt.despodata.java.ddata.DDataProgressBar
Never give this component focus; it does not want nor need it.
isFocusTraversable() - Method in class pt.moredata.widgets.BaseTable
We override this method, whose implementation in JComponent returns false, to return true.
isFocusable() - Method in class pt.moredata.widgets.EditorPane
Gets the focusable attribute of the DataEditorPane object
isFocusable() - Method in class pt.moredata.widgets.Field
Gets the focusable attribute of the DataField object
isFocusable() - Method in class pt.moredata.widgets.ProgressBar
Never give this component focus; it does not want nor need it.
isForUpdate() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property forUpdate.
isGeneratedKey() - Method in class pt.moredata.xml.db.XMLToDBTable
 
isIncludeInDelete() - Method in class pt.moredata.dao.DataBaseTable
Getter for property includeInDelete.
isIncludeInInsert() - Method in class pt.moredata.dao.DataBaseTable
Getter for property includeInInsert.
isIncludeInQuery() - Method in class pt.moredata.dao.DataBaseTable
Check if the table should be include in a database selected.
isIncludeInQuery() - Method in interface pt.moredata.dao.MetaField
Check if the field should be include in a database selected.
isIncludeInUpdate() - Method in class pt.moredata.dao.DataBaseTable
Getter for property includeInUpdate.
isInsertColumn(MetaField) - Method in interface pt.moredata.dao.DAOView
Deprecated. This method will be removed and will not have a replacment.
isInsertDetail() - Method in class pt.despodata.java.webappl.WebPage
Verifica se a tabela e de detalhe.
isInsertField(int, String, MetaField) - Method in class pt.moredata.dao.core.OracleSQLInsertBuilder
Check if a metafield should be used in the insert statement.
isInsertField(int, String, MetaField) - Method in class pt.moredata.dao.core.SQLInsertBuilder
Check if a metafield should be used in the insert statement.
isListener(String) - Method in interface pt.moredata.dataentry.event.ActionListener
Check if the listener is listenning for a a specific command.
isLookupOnSetObject() - Method in class pt.despodata.java.ddata.DDataField
Devolve o valor da flag que indica se o lookup é efectuado quando ocorre um setObject()
isLookupOnSetObject() - Method in class pt.moredata.widgets.Field
Devolve o valor da flag que indica se o lookup é efectuado quando ocorre um setObject()
isManagingFocus() - Method in class pt.despodata.java.ddata.DDataBaseTable
We override this method, whose implementation in JComponent returns false, to return true.
isManagingFocus() - Method in class pt.despodata.java.ddata.table.DDataCellComboBox
 
isManagingFocus() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
isManagingFocus() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
isManagingFocus() - Method in class pt.moredata.widgets.BaseTable
We override this method, whose implementation in JComponent returns false, to return true.
isManagingFocus() - Method in class pt.moredata.widgets.table.CellComboBox
 
isManagingFocus() - Method in class pt.moredata.widgets.table.CellField
 
isManagingFocus() - Method in class pt.moredata.widgets.table.CellTextField
 
isModal() - Method in class pt.moredata.wizard.SimpleWizard
Indicates whether the dialog is modal.
isModelTableDetail() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o nome da tabela usado pela servlet GetImage.
isModelTableDetail() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o nome da tabela usado pela servlet GetImage.
isModified() - Method in class pt.despodata.java.ddata.event.AfterFieldEvent
 
isModified() - Method in class pt.despodata.java.ddata.event.DDataFieldEvent
Devolve se campo foi ou nao modificado desde que o utilizador fez focus
isModified(int) - Method in interface pt.moredata.dao.DAOView
Check if a giveen row of the DAOView is modified.
isModified() - Method in class pt.moredata.dao.DataCell
Get the value of modified.
isModified(int) - Method in interface pt.moredata.dao.DataRow
Verifica se uma determinada celula da Linha se encontra modificada.
isModified() - Method in interface pt.moredata.dao.DataRow
Verifica se alguma celula da Linha se encontra modificada
isModified(int) - Method in interface pt.moredata.dao.RecordSet
Check if a RecordSet row is modified.
isModified() - Method in interface pt.moredata.dao.RecordSet
Check if the RecordSet is modified.
isModified(int, int) - Method in interface pt.moredata.dao.RecordSet
Check if a cell of the RecordSet is modified.
isModified(int, String) - Method in interface pt.moredata.dataentry.DataEntry
Verifica se uma determinada coluna de um determinado registo se encontra modificado na entrada de dados.
isModified(int) - Method in interface pt.moredata.dataentry.DataEntry
Verifica se um determinado registo se encontra modificado na entrada de dados.
isModified() - Method in interface pt.moredata.dataentry.DataEntry
Verifica se a algum registo da entrada de dados se encontra modificado.
isModified(int, String) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Verifica se uma determinada coluna de um determinado registo se encontra modificado na entrada de dados.
isModified(int) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Verifica se um determinado registo se encontra modificado na entrada de dados.
isModified() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Verifica se a algum registo da entrada de dados se encontra modificado.
isModified() - Method in class pt.moredata.widgets.event.AfterFieldEvent
 
isModified() - Method in class pt.moredata.widgets.event.FieldEvent
Devolve se campo foi ou nao modificado desde que o utilizador fez focus
isMultiRecord() - Method in class pt.moredata.xml2db.Table
Returns true if this table was defined as multi record table
isNavigable() - Method in interface pt.moredata.dataentry.DataEntry
Indica se e possivel navegar atraves dos varios registos da entrada de dados.
isNavigable() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Indica se e possivel navegar atraves dos varios registos da entrada de dados.
isNew() - Method in class pt.despodata.java.webappl.FrameSet
Verifica se a poagina ja foi usada, ou se e nova.
isNew() - Method in class pt.despodata.java.webappl.WebPage
Verifica se a poagina ja foi usada, ou se e nova.
isNewRecordAdded() - Method in class pt.despodata.java.ddata.DDataSwingControl
Gives information if a now record is added to DDataSwingControl.
isNewRow(int) - Method in interface pt.moredata.dao.DAOView
Check if a giveen row of the DAOView is a new row.
isNewRow() - Method in interface pt.moredata.dao.DataRow
Indica se a linha e recente ou se ja existia
isNewRow(int) - Method in interface pt.moredata.dao.RecordSet
Check if a row is a new row.
isNull() - Method in class pt.despodata.java.ddata.table.DDataSortInfo
 
isNull() - Method in class pt.moredata.widgets.table.SortInfo
 
isNumberValue() - Method in class pt.despodata.java.ddata.table.DDataSortInfo
 
isNumberValue() - Method in class pt.moredata.widgets.table.SortInfo
 
isOnlyDigits() - Method in class pt.despodata.java.ddata.DDataField
Retorna se o campo permite ou nao preencher apenas digitos ????
isOnlyDigits() - Method in class pt.despodata.java.ddata.table.CellProperties
 
isOnlyDigits() - Method in class pt.moredata.widgets.Field
Retorna se o campo permite ou nao preencher apenas digitos ????
isOnlyDigits() - Method in class pt.moredata.widgets.table.CellProperties
 
isOrphanSearch() - Method in class pt.despodata.java.webappl.WebPage
Getter for property orphanSearch.
isPK() - Method in class pt.despodata.java.ddata.table.CellProperties
É chave primaria
isPK() - Method in class pt.moredata.dao.DataFieldInfo
 
isPK() - Method in interface pt.moredata.dao.MetaField
Check if the column is a primary key column.
isPK() - Method in class pt.moredata.widgets.table.CellProperties
É chave primaria
isPKPart(int) - Method in interface pt.moredata.dao.DAOFieldsInfo
Check if a column is a primary key column.
isPath(Object) - Method in class pt.despodata.java.mvc.Paths
Verifica se existe um caminho para um determinado valor de entrada.
isPath(Object) - Method in class pt.despodata.java.mvc.State
Verifica se existe um caminho para um determinado valor de entrada.
isPk() - Method in class pt.despodata.java.ddata.DDataField
Columns is part of primary key
isPk() - Method in class pt.moredata.widgets.Field
Columns is part of primary key
isPkPart(String, String) - Method in interface pt.moredata.dao.DAOView
Check if a column is part of the primary key of a giveen table.
isPkPart(String) - Method in interface pt.moredata.dao.DAOView
Check if a column is part of the primary key of the DAOView table.
isPkPart(int) - Method in interface pt.moredata.dao.DAOView
Deprecated. Use method isPkPart(String columnName) instead.
isPopupVisible() - Method in class pt.despodata.java.ddata.DDataDateChooser
Devolve true se a popup com o calendario estiver visivel, false caso contrario
isPopupVisible() - Method in class pt.moredata.widgets.DateChooser
Devolve true se a popup com o calendario estiver visivel, false caso contrario
isQueryAllowed() - Method in class pt.despodata.java.ddata.DDataSwingControl
 
isQueryAllowed() - Method in interface pt.moredata.dataentry.DataEntry
Indica se a entrada de dados permite ou nao a realizacao de pesquisas.
isQueryAllowed() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Indica se a entrada de dados permite ou nao a realizacao de pesquisas.
isQueryState() - Method in class pt.despodata.java.ddata.DDataField
Devolve o query state
isQueryState() - Method in class pt.moredata.widgets.Field
Devolve o query state
isReadOnly() - Method in class pt.despodata.java.ddata.DDataEntry
 
isReadOnly() - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Getter for property readOnly.
isRecordValid(Object, Object) - Method in interface pt.despodata.java.ddata.DDataControlFilterListener
 
isRecordValid(Object, Object) - Method in interface pt.moredata.widgets.DAOFilterListener
Gets the recordValid attribute of the ControlFilterListener object
isReference(String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Verifica se um campo visual pertence ao DHtmlDataControl, ou se e uma campo que faz referencia para outra tabela.
isReference(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Verifica se um campo visual pertence ao DHtmlDataControl, ou se e uma campo que faz referencia para outra tabela.
isReference() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Verifica se um campo visual pertence ao DHtmlDataControl, ou se e uma campo que faz referencia para outra tabela.
isReference(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Verifica se um campo visual pertence ao DHtmlDataControl, ou se e uma campo que faz referencia para outra tabela.
isReference() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Verifica se um campo visual pertence ao DHtmlDataControl, ou se e uma campo que faz referencia para outra tabela.
isReference(String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Verifica se um campo visual pertence ao DHtmlDataControl, ou se e uma campo que faz referencia para outra tabela.
isRefresh() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Get the value of refresh.
isRemovedColumn(String) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Check if a column exists in the _removedColumns list.
isRepositoryColumn() - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Getter for property isRepositoryColumn.
isRepositoryField() - Method in interface pt.moredata.dao.MetaField
Check if the field is a repository field.
isRequestedSessionIdFromCookie() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Checks whether the session ID this request submitted came in as a cookie, rather than from the FileUploadServletRequest.getSession(boolean) method.
isRequestedSessionIdFromCookie() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Checks whether the session ID this request submitted came in as a cookie, rather than from the DataEntryServletRequest.getSession(boolean) method.
isRequestedSessionIdFromURL() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Checks whether the session ID this request submitted came in as part of the request URL, rather than from the FileUploadServletRequest.getSession(boolean) method.
isRequestedSessionIdFromURL() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Checks whether the session ID this request submitted came in as part of the request URL, rather than from the DataEntryServletRequest.getSession(boolean) method.
isRequestedSessionIdFromUrl() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use FileUploadServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromUrl() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use DataEntryServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdValid() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Checks whether this request has a valid session in the current session context (which is a HttpSessionContext).
isRequestedSessionIdValid() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Checks whether this request has a valid session in the current session context (which is a HttpSessionContext).
isRequired() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Verifica se um campo e de preenchimento obrigatorio.
isRequired() - Method in interface pt.despodata.java.ddata.IDDataVisualField
Verifica se um campo e de preenchimento obrigatorio.
isRequired() - Method in class pt.despodata.java.ddata.table.CellProperties
Se a celula tem preenchimento obrigatorio retorna true
isRequired() - Method in class pt.moredata.dao.DataFieldInfo
 
isRequired() - Method in class pt.moredata.widgets.table.CellProperties
Se a celula tem preenchimento obrigatorio retorna true
isResizeOnTheFly() - Method in class pt.moredata.widgets.ImageField
Getter for property resizeOnTheFly.
isResizeToFit() - Method in class pt.moredata.widgets.ImageField
Getter for property resizeToFit.
isSearchDetail() - Method in class pt.despodata.java.webappl.WebPage
Verifica se a tabela e de detalhe.
isSecure() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
isSecure() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
isSelectFile() - Method in class pt.despodata.java.ddata.DDataImageField
 
isSelectFile() - Method in class pt.moredata.widgets.ImageField
Deprecated. Este metodo será resolvido em futuras releases.
isSelected - Variable in class pt.moredata.mdmenus.CheckNode
 
isSelected() - Method in class pt.moredata.mdmenus.CheckNode
 
isShowCode() - Method in class pt.despodata.java.ddata.DDataField
if foreign key should the field show the code
isShowCode() - Method in class pt.moredata.widgets.Field
if foreign key should the field show the code
isShowDeleteButton() - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade do botao que permite apagar a imagem.
isShowDescription() - Method in class pt.despodata.java.ddata.DDataField
if foreign key should the field show the description
isShowDescription() - Method in class pt.moredata.widgets.Field
if foreign key should the field show the description
isShowErrorImage() - Method in class pt.moredata.widgets.ImageField
Getter for property showErrorImage.
isShowExpansionButton() - Method in class pt.despodata.java.ddata.DDataField
Devolve a propriedade que define se o botão de expansão deve ou não ser mostrado
isShowExpansionButton() - Method in class pt.despodata.java.ddata.table.CellProperties
devolve se deve mostrar botão de expansão
isShowExpansionButton() - Method in class pt.moredata.widgets.Field
Devolve a propriedade que define se o botão de expansão deve ou não ser mostrado
isShowExpansionButton() - Method in class pt.moredata.widgets.table.CellProperties
devolve se deve mostrar botão de expansão
isShowForm() - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Getter for property showForm.
isShowGrid() - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Getter for property showGrid.
isShowMessages() - Method in class pt.moredata.widgets.TextField
Getter for property showMessages.
isShowOpenButton() - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade do botao que permite abrir uma imagem.
isShowSaveButton() - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade do botao que permite grava a imagem.
isShowSlider() - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade do botao que permite apagar a imagem.
isShowToolBar() - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade da toolBar.
isState(State) - Method in class pt.despodata.java.mvc.StateMachine
Verifica se um dado estado faz parte da maquina de estados.
isState(Object) - Method in class pt.despodata.java.mvc.StateMachine
Verifica se um dado estado faz parte da maquina de estados.
isTable(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Check if a table was already added to the DAOFieldsInfo.
isUnique() - Method in class pt.moredata.dao.DataIndex
Get the value of unique.
isUpdateColumn(MetaField) - Method in interface pt.moredata.dao.DAOView
Deprecated. This method will be removed and will not have a replacment.
isUpdateDetail() - Method in class pt.despodata.java.webappl.WebPage
Verifica se a tabela e de detalhe.
isUpdateable() - Method in interface pt.moredata.dao.MetaField
Check if the field could be update or not.
isUseJoin() - Method in class pt.moredata.dao.core.SQLInformation
Getter for property useJoin.
isUserInRole(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
isUserInRole(String) - Method in interface pt.despodata.java.webappl.IUser
Verifica se um determinado utilizador possui um determinado perfil.
isUserInRole(String) - Method in class pt.despodata.java.webappl.User
Verifica se um determinado utilizador possui um determinado perfil.
isUserInRole(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
isValid() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ColumnSelectionPanel
Override the isValid method of the base panel (declared in WizardDescriptor.Panel) in order to inform if the next button should be enabled
isValid() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Check if the component is valid
isValidValue(Object) - Method in class pt.despodata.java.ddata.validators.DateFormatValidator
 
isValidValue(Object) - Method in class pt.despodata.java.ddata.validators.StringFormatValidator
Implementation of the method that makes the validation, if its valide returns true else returns false
isValidValue(Object) - Method in interface pt.despodata.java.ddata.validators.Validable
 
isValidValue(Object) - Method in class pt.moredata.widgets.validators.DateFormatValidator
 
isValidValue(Object) - Method in class pt.moredata.widgets.validators.StringFormatValidator
Implementation of the method that makes the validation, if its valide returns true else returns false
isValidValue(Object) - Method in interface pt.moredata.widgets.validators.Validable
 
isValidateOnLostFocus() - Method in class pt.despodata.java.ddata.table.CellProperties
Se a celula validar no lost focus retorn true
isValidateOnLostFocus() - Method in class pt.moredata.widgets.table.CellProperties
Se a celula validar no lost focus retorn true
isValidateRoot() - Method in class pt.despodata.java.ddata.DDataField
 
isValidateRoot() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
isValidateRoot() - Method in class pt.moredata.widgets.Field
Gets the validateRoot attribute of the DataField object
isValidateRoot() - Method in interface pt.moredata.widgets.FieldObject
Gets the validateRoot attribute of the DataField object
isValidateRoot() - Method in class pt.moredata.widgets.ImageFieldObject
 
isVisualField(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Verifica se um campo e visualizavel
isVisualField() - Method in class pt.despodata.java.ddata.DHtmlDataField
Verifica se uma coluna e visualizavel
isVisualField(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Verifica se existe um campo visualizavel com um dado nome.
isVisualField() - Method in interface pt.despodata.java.ddata.IDDataControlField
Verifica se uma coluna e visualizavel
isVisualField(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Verifica se existe um campo visualizavel com um dado nome.
isVisualField(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Verifica se um campo e visualizavel
isWaitingToBeLoad() - Method in class pt.moredata.dao.DataCell
Getter for property waitingToBeLoad.
isWaitingToBeLoad(int) - Method in interface pt.moredata.dao.DataRow
Verifies if the cell data is waiting for a call to the getCellAt(..)
isWaitingToBeLoad(int, int) - Method in interface pt.moredata.dao.RecordSet
Check if the cell data is waiting for a call to the getCellAt(..)
isWrite2Log() - Method in class pt.despodata.java.ddata.ErrorHandle
 
isWrite2Log() - Method in class pt.moredata.widgets.ErrorHandle
 
isZooming() - Method in class pt.despodata.java.ddata.DDataImageField
 
isZooming() - Method in class pt.moredata.widgets.ImageField
Deprecated. Este metodo será resolvido em futuras releases.
ismap - Variable in class pt.moredata.taglibs.widgets.ImageTag
 
itemSelected(ItemSelectedEvent) - Method in interface pt.despodata.java.ddata.ItemSelectedListener
 
itemSelected(ItemSelectedEvent) - Method in interface pt.moredata.widgets.ItemSelectedListener
 
itemStateChanged(ItemEvent) - Method in class pt.despodata.java.ddata.DDataCalendar
ItemListener método
itemStateChanged(ItemEvent) - Method in class pt.despodata.java.ddata.DDataComboBoxCustomizer.CodItemListener
 
itemStateChanged(ItemEvent) - Method in class pt.despodata.java.ddata.DDataComboBoxCustomizer.DescItemListener
 
itemStateChanged(ItemEvent) - Method in class pt.despodata.java.ddata.DDataComboBoxCustomizer.TableItemListener
 
itemStateChanged(ItemEvent) - Method in class pt.moredata.widgets.Calendar
ItemListener método
itemStateChanged(ItemEvent) - Method in class pt.moredata.widgets.ComboBoxCustomizer.CodItemListener
Description of the Method
itemStateChanged(ItemEvent) - Method in class pt.moredata.widgets.ComboBoxCustomizer.DescItemListener
Description of the Method
itemStateChanged(ItemEvent) - Method in class pt.moredata.widgets.ComboBoxCustomizer.TableItemListener
Description of the Method
iterator() - Method in class pt.moredata.connection.JdbcDriverInformation
A list of DriverInformation objects with information of each driver as it was read from the bundle proprity file.

J

JAVA_OBJECT - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
JComboBoxComponent - class pt.moredata.dataentry.component.swing.JComboBoxComponent.
Implementacao de um componente de uma entrada de dados a partir de um JComboBox.
JComboBoxComponent(String, String, JComboBox) - Constructor for class pt.moredata.dataentry.component.swing.JComboBoxComponent
Cria um novo campo visual a partir de um JComboBox.
JComboBoxComponent(String, String, String, String, JComboBox) - Constructor for class pt.moredata.dataentry.component.swing.JComboBoxComponent
Constructor for the JComboBoxComponent object
JDBCApplicationTemplate - class pt.moredata.dataentry.JDBCApplicationTemplate.
JDBCApplicationTemplate.java Entrada de dados para a tabela UTILIZADOR Company MoreData
JDBCApplicationTemplate() - Constructor for class pt.moredata.dataentry.JDBCApplicationTemplate
to Cria um Prototipo para testar a arquitectura.
JDBCPanelTemplate - class pt.moredata.dataentry.JDBCPanelTemplate.
TipoUtilizadorPanel.java Entrada de dados para a tabela TIPO_UTILIZADOR Company MoreData
JDBCPanelTemplate() - Constructor for class pt.moredata.dataentry.JDBCPanelTemplate
Cria um Prototipo para testar a arquitectura.
JDBCPanelTemplate(Splash) - Constructor for class pt.moredata.dataentry.JDBCPanelTemplate
Cria um Prototipo para testar a arquitectura.
JDOMconverter(String, Connection, String, String) - Static method in class pt.moredata.xml.db.DbToXML
Returns a JDOM Element containing the result of the query that is passed as a string
JDOMconverter(DataAccessObject, String, String) - Static method in class pt.moredata.xml.db.DbToXML
Returns a JDOM Element containing the contents of the DAO
JDOMconverter(ResultSet, String, String) - Static method in class pt.moredata.xml.db.DbToXML
Returns a JDOM Element containing the contents of the ResultSet, assuming that it has already executed the query
JListComponent - class pt.moredata.dataentry.component.swing.JListComponent.
JListComponent.java Company MoreData
JListComponent(String, String, JList) - Constructor for class pt.moredata.dataentry.component.swing.JListComponent
Cria um novo campo visual a partir de um JTextField.
JListComponent(String, String, String, String, JList) - Constructor for class pt.moredata.dataentry.component.swing.JListComponent
Constructor for the JListComponent object
JPEG - Static variable in class pt.moredata.ecs.rtf.Picture
 
JTextFieldComponent - class pt.moredata.dataentry.component.swing.JTextFieldComponent.
Implementacao de um componente de uma entrada de dados a partir de um JTextField.
JTextFieldComponent(String, String, JTextField) - Constructor for class pt.moredata.dataentry.component.swing.JTextFieldComponent
Cria um novo campo visual a partir de um JTextField.
JTextFieldComponent(String, String, String, String, JTextField) - Constructor for class pt.moredata.dataentry.component.swing.JTextFieldComponent
Constructor for the JTextFieldComponent object
JToggleButtonComponent - class pt.moredata.dataentry.component.swing.JToggleButtonComponent.
Company MoreData
JToggleButtonComponent(String, String, JToggleButton) - Constructor for class pt.moredata.dataentry.component.swing.JToggleButtonComponent
Creates a new instance of RadioButtonComponent.
JToggleButtonComponent(String, String, String, String, JToggleButton) - Constructor for class pt.moredata.dataentry.component.swing.JToggleButtonComponent
Constructor for the JToggleButtonComponent object
JUMP_TO_RECORD_VALUE_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do parametro enviado no request que contem o numero do registo que deve passar a ser visualizado na entrada de dados.
JUSTIFIED - Static variable in class pt.moredata.ecs.rtf.RtfFactory
 
JavaScriptCodeBuffer - class pt.despodata.java.webappl.tags.JavaScriptCodeBuffer.
JavaScriptCodeBuffer.java Classe usada para guardar codigo em javascrip, gerado para validar campos de input.
JavaScriptCodeBuffer() - Constructor for class pt.despodata.java.webappl.tags.JavaScriptCodeBuffer
Creates a new instance of JavaScriptCodeBuffer
JavaScriptLibrary - class pt.despodata.java.webappl.tags.JavaScriptLibrary.
JavaScriptLibrary.java Company MoreData
JavaScriptLibrary() - Constructor for class pt.despodata.java.webappl.tags.JavaScriptLibrary
Creates a new instance of JavaScriptLibrary
JdbcDriverInformation - class pt.moredata.connection.JdbcDriverInformation.
JdbcDriverInformation.java Classe que providencia informacao acerca dos drivers de jdbc conhecidos.
JdbcDriverInformation(String) - Constructor for class pt.moredata.connection.JdbcDriverInformation
Instantiates a new JdbcDriverInformation object.
JdbcDriverInformation() - Constructor for class pt.moredata.connection.JdbcDriverInformation
Instantiates a new JdbcDriverInformation object.
JdbcURLInputTag - class pt.moredata.connection.taglibs.JdbcURLInputTag.
JdbcURLInputTag.java Company MoreData
JdbcURLInputTag() - Constructor for class pt.moredata.connection.taglibs.JdbcURLInputTag
 
JspButton - class pt.moredata.taglibs.widgets.JspButton.
JspButton.java Classe que armazena as propriedades de um botao, isto e usado na classe ButtonTag.
JspButton() - Constructor for class pt.moredata.taglibs.widgets.JspButton
 
JspButton(String, String, String) - Constructor for class pt.moredata.taglibs.widgets.JspButton
 
JspButton(String, String, String, String) - Constructor for class pt.moredata.taglibs.widgets.JspButton
 
JspDataEntryController - class pt.moredata.dataentry.JspDataEntryController.
Controlador de uma entrada de dados em jsp.
JspDataEntryController() - Constructor for class pt.moredata.dataentry.JspDataEntryController
 
JunctionInt() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção interior
JunctionInt() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção interior
JunctionLeft() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção esquerda
JunctionLeft() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção esquerda
JunctionRight() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção direita
JunctionRight() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção direita
JunctionTop() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção de cima
JunctionTop() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção de cima
JunctionUnd() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção de baixo
JunctionUnd() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente à junção de baixo
jEditorPane_PropertyChange(PropertyChangeEvent) - Method in class pt.despodata.java.ddata.BrowserFrame
 
jEditorPane_PropertyChange(PropertyChangeEvent) - Method in class pt.moredata.widgets.BrowserFrame
Description of the Method

K

KEY_VALUE_STILL_REF - Static variable in class pt.moredata.dao.DataBaseError
 
keyListener - Variable in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
keyListener - Variable in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
keyListenerList - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
keyListenerList - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
keyListenerList - Variable in class pt.moredata.widgets.table.CellEditor
 
keyPressed(KeyEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.KeyHandler
 
keyPressed(KeyEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.KeyHandler
 
keyReleased(KeyEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.KeyHandler
 
keyReleased(KeyEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.KeyHandler
 
keySet() - Method in class pt.moredata.util.FullHashMap
Returns a set view of the keys contained in this map.
keyTyped(KeyEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.KeyHandler
 
keyTyped(KeyEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.KeyHandler
 

L

LABEL - Static variable in class pt.moredata.dao.DataMetaData
 
LAST_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
LAST_COLUMN - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
LAST_COLUMN - Static variable in class pt.moredata.widgets.event.TableEvent
 
LEFT - Variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
LEFT - Static variable in class pt.despodata.java.ddata.table.DDataTableUI
 
LEFT - Static variable in class pt.moredata.ecs.rtf.RtfFactory
 
LEFT - Static variable in class pt.moredata.widgets.table.TableUI
 
LEFT_ALIGNMENT - Static variable in class pt.moredata.taglibs.dao.DAOAbstractDataTag
 
LESS - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa 'menor' no padrao de pesquisa.
LESSTHAN - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa 'menor ou igual' no padrao de pesquisa.
LISTA - Static variable in class pt.despodata.java.webappl.GenericController
Lista de registos.
LOGIN_ERROR_KEY - Static variable in class pt.despodata.java.webappl.Types
 
LOGIN_PAGE_KEY - Static variable in class pt.despodata.java.webappl.Types
 
LONGVARBINARY - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
LONGVARBINARY - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARBINARY.
LONGVARCHAR - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
LONGVARCHAR - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARCHAR.
LOV_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
 
LOW - Static variable in class pt.moredata.usernot.UserNotification
Notification priorities: low
LOWEST - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa 'menor de todos' no padrao de pesquisa.
LSTROWNUMBER - Static variable in class pt.despodata.java.webappl.GenericController
 
Label - class pt.moredata.widgets.Label.
Title: DataLabel Description: Beans para criação de forms Copyright: Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Label() - Constructor for class pt.moredata.widgets.Label
 
LabelBeanInfo - class pt.moredata.widgets.LabelBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
LabelBeanInfo() - Constructor for class pt.moredata.widgets.LabelBeanInfo
 
LarguraPagina - Variable in class pt.despodata.java.objgraficos.objectosX
Largura da página em "javas"
LarguraPagina - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Largura da página em "javas"
LastRecordAction - class pt.despodata.java.webappl.actions.LastRecordAction.
LastRecordAction.java Company MoreData
LastRecordAction() - Constructor for class pt.despodata.java.webappl.actions.LastRecordAction
 
ListBox - class pt.moredata.widgets.ListBox.
Description of the Class
ListBox() - Constructor for class pt.moredata.widgets.ListBox
Constructor for the ListBox object
ListBox(ListModel) - Constructor for class pt.moredata.widgets.ListBox
Constructor for the ListBox object
ListBox(Object[]) - Constructor for class pt.moredata.widgets.ListBox
Constructor for the ListBox object
ListBox(Vector) - Constructor for class pt.moredata.widgets.ListBox
Constructor for the ListBox object
LogEntry - class pt.moredata.dataentry.LogEntry.
This class is used to save log information about the execution of a DataEntry command.
LogEntry(ResponseMessage, String) - Constructor for class pt.moredata.dataentry.LogEntry
Creates a new instance of LogEntry
Lookup - class pt.moredata.widgets.Lookup.
Title: DataLookup Description: Descodifica um codigo de uma tabela para uma determinada descricao.
Lookup() - Constructor for class pt.moredata.widgets.Lookup
Constructor for the Lookup object
LookupEvent - class pt.despodata.java.ddata.event.LookupEvent.
LookupEvent.java Evento desencadeado quando um campo DDataField perde o foco.
LookupEvent(Object) - Constructor for class pt.despodata.java.ddata.event.LookupEvent
Creates a new instance of LookupEvent
LookupListener - interface pt.despodata.java.ddata.event.LookupListener.
Define os listener(s) a implementar para utilização no DDataField.
Lov - class pt.moredata.widgets.Lov.
Lov para escolha por lista de valores.
Lov() - Constructor for class pt.moredata.widgets.Lov
Constructor for the Lov object
LovBeanInfo - class pt.moredata.widgets.LovBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
LovBeanInfo() - Constructor for class pt.moredata.widgets.LovBeanInfo
 
LovEvent - class pt.moredata.widgets.event.LovEvent.
Title: Description: Eventos que acontecem numa LOV Copyright: Copyright (c) Despodata Company: Despodata
LovEvent(Component) - Constructor for class pt.moredata.widgets.event.LovEvent
 
LovEvent(Component, ArrayList) - Constructor for class pt.moredata.widgets.event.LovEvent
 
LovFrame - class pt.moredata.widgets.LovFrame.
Title: DataLovFrame Description: Lov para escolha por lista de valores.
LovFrame() - Constructor for class pt.moredata.widgets.LovFrame
Constructor for the DataLovFrame object
LovListener - interface pt.moredata.widgets.event.LovListener.
Title: Description: Event listener para as accoes extra executadas sobre uma LOV (List Of Values) Copyright: Copyright (c) Despodata Company: Despodata
label - Variable in class pt.moredata.mdmenus.CheckRenderer
 
lang - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
largura - Variable in class pt.despodata.java.objgraficos.objectosX
Largura de uma caixa
largura - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Largura de uma caixa
last(DDWizActionEvent) - Method in interface pt.despodata.java.wizard.event.DDWizActionListener
 
last(WizardActionEvent) - Method in interface pt.moredata.wizard.event.WizardActionListener
 
lastColumn(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
lastColumn(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
lastColumn(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
lastColumn(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
lastCommand - Variable in class pt.moredata.dataentry.taglibs.DoIfTag
LastCommand condition.
lastControllerCommand - Variable in class pt.moredata.dataentry.taglibs.DoIfTag
LastCommand condition.
lastRecord() - Method in class pt.despodata.java.ddata.DDataSwingControl
Mostra o ultimo registo
leftTrim(String) - Static method in class pt.moredata.util.StringUtils
Retira os espacos em branco do inicio de uma string.
lineX - class pt.despodata.java.objgraficos.lineX.
Classe responsável pela impressão de linhas.
lineX(int, int, int, int) - Constructor for class pt.despodata.java.objgraficos.lineX
Construtora onde se podem definir todos os parâmetros.
lineno - Variable in class pt.moredata.fglreport.AbstractFglReport
Indica o número da linha corrente.
linha - Variable in class pt.despodata.java.ddata.DDataExcelExportData
Linha da Célula
linha - Variable in class pt.despodata.java.objgraficos.objectosX
Linha onde o objecto vai ser impresso
linha - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Linha onde o objecto vai ser impresso
list - Variable in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
list - Variable in class pt.moredata.widgets.TableHeaderRenderer
 
listenerList - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
Event listeners
listenerList - Variable in class pt.moredata.widgets.table.CellEditor
Event listeners
listenersList - Variable in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
listenersList - Variable in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
livro - Variable in class pt.moredata.fglreport.objgraficos.ProvaX
 
load(Table, DAOView, int) - Method in class pt.moredata.dataentry.util.TableLoader
Deprecated. Os widgets deixaram de ser acessiveis a arquitectura, o carregamento da tabela passou a ser feito atraves de um VisualTableComponent.
load(Table, DAOView) - Method in class pt.moredata.dataentry.util.TableLoader
Deprecated. Os widgets deixaram de ser acessiveis a arquitectura, o carregamento da tabela passou a ser feito atraves de um VisualTableComponent.
loadConfig() - Method in class pt.despodata.java.connection.DDConnectionConfig
Carrega do ficheiro de configuraçao a URL da BD e o sufixo da imagem
loadConfig() - Method in interface pt.despodata.java.connection.IConnectionConfig
Carrega do ficheiro de configuraçao a informacao para aceder a base de dados.
loadConfig() - Method in interface pt.moredata.connection.ConnectionConfig
Carrega do ficheiro de configura�ao a informacao para aceder a base de dados.
loadConfig() - Method in class pt.moredata.connection.ConnectionConfigDialog
 
loadConfig() - Method in class pt.moredata.connection.ConnectionTxtConfig
Carrega do ficheiro de configuraçao a informacao para aceder a base de dados.
loadConfig() - Method in class pt.moredata.connection.ConnectionXml12Config
Carrega do ficheiro de configuraçao a informacao para aceder a base de dados.
loadConfig() - Method in class pt.moredata.connection.ConnectionXmlConfig
Carrega do ficheiro de configuraçao a informacao para aceder a base de dados.
loadConfig() - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
 
loadConfig() - Method in class pt.moredata.dataentry.core.generator.DaoGeneratorConfigScanner
Carrega do ficheiro de configuraçao a informacao para aceder a base de dados.
loadData(ResultSet) - Method in interface pt.moredata.dao.SQLStatementBuilder
Load data from a ResultSet into the RecordSet.
loadData(ResultSet) - Method in class pt.moredata.dao.core.SQLDeleteBuilder
 
loadData(ResultSet) - Method in class pt.moredata.dao.core.SQLInsertBuilder
 
loadData(ResultSet) - Method in class pt.moredata.dao.core.SQLSelectBuilder
Load data from a ResultSet into the RecordSet.
loadData(ResultSet) - Method in class pt.moredata.dao.core.SQLUpdateBuilder
 
loadDataFromDAOView(int) - Method in interface pt.moredata.dataentry.DataEntry
Carrega na entrada de dados uma determinada linha tal como foi lida do DataSource.
loadDataFromDAOView() - Method in interface pt.moredata.dataentry.DataEntry
Carrega na entrada de dados todas as linhas tal como foram lidas do DataSource.
loadDataFromDAOView() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Carrega na entrada de dados todas as linhas tal como foram lidas do DataSource.
loadDataFromDAOView(int) - Method in class pt.moredata.dataentry.core.FormDataEntry
Carrega no _dataEntryValues os dados de uma linha do _daoView.
loadDataFromDAOView() - Method in class pt.moredata.dataentry.core.FormDataEntry
Carrega na entrada de dados todas as linhas tal como foram lidas do DataSource.
loadDataFromDAOView(int) - Method in class pt.moredata.dataentry.core.GridDataEntry
Carrega na entrada de dados uma determinada linha tal como foi lida do DataSource.
loadImage() - Method in class pt.moredata.widgets.FilePreviewer
 
loadKeymap(Keymap, JTextComponent.KeyBinding[], Action[]) - Static method in class pt.despodata.java.ddata.DDataEditorPane
 
loadKeymap(Keymap, JTextComponent.KeyBinding[], Action[]) - Static method in class pt.moredata.widgets.EditorPane
Description of the Method
loadReferencedTable(DDataSource) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Le as descricoes e os codigos, da tabela de referencia e coloca as descricoes e os codigos na Hashtable 'listOfDescr'
loadReferencedTable(DDataSource) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Le as descricoes e os codigos, da tabela de referencia e coloca as descricoes e os codigos na Hashtable 'listOfValues'
loadTables() - Method in class pt.despodata.java.ddata.DDataComboBoxCustomizer
Carrega a Combo Box com as tabelas da base de dados
loadTables() - Method in class pt.moredata.widgets.ComboBoxCustomizer
Carrega a Combo Box com as tabelas da base de dados
locale - Static variable in class pt.despodata.java.webappl.Types
 
locale - Static variable in class pt.moredata.dataentry.Constants
Locale usado.
localeFormat(String) - Static method in class pt.despodata.java.ddata.DDataType
 
lockedColor - Static variable in class pt.despodata.java.ddata.DDataConfig
 
lockedColor - Static variable in class pt.moredata.widgets.BaseTable
 
lockedColor - Static variable in class pt.moredata.widgets.table.CellProperties
 
login() - Method in class pt.despodata.java.connection.DDSwingLogin
Mostra a janela para login
login() - Static method in class pt.despodata.java.connection.DDataSourcePool
Faz um login à base de dados de acordo com o tipo de interface corrente
Guarda a conexão no implicit data source
login - Variable in class pt.despodata.java.webappl.User
Login do utilizador na base de dados.
longdesc - Variable in class pt.moredata.taglibs.widgets.ImageTag
 
lookup() - Method in class pt.despodata.java.ddata.DDataLookup
Executa a descodificacao de acordo com os parametros
lookup(LookupEvent) - Method in interface pt.despodata.java.ddata.event.LookupListener
 
lookup() - Method in class pt.moredata.widgets.Lookup
Executa a descodificacao de acordo com os parametros
loop - Variable in class pt.moredata.taglibs.widgets.ImageTag
 
lovDimension - Variable in class pt.despodata.java.ddata.DDataLov
 
lovExpanded(DDataFieldEvent) - Method in interface pt.despodata.java.ddata.event.DDataFieldListener
Executado quando o botao de expansao para lista devalores (se existir) for executado
lovExpanded(FieldEvent) - Method in interface pt.moredata.widgets.event.FieldListener
Executado quando o botao de expansao para lista devalores (se existir) for executado
lovListeners - Variable in class pt.despodata.java.ddata.DDataLov
 
lowsrc - Variable in class pt.moredata.taglibs.widgets.ImageTag
 

M

MAIN_DC_KEY - Static variable in class pt.despodata.java.webappl.Types
 
MAIN_WEB_PAGE - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do argumento onde devera vir a WEBPAGE principal.
MANUAL_RESIZE - Static variable in class pt.despodata.java.ddata.DDataTable
A tabela só cresce com addRow ou setRows
MANUAL_RESIZE - Static variable in class pt.moredata.widgets.Table
A tabela só cresce com addRow ou setRows
MEMORY - Static variable in class pt.moredata.dao.DataSource
 
MENUENTRANCE - Static variable in class pt.moredata.usernot.UserNotification
Notification methods: displays on opening the menu
MESSAGES_BUNDLE - Static variable in class pt.moredata.dataentry.Constants
Nome do ficheiro com as menssagens do package pt.moredata.dataentry.
MIME_TYPE_KEY - Static variable in class pt.despodata.java.webappl.Types
 
MODEL_KEY - Static variable in class pt.despodata.java.webappl.Types
 
MODE_CHANGED_EVENT_KEY - Static variable in class pt.moredata.dataentry.core.AbstractDataEntry
 
MOUSE_CLICKED - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
MOUSE_CLICKED - Static variable in class pt.moredata.widgets.event.TableEvent
 
MOVETOCELL - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
MOVETOCELL - Static variable in class pt.moredata.widgets.event.TableEvent
 
MULTILINETEXT - Static variable in class pt.despodata.java.ddata.table.CellProperties
 
MULTILINETEXT - Static variable in class pt.moredata.widgets.table.CellProperties
 
MULTIPART_REQUEST_MAX_FILE_LENGTH - Static variable in class pt.despodata.java.webappl.GenericController
Dimensao maxima de um ficheiro passado via http.
MYSQL_DATABASE - Static variable in class pt.moredata.dao.util.DataBaseIdentifier
MySQL database.
MY_SQL - Static variable in class pt.despodata.java.ddata.ErrorHandle
 
MY_SQL - Static variable in class pt.moredata.dao.DataBaseError
 
MY_SQL - Static variable in class pt.moredata.widgets.ErrorHandle
 
MainX - class pt.despodata.java.objgraficos.MainX.
Classe de métodos auxiliares à construção de reports.
MainX() - Constructor for class pt.despodata.java.objgraficos.MainX
Construtora.
MakeVarTag - class pt.moredata.taglibs.MakeVarTag.
MakeVarTag.java Company MoreData
MakeVarTag() - Constructor for class pt.moredata.taglibs.MakeVarTag
 
MakeVarTagExtraInfo - class pt.moredata.taglibs.MakeVarTagExtraInfo.
MakeVarTagExtraInfo.java Company MoreData
MakeVarTagExtraInfo() - Constructor for class pt.moredata.taglibs.MakeVarTagExtraInfo
 
MargemDireita - Variable in class pt.despodata.java.objgraficos.objectosX
Margem direita em 'javas'
MargemDireita - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Margem direita em 'javas'
MargemEsquerda - Variable in class pt.despodata.java.objgraficos.objectosX
Margem esquerda em 'javas'
MargemEsquerda - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Margem esquerda em 'javas'
MargemFundo - Variable in class pt.despodata.java.objgraficos.objectosX
Margem inferior em 'javas'
MargemFundo - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Margem inferior em 'javas'
MargemTopo - Variable in class pt.despodata.java.objgraficos.objectosX
Margem superior em 'javas'
MargemTopo - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Margem superior em 'javas'
MenuInfo - class pt.moredata.mdmenus.MenuInfo.
Title: Description: Copyright: Copyright (c) 2002 Company:
MenuInfo() - Constructor for class pt.moredata.mdmenus.MenuInfo
 
Message - interface pt.moredata.dataentry.core.Message.
Company MoreData
MetaField - interface pt.moredata.dao.MetaField.
This is the interface used for representing one column of the DataAccessObject.
ModeChangedListener - interface pt.moredata.dataentry.event.ModeChangedListener.
This interface defines the methods a class has to implement to listener for changes in the Mode of a DataEntry object.
Model - class pt.despodata.java.mvc.Model.
 
Model() - Constructor for class pt.despodata.java.mvc.Model
Construtor.
ModifyButtonTag - class pt.moredata.dataentry.taglibs.ModifyButtonTag.
Company MoreData
ModifyButtonTag() - Constructor for class pt.moredata.dataentry.taglibs.ModifyButtonTag
 
MultipartServletRequest - class pt.moredata.dataentry.util.http.MultipartServletRequest.
Company MoreData
MultipartServletRequest(HttpServletRequest, String) - Constructor for class pt.moredata.dataentry.util.http.MultipartServletRequest
Constructs a new MultipartRequest to handle the specified request, saving any uploaded files to the given directory, and limiting the upload size to 1 Megabyte.
MultipartServletRequest(HttpServletRequest) - Constructor for class pt.moredata.dataentry.util.http.MultipartServletRequest
 
MultipartServletRequest(HttpServletRequest, String, int) - Constructor for class pt.moredata.dataentry.util.http.MultipartServletRequest
Constructs a new MultipartRequest to handle the specified request, saving any uploaded files to the given directory, and limiting the upload size to the specified length.
MultipartServletRequest(ServletRequest, String) - Constructor for class pt.moredata.dataentry.util.http.MultipartServletRequest
Constructor with an old signature, kept for backward compatibility.
MultipartServletRequest(ServletRequest, String, int) - Constructor for class pt.moredata.dataentry.util.http.MultipartServletRequest
Constructor with an old signature, kept for backward compatibility.
Multiply(Object, Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
Multiplicação de qualquer par de objectos
mail - Variable in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
 
main(String[]) - Static method in class pt.despodata.ExemploFernando
 
main(String[]) - Static method in class pt.despodata.java.connection.tests.ConnectionSuite
 
main(String[]) - Static method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
 
main(String[]) - Static method in class pt.despodata.java.connection.tests.DBConnectionTest
 
main(String[]) - Static method in class pt.despodata.java.connection.tests.DDConnectionConfigTest
 
main(String[]) - Static method in class pt.despodata.java.connection.tests.DDSwingLoginTest
 
main(String[]) - Static method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
 
main(String[]) - Static method in class pt.despodata.java.connection.tests.UserPanelTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.DDataDateChooser
 
main(String[]) - Static method in class pt.despodata.java.ddata.DDataEntry
Main da entrada de dados automática
Tem de ser gerado eventualmente um jar diferente ou então contruido um script para tratar de executar a entrada de dados
main(String[]) - Static method in class pt.despodata.java.ddata.DDataToolBar
Main para teste visual da toolbar
main(String[]) - Static method in class pt.despodata.java.ddata.DevelopmentTool
 
main(String[]) - Static method in class pt.despodata.java.ddata.ObjArithmetic
main(): só para testes - ignorar
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DBErrorTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataCalendarTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataCellTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataConfigTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataControlTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataDbTableTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataFieldTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataMetaDataTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataRowTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataTestSuite
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataToolBarBeanInfoTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataToolBarTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataTypeEditorTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.DSerializedTableTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.ExtStringTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.ExtensoTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
main(String[]) - Static method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
main(String[]) - Static method in class pt.despodata.java.distribuicao.WindowsShortcut
 
main(String[]) - Static method in class pt.despodata.java.fglreport.tests.FglReportSuite
 
main(String[]) - Static method in class pt.despodata.java.fglreport.tests.FglReportTest
 
main(String[]) - Static method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
 
main(String[]) - Static method in class pt.despodata.java.mvc.StateMachine
 
main(String[]) - Static method in class pt.despodata.java.objgraficos.Untitled1
 
main(String[], String[]) - Static method in class pt.despodata.java.tests.TestCase
 
main(String[]) - Static method in class pt.despodata.java.tests.TestSuite
 
main(String[]) - Static method in class pt.despodata.java.webappl.tests.GenericControllerTest
 
main(String[]) - Static method in class pt.despodata.java.webappl.tests.GenericModelTest
 
main(String[]) - Static method in class pt.despodata.java.webappl.tests.GenericViewTest
 
main(String[]) - Static method in class pt.despodata.java.webappl.tests.WebApplTestSuite
 
main(String[]) - Static method in class pt.moredata.connection.AbstractConnectionConfigTest
The main program for the AbstractConnectionConfigTest class
main(String[]) - Static method in class pt.moredata.connection.ConnectionConfigDialog
 
main(String[]) - Static method in class pt.moredata.connection.ConnectionSuite
The main program for the ConnectionSuite class
main(String[]) - Static method in class pt.moredata.connection.ConnectionTxtConfigTest
The main program for the ConnectionTxtConfigTest class
main(String[]) - Static method in class pt.moredata.connection.ConnectionXml12ConfigTest
The main program for the ConnectionXml12ConfigTest class
main(String[]) - Static method in class pt.moredata.connection.ConnectionXmlConfigTest
The main program for the ConnectionXmlConfigTest class
main(String[]) - Static method in class pt.moredata.connection.CreateConnection
 
main(String[]) - Static method in class pt.moredata.connection.CreateConnectionDemo
 
main(String[]) - Static method in class pt.moredata.connection.DBConnectionTest
The main program for the DBConnectionTest class
main(String[]) - Static method in class pt.moredata.connection.DemosTest
The main program for the SamplesTest class
main(String[]) - Static method in class pt.moredata.connection.JdbcDriverInformation
Runs JdbcDriverInformation class, for test propose only.
main(String[]) - Static method in class pt.moredata.dao.DAODemo
 
main(String[]) - Static method in class pt.moredata.dao.DAODynasetDemo
 
main(String[]) - Static method in class pt.moredata.dao.DAOInformixTestSuite
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DAOOracleTestSuite
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DAOTestSuite
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataBaseErrorTest
 
main(String[]) - Static method in class pt.moredata.dao.DataBaseExceptionTest
 
main(String[]) - Static method in class pt.moredata.dao.DataBaseTableTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataCellTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataFieldInfoTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataIndexTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataMetaDataTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataSourceTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataTableInfoTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataTypeInfoTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.DataTypeTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.ExportedForeignKeyTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.ForeignKeyTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.GetGeneratedKeys
 
main(String[]) - Static method in class pt.moredata.dao.ImportedForeignKeyTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.SimpleDAODemo
 
main(String[]) - Static method in class pt.moredata.dao.builder.CSVBuilderTest
 
main(String[]) - Static method in class pt.moredata.dao.builder.DAOBuilderTestSuite
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.core.DAOCoreTestSuite
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.core.GenericDAOTest
 
main(String[]) - Static method in class pt.moredata.dao.core.GenericDataRowTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.core.GenericMetaFieldTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.core.GenericMultiTableDAOTest
 
main(String[]) - Static method in class pt.moredata.dao.core.GenericRecordSetTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.core.SQLBuilderTest
Prototipo para testar a arquitectura.
main(String[]) - Static method in class pt.moredata.dao.core.SerializedTableIOTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.core.SerializedTableTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.pattern.DAOPatternTestSuite
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Executa uma suite de testes.
main(String[]) - Static method in class pt.moredata.dao.pattern.SimplePatternTest
Ecexuta uma suite de testes.
main(String[]) - Static method in class pt.moredata.dao.pool.DAOPoolTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.pool.DAOPoolTestSuite
Description of the Method
main(String[]) - Static method in class pt.moredata.dao.util.DataTypesTest
Description of the Method
main(String[]) - Static method in class pt.moredata.dataentry.DataBaseFormTemplate
Prototipo para testar a arquitectura.
main(String[]) - Static method in class pt.moredata.dataentry.DataEntryDemo
Prototipo para testar a arquitectura.
main(String[]) - Static method in class pt.moredata.dataentry.JDBCApplicationTemplate
Prototipo para testar a arquitectura.
main(String[]) - Static method in class pt.moredata.dataentry.Prototipo
Deprecated. Prototipo para testar a arquitectura.
main(String[]) - Static method in class pt.moredata.dataentry.Prototipo2
Prototipo para testar a arquitectura.
main(String[]) - Static method in class pt.moredata.dataentry.SmartSwingDataEntry
Cria uma entrada de dados.
main(String[]) - Static method in class pt.moredata.dataentry.util.DataEntryIntrospector
Para teste apenas.
main(String[]) - Static method in class pt.moredata.dataentry.util.ErrorDialog
 
main(String[]) - Static method in class pt.moredata.dataentry.wizards.WizardDemo
 
main(String[]) - Static method in class pt.moredata.ecs.rtf.GenRtf
 
main(String[]) - Static method in class pt.moredata.fglreport.DaoReportTest
Description of the Method
main(String[]) - Static method in class pt.moredata.fglreport.FglReportSuite
The main program for the FglReportSuite class
main(String[]) - Static method in class pt.moredata.fglreport.ProprinterControlTest
The main program for the ProprinterControlTest class
main(String[]) - Static method in class pt.moredata.fglreport.SwingFglReportTest
The main program for the SwingFglReportTest class
main(String[]) - Static method in class pt.moredata.fglreport.TxtFglReportTest
 
main(String[]) - Static method in class pt.moredata.mdmenus.NotificationsDisplay
 
main(String[]) - Static method in class pt.moredata.mdmenus.ShowLogFile
 
main(String[]) - Static method in class pt.moredata.mdmenus.SwingMenu
 
main(String[]) - Static method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
 
main(String[]) - Static method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ColumnSelectionPanel
 
main(String[]) - Static method in class pt.moredata.programlaunch.util.Finger
 
main(String[]) - Static method in class pt.moredata.qvs.CheckedAreaTest
The main program for the CheckedAreaTest class
main(String[]) - Static method in class pt.moredata.qvs.CheckedPointTest
The main program for the CheckedPointTest class
main(String[]) - Static method in class pt.moredata.qvs.QVSTestSuite
Description of the Method
main(String[], String[]) - Static method in class pt.moredata.tests.TestCase
 
main(String[]) - Static method in class pt.moredata.tests.TestSuite
Description of the Method
main(String[]) - Static method in class pt.moredata.usernot.UserNotification
For tests only
main(String[]) - Method in class pt.moredata.util.ErrorHandler
 
main(String[]) - Static method in class pt.moredata.util.FileImage
 
main(String[]) - Static method in class pt.moredata.util.Finger
 
main(String[]) - Static method in class pt.moredata.util.HttpConnection
 
main(String[]) - Static method in class pt.moredata.util.ScreenPrinter
For test purposes only
main(String[]) - Static method in class pt.moredata.util.StringUtilsTest
 
main(String[]) - Static method in class pt.moredata.util.UtilSuite
The main program for the FglReportSuite class
main(String[]) - Static method in class pt.moredata.widgets.ComboBoxTest
 
main(String[]) - Static method in class pt.moredata.widgets.DateChooser
Description of the Method
main(String[]) - Static method in class pt.moredata.widgets.DebugWindow
 
main(String[]) - Static method in class pt.moredata.widgets.ImageField
 
main(String[]) - Static method in class pt.moredata.widgets.Splash
 
main(String[]) - Static method in class pt.moredata.widgets.Teste
 
main(String[]) - Static method in class pt.moredata.widgets.WidgetDemo
 
main(String[]) - Static method in class pt.moredata.wizard.TesteWizard
 
main(String[]) - Static method in class pt.tests.TestSuite
 
makeController() - Method in interface pt.despodata.java.mvc.IView
Cria um controlador associado a View
makeController() - Method in class pt.despodata.java.mvc.View
Cria um controlador associado a View
makeController() - Method in class pt.despodata.java.webappl.GenericView
Cria um controlador associado a View e inicia-o.
makeFormat(int, boolean) - Method in class pt.despodata.java.ddata.table.DDataCellField
define o formato
makeFormat(int, boolean) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
define o formato
makeFormat(int) - Static method in class pt.moredata.dao.DataType
Deprecated.  
makeFormat(int, boolean) - Static method in class pt.moredata.dao.DataType
Deprecated.  
makeFormat(int) - Static method in class pt.moredata.dao.util.DataTypes
 
makeFormat(int, boolean) - Static method in class pt.moredata.dao.util.DataTypes
 
makeFormat(int, boolean) - Method in class pt.moredata.widgets.table.CellField
define o formato
makeFormat(int, boolean) - Method in class pt.moredata.widgets.table.CellTextField
define o formato
makeJarFile(String, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Funcao auxiliar para construir ficheiros jar com tabelas serializadas
makeJarFile(String, String) - Static method in class pt.moredata.dao.UtilStuff
Funcao auxiliar para construir ficheiros jar com tabelas serializadas
margin - Variable in class pt.despodata.java.ddata.table.DDataColumnGroup
 
margin - Variable in class pt.moredata.widgets.table.ColumnGroup
 
markRowAsDeleted(int) - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este metodo foi substituido pelo metodo setDeleted(boolean)
marshallingParamName(String) - Static method in class pt.despodata.java.ddata.DHtmlDataControl
Gera um nome para uma tag 'input' em html, a partir de uma String.
maxValue - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
maxValue - Variable in class pt.moredata.widgets.table.CellEditor
 
maxlength - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
maxlength - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
menuMaker - Variable in class pt.moredata.mdmenus.SwingMenu
 
metaData - Variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Meta data da base de dados
metaData - Variable in class pt.moredata.dao.DataTableInfo
Meta data da base de dados
method - Variable in class pt.moredata.taglibs.widgets.FormTag
 
minValue - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
minValue - Variable in class pt.moredata.widgets.table.CellEditor
 
mm2pix(double) - Static method in class pt.despodata.java.objgraficos.MainX
Método de conversão de mm em 'javas'.
mm2pix(double) - Static method in class pt.despodata.java.objgraficos.UtilX
Método de conversão de mm em 'javas'.
mm2pix(double) - Static method in class pt.moredata.fglreport.objgraficos.UtilX
Método de conversão de mm em 'javas'.
mm2spaces(double) - Static method in class pt.despodata.java.objgraficos.UtilX
Método que calcula o posicionamento horizontal dos caracteres em modo Texto.
mm2spaces(double) - Static method in class pt.moredata.fglreport.objgraficos.UtilX
Método que calcula o posicionamento horizontal dos caracteres em modo Texto.
mode - Variable in class pt.moredata.dataentry.taglibs.DoIfTag
Chosed DataEntry mode for running the code inside DoIfTag tag body
modelToView(int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
modelToView(int) - Method in class pt.despodata.java.ddata.DDataField
 
modelToView(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
modelToView(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
modelToView(int) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
modelToView(int) - Method in class pt.moredata.widgets.Field
Description of the Method
modelToView(int) - Method in interface pt.moredata.widgets.FieldObject
 
modelToView(int) - Method in class pt.moredata.widgets.ImageFieldObject
 
mostraProvaX(int) - Method in class pt.despodata.java.objgraficos.PrintPreview
 
mostraProvaX(int) - Method in class pt.despodata.java.objgraficos.ProvaX
 
mostraProvaX(int) - Method in class pt.moredata.fglreport.objgraficos.PrintPreview
 
mostraProvaX(int) - Method in class pt.moredata.fglreport.objgraficos.ProvaX
 
mouseClicked(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
mouseClicked(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
mouseClicked(MouseEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseClicked(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
mouseClicked(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
mouseClicked(MouseEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseDragged(MouseEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseDragged(MouseEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseEntered(MouseEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseEntered(MouseEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseExited(MouseEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseExited(MouseEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseInputListener - Variable in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
mouseInputListener - Variable in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
mouseMoved(MouseEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseMoved(MouseEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mousePressed(MouseEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mousePressed(MouseEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseReleased(MouseEvent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
mouseReleased(MouseEvent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI.MouseInputHandler
 
moveCaretPosition(int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
moveCaretPosition(int) - Method in class pt.despodata.java.ddata.DDataField
 
moveCaretPosition(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
moveCaretPosition(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
moveCaretPosition(int) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
moveCaretPosition(int) - Method in class pt.moredata.widgets.Field
Description of the Method
moveCaretPosition(int) - Method in interface pt.moredata.widgets.FieldObject
 
moveCaretPosition(int) - Method in class pt.moredata.widgets.ImageFieldObject
 
moveForward() - Method in class pt.despodata.java.ddata.event.DDataTableEvent
 
moveForward() - Method in class pt.moredata.widgets.event.TableEvent
 
moveTo(int, int) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
moveTo(int, int) - Method in class pt.moredata.widgets.BaseTable
 
moveToCell(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
moveToCell(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
moveToCell(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
moveToCell(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
myController - Variable in class pt.despodata.java.mvc.View
O Controlador associado a vista.
myData - Variable in class pt.despodata.java.mvc.Model
Os dados.
myModel - Variable in class pt.despodata.java.mvc.Controller
O modelo de dados.
myModel - Variable in class pt.despodata.java.mvc.View
O modelo de dados.
myModel - Variable in class pt.despodata.java.webappl.actions.ActionBase
 
myView - Variable in class pt.despodata.java.mvc.Controller
A vista sobre o modelo de dados.
myView - Variable in class pt.despodata.java.webappl.actions.ActionBase
 

N

N216(char) - Static method in class pt.despodata.java.fglreport.ProprinterControl
Mete o espaçamento a n/216 de polegada
N216(char) - Static method in class pt.moredata.fglreport.ProprinterControl
Mete o espaçamento a n/216 de polegada
NEW_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
NEW_ROW - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
NEW_ROW - Static variable in class pt.moredata.widgets.event.TableEvent
 
NEW_WINDOW_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do parametro que deve ser passado a esta Servlet com a indicação se o erro deve ser mostrado numa nova janela ou não.
NEXT_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
NEXT_COMMAND - Static variable in class pt.moredata.taglibs.filter.PaginatorTag
Accao dada ao controlador para passar para a pagina seguinte.
NEXT_FREE_ACTION_TYPE - Static variable in class pt.despodata.java.webappl.actions.event.ActionEvent
 
NO - Static variable in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Esta constante foi substituida pela constante NONE de igual valor.
NONE - Static variable in class pt.despodata.java.ddata.DDataException
 
NONE - Static variable in class pt.despodata.java.ddata.ErrorHandle
Tipificação dos erros de acesso à base de dados
NONE - Static variable in class pt.despodata.java.ddata.RowReferencedException
 
NONE - Static variable in class pt.despodata.java.fglreport.FglReportException
 
NONE - Static variable in interface pt.moredata.dao.DataRow
 
NONE - Static variable in interface pt.moredata.dao.MetaField
Ordinary column type.
NONE - Static variable in class pt.moredata.fglreport.FglReportException
Constante que define a ausência de excepção
NONE - Static variable in class pt.moredata.widgets.ErrorHandle
Tipificação dos erros de acesso à base de dados
NONE_STATE - Static variable in class pt.despodata.java.webappl.tables.ApplDataControl
Usado quando nenhum dos outros estados se aplica.
NORMAL - Static variable in class pt.moredata.usernot.UserNotification
Notification priorities: normal
NOTEQUAL - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa 'diferente' no padrao de pesquisa.
NOT_FOUND - Static variable in class pt.moredata.dao.DataBaseError
 
NOT_NULL - Static variable in class pt.moredata.dao.DataBaseError
 
NOT_UNIQUE - Static variable in class pt.moredata.dao.DataBaseError
 
NO_ALIGNMENT - Static variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
NO_FORMAT - Static variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
NO_VALUE - Static variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
NO_VALUE_LONG - Static variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
NULL - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
NULL - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NULL.
NUMBER_FUNCTION_NAME - Static variable in class pt.despodata.java.webappl.tags.JavaScriptLibrary
Nome da funcao para validar numeros.
NUMBER_RECORDS_KEY - Static variable in class pt.moredata.taglibs.filter.PaginatorTag
Chave usada para guardar o o número de registos visualizados em cada página.
NUMERIC - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
NUMERIC - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NUMERIC.
NavigateAction - class pt.moredata.dataentry.action.NavigateAction.
Company MoreData
NavigateAction() - Constructor for class pt.moredata.dataentry.action.NavigateAction
 
NavigationToolBar - class pt.moredata.widgets.NavigationToolBar.
NavigationToolBar.java Company MoreData
NavigationToolBar() - Constructor for class pt.moredata.widgets.NavigationToolBar
Creates new form ToolBar
NavigationToolBarBeanInfo - class pt.moredata.widgets.NavigationToolBarBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
NavigationToolBarBeanInfo() - Constructor for class pt.moredata.widgets.NavigationToolBarBeanInfo
 
Negate(Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
Negação (multiplicação por -1) de qualquer objecto
NewRecordAction - class pt.despodata.java.webappl.actions.NewRecordAction.
NewRecordAction.java Company MoreData
NewRecordAction() - Constructor for class pt.despodata.java.webappl.actions.NewRecordAction
 
NextRecordAction - class pt.despodata.java.webappl.actions.NextRecordAction.
NextRecordAction.java Company MoreData
NextRecordAction() - Constructor for class pt.despodata.java.webappl.actions.NextRecordAction
 
Nlq() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Muda a qualidade da impressão
Nlq() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a qualidade da impressão
NoClassBindForActionException - exception pt.moredata.dataentry.exception.NoClassBindForActionException.
Esta excepcao e gerada quando nao existe nenhum mapeamento entre o nome de uma Action e a classe que implementa essa Action.
NoClassBindForActionException() - Constructor for class pt.moredata.dataentry.exception.NoClassBindForActionException
Constructs a new runtime exception with null as its detail message.
NoClassBindForActionException(String) - Constructor for class pt.moredata.dataentry.exception.NoClassBindForActionException
Constructs a new runtime exception with the specified detail message.
NoClassBindForActionException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.NoClassBindForActionException
Constructs a new runtime exception with the specified detail message and cause.
NoClassBindForActionException(Throwable) - Constructor for class pt.moredata.dataentry.exception.NoClassBindForActionException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
NoColumnDefinedException - exception pt.moredata.dao.NoColumnDefinedException.
Thrown when an application attempts to use a DataAccessObject without adding a column of a table to the DataAccessObject.
NoColumnDefinedException() - Constructor for class pt.moredata.dao.NoColumnDefinedException
Constructs a NoColumnDefinedException with no detail message.
NoColumnDefinedException(String) - Constructor for class pt.moredata.dao.NoColumnDefinedException
Constructs a NoColumnDefinedException with the specified detail message.
NoCond() - Static method in class pt.despodata.java.fglreport.ProprinterControl
 
NoCond() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para não condensado
NoDStrike() - Static method in class pt.despodata.java.fglreport.ProprinterControl
 
NoDStrike() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para não Negrito
NoEnlarged() - Static method in class pt.despodata.java.fglreport.ProprinterControl
 
NoEnlarged() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para largura normal
NoFieldMappedToColumnException - exception pt.moredata.dataentry.exception.NoFieldMappedToColumnException.
Esta excepcao e gerada quando se tenta obter o indice de uma determinada coluna, mas o nome da coluna nao e valido.
NoFieldMappedToColumnException() - Constructor for class pt.moredata.dataentry.exception.NoFieldMappedToColumnException
Constructs a new runtime exception with null as its detail message.
NoFieldMappedToColumnException(String) - Constructor for class pt.moredata.dataentry.exception.NoFieldMappedToColumnException
Constructs a new runtime exception with the specified detail message.
NoFieldMappedToColumnException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.NoFieldMappedToColumnException
Constructs a new runtime exception with the specified detail message and cause.
NoFieldMappedToColumnException(Throwable) - Constructor for class pt.moredata.dataentry.exception.NoFieldMappedToColumnException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
NoPrimaryKeyDefinedException - exception pt.moredata.dao.NoPrimaryKeyDefinedException.
Thrown when an application attempts to use a DataAccessObject without adding a primary key column to the DataAccessObject.
NoPrimaryKeyDefinedException() - Constructor for class pt.moredata.dao.NoPrimaryKeyDefinedException
Constructs a NoPrimaryKeyDefinedException with no detail message.
NoPrimaryKeyDefinedException(String) - Constructor for class pt.moredata.dao.NoPrimaryKeyDefinedException
Constructs a NoPrimaryKeyDefinedException with the specified detail message.
NoProp() - Static method in class pt.despodata.java.fglreport.ProprinterControl
 
NoProp() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para um espaçamento não proporcional
NoTableDefinedException - exception pt.moredata.dao.NoTableDefinedException.
Thrown when an application attempts to use a DataAccessObject without adding a table name to the DataAccessObject.
NoTableDefinedException() - Constructor for class pt.moredata.dao.NoTableDefinedException
Constructs a NoTableDefinedException with no detail message.
NoTableDefinedException(String) - Constructor for class pt.moredata.dao.NoTableDefinedException
Constructs a NoTableDefinedException with the specified detail message.
NoUnl() - Static method in class pt.despodata.java.fglreport.ProprinterControl
 
NoUnl() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para não sublinhado
NormalStyle - class pt.moredata.ecs.rtf.NormalStyle.
 
NormalStyle(int) - Constructor for class pt.moredata.ecs.rtf.NormalStyle
Creates new NormalStyle
NotificationsDisplay - class pt.moredata.mdmenus.NotificationsDisplay.
 
NotificationsDisplay() - Constructor for class pt.moredata.mdmenus.NotificationsDisplay
Creates new form NotificationsDisplay
NotificationsDisplay(Connection) - Constructor for class pt.moredata.mdmenus.NotificationsDisplay
 
NullColumnNameException - exception pt.moredata.dataentry.exception.NullColumnNameException.
Esta excepcao e lancada sempre que num metodo que recebe null como argumento para nome de uma coluna.
NullColumnNameException() - Constructor for class pt.moredata.dataentry.exception.NullColumnNameException
Constructs a new runtime exception with null as its detail message.
NullColumnNameException(String) - Constructor for class pt.moredata.dataentry.exception.NullColumnNameException
Constructs a new runtime exception with the specified detail message.
NullColumnNameException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.NullColumnNameException
Constructs a new runtime exception with the specified detail message and cause.
NullColumnNameException(Throwable) - Constructor for class pt.moredata.dataentry.exception.NullColumnNameException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
NullDataEntryException - exception pt.moredata.dataentry.exception.NullDataEntryException.
Esta excepcao e gerada quando uma entrada de dados e nula.
NullDataEntryException() - Constructor for class pt.moredata.dataentry.exception.NullDataEntryException
Constructs a new runtime exception with null as its detail message.
NullDataEntryException(String) - Constructor for class pt.moredata.dataentry.exception.NullDataEntryException
Constructs a new runtime exception with the specified detail message.
NullDataEntryException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.NullDataEntryException
Constructs a new runtime exception with the specified detail message and cause.
NullDataEntryException(Throwable) - Constructor for class pt.moredata.dataentry.exception.NullDataEntryException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
NullDataSourceException - exception pt.moredata.dao.NullDataSourceException.
Thrown when an application attempts to use a DataAccessObject without setting the dataSource proprety with a DataSource object.
NullDataSourceException() - Constructor for class pt.moredata.dao.NullDataSourceException
Constructs a NullDataSourceException with no detail message.
NullDataSourceException(String) - Constructor for class pt.moredata.dao.NullDataSourceException
Constructs a NullDataSourceException with the specified detail message.
NullTableNameException - exception pt.moredata.dataentry.exception.NullTableNameException.
Esta excepcao e lancada sempre que num metodo que recebe null como argumento para nome de uma tabela.
NullTableNameException() - Constructor for class pt.moredata.dataentry.exception.NullTableNameException
Constructs a new runtime exception with null as its detail message.
NullTableNameException(String) - Constructor for class pt.moredata.dataentry.exception.NullTableNameException
Constructs a new runtime exception with the specified detail message.
NullTableNameException(String, Throwable) - Constructor for class pt.moredata.dataentry.exception.NullTableNameException
Constructs a new runtime exception with the specified detail message and cause.
NullTableNameException(Throwable) - Constructor for class pt.moredata.dataentry.exception.NullTableNameException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
NumeroColunas - Variable in class pt.despodata.java.objgraficos.objectosX
Numero de colunas.
NumeroColunas - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Numero de colunas.
NumeroLinhas - Variable in class pt.despodata.java.objgraficos.objectosX
Número de linhas do report.
NumeroLinhas - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Número de linhas do report.
nValue - Variable in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
nValue - Variable in class pt.moredata.widgets.table.ComboBoxDelegate
 
name - Variable in class pt.despodata.java.webappl.tags.AbstractProtectTag
Holds value of property name.
name() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Get the localized string that identify the iteration step (x of y) I think that is here tha the current step of the wizard is displayed.
name - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
newLine() - Method in class pt.despodata.java.fglreport.FglReport
Nova linha no reportPreocupa-se em tratar dos headers e trailers
newLine() - Method in class pt.moredata.fglreport.AbstractFglReport
Nova linha no reportPreocupa-se em tratar dos headers e trailers
newLine() - Method in interface pt.moredata.fglreport.FglReport
Nova linha no reportPreocupa-se em tratar dos headers e trailers
newLine() - Method in class pt.moredata.fglreport.SwingFglReport
Nova linha no reportPreocupa-se em tratar dos headers e trailers
newLine() - Method in class pt.moredata.fglreport.TxtFglReport
Nova linha no reportPreocupa-se em tratar dos headers e trailers
newLinesOf(String) - Method in class pt.despodata.java.ddata.DDataEditorDocument
Devolve o numero de NewLines de uma string
newLinesOf(String) - Method in class pt.moredata.widgets.EditorDocument
Devolve o numero de NewLines de uma string
newPage() - Method in class pt.despodata.java.fglreport.FglReport
Nova página
newPage() - Method in class pt.moredata.fglreport.AbstractFglReport
Nova página
newPage() - Method in interface pt.moredata.fglreport.FglReport
Nova página
newPage() - Method in class pt.moredata.fglreport.SwingFglReport
Nova página
newPage() - Method in class pt.moredata.fglreport.TxtFglReport
Nova página
newRecordAdded() - Method in class pt.despodata.java.ddata.DDataToolBar
Serves to setup state of DDataToolBar for situation when user presses newButton and the very next step is either to fillup fileds and save just new added record or to press cancelButton and to return to initial state of DDataToolBar
newRow(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
newRow(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
newRow(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
newRow(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
newValue - Variable in class pt.despodata.java.ddata.event.CellChangedEvent
 
next(DDWizActionEvent) - Method in interface pt.despodata.java.wizard.event.DDWizActionListener
 
next(WizardActionEvent) - Method in interface pt.moredata.wizard.event.WizardActionListener
 
nextPanel() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Execute the actions needed after the user selected next in the panel buttons.
nextRecord() - Method in class pt.despodata.java.ddata.DDataSwingControl
Mostra o registo seguinte
nome - Variable in class pt.moredata.dao.file.AtrRelacional
 
notab - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
notab - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
notificate(String, int, String, String, String, Connection) - Static method in class pt.moredata.usernot.UserNotification
Static method for fast and simple notification
notifyObservers() - Method in interface pt.despodata.java.mvc.IData
Metodo implementado pela classe java.util.Observable
notifyObservers(Object) - Method in interface pt.despodata.java.mvc.IData
Metodo implementado pela classe java.util.Observable
notifyObservers() - Method in interface pt.despodata.java.mvc.IModel
Metodo implementado pela classe java.util.Observable
notifyObservers(Object) - Method in interface pt.despodata.java.mvc.IModel
Metodo implementado pela classe java.util.Observable
notifyObservers() - Method in class pt.despodata.java.webappl.ApplData
Notifica os observadores de todas as tabelas
notifyObservers(Object) - Method in class pt.despodata.java.webappl.ApplData
Notifica os observadores que observam uma dada tabela.
notifyObservers(Object, Object) - Method in class pt.despodata.java.webappl.ApplData
Notifica os observadores que observam uma dada tabela.
notifyPanelModifiedListener() - Method in class pt.despodata.java.ddata.DDataPanel
Notifica quem estiver a ouvir da ocorrencia de modificacoes
notifyPanelModifiedListener() - Method in class pt.moredata.widgets.Panel
Notifica quem estiver a ouvir da ocorrencia de modificacoes
notifyTableObservers(Object) - Method in class pt.despodata.java.webappl.ApplData
Notifica os observadores que observam uma dada tabela.
now - Variable in class pt.moredata.xml2db.ReadXML2DB
 
numberFixedColumns - Variable in class pt.despodata.java.ddata.DDataTable
Numero de linhas fixadas no inicio (freeze)
numberFixedColumns - Variable in class pt.moredata.widgets.Table
Numero de linhas fixadas no inicio (freeze)
numberMask(int, boolean) - Method in class pt.despodata.java.ddata.table.DDataCellField
Faz mascara
numberMask(int, boolean) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Faz mascara
numberMask(int, boolean) - Static method in class pt.moredata.dao.DataType
Deprecated.  
numberMask(int, boolean) - Static method in class pt.moredata.dao.util.DataTypes
 
numberMask(int, boolean) - Method in class pt.moredata.widgets.table.CellField
Faz mascara
numberMask(int, boolean) - Method in class pt.moredata.widgets.table.CellTextField
Faz mascara
numeric - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
numeroCaracteres - Variable in class pt.despodata.java.objgraficos.objectosX
Numero de caracteres que um objecto deste tipo pode conter
numeroCaracteres - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Numero de caracteres que um objecto deste tipo pode conter

O

OK - Static variable in interface pt.moredata.connection.ConnectionConfig
Valor devolvido pelo metodo loadConfig() quando a leitura e bem sucedida.
OLTPAppModule - class pt.moredata.netbeans.modules.moredatatemplates.OLTPAppModule.
An object of this class is created when the module is initialized.
OLTPAppModule() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.OLTPAppModule
Constructor for the Module object
OR - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa uma conjuncao no padrao de pesquisa.
ORACLE - Static variable in class pt.despodata.java.ddata.ErrorHandle
 
ORACLE - Static variable in class pt.moredata.dao.DataBaseError
 
ORACLE - Static variable in class pt.moredata.dao.DataSource
 
ORACLE - Static variable in class pt.moredata.widgets.ErrorHandle
 
ORACLE_DATABASE - Static variable in class pt.moredata.dao.util.DataBaseIdentifier
Oracle database.
ORDER_BY_KEY - Static variable in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Chave usada para guardar a clausula de ordenacao usada nas querys.
OTHER - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
OTHER - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language that indicates that the SQL type is database-specific and gets mapped to a Java object that can be accessed via the methods getObject and setObject.
ObjArithmetic - class pt.despodata.java.ddata.ObjArithmetic.
Title: As 4 operações com Numbers - isto era escusado se houvesse operator overloading!
ObjArithmetic() - Constructor for class pt.despodata.java.ddata.ObjArithmetic
 
ObjArithmeticTest - class pt.despodata.java.ddata.tests.ObjArithmeticTest.
ObjArithmeticTest.java Created: Fri Sep 28 11:02:08 2001
ObjArithmeticTest(String) - Constructor for class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
ObjectArrayEditor - class pt.moredata.widgets.ObjectArrayEditor.
DDataObjectArrayEditor.java Esta classe implementa a interface PropertyEditor e permite editar beans do tipo Object[] com se trata-se de uma lista de strings separadas por virgulas.
ObjectArrayEditor() - Constructor for class pt.moredata.widgets.ObjectArrayEditor
 
ObjectComponent - class pt.moredata.dataentry.component.ObjectComponent.
Implementacao de um campo visual generico, com apenas uma coluna.
ObjectComponent(String, String, Object) - Constructor for class pt.moredata.dataentry.component.ObjectComponent
Creates a new instance of ObjectComponent.
ObjectComponent(String, String, String, String, Object) - Constructor for class pt.moredata.dataentry.component.ObjectComponent
Constructor for the ObjectComponent object
ObjectosX - class pt.moredata.fglreport.objgraficos.ObjectosX.
objectosX é a classe que contém os métodos de criação e alteração de objectos gráficos.
ObjectosX() - Constructor for class pt.moredata.fglreport.objgraficos.ObjectosX
Constructora vazia.
OnEveryRowListener - interface pt.moredata.fglreport.event.OnEveryRowListener.
OnEveryRowListener.java Company MoreData
OnLastRowListener - interface pt.moredata.fglreport.event.OnLastRowListener.
OnLastRowListener.java Company MoreData
OneSixth() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Mete o espaçamento a 1/6 polegada (Normal)
OneSixth() - Static method in class pt.moredata.fglreport.ProprinterControl
Mete o espaçamento a 1/6 polegada (Normal)
OneTenth() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Mete o espaçamento a 1/10 de polegada
OneTenth() - Static method in class pt.moredata.fglreport.ProprinterControl
Mete o espaçamento a 1/10 de polegada
OpenDetailAction - class pt.despodata.java.webappl.actions.OpenDetailAction.
OpenDetailAction.java Company MoreData
OpenDetailAction() - Constructor for class pt.despodata.java.webappl.actions.OpenDetailAction
Creates a new instance of OpenDetailAction
OptionPane - class pt.moredata.dataentry.util.OptionPane.
Extensao a classe javax.swing.JOptionPane.
OptionPane() - Constructor for class pt.moredata.dataentry.util.OptionPane
Creates a OptionPane with a test message.
OptionPane(Object) - Constructor for class pt.moredata.dataentry.util.OptionPane
Creates a instance of OptionPane to display a message using the plain-message message type and the default options delivered by the UI.
OptionPane(Object, int) - Constructor for class pt.moredata.dataentry.util.OptionPane
Creates an instance of OptionPane to display a message with the specified message type and the default options,
OptionPane(Object, int, int) - Constructor for class pt.moredata.dataentry.util.OptionPane
Creates an instance of OptionPane to display a message with the specified message type and options.
OptionPane(Object, int, int, Icon) - Constructor for class pt.moredata.dataentry.util.OptionPane
Creates an instance of OptionPane to display a message with the specified message type, options, and icon.
OptionPane(Object, int, int, Icon, Object[]) - Constructor for class pt.moredata.dataentry.util.OptionPane
Creates an instance of OptionPane to display a message with the specified message type, icon, and options.
OptionPane(Object, int, int, Icon, Object[], Object) - Constructor for class pt.moredata.dataentry.util.OptionPane
Creates an instance of OptionPane to display a message with the specified message type, icon, and options, with the initially-selected option specified.
OptionTag - class pt.moredata.dataentry.taglibs.OptionTag.
Company MoreData
OptionTag() - Constructor for class pt.moredata.dataentry.taglibs.OptionTag
 
OracleSQLInsertBuilder - class pt.moredata.dao.core.OracleSQLInsertBuilder.
Company MoreData
OracleSQLInsertBuilder(DAOFieldsInfo, RecordSet) - Constructor for class pt.moredata.dao.core.OracleSQLInsertBuilder
Creates a new instance of OracleSQLInsertBuilder
OracleUtilStuff - class pt.moredata.dao.OracleUtilStuff.
OracleUtilStuff.java Company MoreData
OracleUtilStuff() - Constructor for class pt.moredata.dao.OracleUtilStuff
 
OtherListeners() - Method in class pt.despodata.java.ddata.DDataTable
 
OtherListeners() - Method in class pt.moredata.widgets.Table
 
objectosX - class pt.despodata.java.objgraficos.objectosX.
objectosX é a classe que contém os métodos de criação e alteração de objectos gráficos.
objectosX() - Constructor for class pt.despodata.java.objgraficos.objectosX
Constructora vazia.
oldValue - Variable in class pt.despodata.java.ddata.DDataField
Valor anterior a focus para optimização de validações
oldValue - Variable in class pt.despodata.java.ddata.DDataTable
Guarda o valor antes de entrar no editor para mais tarde verificar se deve disparar o evento AfterEditEvent
oldValue - Variable in class pt.despodata.java.ddata.DDataTextField
Valor Antigo
oldValue - Variable in class pt.despodata.java.ddata.event.CellChangedEvent
 
oldValue - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
oldValue - Variable in class pt.despodata.java.ddata.table.DDataCellField
Valor Antigo
oldValue - Variable in class pt.despodata.java.ddata.table.DDataCellTextField
Valor Antigo
oldValue - Variable in class pt.moredata.widgets.Table
Guarda o valor antes de entrar no editor para mais tarde verificar se deve disparar o evento AfterEditEvent
oldValue - Variable in class pt.moredata.widgets.table.CellEditor
 
oldValue - Variable in class pt.moredata.widgets.table.CellField
Valor Antigo
oldValue - Variable in class pt.moredata.widgets.table.CellTextField
Valor Antigo
onEveryRow(FglReportEvent) - Method in interface pt.despodata.java.fglreport.event.FglReportListener
Método que define o que vai ser impresso no conteúdo do report.
onEveryRow - Variable in class pt.despodata.java.fglreport.tests.FglReportTest
 
onEveryRow - Variable in class pt.moredata.fglreport.SwingFglReportTest
Description of the Field
onEveryRow - Variable in class pt.moredata.fglreport.TxtFglReportTest
 
onEveryRow(FglReportEvent) - Method in interface pt.moredata.fglreport.event.FglReportListener
Método que define o que vai ser impresso no conteúdo do report.
onEveryRow(FglReportEvent) - Method in interface pt.moredata.fglreport.event.OnEveryRowListener
 
onLastRow(FglReportEvent) - Method in interface pt.despodata.java.fglreport.event.FglReportListener
Método que define o que vai ser impresso na última linha do conteúdo do report.
onLastRow - Variable in class pt.despodata.java.fglreport.tests.FglReportTest
 
onLastRow - Variable in class pt.moredata.fglreport.SwingFglReportTest
Description of the Field
onLastRow - Variable in class pt.moredata.fglreport.TxtFglReportTest
 
onLastRow(FglReportEvent) - Method in interface pt.moredata.fglreport.event.FglReportListener
Método que define o que vai ser impresso na última linha do conteúdo do report.
onLastRow(FglReportEvent) - Method in interface pt.moredata.fglreport.event.OnLastRowListener
 
onabort - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onblur - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onchange - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onclick - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
ondblclick - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onerror - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onfocus - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onkeydown - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onkeypress - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onkeyup - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onload - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onlyDigits(String) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
onmousedown - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onmousemove - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onmouseout - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onmouseover - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onmouseup - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onreset - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onselect - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
onsubmit - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
openingApplication - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
optional - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
outputStream - Variable in class pt.moredata.fglreport.ProprinterControl
Text output stream Talvez deve-se usar um Writer de qualquer espécie
outputToReport() - Method in class pt.despodata.java.fglreport.FglReport
Executa o on every row do report
outputToReport(ArrayList) - Method in class pt.despodata.java.fglreport.FglReport
Envia determinado output para o report.
outputToReport() - Method in class pt.moredata.fglreport.AbstractFglReport
Executa o on every row do report
outputToReport(ArrayList) - Method in class pt.moredata.fglreport.AbstractFglReport
Envia determinado output para o report.
outputToReport() - Method in interface pt.moredata.fglreport.FglReport
Executa o on every row do report
outputToReport(ArrayList) - Method in interface pt.moredata.fglreport.FglReport
Envia determinado output para o report.
outputToReport(ArrayList) - Method in class pt.moredata.fglreport.SwingFglReport
Envia determinado output para o report.
outputToReport(ArrayList) - Method in class pt.moredata.fglreport.TxtFglReport
Envia determinado output para o report.

P

PASSWORD_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
O campo e do tipo 'Password Field'.
PASSWORD_KEY - Static variable in class pt.despodata.java.webappl.AuthenticateServlet
 
PASSWORD_KEY - Static variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Chave usada para guardar a password.
PESQUISAR - Static variable in class pt.despodata.java.webappl.GenericModel
Pesquisa no modelo de dados.
PNG - Static variable in class pt.moredata.ecs.rtf.Picture
 
POOL_KEY - Static variable in class pt.moredata.taglibs.filter.FilterButtonTag
Chave usada para guardar uma pool de filtros para um conjunto de paginas.
POSTGRESQL_DATABASE - Static variable in class pt.moredata.dao.util.DataBaseIdentifier
PostgreSQL database.
PREVIOUS_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
PREVIOUS_COMMAND - Static variable in class pt.moredata.taglibs.filter.PaginatorTag
Accao dada ao controlador para passar para a pagina anterior.
PRE_INSERIR_DETALHE - Static variable in class pt.despodata.java.webappl.GenericModel
Insercao de detalhes no modelo de dados.
PRINT_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
PROTECTED_PAGE_KEY - Static variable in class pt.despodata.java.webappl.Types
 
Page - class pt.despodata.java.webappl.Page.
Page.java, Representa uma pagina html.
Page(String, int) - Constructor for class pt.despodata.java.webappl.Page
Constroi uma representacao de uma pagina de Web.
PageParameter - class pt.despodata.java.tags.templates.PageParameter.
 
PageParameter(String, String) - Constructor for class pt.despodata.java.tags.templates.PageParameter
 
PaginatorControlTag - class pt.moredata.taglibs.filter.PaginatorControlTag.
PaginatorControlTag.java Company MoreData
PaginatorControlTag() - Constructor for class pt.moredata.taglibs.filter.PaginatorControlTag
 
PaginatorController - class pt.moredata.taglibs.filter.PaginatorController.
PaginatorController.java Company MoreData
PaginatorController() - Constructor for class pt.moredata.taglibs.filter.PaginatorController
 
PaginatorTag - class pt.moredata.taglibs.filter.PaginatorTag.
PaginatorTag.java Company MoreData
PaginatorTag() - Constructor for class pt.moredata.taglibs.filter.PaginatorTag
 
Panel - class pt.moredata.widgets.Panel.
Painel usado como base para todos os forms Tem uma variavel que corresponde ao estado da informa��o da form para controlar se deve ou n�o d ser efectuado um update
Panel() - Constructor for class pt.moredata.widgets.Panel
 
PanelBeanInfo - class pt.moredata.widgets.PanelBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
PanelBeanInfo() - Constructor for class pt.moredata.widgets.PanelBeanInfo
 
PanelModifiedEvent - class pt.despodata.java.ddata.PanelModifiedEvent.
 
PanelModifiedEvent() - Constructor for class pt.despodata.java.ddata.PanelModifiedEvent
 
PanelModifiedEvent - class pt.moredata.widgets.PanelModifiedEvent.
 
PanelModifiedEvent() - Constructor for class pt.moredata.widgets.PanelModifiedEvent
 
PanelModifiedListener - interface pt.moredata.widgets.PanelModifiedListener.
 
ParagraphDefault - class pt.moredata.ecs.rtf.ParagraphDefault.
 
ParagraphDefault() - Constructor for class pt.moredata.ecs.rtf.ParagraphDefault
Creates new ParagraphDefault
ParagraphNumbering - class pt.moredata.ecs.rtf.ParagraphNumbering.
 
ParagraphNumbering() - Constructor for class pt.moredata.ecs.rtf.ParagraphNumbering
Creates new ParagraphNumbering
PasswordField - class pt.moredata.widgets.PasswordField.
PasswordField.java Company MoreData
PasswordField() - Constructor for class pt.moredata.widgets.PasswordField
 
PasswordFieldBeanInfo - class pt.moredata.widgets.PasswordFieldBeanInfo.
PasswordField.java Company MoreData
PasswordFieldBeanInfo() - Constructor for class pt.moredata.widgets.PasswordFieldBeanInfo
 
PasswordInputTag - class pt.moredata.connection.taglibs.PasswordInputTag.
PasswordInputTag.java Company MoreData
PasswordInputTag() - Constructor for class pt.moredata.connection.taglibs.PasswordInputTag
 
Paths - class pt.despodata.java.mvc.Paths.
 
Paths() - Constructor for class pt.despodata.java.mvc.Paths
 
PermissionManager - class pt.moredata.mdmenus.PermissionManager.
 
PermissionManager(Connection) - Constructor for class pt.moredata.mdmenus.PermissionManager
 
Picture - class pt.moredata.ecs.rtf.Picture.
Generating picture tag(s) and data for RTF file
Picture() - Constructor for class pt.moredata.ecs.rtf.Picture
 
PrepareInsertDetailRecordAction - class pt.despodata.java.webappl.actions.PrepareInsertDetailRecordAction.
InsertRecordAction.java Company MoreData
PrepareInsertDetailRecordAction() - Constructor for class pt.despodata.java.webappl.actions.PrepareInsertDetailRecordAction
Creates a new instance of InsertRecordAction
PreviousDetailAction - class pt.despodata.java.webappl.actions.PreviousDetailAction.
PreviousRecordAction.java Company MoreData
PreviousDetailAction() - Constructor for class pt.despodata.java.webappl.actions.PreviousDetailAction
 
PreviousRecordAction - class pt.despodata.java.webappl.actions.PreviousRecordAction.
PreviousRecordAction.java Company MoreData
PreviousRecordAction() - Constructor for class pt.despodata.java.webappl.actions.PreviousRecordAction
 
PrintPreview - class pt.despodata.java.objgraficos.PrintPreview.
 
PrintPreview(Pageable) - Constructor for class pt.despodata.java.objgraficos.PrintPreview
 
PrintPreview - class pt.moredata.fglreport.objgraficos.PrintPreview.
 
PrintPreview(Pageable) - Constructor for class pt.moredata.fglreport.objgraficos.PrintPreview
 
PrintStackTraceTag - class pt.moredata.dataentry.taglibs.PrintStackTraceTag.
Tag for display tha last stack trace error for a DataEntry.
PrintStackTraceTag() - Constructor for class pt.moredata.dataentry.taglibs.PrintStackTraceTag
 
PrintSwingReportAction - class pt.moredata.dataentry.action.PrintSwingReportAction.
PrintSwingReportAction.java Company MoreData
PrintSwingReportAction() - Constructor for class pt.moredata.dataentry.action.PrintSwingReportAction
 
PrintWebPageTag - class pt.despodata.java.webappl.tags.PrintWebPageTag.
PrintWebPageTag.java, Permite imprimir o conteudo de uma WebPage.
PrintWebPageTag() - Constructor for class pt.despodata.java.webappl.tags.PrintWebPageTag
 
PrivilegedAccessor - class pt.moredata.tests.PrivilegedAccessor.
a.k.a.
PrivilegedAccessor() - Constructor for class pt.moredata.tests.PrivilegedAccessor
 
ProgressBar - class pt.moredata.widgets.ProgressBar.
Description of the Class
ProgressBar() - Constructor for class pt.moredata.widgets.ProgressBar
Constructor for the ProgressBar object
ProgressBarBeanInfo - class pt.moredata.widgets.ProgressBarBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
ProgressBarBeanInfo() - Constructor for class pt.moredata.widgets.ProgressBarBeanInfo
 
Prop() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Muda a impressão para um espaçamento proporcional
Prop() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para um espaçamento proporcional
Property - class pt.moredata.connection.Property.
Property.java Company MoreData
Property(String, String) - Constructor for class pt.moredata.connection.Property
Creates a new instance of Property
ProprinterControl - class pt.despodata.java.fglreport.ProprinterControl.
 
ProprinterControl() - Constructor for class pt.despodata.java.fglreport.ProprinterControl
 
ProprinterControl - class pt.moredata.fglreport.ProprinterControl.
ProprinterControl.java Copyright: Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
ProprinterControl() - Constructor for class pt.moredata.fglreport.ProprinterControl
 
ProprinterControlTest - class pt.despodata.java.fglreport.tests.ProprinterControlTest.
ProprinterControlTest.java Company MoreData
ProprinterControlTest(String) - Constructor for class pt.despodata.java.fglreport.tests.ProprinterControlTest
 
ProprinterControlTest - class pt.moredata.fglreport.ProprinterControlTest.
ProprinterControlTest.java Company MoreData
ProprinterControlTest(String) - Constructor for class pt.moredata.fglreport.ProprinterControlTest
Constructor for the ProprinterControlTest object
ProtectTag - class pt.despodata.java.webappl.tags.ProtectTag.
ProtectTag.java Protege regioes de texto, tornando-as acessiveis a apenas alguns utilizadores.
ProtectTag() - Constructor for class pt.despodata.java.webappl.tags.ProtectTag
 
ProtectedContentTag - class pt.moredata.taglibs.protectcontent.ProtectedContentTag.
ProtectedContentTag.java Implementação de uma tag que permite proteger o conteudo de uma pagina em jsp.
ProtectedContentTag() - Constructor for class pt.moredata.taglibs.protectcontent.ProtectedContentTag
 
ProtectedContentTagExtraInfo - class pt.moredata.taglibs.protectcontent.ProtectedContentTagExtraInfo.
ProtectedContentTagExtraInfo.java Company MoreData
ProtectedContentTagExtraInfo() - Constructor for class pt.moredata.taglibs.protectcontent.ProtectedContentTagExtraInfo
 
Prototipo - class pt.moredata.dataentry.Prototipo.
Deprecated. Esta classe foi separada e passou a chamar-se Prototipo2.java
Prototipo() - Constructor for class pt.moredata.dataentry.Prototipo
Deprecated. Creates new Prototipo form.
Prototipo2 - class pt.moredata.dataentry.Prototipo2.
Prototipo2.java Prototipo efectuado a partir do antigo prototipo 'Prototipo.java' Este prototipo exemplifica a criacao de uma entrada de dados atraves de um DataEntryController.
Prototipo2() - Constructor for class pt.moredata.dataentry.Prototipo2
Cria um Prototipo para testar a arquitectura.
ProvaX - class pt.despodata.java.objgraficos.ProvaX.
 
ProvaX(Pageable) - Constructor for class pt.despodata.java.objgraficos.ProvaX
 
ProvaX - class pt.moredata.fglreport.objgraficos.ProvaX.
 
ProvaX(Pageable) - Constructor for class pt.moredata.fglreport.objgraficos.ProvaX
 
ProvaXActual - Variable in class pt.despodata.java.objgraficos.PrintPreview
 
ProvaXActual - Variable in class pt.despodata.java.objgraficos.ProvaX
 
ProvaXActual - Variable in class pt.moredata.fglreport.objgraficos.PrintPreview
 
ProvaXActual - Variable in class pt.moredata.fglreport.objgraficos.ProvaX
 
PublicGenericMetaField - class pt.moredata.dao.core.PublicGenericMetaField.
Deprecated. This class will be removed in the future.
PublicGenericMetaField(String, String) - Constructor for class pt.moredata.dao.core.PublicGenericMetaField
Deprecated. Cria uma novoa representação de uma coluna de uma tabela.
PublicGenericMetaField(String) - Constructor for class pt.moredata.dao.core.PublicGenericMetaField
Deprecated. Cria uma novoa representação de uma coluna de uma tabela.
PutTag - class pt.despodata.java.tags.templates.PutTag.
 
PutTag() - Constructor for class pt.despodata.java.tags.templates.PutTag
 
pack() - Method in class pt.moredata.dao.core.SQLBuilderTest
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class pt.moredata.dataentry.DataBaseFormTemplate
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class pt.moredata.dataentry.DataEntryDemo
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class pt.moredata.dataentry.JDBCApplicationTemplate
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
pageHeader(FglReportEvent) - Method in interface pt.despodata.java.fglreport.event.FglReportListener
Método que define o que vai ser impresso no cabeçalho de todas as páginas.
pageHeader - Variable in class pt.despodata.java.fglreport.tests.FglReportTest
 
pageHeader - Variable in class pt.moredata.fglreport.SwingFglReportTest
Description of the Field
pageHeader - Variable in class pt.moredata.fglreport.TxtFglReportTest
 
pageHeader(FglReportEvent) - Method in interface pt.moredata.fglreport.event.FglReportListener
Método que define o que vai ser impresso no cabeçalho de todas as páginas.
pageHeader(FglReportEvent) - Method in interface pt.moredata.fglreport.event.HeaderListener
Método invocado pelo DaoReport para imprimir o header de todas as páginas, excepto da prieira página.
pageHeaderLength - Variable in class pt.moredata.fglreport.AbstractFglReport
Tamanho do PageHeader
pageLength - Variable in class pt.moredata.fglreport.AbstractFglReport
Indica o número de linhas de uma página, incluindo header e trailer.
pageShouldChange() - Method in class pt.moredata.fglreport.SwingFglReport
Detecta se deve haver mudança de página.
pageTrailer(FglReportEvent) - Method in interface pt.despodata.java.fglreport.event.FglReportListener
Método que define o que vai ser impresso no rodapé das páginas.
pageTrailer(FglReportEvent) - Method in interface pt.moredata.fglreport.event.FglReportListener
Método que define o que vai ser impresso no rodapé das páginas.
pageTrailer(FglReportEvent) - Method in interface pt.moredata.fglreport.event.TrailerListener
Metodo invocado pelo DaoReport para imprimir o footer de todas as páginas.
pageTrailerLength - Variable in class pt.moredata.fglreport.AbstractFglReport
Tamanho do PageTrailer
pageTraillerCount - Variable in class pt.despodata.java.fglreport.tests.FglReportTest
 
pageTraillerCount - Variable in class pt.moredata.fglreport.SwingFglReportTest
Description of the Field
pageWidth - Variable in class pt.moredata.fglreport.AbstractFglReport
Indica o número de colunas de uma página.
pageno - Variable in class pt.moredata.fglreport.AbstractFglReport
Indica a página corrente
pagetrailerCount - Variable in class pt.moredata.fglreport.TxtFglReportTest
 
pagina - Variable in class pt.despodata.java.objgraficos.objectosX
Página
pagina - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Página
paint(Graphics) - Method in class pt.despodata.java.ddata.DDataCaret
Afecta a cor do cursor
paint(Graphics, JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
Paint a representation of the table instance that was set in installUI().
paint(Graphics, JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicDDataRadioButtonUI
 
paint(Graphics, JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.CheckBoxUI
 
paint(Graphics, JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.DDataGroupableTableHeaderUI
 
paint(Graphics) - Method in class pt.moredata.mdmenus.CheckRenderer.TreeLabel
 
paint(Graphics) - Method in class pt.moredata.widgets.Caret
Afecta a cor do cursor
paint(Graphics) - Method in class pt.moredata.widgets.FilePreviewer
 
paint(Graphics, JComponent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
Paint a representation of the table instance that was set in installUI().
paint(Graphics, JComponent) - Method in class pt.moredata.widgets.plaf.basic.BasicRadioButtonUI
Description of the Method
paint(Graphics, JComponent) - Method in class pt.moredata.widgets.plaf.basic.CheckBoxUI
Description of the Method
paint(Graphics, JComponent) - Method in class pt.moredata.widgets.plaf.basic.GroupableTableHeaderUI
Description of the Method
paintButtonPressed(Graphics, AbstractButton) - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
paintButtonPressed(Graphics, AbstractButton) - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
paintComponent(Graphics) - Method in class pt.despodata.java.ddata.DDataProgressBar
Repaint the component.
paintComponent(Graphics) - Method in class pt.moredata.widgets.ProgressBar
Repaint the component.
paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
paintText(Graphics, JComponent, Rectangle, String) - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
paintText(Graphics, AbstractButton, Rectangle, String) - Method in class pt.despodata.java.ddata.plaf.basic.CheckBoxUI
 
paintText(Graphics, JComponent, Rectangle, String) - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
paintText(Graphics, AbstractButton, Rectangle, String) - Method in class pt.moredata.widgets.plaf.basic.CheckBoxUI
Description of the Method
paintThick(Graphics) - Method in class pt.despodata.java.ddata.DDataCaret
Pinta um cursor em triangulo
paintThick(Graphics) - Method in class pt.moredata.widgets.Caret
Pinta um cursor em triangulo
paragraph() - Method in class pt.moredata.ecs.rtf.RtfFactory
Inicia um novo parágrafo dentro do qual todo o texto será gerado
paragraph(int) - Method in class pt.moredata.ecs.rtf.RtfFactory
Inicia um novo parágrafo com determinada indentação inicial
paragraph(String, int) - Method in class pt.moredata.ecs.rtf.RtfFactory
Inicia um novo parágrafo com determinado alinhamento e linha de inicio
parameters - Variable in class pt.despodata.java.ddata.DDataMultipartRequest
 
parameters - Variable in class pt.moredata.dataentry.util.http.MultipartServletRequest
Lista de parametros enviados pelo browser.
parent - Variable in class pt.despodata.java.webappl.tags.AbstractProtectTag
Tag onde esta tag deve ser aninhada.
parse(Class, String) - Static method in class pt.moredata.util.UniversalParser
 
parse(Class, String, String) - Static method in class pt.moredata.util.UniversalParser
 
parseDate(String, String) - Static method in class pt.moredata.util.UniversalParser
 
parseGeneric(Class, String) - Static method in class pt.moredata.util.UniversalParser
 
parseSQLDate(String, String) - Static method in class pt.moredata.util.UniversalParser
 
passwd - Variable in class pt.despodata.java.ddata.DevelopmentTool
 
passwdFile - Variable in class pt.despodata.java.ddata.DevelopmentTool
 
password - Variable in class pt.despodata.java.connection.DDConnectionConfig
 
password - Variable in class pt.moredata.connection.AbstractConnectionConfig
Palavra chave do utilizador.
paste() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
paste() - Method in class pt.despodata.java.ddata.DDataField
 
paste() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Coloca no local onde se encontra o cursor a porção de texto que estiver na área de teansferencia
paste() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Coloca no local onde se encontra o cursor a porção de texto que estiver na área de teansferencia
paste() - Method in class pt.moredata.widgets.EditorPane
Description of the Method
paste() - Method in class pt.moredata.widgets.Field
Description of the Method
paste() - Method in interface pt.moredata.widgets.FieldObject
Coloca no local onde se encontra o cursor a porção de texto que estiver na área de teansferencia
paste() - Method in class pt.moredata.widgets.ImageFieldObject
Coloca no local onde se encontra o cursor a porção de texto que estiver na área de teansferencia
pasteRow(int) - Method in class pt.despodata.java.ddata.DDataTable
Insere uma nova linha com os dados copiados para clipboard
pasteRow(int) - Method in class pt.moredata.widgets.Table
Insere uma nova linha com os dados copiados para clipboard
pcs - Variable in class pt.despodata.java.ddata.DDataComboBoxCustomizer
Para poder avisar as propriedades sobre ocorrencia de mudancas
pcs - Variable in class pt.despodata.java.ddata.DDataTableCustomizer
Para poder avisar as propriedades sobre ocorrencia de mudancas nas propriedades ocorridas durante a customização
peek() - Method in class pt.despodata.java.webappl.Frame
Devolve a IPage que se encontra no cimo do stack.
perform(HttpServletResponse) - Method in class pt.despodata.java.ddata.DHtmlGetByteField
Realiza a accao.
perform(HttpServletResponse) - Method in class pt.despodata.java.webappl.DeleteImage
Realiza a accao .
perform(Map) - Method in interface pt.despodata.java.webappl.actions.Action
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.ActionBase
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform(Map) - Method in class pt.despodata.java.webappl.actions.ActionBase
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.EditSelectedRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.EmptyAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.ExitApplicationAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.FirstRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.GoBackAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.GoToRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.InsertDetailRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.LastRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.NewRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.NextRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.OpenDetailAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.PrepareInsertDetailRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.PreviousDetailAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.PreviousRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.RemoveRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.RemoveSelectedAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.SearchRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.SelectAllAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.SubmitDetailRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.SubmitRecordAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
perform() - Method in class pt.despodata.java.webappl.actions.SubmitSelectedRecordsAction
This is the method that's passes refereces to the action servlet and the HTTP request and response.
pix2mm(int) - Static method in class pt.despodata.java.objgraficos.MainX
Método de conversão de 'javas' em mm.
pix2mm(int) - Static method in class pt.despodata.java.objgraficos.UtilX
Método de conversão de 'javas' em mm.
pix2mm(int) - Static method in class pt.moredata.fglreport.objgraficos.UtilX
Método de conversão de 'javas' em mm.
pop() - Method in class pt.despodata.java.webappl.Frame
retira e devolve a IPage que se encontra no cimo do stack.
populateCombo() - Method in class pt.despodata.java.ddata.DDataComboBox
Preenche a comboBox com os dados do data control que existe ou vai ser construido na pool
populateCombo() - Method in class pt.moredata.widgets.ComboBox
Preenche a comboBox com os dados do data control que existe ou vai ser construido na pool
populateDataControl(String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Cria e preenche um recordSet do tipo Snapshot com os dados da tabela enviada como parametro Assume que ja se verificou se existe recordset preenchido para a tabela
populateLov() - Method in class pt.despodata.java.ddata.DDataLov
Preenche a lov com a informacao pretendida
populateLov() - Method in class pt.moredata.widgets.Lov
Preenche a lov com a informacao pretendida
popupWidth - Variable in class pt.despodata.java.ddata.DDataComboBox
 
popupWidth - Variable in class pt.moredata.widgets.ComboBox
Description of the Field
port - Variable in class pt.moredata.connection.AbstractConnectionConfig
Porto onde e servido o pedido.
post(String, int, String, Object) - Static method in class pt.moredata.util.HttpConnection
Este metodo envia o conteudo de um objecto atraves de HTTP para um determinado endereço.
postActionEvent() - Method in class pt.despodata.java.ddata.DDataField
 
postActionEvent() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Processa os eventos que ocorrem e envia-os para os objectos ActionListener registados
postActionEvent() - Method in class pt.moredata.widgets.ComboBoxFieldObject
Processa os eventos que ocorrem e envia-os para os objectos ActionListener registados
postActionEvent() - Method in class pt.moredata.widgets.EditorPaneObject
Processa os eventos que ocorrem e envia-os para os objectos ActionListener registados
postActionEvent() - Method in class pt.moredata.widgets.Field
Description of the Method
postActionEvent() - Method in interface pt.moredata.widgets.FieldObject
Processa os eventos que ocorrem e envia-os para os objectos ActionListener registados
postActionEvent() - Method in class pt.moredata.widgets.ImageFieldObject
Processa os eventos que ocorrem e envia-os para os objectos ActionListener registados
prepareEditor(TableCellEditor, int, int) - Method in class pt.despodata.java.ddata.DDataBaseTable
Prepares the editor by querying the data model for the value and selection state of the cell at row, column.
prepareEditor(TableCellEditor, int, int, Object) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
Preparação antes de executar o editor
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataDelegate
Preparação antes de executar o editor
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
Faz a preparação do DDataCellField
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataTextAreaDelegate
 
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
Faz a preparação do DDataCellField
prepareEditor(TableCellEditor, int, int) - Method in class pt.moredata.widgets.BaseTable
Prepares the editor by querying the data model for the value and selection state of the cell at row, column.
prepareEditor(TableCellEditor, int, int, Object) - Method in class pt.moredata.widgets.BaseTable
 
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.moredata.widgets.table.CheckBoxDelegate
Preparação antes de executar o editor
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.moredata.widgets.table.ComboBoxDelegate
 
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.moredata.widgets.table.FieldDelegate
Faz a preparação do CellField
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.moredata.widgets.table.TextAreaDelegate
 
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.moredata.widgets.table.TextFieldDelegate
Faz a preparação do DDataCellField
prepareEditor(JTable, Object, boolean, int, int) - Method in class pt.moredata.widgets.table.WidgetDelegate
Preparação antes de executar o editor
prepareInsertStatement() - Method in class pt.moredata.xml.db.DBSimpleTable
Prepares the statement
prepareRenderer(TableCellRenderer, int, int) - Method in class pt.despodata.java.ddata.DDataBaseTable
Prepares the renderer setting the adequate properties for that cell row, column.
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataDelegate
Preparação antes de devolver o renderer
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataIconDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataTextAreaDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
prepareRenderer(TableCellRenderer, int, int) - Method in class pt.moredata.widgets.BaseTable
Prepares the renderer setting the adequate properties for that cell row, column.
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.CheckBoxDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.ComboBoxDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.FieldDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.IconDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.TextAreaDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
prepareRenderer(JTable, Object, boolean, boolean, int, int) - Method in class pt.moredata.widgets.table.WidgetDelegate
Preparação antes de devolver o renderer
preview() - Method in class pt.despodata.java.fglreport.FglReport
Previsão / visualização do report
preview(boolean) - Method in class pt.despodata.java.fglreport.FglReport
 
previous(DDWizActionEvent) - Method in interface pt.despodata.java.wizard.event.DDWizActionListener
 
previous(WizardActionEvent) - Method in interface pt.moredata.wizard.event.WizardActionListener
 
previousPanel() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Iterate into the previous panel.
previousParameters - Variable in class pt.moredata.fglreport.AbstractFglReport
Parametros relativos à iteração imediatamente anterior
previousRecord() - Method in class pt.despodata.java.ddata.DDataSwingControl
Mostra o registo seguinte
primaryKey - Variable in class pt.moredata.dao.DataTableInfo
Colunas que constituem a chave primária
print(String) - Method in class pt.despodata.java.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente
print(String, int) - Method in class pt.despodata.java.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, mudando-lhe o tamanho da font
print(Graphics, PageFormat, int) - Method in class pt.despodata.java.objgraficos.Impressao
Redefinição do método de impressão da classe Printable
print(JspWriter) - Method in class pt.moredata.connection.taglibs.AbstractInputTag
Este metodo e responsavel por escrever na pagina o codigo html gerado para uma determinada tag.
print(JspWriter) - Method in class pt.moredata.connection.taglibs.DriverInputTag
 
print(JspWriter) - Method in class pt.moredata.connection.taglibs.JdbcURLInputTag
 
print(JspWriter) - Method in class pt.moredata.connection.taglibs.PasswordInputTag
 
print(JspWriter) - Method in class pt.moredata.connection.taglibs.UserIdInputTag
 
print(String) - Method in class pt.moredata.fglreport.AbstractFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente
print(String, int) - Method in class pt.moredata.fglreport.AbstractFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, mudando-lhe o tamanho da font
print(String) - Method in interface pt.moredata.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente
print(String, int) - Method in interface pt.moredata.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, mudando-lhe o tamanho da font
print(String) - Method in class pt.moredata.fglreport.SwingFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente
print(String, int) - Method in class pt.moredata.fglreport.SwingFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, mudando-lhe o tamanho da font
print(String) - Method in class pt.moredata.fglreport.TxtFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente
print(String, int) - Method in class pt.moredata.fglreport.TxtFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, mudando-lhe o tamanho da font
print(Graphics, PageFormat, int) - Method in class pt.moredata.fglreport.objgraficos.Impressao
Redefinição do método de impressão da classe Printable
print(String) - Static method in class pt.moredata.util.Debug
 
print(Object, Object) - Static method in class pt.moredata.util.Debug
 
print(Graphics, PageFormat, int) - Method in class pt.moredata.util.ScreenPrinter
The standard method to create the page
printActionAttribute() - Method in class pt.moredata.dataentry.taglibs.FormTag
Imprime para o buffer o atributo 'onchange'.
printActionAttribute() - Method in class pt.moredata.taglibs.widgets.FormTag
Imprime para o buffer o atributo 'onchange'.
printAfterGroupOf(FglReportEvent) - Method in class pt.moredata.fglreport.DaoReport
Escreve depois de um grupo de linhas
printAltAttribute() - Method in class pt.moredata.dataentry.taglibs.ImageTag
Imprime para o buffer o atributo 'alt'.
printAltAttribute() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o atributo 'alt'.
printAttributes() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.dataentry.taglibs.FormTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.dataentry.taglibs.InputTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.dataentry.taglibs.TextAreaTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.taglibs.widgets.AnchorTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.taglibs.widgets.FormTag
Imprime para o buffer os atributos da tag.
printAttributes() - Method in class pt.moredata.taglibs.widgets.ImageTag
Imprime para o buffer os atributos da tag.
printBeforeGroupOf(FglReportEvent) - Method in class pt.moredata.fglreport.DaoReport
Escreve antes de um grupo de linhas
printBodyTag() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o conteudo da tag.
printBold(String) - Method in class pt.despodata.java.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold
printBold(String, int) - Method in class pt.despodata.java.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold e muda a tamanho desta mesma
printBold(String) - Method in class pt.moredata.fglreport.AbstractFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold
printBold(String, int) - Method in class pt.moredata.fglreport.AbstractFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold e muda o tamanho desta
printBold(String) - Method in interface pt.moredata.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold
printBold(String, int) - Method in interface pt.moredata.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold e muda a tamanho desta mesma
printBold(String) - Method in class pt.moredata.fglreport.SwingFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold
printBold(String, int) - Method in class pt.moredata.fglreport.SwingFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold e muda a tamanho desta mesma
printBold(String, int) - Method in class pt.moredata.fglreport.TxtFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente, afectando a sua fonte para Bold e muda o tamanho desta
printBox(int, int) - Method in class pt.despodata.java.fglreport.FglReport
Imprime uma box na linha e coluna corrente
printBox(int, int) - Method in class pt.moredata.fglreport.AbstractFglReport
Imprime uma box na linha e coluna corrente
printBox(int, int) - Method in interface pt.moredata.fglreport.FglReport
Imprime uma box na linha e coluna corrente
printBox(int, int) - Method in class pt.moredata.fglreport.SwingFglReport
Imprime uma box na linha e coluna corrente
printBox(int, int) - Method in class pt.moredata.fglreport.TxtFglReport
Imprime uma box na linha e coluna corrente
printButton(JspButton) - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
Imprime o codigo correspondente a um botao caso ele nao esteja escondido.
printButton(JspButton) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Imprime o codigo correspondente a um botao.
printCheckedAttribute() - Method in class pt.moredata.dataentry.taglibs.InputTag
Imprime para o buffer o atributo 'checked'.
printClassAttribute() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime para o bufer o atributo 'class'.
printClassAttribute() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o bufer o atributo 'class'.
printDisabledAttribute() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime para o buffer o atributo 'checked'.
printEnctypeAttribute() - Method in class pt.moredata.dataentry.taglibs.FormTag
Imprime para o buffer o atributo 'onchange'.
printEnctypeAttribute() - Method in class pt.moredata.taglibs.widgets.FormTag
Imprime para o buffer o atributo 'onchange'.
printEndTag() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Imprime para o buffer o fim da tag.
printEndTag() - Method in class pt.moredata.dataentry.taglibs.FormTag
Imprime para o buffer o fim da tag.
printEndTag() - Method in class pt.moredata.dataentry.taglibs.InputTag
Imprime para o buffer o fim da tag.
printEndTag() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime para o buffer o fim da tag.
printEndTag() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Imprime para o buffer o fim da tag.
printEndTag() - Method in class pt.moredata.dataentry.taglibs.TextAreaTag
Imprime para o buffer o inicio da tag.
printEndTag() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o fim da tag.
printEndTag() - Method in class pt.moredata.taglibs.widgets.AnchorTag
Imprime para o buffer o fim da tag.
printEndTag() - Method in class pt.moredata.taglibs.widgets.FormTag
Imprime para o buffer o fim da tag.
printEndTag() - Method in class pt.moredata.taglibs.widgets.ImageTag
Imprime para o buffer o fim da tag.
printErrorPage(HttpServletResponse, String, String, String, Logger) - Method in class pt.moredata.dataentry.util.http.ErrorPageBuilder
Imprime uma menssagem de erro na pagina.
printFirstPageHeader(FglReportEvent) - Method in class pt.moredata.fglreport.DaoReport
Escreve o cabeçalho da primeira página do Report
printHrefAttribute() - Method in class pt.moredata.dataentry.taglibs.DownloadFileTag
Imprime para o buffer os atributos 'href' da tag.
printHrefAttribute() - Method in class pt.moredata.dataentry.taglibs.GoToRecordTag
Imprime para o buffer os atributos 'href' da tag.
printHrefAttribute() - Method in class pt.moredata.taglibs.widgets.AnchorTag
Imprime para o buffer os atributos 'href' da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime codigo em javascript, antes do inicio da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.dataentry.taglibs.FormTag
Imprime codigo em javascript, associado a tag.
printJavaScriptAtBegin() - Method in class pt.moredata.dataentry.taglibs.InputTag
Imprime codigo em javascript, antes do inicio da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime codigo em javascript, antes do inicio da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.taglibs.content.HideContentControllTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.taglibs.content.HideContentTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime codigo em javascript, antes do inicio da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.taglibs.widgets.AnchorTag
Imprime codigo em javascript, antes do inicio da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.taglibs.widgets.FormTag
Imprime codigo em javascript, antes do inicio da tag.
printJavaScriptAtBegin() - Method in class pt.moredata.taglibs.widgets.ImageTag
Imprime codigo em javascript, antes do inicio da tag.
printJavaScriptAtEnd() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtEnd() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtEnd() - Method in class pt.moredata.dataentry.taglibs.FormTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtEnd() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtEnd() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtEnd() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime codigo em javascript, depois do fim da tag
printJavaScriptAtEnd() - Method in class pt.moredata.taglibs.widgets.AnchorTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtEnd() - Method in class pt.moredata.taglibs.widgets.FormTag
Imprime codigo em javascript, depois do fim da tag.
printJavaScriptAtEnd() - Method in class pt.moredata.taglibs.widgets.ImageTag
Imprime codigo em javascript, depois do fim da tag.
printMethodAttribute() - Method in class pt.moredata.dataentry.taglibs.FormTag
Imprime para o buffer o atributo 'onchange'.
printMethodAttribute() - Method in class pt.moredata.taglibs.widgets.FormTag
Imprime para o buffer o atributo 'onchange'.
printNLines() - Method in class pt.despodata.java.ddata.DDataEditorPane
Metodo para debug do numero de linhas existente
printNLines() - Method in class pt.moredata.widgets.EditorPane
Metodo para debug do numero de linhas existente
printNameAttribute() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime para o buffer o atributo 'name'.
printNameAttribute() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Imprime para o buffer o atributo 'name'.
printNameAttribute() - Method in class pt.moredata.dataentry.taglibs.FormTag
Imprime para o buffer o atributo 'name'.
printNameAttribute() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime para o buffer o atributo 'name'.
printNameAttribute() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Imprime para o buffer o atributo 'name'.
printNameAttribute() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o atributo 'name'.
printOnChangeAttribute() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime para o buffer o atributo 'name'.
printOnChangeAttribute() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Imprime para o buffer o atributo 'name'.
printOnChangeAttribute() - Method in class pt.moredata.dataentry.taglibs.InputTag
Imprime para o buffer o atributo 'name'.
printOnChangeAttribute() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime para o buffer o atributo 'onChange'.
printOnChangeAttribute() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o atributo 'onchange'.
printOnEveryRow(FglReportEvent) - Method in class pt.moredata.fglreport.DaoReport
Escreve um determinado texto em todas as linhas de um Report
printOnFocusAttribute() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime para o buffer o atributo 'onFocus'.
printOnFocusAttribute() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime para o buffer o atributo 'onFocus'.
printOnFocusAttribute() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o atributo 'onFocus'.
printOnLastRow(FglReportEvent) - Method in class pt.moredata.fglreport.DaoReport
Escreve na última linha do Report
printOnSubmitAttribute() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o atributo 'onsubmit'.
printPageHeader(FglReportEvent) - Method in class pt.moredata.fglreport.DaoReport
Escreve o cabeçalh do Report
printPageTrailer(FglReportEvent) - Method in class pt.moredata.fglreport.DaoReport
Escreve o rodapé da página
printSelectedAttribute() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime para o buffer o atributo 'selected'.
printSrcAttribute() - Method in class pt.moredata.dataentry.taglibs.ImageTag
Imprime para o buffer o atributo 'src'.
printSrcAttribute() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o atributo 'src'.
printStartTag() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Imprime para o buffer o inicio da tag.
printStartTag() - Method in class pt.moredata.dataentry.taglibs.InputTag
Imprime para o buffer o inicio da tag.
printStartTag() - Method in class pt.moredata.dataentry.taglibs.OptionTag
Imprime para o buffer o inicio da tag.
printStartTag() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Imprime para o buffer o inicio da tag.
printStartTag() - Method in class pt.moredata.dataentry.taglibs.TextAreaTag
Imprime para o buffer o fim da tag.
printStartTag() - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Imprime para o buffer o inicio da tag.
printStartTag() - Method in class pt.moredata.taglibs.widgets.AnchorTag
Imprime para o buffer o inicio da tag.
printStartTag() - Method in class pt.moredata.taglibs.widgets.FormTag
Imprime para o buffer o inicio da tag.
printStartTag() - Method in class pt.moredata.taglibs.widgets.ImageTag
Imprime para o buffer o inicio da tag.
printTag() - Method in class pt.moredata.dataentry.taglibs.ButtonTag
Imprime o codigo do botao em HTML.
printTag() - Method in class pt.moredata.taglibs.widgets.ButtonTag
Imprime o codigo do botao em HTML.
printToolBar() - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
Imprime o codigo da toolBar em HTML.
printToolBar() - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Imprime o codigo da toolBar em HTML.
printValueAttribute() - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Imprime para o buffer o atributo 'value'.
printValueAttribute() - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Imprime para o buffer o atributo 'value'.
printValueAttribute() - Method in class pt.moredata.dataentry.taglibs.SelectTag
Imprime para o buffer o atributo 'value'.
printValueAttribute() - Method in class pt.moredata.dataentry.taglibs.TextAreaTag
Imprime para o buffer o atributo 'value'.
printValueAttribute() - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Imprime para o buffer o atributo 'value'.
println(Object) - Method in class pt.despodata.java.ddata.DDataErrorPrintStream
 
println(String) - Method in class pt.despodata.java.ddata.DDataErrorPrintStream
 
println(String) - Method in class pt.despodata.java.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente
println(String) - Method in class pt.moredata.fglreport.AbstractFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente
println(String) - Method in interface pt.moredata.fglreport.FglReport
Imprime a string enviada na coluna passada como parâmetro na linha corrente e muda de linha
println(String) - Method in class pt.moredata.fglreport.SwingFglReport
Imprime a string enviada na coluna passada como parâmetro na linha corrente e muda de linha
println(String) - Method in class pt.moredata.fglreport.TxtFglReport
Imprime a string enviada na coluna passada como parâmetro e na linha corrente
println(String) - Static method in class pt.moredata.util.Debug
 
println() - Static method in class pt.moredata.util.Debug
 
println(boolean) - Static method in class pt.moredata.util.Debug
 
println(char) - Static method in class pt.moredata.util.Debug
 
println(char[]) - Static method in class pt.moredata.util.Debug
 
println(double) - Static method in class pt.moredata.util.Debug
 
println(float) - Static method in class pt.moredata.util.Debug
 
println(int) - Static method in class pt.moredata.util.Debug
 
println(long) - Static method in class pt.moredata.util.Debug
 
println(Object) - Static method in class pt.moredata.util.Debug
 
println(Object, Object) - Static method in class pt.moredata.util.Debug
Se a categoria estiver na lista de categorias em debugging é feito um system.out.println
println(Object) - Method in class pt.moredata.util.ErrorHandlerPrintStream
 
println(String) - Method in class pt.moredata.util.ErrorHandlerPrintStream
 
process() - Method in class pt.moredata.xml.db.XMLToDBTable
Prepares the statement
process(Object) - Method in class pt.moredata.xml.db.XMLToDBTable
Prepares the statement
processActualizar(int) - Method in class pt.despodata.java.webappl.actions.SubmitSelectedRecordsAction
Actualiza um registo.
processCommand() - Method in class pt.moredata.dataentry.JspDataEntryController
Processa um comando sobre a entrada de dados
processCommand() - Method in class pt.moredata.dataentry.taglibs.ExecuteActionTag
Processa um comando sobre a entrada de dados
processFocusEvent(FocusEvent) - Method in class pt.despodata.java.ddata.DDataTable
 
processFocusEvent(FocusEvent) - Method in class pt.moredata.widgets.Table
 
processRequest(HttpServletRequest) - Method in class pt.despodata.java.webappl.GenericController
Processa um evento ocorrido na aplicacao.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.dataentry.JspDataEntryController
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.dataentry.taglibs.DownloadFileServlet
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.dao.GetByteFieldServlet
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.filter.FilterButtonController
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class pt.moredata.taglibs.filter.PaginatorController
Processes requests for both HTTP GET and POST methods.
processSearch() - Method in class pt.despodata.java.ddata.DHtmlForm
Processa um pedido de pesquisa e efectua essa mesma pesquisa num ArrayList de DHtmlDataControl's.
processSubmission() - Method in class pt.despodata.java.ddata.DHtmlForm
Processa a submissao de um form, e actualiza um ArrayList de DHtmlDataControl's.
processSubmission(int) - Method in class pt.despodata.java.ddata.DHtmlForm
Processa a submissao de um form, sem actualizar.
processWindowEvent(WindowEvent) - Method in class pt.despodata.ExemploFernando
 
processWindowEvent(WindowEvent) - Method in class pt.despodata.java.ddata.BrowserFrame
 
processWindowEvent(WindowEvent) - Method in class pt.despodata.java.ddata.ErrorFrame
 
processWindowEvent(WindowEvent) - Method in class pt.moredata.dao.core.SQLBuilderTest
Processes window events occurring on this component.
processWindowEvent(WindowEvent) - Method in class pt.moredata.dataentry.DataBaseFormTemplate
Processes window events occurring on this component.
processWindowEvent(WindowEvent) - Method in class pt.moredata.dataentry.DataEntryDemo
Processes window events occurring on this component.
processWindowEvent(WindowEvent) - Method in class pt.moredata.dataentry.JDBCApplicationTemplate
Processes window events occurring on this component.
processWindowEvent(WindowEvent) - Method in class pt.moredata.dataentry.Prototipo2
Processes window events occurring on this component.
processWindowEvent(WindowEvent) - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Processes window events occurring on this component.
processWindowEvent(WindowEvent) - Method in class pt.moredata.dataentry.util.ErrorDialog
Processes window events occurring on this component.
processWindowEvent(WindowEvent) - Method in class pt.moredata.mdmenus.PermissionManager
 
processWindowEvent(WindowEvent) - Method in class pt.moredata.mdmenus.ShowLogFile
 
processWindowEvent(WindowEvent) - Method in class pt.moredata.widgets.BrowserFrame
Description of the Method
processWindowEvent(WindowEvent) - Method in class pt.moredata.widgets.ErrorFrame
 
processXML() - Method in class pt.moredata.xml.db.XMLReader
 
processXML() - Method in class pt.moredata.xml.db.XMLSimpleReader
 
produceEntryModel(Data) - Static method in class pt.moredata.netbeans.modules.moredatatemplates.model.EntryModelFactory
Create the data entry model based on the information colected.
propertyChange(PropertyChangeEvent) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
propertyChange(PropertyChangeEvent) - Method in class pt.moredata.widgets.FilePreviewer
 
protocol - Variable in class pt.moredata.connection.AbstractConnectionConfig
Protocolo.
pt.despodata - package pt.despodata
 
pt.despodata.java.connection - package pt.despodata.java.connection
 
pt.despodata.java.connection.tests - package pt.despodata.java.connection.tests
 
pt.despodata.java.ddata - package pt.despodata.java.ddata
 
pt.despodata.java.ddata.connection - package pt.despodata.java.ddata.connection
 
pt.despodata.java.ddata.event - package pt.despodata.java.ddata.event
 
pt.despodata.java.ddata.plaf - package pt.despodata.java.ddata.plaf
 
pt.despodata.java.ddata.plaf.basic - package pt.despodata.java.ddata.plaf.basic
 
pt.despodata.java.ddata.table - package pt.despodata.java.ddata.table
 
pt.despodata.java.ddata.tests - package pt.despodata.java.ddata.tests
 
pt.despodata.java.ddata.validators - package pt.despodata.java.ddata.validators
 
pt.despodata.java.distribuicao - package pt.despodata.java.distribuicao
 
pt.despodata.java.fglreport - package pt.despodata.java.fglreport
 
pt.despodata.java.fglreport.event - package pt.despodata.java.fglreport.event
 
pt.despodata.java.fglreport.tests - package pt.despodata.java.fglreport.tests
 
pt.despodata.java.mvc - package pt.despodata.java.mvc
 
pt.despodata.java.objgraficos - package pt.despodata.java.objgraficos
 
pt.despodata.java.tags.templates - package pt.despodata.java.tags.templates
 
pt.despodata.java.tags.util - package pt.despodata.java.tags.util
 
pt.despodata.java.tests - package pt.despodata.java.tests
 
pt.despodata.java.util - package pt.despodata.java.util
 
pt.despodata.java.webappl - package pt.despodata.java.webappl
 
pt.despodata.java.webappl.actions - package pt.despodata.java.webappl.actions
 
pt.despodata.java.webappl.actions.event - package pt.despodata.java.webappl.actions.event
 
pt.despodata.java.webappl.html - package pt.despodata.java.webappl.html
 
pt.despodata.java.webappl.tables - package pt.despodata.java.webappl.tables
 
pt.despodata.java.webappl.tags - package pt.despodata.java.webappl.tags
 
pt.despodata.java.webappl.tests - package pt.despodata.java.webappl.tests
 
pt.despodata.java.wizard - package pt.despodata.java.wizard
 
pt.despodata.java.wizard.event - package pt.despodata.java.wizard.event
 
pt.moredata.connection - package pt.moredata.connection
 
pt.moredata.connection.taglibs - package pt.moredata.connection.taglibs
 
pt.moredata.dao - package pt.moredata.dao
 
pt.moredata.dao.builder - package pt.moredata.dao.builder
 
pt.moredata.dao.core - package pt.moredata.dao.core
 
pt.moredata.dao.event - package pt.moredata.dao.event
 
pt.moredata.dao.file - package pt.moredata.dao.file
 
pt.moredata.dao.pattern - package pt.moredata.dao.pattern
 
pt.moredata.dao.pool - package pt.moredata.dao.pool
 
pt.moredata.dao.util - package pt.moredata.dao.util
 
pt.moredata.dataentry - package pt.moredata.dataentry
 
pt.moredata.dataentry.action - package pt.moredata.dataentry.action
 
pt.moredata.dataentry.component - package pt.moredata.dataentry.component
 
pt.moredata.dataentry.component.event - package pt.moredata.dataentry.component.event
 
pt.moredata.dataentry.component.swing - package pt.moredata.dataentry.component.swing
 
pt.moredata.dataentry.core - package pt.moredata.dataentry.core
 
pt.moredata.dataentry.core.generator - package pt.moredata.dataentry.core.generator
 
pt.moredata.dataentry.event - package pt.moredata.dataentry.event
 
pt.moredata.dataentry.exception - package pt.moredata.dataentry.exception
 
pt.moredata.dataentry.taglibs - package pt.moredata.dataentry.taglibs
 
pt.moredata.dataentry.util - package pt.moredata.dataentry.util
 
pt.moredata.dataentry.util.http - package pt.moredata.dataentry.util.http
 
pt.moredata.dataentry.wizards - package pt.moredata.dataentry.wizards
 
pt.moredata.ecs.rtf - package pt.moredata.ecs.rtf
 
pt.moredata.fglReport - package pt.moredata.fglReport
 
pt.moredata.fglreport - package pt.moredata.fglreport
 
pt.moredata.fglreport.event - package pt.moredata.fglreport.event
 
pt.moredata.fglreport.objgraficos - package pt.moredata.fglreport.objgraficos
 
pt.moredata.majix.rtf - package pt.moredata.majix.rtf
 
pt.moredata.mdmenus - package pt.moredata.mdmenus
 
pt.moredata.netbeans.modules.moredatatemplates - package pt.moredata.netbeans.modules.moredatatemplates
 
pt.moredata.netbeans.modules.moredatatemplates.generator - package pt.moredata.netbeans.modules.moredatatemplates.generator
 
pt.moredata.netbeans.modules.moredatatemplates.model - package pt.moredata.netbeans.modules.moredatatemplates.model
 
pt.moredata.netbeans.modules.moredatatemplates.wizard - package pt.moredata.netbeans.modules.moredatatemplates.wizard
 
pt.moredata.programlaunch - package pt.moredata.programlaunch
 
pt.moredata.programlaunch.util - package pt.moredata.programlaunch.util
 
pt.moredata.qvs - package pt.moredata.qvs
 
pt.moredata.taglibs - package pt.moredata.taglibs
 
pt.moredata.taglibs.content - package pt.moredata.taglibs.content
 
pt.moredata.taglibs.dao - package pt.moredata.taglibs.dao
 
pt.moredata.taglibs.filter - package pt.moredata.taglibs.filter
 
pt.moredata.taglibs.protectcontent - package pt.moredata.taglibs.protectcontent
 
pt.moredata.taglibs.widgets - package pt.moredata.taglibs.widgets
 
pt.moredata.tests - package pt.moredata.tests
 
pt.moredata.usernot - package pt.moredata.usernot
 
pt.moredata.util - package pt.moredata.util
 
pt.moredata.wibukey - package pt.moredata.wibukey
 
pt.moredata.widgets - package pt.moredata.widgets
 
pt.moredata.widgets.event - package pt.moredata.widgets.event
 
pt.moredata.widgets.plaf - package pt.moredata.widgets.plaf
 
pt.moredata.widgets.plaf.basic - package pt.moredata.widgets.plaf.basic
 
pt.moredata.widgets.table - package pt.moredata.widgets.table
 
pt.moredata.widgets.util - package pt.moredata.widgets.util
 
pt.moredata.widgets.validators - package pt.moredata.widgets.validators
 
pt.moredata.wizard - package pt.moredata.wizard
 
pt.moredata.wizard.event - package pt.moredata.wizard.event
 
pt.moredata.xml.db - package pt.moredata.xml.db
 
pt.moredata.xml2db - package pt.moredata.xml2db
 
pt.tests - package pt.tests
 
push(String) - Method in class pt.despodata.java.webappl.Frame
Insere uma nova IPage no cimo do stack.
put(Object, Object) - Method in class pt.moredata.util.FullHashMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class pt.moredata.util.FullHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putDAOInfo(DAOInfo) - Method in class pt.moredata.dataentry.core.generator.DAOInfoMap
Creates a new instance of DAOInfoMap
putParameter(Object, Object) - Method in class pt.moredata.dataentry.core.AbstractMessage
Adiciona um determinado parametro a menssagem.
putParameter(Object, Object) - Method in interface pt.moredata.dataentry.core.Message
Adiciona um determinado parametro a menssagem.
putValue(String, Object) - Method in class pt.moredata.dataentry.action.TestAction
Sets one of this object's properties using the associated key.
putView(IPage) - Method in class pt.despodata.java.webappl.GenericView
Insere uma vista na pool de vistas.

Q

QUERY_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
QUERY_MODE - Static variable in class pt.despodata.java.ddata.DDataField
 
QUERY_MODE - Static variable in interface pt.moredata.dataentry.DataEntry
A entrada de dados encontra-se em modo de pesquisa.
QUERY_STATE - Static variable in class pt.despodata.java.webappl.tables.ApplDataControl
Usado quando se esta a pesquisar no ApplDataControl.
QVSTestSuite - class pt.moredata.qvs.QVSTestSuite.
TestSuite.java Company MoreData
QVSTestSuite(String) - Constructor for class pt.moredata.qvs.QVSTestSuite
Constructor for the QVSTestSuite object
Query2Str(String, Connection) - Static method in class pt.moredata.util.DBUtil
Returns a String with the value obtained by executing the SQL statement Warning: use carefully, since for each invocation a ResultSet is created and executed against the database
query() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Efectua um query dos dados do local onde estes se encontram Actualiza as listas de descricoes.
query() - Method in class pt.despodata.java.webappl.tables.ApplDataControl
 
query() - Method in interface pt.moredata.dao.DataAccessObject
Query the repository and load the data into the DataaccessObject.
queryByPk(List, List) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This method will be removed and will not have a replacment.
queryCanceled() - Method in class pt.despodata.java.ddata.DDataToolBar
 
queryDAOv1() - Method in class pt.moredata.dao.DAODemo
Este metodo exemplefica como se pode efectuar uma query a base de dados atraves de um DAO.
queryDAOv2() - Method in class pt.moredata.dao.DAODemo
Este metodo exemplefica como se pode efectuar uma query a base de dados atraves de um DAO.
queryExecuted() - Method in class pt.despodata.java.ddata.DDataToolBar
Query executed
queryPressed() - Method in class pt.despodata.java.ddata.DDataToolBar
This method is the same as queryStarted but is more explicit (I had been having problems with queryStarted).
queryStarted() - Method in class pt.despodata.java.ddata.DDataToolBar
Os campos passaram a estar em query mode Faz-se disable a todos os botoes excepto ao executeQuery ou cancelQuery

R

RADIO_BUTTONS - Static variable in class pt.despodata.java.ddata.DDataField
 
RADIO_BUTTONS - Static variable in interface pt.moredata.widgets.FieldObject
FieldObject do tipo RadioButton.
RADIO_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
O campo e do tipo 'Radio Field'.
RANGE - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa um intervalo de valores no padrao de pesquisa.
RANGE2 - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter que representa um intervalo de valores no padrao de pesquisa.
READ_LATER - Static variable in class pt.moredata.util.FileImage
 
READ_MODE - Static variable in interface pt.moredata.dataentry.DataEntry
A enrtada de dados encontra-se em modo de leitura.
READ_NOW - Static variable in class pt.moredata.util.FileImage
 
REAL - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
REAL - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
RECORD_DELETED_EVENT_KEY - Static variable in class pt.moredata.dataentry.core.AbstractDataEntry
 
RECORD_INSERTED_EVENT_KEY - Static variable in class pt.moredata.dataentry.core.AbstractDataEntry
 
RECORD_MODIFIED_EVENT_KEY - Static variable in class pt.moredata.dataentry.core.AbstractDataEntry
 
RECORD_VALUE_KEY - Static variable in class pt.moredata.dataentry.action.NavigateAction
 
REF - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
REMARKS - Static variable in class pt.moredata.dao.DataMetaData
 
REMOVER - Static variable in class pt.despodata.java.webappl.GenericModel
Remocao no modelo de dados.
REMOVER_DETALHE - Static variable in class pt.despodata.java.webappl.GenericModel
Remocao de detalhes no modelo de dados.
REMOVE_BOLD - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
REMOVE_ITALIC - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
REMOVE_UNDERLINE - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
RESET_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
 
RIGHT - Variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
RIGHT - Static variable in class pt.despodata.java.ddata.table.DDataTableUI
 
RIGHT - Static variable in class pt.moredata.ecs.rtf.RtfFactory
 
RIGHT - Static variable in class pt.moredata.widgets.table.TableUI
 
ROW_NUMBER - Static variable in class pt.despodata.java.ddata.DHtmlGetByteField
 
ROW_NUMBER - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do argumento onde devera vir o numero de um registo
ROW_NUMBER_KEY - Static variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
 
RTFParagraph - class pt.moredata.ecs.rtf.RTFParagraph.
 
RTFParagraph() - Constructor for class pt.moredata.ecs.rtf.RTFParagraph
Creates new RTFParagraph
RTFParagraph(String) - Constructor for class pt.moredata.ecs.rtf.RTFParagraph
 
RadioButton - class pt.moredata.widgets.RadioButton.
Title: DataRadioButton Description: Beans para criação de forms Check Box Copyright: Copyright (C) 2002 Moredata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
RadioButton() - Constructor for class pt.moredata.widgets.RadioButton
Construtora
RadioButtonBeanInfo - class pt.moredata.widgets.RadioButtonBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
RadioButtonBeanInfo() - Constructor for class pt.moredata.widgets.RadioButtonBeanInfo
 
RadioButtonEditor - class pt.moredata.widgets.table.RadioButtonEditor.
Description of the Class
RadioButtonEditor() - Constructor for class pt.moredata.widgets.table.RadioButtonEditor
Constructor for the RadioButtonEditor object
RadioButtonEditor(Vector) - Constructor for class pt.moredata.widgets.table.RadioButtonEditor
Constructor for the RadioButtonEditor object
RadioButtonRenderer - class pt.moredata.widgets.table.RadioButtonRenderer.
Description of the Class
RadioButtonRenderer() - Constructor for class pt.moredata.widgets.table.RadioButtonRenderer
Deprecated.  
RadioButtonRenderer(Vector) - Constructor for class pt.moredata.widgets.table.RadioButtonRenderer
Deprecated.  
ReadPasswdFile() - Method in class pt.despodata.java.ddata.DevelopmentTool
read username and password from file
ReadXML2DB - class pt.moredata.xml2db.ReadXML2DB.
 
ReadXML2DB(Connection) - Constructor for class pt.moredata.xml2db.ReadXML2DB
 
ReadXML2DB(Connection, boolean) - Constructor for class pt.moredata.xml2db.ReadXML2DB
 
ReadXML2DB(Connection, boolean, boolean) - Constructor for class pt.moredata.xml2db.ReadXML2DB
 
ReadXML2DBException - exception pt.moredata.xml2db.ReadXML2DBException.
Title: ReadXML2DBException Description:
ReadXML2DBException(String) - Constructor for class pt.moredata.xml2db.ReadXML2DBException
 
Reader - interface pt.moredata.dao.Reader.
This is the interface used for reading data from a repository.
ReaderException - exception pt.moredata.dao.ReaderException.
Signals that a error has occur will reading data from a repository.
ReaderException(String) - Constructor for class pt.moredata.dao.ReaderException
Constructs a new runtime exception with the specified detail message.
ReaderException(Throwable) - Constructor for class pt.moredata.dao.ReaderException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
ReaderException(String, Throwable) - Constructor for class pt.moredata.dao.ReaderException
Constructs a new runtime exception with the specified detail message and cause.
ReaderFactory - class pt.moredata.dao.core.ReaderFactory.
This Factory creates new objects of the pt.moredata.dao.Reader type.
ReaderInformation - class pt.moredata.dao.core.ReaderInformation.
This is the interface used for presenting aditional information to the Reader interface so it can query a repository.
ReaderInformation() - Constructor for class pt.moredata.dao.core.ReaderInformation
Create a new ReaderInformation Object.
ReaderInformation(String, String, List, List, boolean) - Constructor for class pt.moredata.dao.core.ReaderInformation
Create a new ReaderInformation Object.
RecordDeletedListener - interface pt.moredata.dataentry.event.RecordDeletedListener.
Company MoreData
RecordInsertedListener - interface pt.moredata.dataentry.event.RecordInsertedListener.
Company MoreData
RecordModifiedListener - interface pt.moredata.dataentry.event.RecordModifiedListener.
Company MoreData
RecordSet - interface pt.moredata.dao.RecordSet.
A table of data representing a repository result set, which is usually generated by executing a statement that queries the repository.
RemoveBaseAction - class pt.despodata.java.webappl.actions.RemoveBaseAction.
RemoveBaseAction.java Company MoreData
RemoveBaseAction() - Constructor for class pt.despodata.java.webappl.actions.RemoveBaseAction
 
RemoveRecordAction - class pt.despodata.java.webappl.actions.RemoveRecordAction.
RemoveRecordAction.java Company MoreData
RemoveRecordAction() - Constructor for class pt.despodata.java.webappl.actions.RemoveRecordAction
 
RemoveSelectedAction - class pt.despodata.java.webappl.actions.RemoveSelectedAction.
RemoveSelectedAction.java Company MoreData
RemoveSelectedAction() - Constructor for class pt.despodata.java.webappl.actions.RemoveSelectedAction
Creates a new instance of RemoveSelectedAction
RequestManager - interface pt.moredata.dataentry.core.RequestManager.
Classe responsavel por receber pedidos de um FormController.
RequestMessage - interface pt.moredata.dataentry.core.RequestMessage.
Menssagem enviada num pedido.
ResponseMessage - interface pt.moredata.dataentry.core.ResponseMessage.
Company MoreData
ReturnTree - Variable in class pt.moredata.mdmenus.CheckNodeTree
 
RevokeAccessPolicyTag - class pt.moredata.taglibs.protectcontent.RevokeAccessPolicyTag.
RevokeAccessPolicyTag.java Exemplo de implementação de uma tag usada para definir uma politica de proteccao de conteudos.
RevokeAccessPolicyTag() - Constructor for class pt.moredata.taglibs.protectcontent.RevokeAccessPolicyTag
 
RoleTag - class pt.despodata.java.webappl.tags.RoleTag.
RoleTag.java Company MoreData
RoleTag() - Constructor for class pt.despodata.java.webappl.tags.RoleTag
 
RowIndexOutOfBoundsException - exception pt.moredata.dao.RowIndexOutOfBoundsException.
Thrown to indicate that an index of row is out of range.
RowIndexOutOfBoundsException(int) - Constructor for class pt.moredata.dao.RowIndexOutOfBoundsException
Constructs a new RowIndexOutOfBoundsException class with an argument indicating the illegal index.
RowIndexOutOfBoundsException(String) - Constructor for class pt.moredata.dao.RowIndexOutOfBoundsException
Constructs an RowIndexOutOfBoundsException class with the specified detail message.
RowReferencedException - exception pt.despodata.java.ddata.RowReferencedException.
Title: RowReferencedException Description: Excepção ocorrida quando se pretende remover uma linha de uma tabela e esta está referenciada.
RtfDocumentIterator - class pt.moredata.majix.rtf.RtfDocumentIterator.
RtfDocumentIterator.java Company MoreData
RtfDocumentIterator(RtfDocument, Visitor) - Constructor for class pt.moredata.majix.rtf.RtfDocumentIterator
Creates a new instance of RtfDocumentIterator
RtfFactory - class pt.moredata.ecs.rtf.RtfFactory.
RtfFactory.java Fábrica rápido de rtf(s).
RtfFactory() - Constructor for class pt.moredata.ecs.rtf.RtfFactory
 
RtfFactory() - Method in class pt.moredata.ecs.rtf.RtfFactory
Creates new RtfFactory
reEditCellAt(int, int) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
reEditCellAt(int, int, Object) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
reEditCellAt(int, int) - Method in class pt.despodata.java.ddata.DDataTable
????
reEditCellAt(int, int) - Method in class pt.moredata.widgets.BaseTable
 
reEditCellAt(int, int, Object) - Method in class pt.moredata.widgets.BaseTable
 
reEditCellAt(int, int) - Method in class pt.moredata.widgets.Table
????
reOrderData(Object[]) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
reOrderData(Object[]) - Method in class pt.moredata.widgets.table.TableModel
 
read(InputStream, Object) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
read(Reader, Object) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
read(Reader, Object) - Method in class pt.despodata.java.ddata.DDataField
 
read(ReaderInformation) - Method in interface pt.moredata.dao.Reader
Read data from the repository and write it to a RecordSet.
read() - Method in class pt.moredata.dao.core.AbstractReader
Read data from the repository and write it to a RecordSet.
read(ReaderInformation) - Method in class pt.moredata.dao.core.AbstractReader
Read data from the repository and write it to a RecordSet.
read(Reader, Object) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
read(Reader, Object) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
read(InputStream, Object) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
read(Reader, Object) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
read(Reader, Object) - Method in class pt.moredata.widgets.Field
Description of the Method
read(Reader, Object) - Method in interface pt.moredata.widgets.FieldObject
 
read(Reader, Object) - Method in class pt.moredata.widgets.ImageFieldObject
 
readFile() - Method in class pt.moredata.dao.core.SerializedTableIO
Le o conteudo do ficheiro de objectos serializados que foi devidamente configurado
readImageFromFile(File) - Method in class pt.despodata.java.ddata.DDataImageField
Lê a imagem de um ficheiro
readImageFromFile(File) - Method in class pt.moredata.widgets.ImageField
Lê a imagem de um ficheiro
readRelationalForm(String) - Method in class pt.despodata.java.ddata.DDataEntry
Lê a definição de um form de uma base de dados
readSettings(Object) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ColumnSelectionPanel
Get the information on the data object and show in the visual components
readSettings(Object) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.FinishPanel
Get the information on the model object and show in the visual components.
readSettings(Object) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Read the data information.
readUri() - Method in class pt.moredata.taglibs.AbstractTag
Le o uri da pagina.
readUri() - Method in class pt.moredata.taglibs.dao.IteratorTag
Le o uri da pagina.
readXML(String, String, String, String) - Method in class pt.moredata.xml.db.XMLReader
 
readXML(String, String, String, String) - Method in class pt.moredata.xml.db.XMLSimpleReader
 
readXML2DB(String) - Method in class pt.moredata.xml2db.ReadXML2DB
 
readXML2DB(Reader) - Method in class pt.moredata.xml2db.ReadXML2DB
 
readXmlForm(String) - Method in class pt.despodata.java.ddata.DDataEntry
Lê um form cuja definição foi armazenada em XML de acordo com um DTD bem definido pela despodata (ou usado qualquer coisa parecida com netBeans)
readonly - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
readonly - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
realyWhantToExit() - Method in interface pt.moredata.dataentry.SwingDataEntryController
Util method to open a dialog to the user confirm if we whants realy exist from the application.
realyWhantToExit() - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Util method to open a dialog to the user confirm if we whants realy exist from the application.
recordDeleted() - Method in class pt.despodata.java.ddata.DDataToolBar
Registo removido - ???
recordInserted() - Method in class pt.despodata.java.ddata.DDataToolBar
A new current record was inserted
recordPositioned(int, int) - Method in class pt.despodata.java.ddata.DDataToolBar
Houve posicionamento num dado registo Por forma a actualizar correctamente a navegação recebe-se o registo corrente e o número de registos
recordUpToDate() - Method in class pt.despodata.java.ddata.DDataToolBar
O registo corrente está devidamente actualizado Estamos a trabalhar em toolbar registo a registo
refresh(String, String, String, String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Volta a ler o DDataControl, mesmo que este ja esteja em memoria.
refresh(String, String, String[], String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Volta a ler o DDataControl, mesmo que este ja esteja em memoria.
refresh(String, String, String, String, String[]) - Static method in class pt.despodata.java.ddata.DDataControlPool
Volta a ler o DDataControl, mesmo que este ja esteja em memoria.
refresh(String, String, String[], String, String[]) - Static method in class pt.despodata.java.ddata.DDataControlPool
Volta a ler o DDataControl, mesmo que este ja esteja em memoria.
refresh() - Method in class pt.despodata.java.ddata.DDataTable
Redesenha a tabela
refresh() - Method in class pt.moredata.dataentry.util.ToolBarManager
Actualiza a toolbar consoante o estado da entrada de dados.
refresh() - Method in class pt.moredata.widgets.Table
Redesenha a tabela
refreshComboBox(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Forca a leitura das descricoes de um campo visual, do tipo COMBOBOX_FIELD.
refreshComboBoxs() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Forca a leitura das descricoes dos campos visuais, do tipo COMBOBOX_FIELD.
refreshComponentsData(int) - Method in interface pt.moredata.dataentry.DataEntry
Actualiza os valores dos componentes da entrada de dados com os dados que uma determinada linha tinha da ultima vez que essa linha se encontrava visivel na entrada de dados.
refreshComponentsData() - Method in interface pt.moredata.dataentry.DataEntry
Actualiza os valores dos componentes da entrada de dados com os dados que a linha currente tinha da ultima vez que essa se encontrou visivel na entrada de dados.
refreshComponentsData() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Actualiza os valores dos componentes da entrada de dados com os dados que tinham da ultima vez que estiveram visiveis na entrada de dados.
refreshComponentsData(int) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Actualiza os valores dos componentes da entrada de dados com os dados que uma determinada linha tinha da ultima vez que essa linha se encontrava visivel na entrada de dados.
refreshComponentsData() - Method in class pt.moredata.dataentry.core.FormDataEntry
Actualiza os valores dos componentes da entrada de dados com os dados que a linha currente tinha da ultima vez que essa se encontrou visivel na entrada de dados.
refreshComponentsData(int) - Method in class pt.moredata.dataentry.core.FormDataEntry
Actualiza os valores dos componentes da entrada de dados com os valores armazenados numa determinada linha do _dataEntryValues.
refreshComponentsData() - Method in class pt.moredata.dataentry.core.GridDataEntry
Actualiza os valores dos componentes da entrada de dados com os dados que tinham da ultima vez que estiveram visiveis na entrada de dados.
refreshFormat() - Method in class pt.despodata.java.ddata.DDataTextField
 
refreshFormat() - Method in class pt.despodata.java.ddata.table.DDataCellField
 
refreshFormat() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
refreshFormat() - Method in class pt.moredata.widgets.TextField
Description of the Method
refreshFormat() - Method in class pt.moredata.widgets.table.CellField
 
refreshFormat() - Method in class pt.moredata.widgets.table.CellTextField
 
refreshRefVisualFields() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Forca a leitura de todos os campos visuais que fazem refefrencia a campos de outras tabelas.
refreshReferencedTable(DDataSource) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Le as descricoes e os codigos, da tabela de referencia e coloca as descricoes e os codigos na Hashtable 'listOfDescr' A tabela e relida da base de dados, mesmo que ja se encontre em memoria.
refreshReferencedTable(DDataSource) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Le as descricoes e os codigos, da tabela de referencia e coloca as descricoes e os codigos na Hashtable 'listOfValues' A tabela e relida da base de dados, mesmo que ja se encontre em memoria.
registerEditorKitForContentType(String, String) - Static method in class pt.despodata.java.ddata.DDataEditorPane
 
registerEditorKitForContentType(String, String, ClassLoader) - Static method in class pt.despodata.java.ddata.DDataEditorPane
 
registerEditorKitForContentType(String, String) - Static method in class pt.moredata.widgets.EditorPane
Description of the Method
registerEditorKitForContentType(String, String, ClassLoader) - Static method in class pt.moredata.widgets.EditorPane
Description of the Method
rel - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
release() - Method in class pt.despodata.java.tags.templates.GetTag
 
release() - Method in class pt.despodata.java.tags.templates.InsertTag
 
release() - Method in class pt.despodata.java.tags.templates.PutTag
 
release() - Method in class pt.despodata.java.tags.util.InvalidateSessionTag
 
release() - Method in class pt.despodata.java.webappl.actions.ActionBase
 
release() - Method in class pt.despodata.java.webappl.tags.AbstractProtectTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.ButtonTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.ContentTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.EnforceLoginTag
 
release() - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.FormTag
 
release() - Method in class pt.despodata.java.webappl.tags.FrameSetTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.FrameTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.PrintWebPageTag
 
release() - Method in class pt.despodata.java.webappl.tags.ProtectTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.SetFrameTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
release() - Method in class pt.despodata.java.webappl.tags.WebPageTag
Tag handlers should always implement release() because handlers can be reused by the JSP container
remove(Object) - Method in class pt.moredata.util.FullHashMap
Removes the mapping for this key from this map if present.
removeActionListener(ActionListener) - Method in class pt.despodata.java.ddata.DDataCalendar
removes an ActionListener from the button
removeActionListener(ActionListener) - Static method in class pt.despodata.java.ddata.DDataConnectDb
removes an ActionListener from the button
removeActionListener(ActionListener) - Method in class pt.despodata.java.ddata.DDataDateChooser
removes an ActionListener from the button
removeActionListener(ActionListener) - Method in class pt.despodata.java.ddata.DDataField
 
removeActionListener(ActionListener) - Method in class pt.despodata.java.ddata.DDataTable
 
removeActionListener(ActionListener) - Method in class pt.despodata.java.webappl.actions.ActionBase
Removes a ActionListener from this Action.
removeActionListener(ActionListener) - Method in interface pt.moredata.dataentry.DataEntry
Remove um ActionListener.
removeActionListener(ActionListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Remove um ActionListener.
removeActionListener(ActionListener) - Method in class pt.moredata.widgets.Calendar
removes an ActionListener from the button
removeActionListener(ActionListener) - Method in class pt.moredata.widgets.DateChooser
removes an ActionListener from the button
removeActionListener(ActionListener) - Method in class pt.moredata.widgets.EditorPaneObject
Remove um actionListener
removeActionListener(ActionListener) - Method in class pt.moredata.widgets.Field
Description of the Method
removeActionListener(ActionListener) - Method in interface pt.moredata.widgets.FieldObject
Remove um actionListener
removeActionListener(ActionListener) - Method in class pt.moredata.widgets.ImageFieldObject
Remove um actionListener
removeActionListener(ActionListener) - Method in class pt.moredata.widgets.Table
 
removeAfterEditListener(AfterEditListener) - Method in class pt.despodata.java.ddata.DDataTable
Remove um Listener que dispara depois de se sair celula que foi alterada
removeAfterEditListener(AfterEditListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
removeAfterEditListener(AfterEditListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
removeAfterEditListener(AfterEditListener) - Method in class pt.moredata.widgets.Table
Remove um Listener que dispara depois de se sair celula que foi alterada
removeAfterEditListener(AfterEditListener) - Method in class pt.moredata.widgets.table.CellEditor
 
removeAfterEditListener(AfterEditListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Description of the Method
removeAfterField(AfterFieldListener) - Method in class pt.despodata.java.ddata.DDataTextField
 
removeAfterField(AfterFieldListener) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
removeAfterField(AfterFieldListener) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
removeAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.TextField
Description of the Method
removeAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.table.CellField
 
removeAfterField(AfterFieldListener) - Method in class pt.moredata.widgets.table.CellTextField
 
removeAfterGroupListener(AfterGroupListener) - Method in class pt.moredata.fglreport.DaoReport
Removes AfterGroupListener from the list of listeners.
removeAllElements(String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Limpa o record set do data control de uma tabela
removeAllItems() - Method in class pt.despodata.java.ddata.DDataComboBox
Remove todos os dados que estao na combo e o vector de chaves primarias e acaba com a chave primaria corrente que se calhar ate deveria vir do data control e nao ser mantido na combobox
removeAllItems() - Method in class pt.moredata.widgets.CheckBoxFieldObject
Remove todos os dados que estao na combo e o vector de chaves primarias e acaba com a chave primaria corrente que se calhar ate deveria vir do data control e nao ser mantido na combobox
removeAllItems() - Method in class pt.moredata.widgets.ComboBox
Remove todos os dados que estao na combo e o vector de chaves primarias e acaba com a chave primaria corrente que se calhar ate deveria vir do data control e nao ser mantido na combobox
removeAllItems() - Method in class pt.moredata.widgets.EditorPaneObject
Remove todos os dados que estao na combo e o vector de chaves primarias e acaba com a chave primaria corrente que se calhar ate deveria vir do data control e nao ser mantido na combobox
removeAllItems() - Method in interface pt.moredata.widgets.FieldObject
Remove todos os dados que estao na combo e o vector de chaves primarias e acaba com a chave primaria corrente que se calhar ate deveria vir do data control e nao ser mantido na combobox
removeAllItems() - Method in class pt.moredata.widgets.ImageFieldObject
Remove todos os dados que estao na combo e o vector de chaves primarias e acaba com a chave primaria corrente que se calhar ate deveria vir do data control e nao ser mantido na combobox
removeAllItems() - Method in class pt.moredata.widgets.TextFieldObject
Remove todos os dados que estao na combo e o vector de chaves primarias e acaba com a chave primaria corrente que se calhar ate deveria vir do data control e nao ser mantido na combobox
removeAllListeners() - Method in class pt.despodata.java.ddata.DDataDayButton
 
removeAllListeners() - Method in class pt.moredata.widgets.DayButton
Description of the Method
removeAllRows() - Method in interface pt.moredata.dataentry.DataEntry
Remove todas as linhas da entrada de dados.
removeAllRows() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Remove todas as linhas da entrada de dados.
removeApplCreateListener(ApplCreateListener) - Method in class pt.despodata.java.webappl.tables.ApplDataControlFactory
Remove um listener.
removeApplCreateListener(ApplCreateListener) - Method in class pt.despodata.java.webappl.tables.ApplDataControlPool
Remove um listener.
removeApplCreateListener(ApplCreateListener) - Method in interface pt.despodata.java.webappl.tables.IApplDataControlFactory
Remove um listener.
removeApplyListener(DAOApplyListener) - Method in interface pt.moredata.dao.DataAccessObject
Removes a DAOApplyListener from this DataAccessObject.
removeAttribute(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
removeAttribute(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
removeBeforeGroupListener(BeforeGroupListener) - Method in class pt.moredata.fglreport.DaoReport
Removes BeforeGroupListener from the list of listeners.
removeCaretListener(CaretListener) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
removeCaretListener(CaretListener) - Method in class pt.despodata.java.ddata.DDataField
 
removeCaretListener(CaretListener) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
removeCaretListener(CaretListener) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
removeCaretListener(CaretListener) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
removeCaretListener(CaretListener) - Method in class pt.moredata.widgets.Field
Removes a caret listener
removeCaretListener(CaretListener) - Method in interface pt.moredata.widgets.FieldObject
 
removeCaretListener(CaretListener) - Method in class pt.moredata.widgets.ImageFieldObject
 
removeCategory(Object) - Static method in class pt.moredata.util.Debug
Remove uma vategoria da lista de categorias em debugging
removeCellChangeListener(CellChangeListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
removeCellChangeListener(CellChangeListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
removeCellChangeListener(CellChangeListener) - Method in class pt.moredata.widgets.table.CellEditor
 
removeCellChangeListener(CellChangeListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Description of the Method
removeCellChangeListenerList(CellChangeListener) - Method in class pt.despodata.java.ddata.DDataTable
 
removeCellChangeListenerList(CellChangeListener) - Method in class pt.moredata.widgets.Table
 
removeCellEditorListener(CellEditorListener) - Method in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
removeCellEditorListener(CellEditorListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
removeCellEditorListener(CellEditorListener) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
removeCellEditorListener(CellEditorListener) - Method in class pt.moredata.widgets.table.CellEditor
 
removeCellEditorListener(CellEditorListener) - Method in class pt.moredata.widgets.table.RadioButtonEditor
Description of the Method
removeCellProperties(CellProperties) - Static method in class pt.despodata.java.ddata.table.CellPropertiesPool
 
removeCellProperties(CellProperties) - Static method in class pt.moredata.widgets.table.CellPropertiesPool
 
removeChangeListener(ChangeListener) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Remove a listener to the change event.
removeChangeListener(ChangeListener) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Remove a change event listener allready registred.
removeColumn(int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
removeColumn(String, String) - Method in interface pt.moredata.dao.DataAccessObject
Remove a column from the DataAccessObject.
removeColumn(String) - Method in interface pt.moredata.dao.DataAccessObject
Remove a column from the DataAccessObject.
removeColumn(String, String) - Method in class pt.moredata.dataentry.core.generator.DAOInfo
Adiciona uma coluna a lista de colunas para serem removidas de uma tabela do DAO.
removeColumn(String) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Adiciona uma coluna a lista de coluna a serem removidas do DAO.
removeColumn(String) - Method in class pt.moredata.dataentry.wizards.ExportWizardData
Remove uma coluna da lista de colunas que devem ser exportadas.
removeColumn(int) - Method in class pt.moredata.widgets.table.TableModel
 
removeComponentListener(ComponentListener) - Method in class pt.moredata.widgets.Field
Removes the specified component listener so that it no longer receives component events from this component.
removeComponentListener(ComponentListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified component listener so that it no longer receives component events from this component.
removeComponentModifiedListener(ComponentModifiedListener) - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Remove um listener, para detectar alterações ao componente.
removeComponentModifiedListener(ComponentModifiedListener) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Remove um listener, para detectar alterações ao componente.
removeContainerListener(ContainerListener) - Method in class pt.moredata.widgets.Field
Removes the specified container listener so it no longer receives container events from this container.
removeContainerListener(ContainerListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified container listener so it no longer receives container events from this container.
removeDAO(String) - Method in class pt.moredata.dao.pool.DAOPool
 
removeDAOListener(DAOCreateListener) - Method in class pt.moredata.dao.pool.DAOFactory
Remove um listener.
removeDAOListener(DAOCreateListener) - Method in class pt.moredata.dao.pool.DAOPool
Remove um listener.
removeDAOListener(DAOCreateListener) - Method in interface pt.moredata.dao.pool.IDAOFactory
Remove um listener.
removeDDWizActionListener(DDWizActionListener) - Method in class pt.despodata.java.wizard.DDWizAction
Remove um listener do DDWizAction
removeDDWizActionListener(WizardActionListener) - Method in class pt.moredata.wizard.WizardAction
Remove um listener do DDWizAction
removeDDWizListener(DDWizListener) - Method in class pt.despodata.java.wizard.DDWizSwingControler
Remove um listener do DDWizAction
removeDDWizListener(WizardListener) - Method in class pt.moredata.wizard.SwingWizardControler
Remove um listener do DDWizAction
removeDDataControlFilterListener() - Method in class pt.despodata.java.ddata.DDataComboBox
Remove listener das modificacoes ao painel corrente
removeDDataControlListener(DDataControlListener) - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Esta classe foi substituida pela classe DataAccessObject
removeDDataFieldListener(DDataFieldListener) - Method in class pt.despodata.java.ddata.DDataField
Remove um listener do ddataField
removeDDataSwingControlListener(DDataSwingControlListener) - Method in class pt.despodata.java.ddata.DDataSwingControl
Remove um listener do DDataSwingControl
removeDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
removeDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.DDataTable
 
removeDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
removeDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
removeDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
removeDDataTableListener(DDataTableListener) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
removeDataControl(String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Remove um data control existente em cache para uma tabela cujo nome se envia como parametro
removeDataControl(String, String) - Static method in class pt.despodata.java.ddata.DDataControlPool
Remove um data control existente em cache para uma tabela cujo nome se envia como parametro
removeDataControlFilterListener() - Method in class pt.moredata.widgets.ComboBox
Remove listener das modificacoes ao painel corrente
removeDataSource(DDataSource) - Static method in class pt.despodata.java.ddata.DDataControlPool
Deprecated.  
removeDaySelectionListener(DDataDaySelectionListener) - Method in class pt.despodata.java.ddata.DDataDayButton
 
removeDaySelectionListener(DaySelectionListener) - Method in class pt.moredata.widgets.DayButton
Description of the Method
removeDeleteListener(DAODeleteListener) - Method in interface pt.moredata.dao.DataAccessObject
Removes a DAODeleteListener from this DataAccessObject.
removeDropDownComboListener(DropDownComboListener) - Method in class pt.despodata.java.ddata.DDataComboBox
Remove listener das modificacoes ao painel corrente
removeDropDownComboListener(DropDownComboListener) - Method in class pt.moredata.widgets.ComboBox
Remove listener das modificacoes ao painel corrente
removeErrorInValidation(ErrorInValidationListener) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
removeErrorInValidation(ErrorInValidationListener) - Method in class pt.moredata.widgets.table.CellTextField
 
removeExpandLovListener(ExpandLovListener) - Method in class pt.despodata.java.ddata.DDataField
Removes ExpandLovListener from the list of listeners.
removeFglReportListener(FglReportListener) - Method in class pt.moredata.fglreport.AbstractFglReport
Remove um listener para os eventos do report
removeFglReportListener(FglReportListener) - Method in interface pt.moredata.fglreport.FglReport
Remove um listener para os eventos do report
removeFglReportListener(FglReportListener) - Method in class pt.moredata.fglreport.SwingFglReport
Remove um listener para os eventos do report
removeFieldListener(FieldListener) - Method in class pt.moredata.widgets.Field
Remove um listener do Field
removeFirstPageHeaderListener(FirstPageHeaderListener) - Method in class pt.despodata.java.ddata.DDataSwingControl
Removes FirstPageHeaderListener from the list of listeners.
removeFirstPageHeaderListener(FirstPageHeaderListener) - Method in class pt.moredata.fglreport.DaoReport
Removes FirstPageHeaderListener from the list of listeners.
removeFixedColumn(int) - Method in class pt.despodata.java.ddata.DDataTable
 
removeFixedColumn(int) - Method in class pt.moredata.widgets.Table
 
removeFocListener(FocusListener) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
removeFocListener(FocusListener) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
removeFocListener(FocusListener) - Method in class pt.moredata.widgets.EditorPaneObject
 
removeFocListener(FocusListener) - Method in class pt.moredata.widgets.Field
 
removeFocListener(FocusListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified focus listener so that it no longer receives focus events from this component.
removeFocListener(FocusListener) - Method in class pt.moredata.widgets.ImageFieldObject
 
removeFocListener(FocusListener) - Method in class pt.moredata.widgets.TextFieldObject
 
removeFocusListener(FocusListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
removeFocusListener(FocusListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Description of the Method
removeHeaderListener(HeaderListener) - Method in class pt.despodata.java.ddata.DDataSwingControl
Removes HeaderListener from the list of listeners.
removeHeaderListener(HeaderListener) - Method in class pt.moredata.fglreport.DaoReport
Removes HeaderListener from the list of listeners.
removeHierarchyBoundsListener(HierarchyBoundsListener) - Method in class pt.moredata.widgets.Field
 
removeHierarchyBoundsListener(HierarchyBoundsListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified hierarchy bounds listener so that it no longer receives hierarchy bounds events from this component.
removeHierarchyListener(HierarchyListener) - Method in class pt.moredata.widgets.Field
 
removeHierarchyListener(HierarchyListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified hierarchy listener so that it no longer receives hierarchy changed events from this component.
removeHyperlinkListener(HyperlinkListener) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
removeHyperlinkListener(HyperlinkListener) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
removeImageFieldListener(ImageFieldListener) - Method in class pt.moredata.widgets.ImageField
Remove um listener, para detectar alterações ao widget.
removeInputMethodListener(InputMethodListener) - Method in class pt.moredata.widgets.Field
 
removeInputMethodListener(InputMethodListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified input method listener so that it no longer receives input method events from this component.
removeInputMethodLister(InputMethodListener) - Method in class pt.despodata.java.ddata.DDataTable
 
removeInputMethodLister(InputMethodListener) - Method in class pt.moredata.widgets.Table
 
removeInsertListener(DAOInsertListener) - Method in interface pt.moredata.dao.DataAccessObject
Removes a DAOInsertListener from this DataAccessObject.
removeItem(Object) - Method in class pt.moredata.widgets.CheckBoxList
Remove a CheckBox item from this list.
removeItemSelectedListener(ItemSelectedListener) - Method in class pt.despodata.java.ddata.DDataComboBox
Remove listener das modificacoes ao painel corrente
removeItemSelectedListener(ItemSelectedListener) - Method in class pt.moredata.widgets.ComboBox
Remove listener das modificacoes ao painel corrente
removeKeyListener(KeyListener) - Method in class pt.despodata.java.ddata.DDataTable
 
removeKeyListener(KeyListener) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
removeKeyListener(KeyListener) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
removeKeyListener(KeyListener) - Method in class pt.moredata.widgets.Field
Removes the specified key listener that receives key events from this component.
removeKeyListener(KeyListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified key listener that receives key events from this component.
removeKeyListener(KeyListener) - Method in class pt.moredata.widgets.Table
 
removeKeyListener(KeyListener) - Method in class pt.moredata.widgets.table.CellEditor
 
removeKeyListener(KeyListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Description of the Method
removeKeymap(String) - Static method in class pt.despodata.java.ddata.DDataEditorPane
 
removeKeymap(String) - Static method in class pt.moredata.widgets.EditorPane
Description of the Method
removeListSelectionListener(ListSelectionListener) - Method in class pt.moredata.widgets.CheckBoxList
Remove a ItemListener from this component.
removeListeners(Component) - Method in class pt.moredata.widgets.Panel
 
removeListenersList(String) - Method in class pt.despodata.java.webappl.actions.ActionBase
Removes specified list of listeners is it is empty.
removeLookupListener(LookupListener) - Method in class pt.despodata.java.ddata.DDataField
Removes LookupListener from the list of listeners.
removeLovListener(DDataLovListener) - Method in class pt.despodata.java.ddata.DDataLov
Remove um listener do DDataField
removeLovListener(LovListener) - Method in class pt.moredata.widgets.Lov
Remove um listener do Field
removeMetaField(int) - Method in interface pt.moredata.dao.DAOFieldsInfo
Remove a MetaField at a specific index from the MetaFields list.
removeMetaField(String, String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Remove a MetaField with a specific name from the MetaFields list.
removeMetaField(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Remove a MetaField with a specific name from the MetaFields list.
removeModeChangedListener(ModeChangedListener) - Method in interface pt.moredata.dataentry.DataEntry
Remove um ModeChangedListener.
removeModeChangedListener(ModeChangedListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Remove um ModeChangedListener.
removeMouseListener(MouseListener) - Method in class pt.despodata.java.ddata.DDataTable
Listener MouseListener
removeMouseListener(MouseListener) - Method in class pt.moredata.widgets.Field
 
removeMouseListener(MouseListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseListener(MouseListener) - Method in class pt.moredata.widgets.Table
Listener MouseListener
removeMouseMotionListener(MouseMotionListener) - Method in class pt.despodata.java.ddata.DDataTable
Adiciona MouseMotionListener
removeMouseMotionListener(MouseMotionListener) - Method in class pt.moredata.widgets.Field
 
removeMouseMotionListener(MouseMotionListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeMouseMotionListener(MouseMotionListener) - Method in class pt.moredata.widgets.Table
Adiciona MouseMotionListener
removeMouseWheelListener(MouseWheelListener) - Method in class pt.moredata.widgets.Field
 
removeMouseWheelListener(MouseWheelListener) - Method in interface pt.moredata.widgets.FieldObject
Removes the specified mouse wheel listener so that it no longer receives mouse wheel events from this component.
removeNotify() - Method in class pt.despodata.java.ddata.DDataBaseTable
Calls the unconfigureEnclosingScrollPane method.
removeNotify() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
removeNotify() - Method in class pt.despodata.java.ddata.DDataField
 
removeNotify() - Method in class pt.moredata.dataentry.wizards.ChoseColumnsPanel
Makes this Container undisplayable by removing its connection to its native screen resource.
removeNotify() - Method in class pt.moredata.widgets.BaseTable
Calls the unconfigureEnclosingScrollPane method.
removeNotify() - Method in class pt.moredata.widgets.CheckBoxList
Makes this Container undisplayable by removing its connection to its native screen resource.
removeNotify() - Method in class pt.moredata.widgets.EditorPane
Description of the Method
removeNotify() - Method in class pt.moredata.widgets.Field
Description of the Method
removeNotify() - Method in interface pt.moredata.widgets.FieldObject
 
removeNotify() - Method in class pt.moredata.widgets.FileUpload
Makes this Container undisplayable by removing its connection to its native screen resource.
removeNotify() - Method in class pt.moredata.widgets.ImageField
Makes this Container undisplayable by removing its connection to its native screen resource.
removeNotify() - Method in class pt.moredata.widgets.Panel
Notifies this component that it no longer has a parent component.
removeNotify() - Method in class pt.moredata.widgets.TextField
Makes this Container undisplayable by removing its connection to its native screen resource.
removeOnEveryRowListener(OnEveryRowListener) - Method in class pt.moredata.fglreport.DaoReport
Removes OnEveryRowListener from the list of listeners.
removeOnLastRowListener(OnLastRowListener) - Method in class pt.moredata.fglreport.DaoReport
Removes OnLastRowListener from the list of listeners.
removePanelModifiedListener(PanelModifiedListener) - Method in class pt.despodata.java.ddata.DDataPanel
Remove listener das modificacoes ao painel corrente
removePanelModifiedListener(PanelModifiedListener) - Method in class pt.moredata.widgets.Panel
Remove listener das modificacoes ao painel corrente
removePath(Object) - Method in class pt.despodata.java.mvc.Paths
Remove um caminho a lista de caminhos.
removePath(Object) - Method in class pt.despodata.java.mvc.State
Remove um caminho a um estado.
removePath(Object, Object) - Method in class pt.despodata.java.mvc.StateMachine
Remove um caminho entre dois estados, da maquina de estados.
removePropertyChangeListener(PropertyChangeListener) - Method in class pt.despodata.java.ddata.DDataComboBoxCustomizer
 
removePropertyChangeListener(PropertyChangeListener) - Method in class pt.despodata.java.ddata.DDataTableCustomizer
 
removePropertyChangeListener(PropertyChangeListener) - Method in class pt.moredata.dataentry.action.TestAction
Removes a PropertyChange listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class pt.moredata.widgets.ComboBoxCustomizer
Description of the Method
removePropertyChangeListener(PropertyChangeListener) - Method in class pt.moredata.widgets.Field
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class pt.moredata.widgets.Field
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface pt.moredata.widgets.FieldObject
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface pt.moredata.widgets.FieldObject
Removes a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class pt.moredata.widgets.TableCustomizer
 
removeQueryListener(DAOQueryListener) - Method in interface pt.moredata.dao.DataAccessObject
Removes a DAOQueryListener from this DataAccessObject.
removeRecordDeletedListener(RecordDeletedListener) - Method in interface pt.moredata.dataentry.DataEntry
Remove um RecordDeletedListener.
removeRecordDeletedListener(RecordDeletedListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Remove um RecordDeletedListener.
removeRecordInsertedListener(RecordInsertedListener) - Method in interface pt.moredata.dataentry.DataEntry
Remove um RecordInsertedListener.
removeRecordInsertedListener(RecordInsertedListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Remove um RecordInsertedListener.
removeRecordModifiedListener(RecordModifiedListener) - Method in interface pt.moredata.dataentry.DataEntry
Remove um RecordModifiedListener.
removeRecordModifiedListener(RecordModifiedListener) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Remove um RecordModifiedListener.
removeRow(int) - Method in class pt.despodata.java.ddata.DDataTable
Apaga linha
removeRow(int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
removeRow(int) - Method in interface pt.moredata.dataentry.DataEntry
Remove uma linha da entrada de dados.
removeRow(int) - Method in class pt.moredata.dataentry.component.GridDataEntryComponent
Remove uma linha da tabela.
removeRow(int) - Method in class pt.moredata.dataentry.component.swing.TableComponent
Remove uma linha da tabela.
removeRow(int) - Method in class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray
Apaga uma linha do array
removeRow(int) - Method in class pt.moredata.dataentry.core.FormDataEntry
Remove uma linha da entrada de dados.
removeRow(int) - Method in class pt.moredata.dataentry.core.GridDataEntry
Remove uma linha da entrada de dados.
removeRow(int) - Method in class pt.moredata.dataentry.util.Array
Apaga uma linha do array
removeRow(ArrayList, int) - Static method in class pt.moredata.util.DataUtil
Remove a row in an ArrayList of ArrayList (2 Dimension array)
removeRow(int) - Method in class pt.moredata.widgets.Table
Apaga linha
removeRow(int) - Method in class pt.moredata.widgets.table.TableModel
 
removeRowAppliedListener(DAORowAppliedListener) - Method in interface pt.moredata.dao.DataAccessObject
Removes a DAORowAppliedListener from this DataAccessObject.
removeRowRetrivedListener(DAORowRetrivedListener) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This listener will be removed soon. With the introduction of the Reader interface, the data is no longer readed by the DataAcessObject, so ther is no way of fireing the even.
removeTable(String) - Method in interface pt.moredata.dao.DAOFieldsInfo
Remove a table from the DAOFieldsInfo.
removeTable(String) - Method in interface pt.moredata.dao.DataAccessObject
Removes a table and the corresponding MetaField's from the DataAccessObject.
removeTableChangeListener(AfterEditListener) - Method in class pt.despodata.java.ddata.DDataTable
 
removeTableChangeListener(AfterEditListener) - Method in class pt.moredata.widgets.Table
 
removeTableChangeWithEditorListener(AfterEditListener) - Method in class pt.despodata.java.ddata.DDataTable
 
removeTableChangeWithEditorListener(AfterEditListener) - Method in class pt.moredata.widgets.Table
 
removeTableListener(TableListener) - Method in class pt.moredata.widgets.BaseTable
 
removeTableListener(TableListener) - Method in class pt.moredata.widgets.Table
 
removeTableListener(TableListener) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
removeTableListener(TableListener) - Method in class pt.moredata.widgets.table.CellEditor
 
removeTableListener(TableListener) - Method in class pt.moredata.widgets.table.TableModel
 
removeTableListener(TableListener) - Method in class pt.moredata.widgets.table.WidgetDelegate
Description of the Method
removeTrailerListener(TrailerListener) - Method in class pt.despodata.java.ddata.DDataSwingControl
Removes TrailerListener from the list of listeners.
removeTrailerListener(TrailerListener) - Method in class pt.moredata.fglreport.DaoReport
Removes TrailerListener from the list of listeners.
removeUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.DDataTextField.DDataFieldDocumentListener
 
removeUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.table.DDataCellField.DDataFieldDocumentListener
 
removeUpdate(DocumentEvent) - Method in class pt.despodata.java.ddata.table.DDataCellTextField.DDataFieldDocumentListener
 
removeUpdate(DocumentEvent) - Method in class pt.moredata.widgets.table.CellField.DDataFieldDocumentListener
 
removeUpdate(DocumentEvent) - Method in class pt.moredata.widgets.table.CellTextField.DDataFieldDocumentListener
 
removeUpdateListener(DAOUpdateListener) - Method in interface pt.moredata.dao.DataAccessObject
Removes a DAOUpdateListener from this DataAccessObject.
removeValues(Connection, String) - Method in class pt.moredata.dao.AbstractUtilStuff
Remove os dados na tabela que referencia
removeValues(Connection, String) - Static method in class pt.moredata.dao.UtilStuff
Remove os dados na tabela que referencia
removeVetoableChangeListener(VetoableChangeListener) - Method in class pt.moredata.widgets.Field
 
removeVetoableChangeListener(VetoableChangeListener) - Method in interface pt.moredata.widgets.FieldObject
Removes a VetoableChangeListener from the listener list.
removeVisualField(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Removes a visual field from the virtual table.
removeVisualField(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Removes a visual field from the virtual table.
removeVisualField(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Removes a visual field from the virtual table.
removeVisualField(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Removes a visual field from the virtual table.
remover(List) - Method in class pt.despodata.java.webappl.actions.RemoveBaseAction
Remove uma lista de registos.
renderer - Variable in class pt.despodata.java.ddata.table.DDataColumnGroup
 
renderer - Variable in class pt.moredata.widgets.table.ColumnGroup
 
rendererComponent - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
rendererPane - Variable in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
rendererPane - Variable in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
replace(String, String, String) - Static method in class pt.moredata.util.StringUtils
Devolve a string resultante de substituir todas as ocorrencias da de uma substring por outra.
replaceChars(String, char[], char[]) - Static method in class pt.despodata.java.ddata.DHtmlDataControl
 
request - Variable in class pt.despodata.java.ddata.DHtmlGetByteField
HttpservletRequest object
request - Variable in class pt.despodata.java.webappl.actions.ActionBase
 
requestFocus() - Method in class pt.despodata.java.ddata.DDataField
 
requestFocus() - Method in class pt.moredata.widgets.Field
 
requestFocus() - Method in interface pt.moredata.widgets.FieldObject
 
resetAllFlags() - Method in interface pt.moredata.dao.DataRow
Coloca valores de default na(s) flags
resetAllFlags(int) - Method in interface pt.moredata.dao.RecordSet
Reset all flags of a giveen row.
resetAllFlags() - Method in interface pt.moredata.dao.RecordSet
Reset all flags for all row of the Recordset.
resetPassword() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Resets password field.
resizeToFit() - Method in class pt.moredata.widgets.ImageField
Resize the image to fit in the view port of the slider.
restore() - Method in interface pt.moredata.dao.RecordSet
Restore all data in the backup to the original struture
restoreCell(int) - Method in interface pt.moredata.dao.DataRow
Restore the value of a cell (value copied not reference)
restoreCell(int, int) - Method in interface pt.moredata.dao.RecordSet
Restore a cell content.
restoreRow() - Method in interface pt.moredata.dao.DataRow
Restore (copy) the value of the entire row from backed values Note that is the value copied, not the reference ????
restoreRow(int) - Method in interface pt.moredata.dao.RecordSet
Restore an entire row.
restored() - Method in class pt.moredata.netbeans.modules.moredatatemplates.OLTPAppModule
Called when an already-installed module is restored (at IDE startup time).
results - Variable in class pt.moredata.taglibs.widgets.ToolBarTag
Buffer onde e despejado o codigo em HTML.
rev - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
rightTrim(String) - Static method in class pt.moredata.util.StringUtils
Retira os espacos em branco do fim de uma string.
rmDescription(String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Remove a value from the list of values.
rmDescription(String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Remove uma descricao da lista de valores.
rmDescription(String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Remove uma descricao da lista de valores.
rmDescription(String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Remove a value from the list of values.
rmFglReportListener(FglReportListener) - Method in class pt.despodata.java.fglreport.FglReport
Remove um listener para os eventos do report
rmReferencedColumn(String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Remove a value from the list of values.
rmReferencedColumn(String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Remove uma chave estrangeira.
rmReferencedColumn(String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Remove uma chave estrangeira.
rmReferencedColumn(String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Remove a value from the list of values.
rollback() - Method in interface pt.despodata.java.mvc.IModel
Descarta todaas as mudancas efectuadas desde o ultimo commit/rollback.
rollback() - Method in class pt.despodata.java.webappl.GenericModel
Descarta todaas as mudancas efectuadas desde o ultimo commit/rollback.
rollback() - Method in interface pt.moredata.dao.Writer
Undoes all changes made in the current transaction and releases any database locks currently held by this Writer Connection object.
route(GenericServlet, HttpServletRequest, HttpServletResponse) - Method in class pt.despodata.java.webappl.actions.ActionRouter
This method is called by the action servlet
row - Variable in class pt.despodata.java.ddata.event.AfterEditEvent
 
row - Variable in class pt.despodata.java.ddata.event.CellChangedEvent
 
rowCount - Variable in class pt.moredata.dataentry.taglibs.DoIfTag
RowCount condition.
rowNumber - Variable in class pt.despodata.java.ddata.DHtmlGetByteField
Numero da linha da tabela que contem o ficheiro
rowNumber - Variable in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Holds value of property rowNumber.
rowRetrieved(DDataControlEvent, DataRow) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado imediatamente depois de uma linha retornada
rowRetrieved(DDataControlEvent, DDataRow) - Method in class pt.despodata.java.ddata.event.DDataControlAdapter
Executado imediatamente depois de uma linha retornada
rowRetrieved(DDataControlEvent, DDataRow) - Method in interface pt.despodata.java.ddata.event.DDataControlListener
Executado imediatamente depois de uma linha retornada
rowRetrieved(DDataSwingControlEvent, DDataRow) - Method in class pt.despodata.java.ddata.event.DDataSwingControlAdapter
Executado imediatamente depois de uma linha retornada
rowRetrieved(DDataSwingControlEvent, DDataRow) - Method in interface pt.despodata.java.ddata.event.DDataSwingControlListener
Executado imediatamente depois de uma linha retornada
rowRetrieved(DAOEvent) - Method in interface pt.moredata.dao.event.DAORowRetrivedListener
Deprecated. Executado imediatamente depois de uma linha retornada
rowRetrieved(DDataControlEvent, DataRow) - Method in interface pt.moredata.dao.event.DDataControlListener
Executado imediatamente depois de uma linha retornada
rowRetrievedCount - Variable in class pt.despodata.java.ddata.tests.DDataControlTest
 
rowRetrievedCount - Variable in class pt.moredata.dao.core.GenericDAOTest
Description of the Field
rowRetrievedCount - Variable in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description of the Field
rowSelected - Variable in class pt.despodata.java.webappl.actions.ActionBase
 
rowSelectedFromList - Variable in class pt.despodata.java.webappl.actions.ActionBase
 
rows() - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo getRows()
rows() - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este metodo foi substituido pelo metodo getRows()
rows - Variable in class pt.despodata.java.ddata.DDataTable
 
rows - Variable in class pt.moredata.widgets.Table
 
run() - Method in class pt.despodata.java.ddata.BrowserFrame.loadPage
 
run() - Method in class pt.despodata.java.ddata.DDataSendSimpleMail
 
run() - Method in class pt.despodata.java.ddata.DDataTextField.FocusGrabber
 
run() - Method in class pt.despodata.java.ddata.DDataTextField.Sendkey
 
run() - Method in class pt.despodata.java.ddata.table.DDataCellField.FocusGrabber
 
run() - Method in class pt.despodata.java.ddata.table.DDataCellTextField.FocusGrabber
 
run() - Static method in class pt.moredata.dao.SimpleDAODemo
 
run() - Static method in class pt.moredata.dataentry.wizards.WizardDemo
 
run() - Method in class pt.moredata.programlaunch.AbstractCommandRunner
Run each command send by the client.
run() - Method in class pt.moredata.util.DataSendSimpleMail
 
run() - Method in class pt.moredata.widgets.BrowserFrame.loadPage
Main processing method for the loadPage object
run() - Method in class pt.moredata.widgets.TextField.FocusGrabber
Main processing method for the FocusGrabber object
run() - Method in class pt.moredata.widgets.TextField.Sendkey
Main processing method for the Sendkey object
run() - Method in class pt.moredata.widgets.table.CellField.FocusGrabber
 
run() - Method in class pt.moredata.widgets.table.CellTextField.FocusGrabber
 
runCommand() - Method in class pt.moredata.programlaunch.AbstractCommandRunner
Run one command send by the client.
runDialog() - Method in class pt.moredata.connection.CreateConnectionDemo
 
runTxt() - Method in class pt.moredata.connection.CreateConnectionDemo
 
runXml() - Method in class pt.moredata.connection.CreateConnectionDemo
 
runXml12() - Method in class pt.moredata.connection.CreateConnectionDemo
 

S

SAVE_ALL_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
SAVE_BUTTON - Static variable in interface pt.moredata.widgets.SimpleToolBar
 
SEARCH_RELATION - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do parametro usado para guardar as relacoes usadas para fazer pesquisas (por exemplo a pesquisa de um detalhe para ser alterado).
SEARCH_RELATION - Static variable in class pt.despodata.java.webappl.WebPage
 
SELECTED - Variable in class pt.despodata.java.ddata.DDataLov
 
SELECT_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
O campo e do tipo 'List of Values'.
SEPARATOR - Static variable in interface pt.despodata.java.ddata.IDHtmlDataControl
Separador usado no nome dos parametros, para separa o nome do parametro do numero da linha a que este corresponde.
SERIAL - Static variable in interface pt.moredata.dao.MetaField
SERIAL columnm yype.
SERIALIZED_FILE - Static variable in class pt.moredata.dao.util.DataBaseIdentifier
 
SERIALIZED_TABLE - Static variable in class pt.moredata.dao.DataSource
 
SINGLEWILDCARD - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter usado para representar um qualquer caracter no padrao de pesquisa.
SINGLE_BORDER_TO_ALL - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
SINGLE_BORDER_TO_BOTTOM - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
SINGLE_BORDER_TO_LEFT - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
SINGLE_BORDER_TO_RIGHT - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
SINGLE_BORDER_TO_TOP - Static variable in class pt.moredata.ecs.rtf.GenericTags
 
SKIP_ACTION - Static variable in interface pt.moredata.dataentry.event.ActionListener
Skip the execution of the Action.
SMALLINT - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
SMALLINT - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.
SNAPSHOT - Static variable in interface pt.moredata.dao.DAOView
Columns marked as SNAPSHOT are read normaly from the database when query method is executed.
SORT_FOR_DELETE - Static variable in interface pt.moredata.dao.DAOFieldsInfo
Type of sort to sort the tables names for delete.
SORT_FOR_INSERT - Static variable in interface pt.moredata.dao.DAOFieldsInfo
Type of sort to sort the tables names for insert.
SORT_FOR_UPDATE - Static variable in interface pt.moredata.dao.DAOFieldsInfo
Type of sort to sort the tables names for update.
SQLBuilderTest - class pt.moredata.dao.core.SQLBuilderTest.
SQLBuilderTest.java Interactive test case for testing SQLStatementBuilder classes.
SQLBuilderTest() - Constructor for class pt.moredata.dao.core.SQLBuilderTest
to Cria um Prototipo para testar a arquitectura.
SQLDeleteBuilder - class pt.moredata.dao.core.SQLDeleteBuilder.
This class is responsible for building SQL delete commands.
SQLDeleteBuilder(DAOFieldsInfo, RecordSet) - Constructor for class pt.moredata.dao.core.SQLDeleteBuilder
Creates a new instance of AbstractSQLStatementBuilder
SQLInformation - class pt.moredata.dao.core.SQLInformation.
This is a java bean used for presenting aditional information to the SQLStatmentBuilder interface so it can build SQL statments.
SQLInformation() - Constructor for class pt.moredata.dao.core.SQLInformation
Create a new SQLInformation Object.
SQLInformation(String, String) - Constructor for class pt.moredata.dao.core.SQLInformation
Create a new SQLInformation Object.
SQLInformation(String, String, List, List, boolean) - Constructor for class pt.moredata.dao.core.SQLInformation
Create a new SQLInformation Object.
SQLInformation(String, int) - Constructor for class pt.moredata.dao.core.SQLInformation
Create a new SQLInformation Object.
SQLInformation(String, int, int) - Constructor for class pt.moredata.dao.core.SQLInformation
Create a new SQLInformation Object.
SQLInformation(String) - Constructor for class pt.moredata.dao.core.SQLInformation
Create a new SQLInformation Object.
SQLInsertBuilder - class pt.moredata.dao.core.SQLInsertBuilder.
This class is responsible for building SQL insert commands.
SQLInsertBuilder(DAOFieldsInfo, RecordSet) - Constructor for class pt.moredata.dao.core.SQLInsertBuilder
Creates a new instance of SQLInsertBuilder
SQLPattern - interface pt.moredata.dao.pattern.SQLPattern.
Esta interface representa um determinado padrao de pesquisa sobre um campo de uma tabela.
SQLPatternBuilder - class pt.moredata.dao.pattern.SQLPatternBuilder.
Esta classe efectua a traducao de um padrao de pesquisa para uma clausula where de um select em SQL.
SQLPatternBuilder() - Constructor for class pt.moredata.dao.pattern.SQLPatternBuilder
 
SQLPatternBuilderTest - class pt.moredata.dao.pattern.SQLPatternBuilderTest.
SQLPatternBuilderTest.java Company MoreData
SQLPatternBuilderTest(String) - Constructor for class pt.moredata.dao.pattern.SQLPatternBuilderTest
Cria um teste ao SQLPatternBuilder.
SQLSelectBuilder - class pt.moredata.dao.core.SQLSelectBuilder.
This class is responsible for building SQL select commands.
SQLSelectBuilder(DAOFieldsInfo, RecordSet) - Constructor for class pt.moredata.dao.core.SQLSelectBuilder
Creates a new instance of AbstractSQLStatementBuilder
SQLStatementBuilder - interface pt.moredata.dao.SQLStatementBuilder.
A specification of the interface for a class that build SQL statements from a DataAccessObject RecordSet.
SQLStatementCache - class pt.moredata.dao.core.SQLStatementCache.
This class is responsibly for prepare SQL statemends and cache SQL prepared statements.
SQLStatementCache(Connection) - Constructor for class pt.moredata.dao.core.SQLStatementCache
Creates a new instance of SQLStatementCache.
SQLUpdateBuilder - class pt.moredata.dao.core.SQLUpdateBuilder.
This class is responsible for building SQL update commands.
SQLUpdateBuilder(DAOFieldsInfo, RecordSet) - Constructor for class pt.moredata.dao.core.SQLUpdateBuilder
Creates a new instance of SQLUpdateBuilder
STARTPAGE_KEY - Static variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Pagina inicial para onde se deve fazer forward apos criado o DataSource.
STATE_ACTIVE - Static variable in class pt.despodata.java.ddata.DDataProgressBar
 
STATE_NONACTIVE - Static variable in class pt.despodata.java.ddata.DDataProgressBar
 
STATE_PROGRESS - Static variable in class pt.despodata.java.ddata.DDataProgressBar
 
STRUCT - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
SUBMIT_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
 
SUPERSET_UPDATE - Static variable in interface pt.moredata.dao.DAOView
E gerado um comando preparado, que da para efectuar o update de todas as linha.
SWING - Static variable in class pt.despodata.java.ddata.DDataErrorHandler
 
SWING - Static variable in interface pt.moredata.fglreport.FglReport
 
SWING - Static variable in class pt.moredata.widgets.ErrorHandler
 
SaveAllRecordsAction - class pt.moredata.dataentry.action.SaveAllRecordsAction.
Esta classe implementa uma accao responsavel pela actualizacao de todos os registos da entrada de dados no repositorio.
SaveAllRecordsAction() - Constructor for class pt.moredata.dataentry.action.SaveAllRecordsAction
 
SaveSingleRecordAction - class pt.moredata.dataentry.action.SaveSingleRecordAction.
Esta classe implementa uma accao responsavel pela actualizacao de um unico registo da entrada de dados no repositorio.
SaveSingleRecordAction() - Constructor for class pt.moredata.dataentry.action.SaveSingleRecordAction
 
ScreenPrinter - class pt.moredata.util.ScreenPrinter.
Prints the contents of a frame
ScreenPrinter(JFrame) - Constructor for class pt.moredata.util.ScreenPrinter
Creates a new instance of ScreenPrinter, an Object that prints the screen image and terminates.
SearchRecordAction - class pt.despodata.java.webappl.actions.SearchRecordAction.
SearchRecordAction.java Company MoreData
SearchRecordAction() - Constructor for class pt.despodata.java.webappl.actions.SearchRecordAction
Creates a new instance of SearchRecordAction
Section - class pt.moredata.ecs.rtf.Section.
New Section
Section() - Constructor for class pt.moredata.ecs.rtf.Section
Creates new Section
SelectAllAction - class pt.despodata.java.webappl.actions.SelectAllAction.
SelectAllAction.java Company MoreData
SelectAllAction() - Constructor for class pt.despodata.java.webappl.actions.SelectAllAction
Creates a new instance of SelectAllAction
SelectTag - class pt.moredata.dataentry.taglibs.SelectTag.
Company MoreData
SelectTag() - Constructor for class pt.moredata.dataentry.taglibs.SelectTag
 
SerializedTable - class pt.moredata.dao.core.SerializedTable.
Company MoreData
SerializedTable() - Constructor for class pt.moredata.dao.core.SerializedTable
 
SerializedTableIO - class pt.moredata.dao.core.SerializedTableIO.
Le o conteudo de um ficheiro de objectos serializados que correspondem a uma tabela lida da base de dados para ficheiro.
SerializedTableIO() - Constructor for class pt.moredata.dao.core.SerializedTableIO
 
SerializedTableIO(String, String) - Constructor for class pt.moredata.dao.core.SerializedTableIO
 
SerializedTableIOTest - class pt.moredata.dao.core.SerializedTableIOTest.
SerializedTableIOTest.java Company MoreData
SerializedTableIOTest(String) - Constructor for class pt.moredata.dao.core.SerializedTableIOTest
Constructor for the SerializedTableIOTest object
SerializedTableTest - class pt.moredata.dao.core.SerializedTableTest.
DSerializedTableTest.java Company MoreData
SerializedTableTest(String) - Constructor for class pt.moredata.dao.core.SerializedTableTest
Constructor for the SerializedTableTest object
ServerProperties - interface pt.moredata.programlaunch.ServerProperties.
ServerProperties.java Company MoreData
Service(Object) - Method in interface pt.despodata.java.mvc.IModel
Aplica um determinado servico ao modelo de dados
Service(Object) - Method in class pt.despodata.java.mvc.Model
Aplica um determinado servico ao modelo de dados
Service(Object) - Method in class pt.despodata.java.webappl.GenericModel
Para servir um pedido do controlador.
SetFrameTag - class pt.despodata.java.webappl.tags.SetFrameTag.
SetFrameTag.java, Permite definir mais facilmente a estrutura de uma entrada de dados.
SetFrameTag() - Constructor for class pt.despodata.java.webappl.tags.SetFrameTag
 
SetNodeDisabled(int) - Method in class pt.moredata.mdmenus.CheckNodeTree
 
SetNodeTrue(int) - Method in class pt.moredata.mdmenus.CheckNodeTree
 
SetNumber(double, String) - Method in class pt.despodata.java.ddata.Extenso
To set the number to be converted
SetNumber(double, int, String) - Method in class pt.despodata.java.ddata.Extenso
 
SetPasswordDialog - class pt.moredata.netbeans.modules.moredatatemplates.wizard.SetPasswordDialog.
Dialog to ask the password
SetPasswordDialog() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.SetPasswordDialog
Constructor for the SetPasswordDialog object
SetPermissionTree(String) - Method in class pt.moredata.mdmenus.PermissionManager
Retrives all id_obj for what current user has permission
SetTargetForTag - class pt.moredata.dataentry.taglibs.SetTargetForTag.
Tag for changing the target page to be displayed after the execution of a command.
SetTargetForTag() - Constructor for class pt.moredata.dataentry.taglibs.SetTargetForTag
 
ShowErrorsTag - class pt.despodata.java.webappl.tags.ShowErrorsTag.
 
ShowErrorsTag() - Constructor for class pt.despodata.java.webappl.tags.ShowErrorsTag
 
ShowIfErrorTag - class pt.moredata.dataentry.taglibs.ShowIfErrorTag.
Tag for showing an error message if DataEntry give a error.
ShowIfErrorTag() - Constructor for class pt.moredata.dataentry.taglibs.ShowIfErrorTag
 
ShowIfNoErrorTag - class pt.moredata.dataentry.taglibs.ShowIfNoErrorTag.
Tag for showing an error message if DataEntry didn't give a error.
ShowIfNoErrorTag() - Constructor for class pt.moredata.dataentry.taglibs.ShowIfNoErrorTag
 
ShowLogFile - class pt.moredata.mdmenus.ShowLogFile.
Title: Description: Copyright: Copyright (c) Company:
ShowLogFile(int, int, String) - Constructor for class pt.moredata.mdmenus.ShowLogFile
 
ShowRecordNumberTag - class pt.moredata.dataentry.taglibs.ShowRecordNumberTag.
Company MoreData
ShowRecordNumberTag() - Constructor for class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
 
SimpleDAODemo - class pt.moredata.dao.SimpleDAODemo.
SimpleDAODemo.java Esta classe e uma implementacao da interface ConnectionConfig, usa um ficheiro em xml para armazenar os dados para aceder a base de dados.
SimpleDAODemo() - Constructor for class pt.moredata.dao.SimpleDAODemo
Creates a new instance of SimpleDAODemo
SimplePattern - class pt.moredata.dao.pattern.SimplePattern.
Classe que implementa a interface SQLPattern.
SimplePattern(String, String, String, int, int) - Constructor for class pt.moredata.dao.pattern.SimplePattern
Creates a new instance of SimplePattern.
SimplePatternTest - class pt.moredata.dao.pattern.SimplePatternTest.
SimplePatternTest.java Company MoreData
SimplePatternTest(String) - Constructor for class pt.moredata.dao.pattern.SimplePatternTest
Cria uma classe de teste.
SimpleQueryAction - class pt.moredata.dataentry.action.SimpleQueryAction.
Company MoreData
SimpleQueryAction() - Constructor for class pt.moredata.dataentry.action.SimpleQueryAction
 
SimpleToolBar - interface pt.moredata.widgets.SimpleToolBar.
ToolBar.java Company MoreData
SimpleToolBarButton - interface pt.moredata.widgets.SimpleToolBarButton.
ToolBarButton.java Company MoreData
SimpleWizard - class pt.moredata.wizard.SimpleWizard.
SimpleWizard.java Classe mãe (base) para construção de wizards
Toda a interacção do programador com os wizards é por intermédio desta classe e da classe relativa a cada acção.
SimpleWizard(Frame) - Constructor for class pt.moredata.wizard.SimpleWizard
 
SmartSwingDataEntry - class pt.moredata.dataentry.SmartSwingDataEntry.
Entrada de dados que e criada dinamicamente, atraves do nome de uma tabela.
SmartSwingDataEntry(String[]) - Constructor for class pt.moredata.dataentry.SmartSwingDataEntry
Cria uma entrada de dados.
SmartSwingDataEntry(DataSource, String) - Constructor for class pt.moredata.dataentry.SmartSwingDataEntry
Cria uma entrada de dados.
SortInfo - class pt.moredata.widgets.table.SortInfo.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
SortInfo(int, Object) - Constructor for class pt.moredata.widgets.table.SortInfo
 
Splash - class pt.moredata.widgets.Splash.
Splash.java Classe para apresentar uma janela com uma barra de progresso no inicio de uma aplicação.
Splash() - Constructor for class pt.moredata.widgets.Splash
Creates new Splash window.
Splash(int, int) - Constructor for class pt.moredata.widgets.Splash
Creates new Splash window
SplashBeanInfo - class pt.moredata.widgets.SplashBeanInfo.
SplashBeanInfo.java Company MoreData
SplashBeanInfo() - Constructor for class pt.moredata.widgets.SplashBeanInfo
 
StandardCharFormat - class pt.moredata.ecs.rtf.StandardCharFormat.
Formatação de caracteres standard, normalmente gerada por um editor de texto
StandardCharFormat() - Constructor for class pt.moredata.ecs.rtf.StandardCharFormat
Creates new StandardCharFormat
StandardFontTbl - class pt.moredata.ecs.rtf.StandardFontTbl.
 
StandardFontTbl() - Constructor for class pt.moredata.ecs.rtf.StandardFontTbl
Creates new StandardFontTbl
StandardRtfDocument - class pt.moredata.ecs.rtf.StandardRtfDocument.
 
StandardRtfDocument() - Constructor for class pt.moredata.ecs.rtf.StandardRtfDocument
Creates new StandardRtfDocument
StandardRtfDocument(FontTbl) - Constructor for class pt.moredata.ecs.rtf.StandardRtfDocument
Creates new StandardRtfDocument with a user defined Font table
StandardStyle - class pt.moredata.ecs.rtf.StandardStyle.
Implementação do estilo standard tal como normalmente existe no word
StandardStyle(int) - Constructor for class pt.moredata.ecs.rtf.StandardStyle
 
StandardStyleSheet - class pt.moredata.ecs.rtf.StandardStyleSheet.
Geração da stylesheet normal de um documento
StandardStyleSheet() - Constructor for class pt.moredata.ecs.rtf.StandardStyleSheet
Creates new StandardStyleSheet
State - class pt.despodata.java.mvc.State.
 
State(Object) - Constructor for class pt.despodata.java.mvc.State
Constroi um novo estado.
StateMachine - class pt.despodata.java.mvc.StateMachine.
 
StateMachine() - Constructor for class pt.despodata.java.mvc.StateMachine
Cria uma nova maquina de estados, sem nenhum estado.
StatusBar - class pt.moredata.widgets.StatusBar.
 
StatusBar() - Constructor for class pt.moredata.widgets.StatusBar
Creates new form BeanForm
StatusBarBeanInfo - class pt.moredata.widgets.StatusBarBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
StatusBarBeanInfo() - Constructor for class pt.moredata.widgets.StatusBarBeanInfo
 
StringFormatValidator - class pt.despodata.java.ddata.validators.StringFormatValidator.
Esta classe verifica se uma string é valida Company Moredata
StringFormatValidator() - Constructor for class pt.despodata.java.ddata.validators.StringFormatValidator
 
StringFormatValidator(String) - Constructor for class pt.despodata.java.ddata.validators.StringFormatValidator
 
StringFormatValidator - class pt.moredata.widgets.validators.StringFormatValidator.
Esta classe verifica se uma string é valida Company Moredata
StringFormatValidator() - Constructor for class pt.moredata.widgets.validators.StringFormatValidator
 
StringFormatValidator(String) - Constructor for class pt.moredata.widgets.validators.StringFormatValidator
 
StringUtils - class pt.moredata.util.StringUtils.
StringUtils.java Company MoreData
StringUtilsTest - class pt.moredata.util.StringUtilsTest.
StringUtilsTest.java Company MoreData
StringUtilsTest(String) - Constructor for class pt.moredata.util.StringUtilsTest
 
Stroke(int) - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime um traço
Stroke(int) - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime um traço
StrokeHoriz() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao traço horizontal
StrokeHoriz() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao traço horizontal
StrokeVert() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao traço vertical
StrokeVert() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao traço vertical
StrokeVert2() - Static method in class pt.despodata.java.fglreport.ProprinterControl
 
StrokeVert2() - Static method in class pt.moredata.fglreport.ProprinterControl
Imprime caracter gráfico correspondente ao traço vertical
Style - class pt.moredata.ecs.rtf.Style.
RTF Style element for ECS (Element Construction Set)
Style(String, int, String, CharFormat) - Constructor for class pt.moredata.ecs.rtf.Style
 
SubmitButtonTag - class pt.despodata.java.webappl.tags.SubmitButtonTag.
SubmitButtonTag.java, Permite definir butoes para submissao de forms em html.
SubmitButtonTag() - Constructor for class pt.despodata.java.webappl.tags.SubmitButtonTag
 
SubmitDetailRecordAction - class pt.despodata.java.webappl.actions.SubmitDetailRecordAction.
SubmitDetailRecordAction.java Company MoreData
SubmitDetailRecordAction() - Constructor for class pt.despodata.java.webappl.actions.SubmitDetailRecordAction
Creates a new instance of SubmitDetailRecordAction
SubmitRecordAction - class pt.despodata.java.webappl.actions.SubmitRecordAction.
SubmitRecordAction.java Company MoreData
SubmitRecordAction() - Constructor for class pt.despodata.java.webappl.actions.SubmitRecordAction
 
SubmitSelectedRecordsAction - class pt.despodata.java.webappl.actions.SubmitSelectedRecordsAction.
SubmitSelectedRecordsAction.java Actualiza todos os registos selecionads, ou seja os que estiverem na lista de de selecionados: 'super.selectedRecordsList'.
SubmitSelectedRecordsAction() - Constructor for class pt.despodata.java.webappl.actions.SubmitSelectedRecordsAction
 
Subtract(Object, Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
Subtracção de qualquer par de objectos
Sum(Object, Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
Soma de qualquer par de objectos (que convém que sejam numéricos) Devia tentar ser inteligente e decidir sobre a soma inteira ou decimal
Sum(Object, Object, Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
 
Sum(Object, Object, Object, Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
 
Sum(Object, Object, Object, Object, Object) - Static method in class pt.despodata.java.ddata.ObjArithmetic
 
Sum(Vector) - Static method in class pt.despodata.java.ddata.ObjArithmetic
 
Sum(Object[]) - Static method in class pt.despodata.java.ddata.ObjArithmetic
 
SwingDataEntryController - interface pt.moredata.dataentry.SwingDataEntryController.
Esta interface define os metodos que uma classe tem de implementar para que possa controlar um conjunto de entradas de dados.
SwingFglReport - class pt.moredata.fglreport.SwingFglReport.
 
SwingFglReport() - Constructor for class pt.moredata.fglreport.SwingFglReport
Construtora
SwingFglReportTest - class pt.moredata.fglreport.SwingFglReportTest.
FglReportTest.java Company MoreData
SwingFglReportTest(String) - Constructor for class pt.moredata.fglreport.SwingFglReportTest
Constructor for the SwingFglReportTest object
SwingMenu - class pt.moredata.mdmenus.SwingMenu.
 
SwingMenu() - Constructor for class pt.moredata.mdmenus.SwingMenu
For test only
SwingMenu(Connection, String, String, String, ImageIcon, ImageIcon, String) - Constructor for class pt.moredata.mdmenus.SwingMenu
put your documentation comment here
SwingUtilities - class pt.moredata.util.SwingUtilities.
SwingUtilities.java esta classe contem alguns metodos estaticos uteis no desenvolvimento de aplicações em swing.
SwingWizardControler - class pt.moredata.wizard.SwingWizardControler.
SwingWizardControler.java Implementação do controlador para wizards construidos em Swing Company MoreData
SwingWizardControler(Frame) - Constructor for class pt.moredata.wizard.SwingWizardControler
Cria um novo controlador para um wizard.
SwingWizardGUI2 - class pt.moredata.wizard.SwingWizardGUI2.
SwingWizardGUI.java Descrição base do ambiente GUI usado na aplicação.
SwingWizardGUI2(Frame, boolean) - Constructor for class pt.moredata.wizard.SwingWizardGUI2
Creates new form SwingWizardGUI2
saveActionData() - Method in class pt.despodata.java.wizard.DDWizAction
Salva no modelo os dados ainda não guardados relativamente a esta acção
saveActionData() - Method in interface pt.despodata.java.wizard.DDWizActionForm
Salvar os dados do formulário da acção corrente
saveActionData() - Method in class pt.moredata.dataentry.wizards.ChoseColumnsPanel
 
saveActionData() - Method in class pt.moredata.dataentry.wizards.ExportFormatPanel
 
saveActionData() - Method in class pt.moredata.wizard.FormAction
 
saveActionData() - Method in class pt.moredata.wizard.FormAction2
 
saveActionData() - Method in class pt.moredata.wizard.WizardAction
Salva no modelo os dados ainda não guardados relativamente a esta acção
saveActionData() - Method in interface pt.moredata.wizard.WizardActionForm
Salvar os dados do formulário da acção corrente
saveComponentsData(int) - Method in interface pt.moredata.dataentry.DataEntry
Salvaguarda os valores armazenados nos componente tornando possivel a sua recuperacao atraves dos metodos refreshComponentsData() ou refreshComponentsData(int).
saveComponentsData() - Method in interface pt.moredata.dataentry.DataEntry
Salvaguarda os valores armazenados nos componente tornando possivel a sua recuperacao atraves dos metodos refreshComponentsData() ou refreshComponentsData(int).
saveComponentsData() - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Salvaguarda os valores armazenados nos componente tornando possivel a sua recuperacao atraves dos metodos refreshComponentsData() ou refreshComponentsData(int).
saveComponentsData(int) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Salvaguarda os valores armazenados nos componente tornando possivel a sua recuperacao atraves dos metodos refreshComponentsData() ou refreshComponentsData(int).
saveComponentsData(int) - Method in class pt.moredata.dataentry.core.FormDataEntry
Copia os valores dos componentes para a linha actual do _dataEntryValues.
saveComponentsData() - Method in class pt.moredata.dataentry.core.FormDataEntry
Copia os valores dos componentes para a linha actual do _dataEntryValues.
saveCurrentRecord() - Method in interface pt.moredata.dataentry.SwingDataEntryController
Util method to open a dialog to the user confirm if we whants to save ths current record.
saveCurrentRecord() - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Util method to open a dialog to the user confirm if we whants to save ths current record.
saveCurrentRecordOnDataControl() - Method in class pt.despodata.java.ddata.DDataSwingControl
Save data of current shoing record on the data control
saveFileAs() - Method in class pt.despodata.java.ddata.DDataExcelExportAs
Salva o ficheiro XLS com o nome desejado pelo Utilizador
saveFileAs() - Method in class pt.moredata.util.ExcelExportAs
Salva o ficheiro XLS com o nome desejado pelo Utilizador
saveRecordOnDAO(DataEntry, DataAccessObject) - Method in class pt.moredata.dao.core.SQLBuilderTest
Copia todos os registos alterados para o DAO.
saveRecordOnDAO(DataEntry, DataAccessObject, int) - Method in class pt.moredata.dao.core.SQLBuilderTest
Copia um determinado registo para o DAO So as colunas que estejam marcadas como alteradas e que sao copiadas para o DAO.
saveRecordOnDAO(int) - Method in class pt.moredata.dataentry.action.SaveSingleRecordAction
Grava um determinado registo no repositorio.
savingApplication - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
scrollRectToVisible(Rectangle) - Method in class pt.despodata.java.ddata.DDataField
 
scrollRectToVisible(Rectangle) - Method in interface pt.moredata.widgets.FieldObject
Desloca uma regiao do campo para a esquerda ou para a direita
searchDetail() - Method in class pt.despodata.java.webappl.actions.ActionBase
Procura por registos de um detalhe que estejam relacionados com o registo actual do currente ApplDatacontrol (mainDataControl) da pagina pai ou da prpria pagina, se ela nao tiver pai.
searchDetail(GenericModel, GenericView, WebPage) - Static method in class pt.despodata.java.webappl.actions.ActionBase
Procura por registos de um detalhe que estejam relacionados com o registo actual do currente ApplDatacontrol (mainDataControl).
select(int, int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
select(int, int) - Method in class pt.despodata.java.ddata.DDataField
 
select(int, int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
select(int, int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
select(int, int) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
select(int, int) - Method in class pt.moredata.widgets.Field
Description of the Method
select(int, int) - Method in interface pt.moredata.widgets.FieldObject
 
select(int, int) - Method in class pt.moredata.widgets.ImageFieldObject
 
selectAll() - Method in class pt.despodata.java.ddata.DDataEditorPane
 
selectAll() - Method in class pt.despodata.java.ddata.DDataField
 
selectAll() - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
selectAll() - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
selectAll() - Method in class pt.moredata.widgets.EditorPane
Description of the Method
selectAll() - Method in class pt.moredata.widgets.Field
Description of the Method
selectAll() - Method in interface pt.moredata.widgets.FieldObject
 
selectAll() - Method in class pt.moredata.widgets.ImageFieldObject
 
selectColor - Variable in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
selectColor - Variable in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
selectTask(int) - Method in class pt.moredata.wizard.SwingWizardGUI2
Rescreve a descricao da tarefa com texto a bold.
selectedIcon - Static variable in class pt.despodata.java.ddata.DDataCheckBox
 
selectedRecordsList - Variable in class pt.despodata.java.webappl.actions.ActionBase
Lista de Integer's , numero dos registos selecionados na entrada de dados.
selectedRow - Variable in class pt.despodata.java.ddata.DDataLov
 
selectionModel - Variable in class pt.despodata.java.ddata.DDataTable
 
selectionModel - Variable in class pt.moredata.widgets.Table
 
sendMail() - Method in class pt.despodata.java.ddata.DDataSendSimpleMail
 
sendMail() - Method in class pt.moredata.util.DataSendSimpleMail
 
sendOutputToTheClient(BufferedInputStream, BufferedInputStream) - Method in class pt.moredata.programlaunch.AbstractCommandRunner
Sends output collected to the _stdoutFile and _stderrFile to the client.
server - Variable in class pt.despodata.java.connection.DDConnectionConfig
 
server - Variable in class pt.moredata.connection.AbstractConnectionConfig
Nome do servidor.
serverPropertys - Variable in class pt.moredata.connection.AbstractConnectionConfig
Lista de propriedades associadas ao servidor.
service - Variable in class pt.despodata.java.connection.DDConnectionConfig
 
service(HttpServletRequest, HttpServletResponse) - Method in class pt.despodata.java.webappl.AuthenticateServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class pt.despodata.java.webappl.Dispatcher
 
session - Variable in class pt.despodata.java.ddata.DHtmlDataControl
Sessao atribuida pelo servidor.
session - Variable in class pt.despodata.java.webappl.AuthenticateServlet
Sessao
set(int, int, Object) - Method in class pt.moredata.dataentry.core.FormDataEntry.ComponentValueArray
Actualiza um determinado campo do array.
set(int, int, Object) - Method in class pt.moredata.dataentry.util.Array
Actualiza um determinado campo do array.
setAccept(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property accept.
setAccept(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property accept.
setAcceptNull(boolean) - Method in interface pt.moredata.dao.MetaField
Change the acceptNull property for the column represented by the meta field.
setAcceptNulls(boolean) - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use method setAcceptNull(boolean acceptNull) instead.
setAcceptcharset(String) - Method in class pt.moredata.taglibs.widgets.FormTag
Setter for property acceptcharset.
setAccesskey(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property accesskey.
setAccesskey(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property accesskey.
setAccesskey(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property accesskey.
setAccesskey(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property accesskey.
setAccesskey(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property accesskey.
setAction(String) - Method in class pt.despodata.java.webappl.tags.ButtonTag
Setter for property action.
setAction(String) - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Setter for property action.
setAction(String) - Method in class pt.despodata.java.webappl.tags.FormTag
Setter for property action.
setAction(String) - Method in class pt.moredata.taglibs.widgets.FormTag
Setter for property action.
setActionCommand(String) - Method in class pt.despodata.java.ddata.DDataField
 
setActionCommand(String) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the actionCommand attribute of the DataField object
setActionCommand(String) - Method in class pt.moredata.widgets.Field
Sets the actionCommand attribute of the DataField object
setActionCommand(String) - Method in interface pt.moredata.widgets.FieldObject
Sets the actionCommand attribute of the DataField object
setActionCommand(String) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the actionCommand attribute of the DataField object
setActions(int, DDWizAction) - Method in class pt.despodata.java.wizard.DDWizSwingControler
Afecta as acções permitidas pelos wizards
Provavelmente falta testar se deve ou não adicionar
setActions(DDWizAction) - Method in class pt.despodata.java.wizard.DDWizSwingControler
Afecta as acções permitidas pelos wizards
Provavelmente falta testar se deve ou não adicionar
setActions(int, DDWizAction) - Method in class pt.despodata.java.wizard.DDWizard
Afecta a acção na ordem pretendida
setActions(DDWizAction) - Method in class pt.despodata.java.wizard.DDWizard
Afecta a acção na ordem pretendida
setActions(int, WizardAction) - Method in class pt.moredata.wizard.SimpleWizard
Afecta a acção na ordem pretendida
setActions(WizardAction) - Method in class pt.moredata.wizard.SimpleWizard
Afecta a acção na ordem pretendida
setActions(int, WizardAction) - Method in class pt.moredata.wizard.SwingWizardControler
Afecta as acções permitidas pelos wizards
Provavelmente falta testar se deve ou não adicionar
setActions(WizardAction) - Method in class pt.moredata.wizard.SwingWizardControler
Afecta as acções permitidas pelos wizards
Provavelmente falta testar se deve ou não adicionar
setActions(int, WizardAction) - Method in interface pt.moredata.wizard.Wizard
 
setActions(WizardAction) - Method in interface pt.moredata.wizard.Wizard
 
setActive(boolean) - Method in class pt.moredata.taglibs.filter.Filter
Setter for property active.
setActiveToolbarButtons(boolean[]) - Method in class pt.despodata.java.ddata.DDataTable
Define se os botoes estão activos
setActiveToolbarButtons(boolean[]) - Method in class pt.moredata.widgets.Table
Define se os botoes estão activos
setAddAllColumns(boolean) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Setter for property addAllColumns.
setAddAllFromTable(String) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Setter for property addAllFromTable.
setAditionalColumn(int, String) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setAditionalColumn(String[]) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setAditionalColumn(int, String) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setAditionalColumn(String[]) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setAditionalColumn(int, String) - Method in class pt.moredata.widgets.ComboBox
Sets the aditionalColumn attribute of the DataComboBox object
setAditionalColumn(String[]) - Method in class pt.moredata.widgets.ComboBox
Sets the aditionalColumn attribute of the DataComboBox object
setAditionalColumn(int, String) - Method in class pt.moredata.widgets.table.CellProperties
 
setAditionalColumn(String[]) - Method in class pt.moredata.widgets.table.CellProperties
 
setAlias(String) - Method in class pt.moredata.dao.DataBaseTable
Deprecated. The alias cannot be modified after the table been added to a DAOFieldsInfo object. The DAOFieldsInfo uses the table alias and table name to build the keys used in the map between a table name and the metafields. This will be removed soon.
setAlias(String) - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Setter for property alias.
setAlign(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property align.
setAlignment(int) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setAllChecked(int) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Set the value of allChecked.
setAllowedCharacters(String) - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Change the list of allowed characters to be used in the widget represeted by the component during a query only.
setAllowedCharacters(String) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Change the list of allowed characters to be used in the widget represeted by the component during a query only.
setAllowedCharacters(String) - Method in class pt.moredata.dataentry.component.swing.FieldComponent
Change the list of allowed characters to be used in the widget represeted by the component during a query only.
setAllowedCharacters(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Set the of characters that are allowed to be used in the widget.
setAllowedCharacters(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Set the of characters that are allowed to be used in the widget.
setAllowedCharacters(String) - Method in class pt.moredata.widgets.EditorPaneObject
Set the of characters that are allowed to be used in the widget.
setAllowedCharacters(String) - Method in class pt.moredata.widgets.Field
Set the of characters that are allowed to be used in the widget.
setAllowedCharacters(String) - Method in class pt.moredata.widgets.FieldDocument
Set the of characters that are allowed to be used in the widget.
setAllowedCharacters(String) - Method in interface pt.moredata.widgets.FieldObject
Set the of characters that are allowed to be used in the widget.
setAllowedCharacters(String) - Method in class pt.moredata.widgets.ImageFieldObject
Set the of characters that are allowed to be used in the widget.
setAllowedCharacters(String) - Method in class pt.moredata.widgets.TextField
Set the of characters that are allowed to be used in the widget.
setAlt(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property alt.
setArchiveName(String) - Method in class pt.moredata.dao.DataSource
Afecta o nome do arquivo usado
setAreaId(String) - Method in class pt.moredata.qvs.CheckedArea
 
setAreaId(String) - Method in class pt.moredata.qvs.CheckedPoint
 
setArgs(String[]) - Method in class pt.despodata.java.ddata.DDataEntry
Afecta e inicializa os argumentos usando o GNU(getopt)
Ten de lançar excepções no caso de parâmetros inválidos
setAsText(String) - Method in class pt.despodata.java.ddata.DDataComponentTypeEditor
Sets the property value by parsing a given String.
setAsText(String) - Method in class pt.despodata.java.ddata.DDataObjectArrayEditor
Sets the property value by parsing a given String.
setAsText(String) - Method in class pt.moredata.widgets.ComponentTypeEditor
Sets the property value by parsing a given String.
setAsText(String) - Method in class pt.moredata.widgets.ObjectArrayEditor
Sets the property value by parsing a given String.
setAtributos(String) - Method in class pt.moredata.taglibs.widgets.CheckboxTag
Setter for property atributos.
setAtributos(String) - Method in class pt.moredata.taglibs.widgets.TableTag
Setter for property atributos.
setAttribute(String, Object) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
Stores an attribute in the context of this request.
setAttribute(String, Object) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
Stores an attribute in the context of this request.
setAutSum(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setAutSum(boolean) - Method in class pt.moredata.widgets.table.CellProperties
 
setAuthorized(String) - Method in class pt.despodata.java.webappl.tags.AbstractProtectTag
Setter for property authorized.
setAutoCommit(boolean) - Method in interface pt.despodata.java.mvc.IModel
Altera o tipo de commit (automatico/manual) usado pela coneccao do modelo de dados.
setAutoCommit(boolean) - Method in class pt.despodata.java.webappl.GenericModel
Altera o tipo de commit (automatico/manual) usado pela coneccao do modelo de dados.
setAutoCommit(boolean) - Method in interface pt.moredata.dao.Writer
Sets this Writer connection's auto-commit mode to the given state.
setAutoFormat(boolean) - Method in class pt.despodata.java.ddata.DDataField
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.despodata.java.ddata.DDataTextField
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Activa ou desactiva a formatacao automatica.
setAutoFormat(boolean) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Activa ou desactiva a formatacao automatica.
setAutoFormat(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
Define se a celula faz formatação automática
setAutoFormat(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellField
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setAutoFormat(boolean) - Method in class pt.moredata.widgets.CheckBoxFieldObject
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.moredata.widgets.ComboBoxFieldObject
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.moredata.widgets.EditorPaneObject
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.moredata.widgets.Field
setAutomaticFormat
setAutoFormat(boolean) - Method in interface pt.moredata.widgets.FieldObject
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.moredata.widgets.ImageFieldObject
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.moredata.widgets.TextField
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.moredata.widgets.table.CellField
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.moredata.widgets.table.CellProperties
Define se a celula faz formatação automática
setAutoFormat(boolean) - Method in class pt.moredata.widgets.table.CellTextField
setAutomaticFormat
setAutoFormat(boolean) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setAutonext(boolean) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
setAutonext(boolean) - Method in class pt.moredata.widgets.FieldDocument
Sets the autonext attribute of the FieldDocument object
setBackGroundColor(Color) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setBackGroundColor(Color) - Method in class pt.moredata.widgets.table.CellProperties
 
setBackground(Color) - Method in class pt.despodata.java.ddata.DDataField
Muda a cor do background
setBackground(Color) - Method in class pt.despodata.java.ddata.DDataProgressBar
Overridden to keep internal records accurate.
setBackground(Color) - Method in class pt.moredata.mdmenus.CheckRenderer.TreeLabel
 
setBackground(Color) - Method in class pt.moredata.mdmenus.CheckRenderer
 
setBackground(Color) - Method in class pt.moredata.widgets.Field
Muda a cor do background
setBackground(Color) - Method in interface pt.moredata.widgets.FieldObject
Muda a cor do background
setBackground(Color) - Method in class pt.moredata.widgets.ProgressBar
Overridden to keep internal records accurate.
setBackgroundColor(Color) - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
setBackgroundColor(Color) - Method in class pt.moredata.widgets.TableHeaderRenderer
 
setBackgroundColorPressed(Color) - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
setBackgroundColorPressed(Color) - Method in class pt.moredata.widgets.TableHeaderRenderer
 
setBackgroundDisabledColor(Color) - Method in class pt.moredata.widgets.Field
 
setBackgroundEnabledColor(Color) - Method in class pt.moredata.widgets.Field
 
setBackgroundImage(ImageIcon) - Method in class pt.moredata.widgets.Splash
Altera a imagem apresentada na janela.
setBgcolor(String) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Setter for property bgcolor.
setBodyContentString(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property bodyContentString.
setBodyContentString(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property bodyContentString.
setBold(boolean) - Method in class pt.despodata.java.ddata.DDataExcelExportData
Define se o valor será apresentado em Bold
setBorder(Border) - Method in class pt.despodata.java.ddata.DDataField
 
setBorder(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property border.
setBorder(Border) - Method in class pt.moredata.widgets.Field
Sets the border attribute of the DataField object
setBorder(Border) - Method in interface pt.moredata.widgets.FieldObject
 
setBounds(Rectangle) - Method in class pt.moredata.widgets.Field
Muda o tamanho do campo.
setBounds(Rectangle) - Method in interface pt.moredata.widgets.FieldObject
 
setButton(int, JspButton) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Altera um botao da toolbar.
setButtonText(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set the value of buttonText.
setButtonText(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set the value of buttonText.
setBytes(int) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setCaret(Caret) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setCaret(Caret) - Method in class pt.moredata.widgets.EditorPane
Sets the caret attribute of the DataEditorPane object
setCaretColor(Color) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setCaretColor(Color) - Method in class pt.moredata.widgets.EditorPane
Sets the caretColor attribute of the DataEditorPane object
setCaretPosition(int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setCaretPosition(int) - Method in class pt.despodata.java.ddata.DDataField
 
setCaretPosition(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setCaretPosition(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setCaretPosition(int) - Method in class pt.moredata.widgets.EditorPane
Sets the caretPosition attribute of the DataEditorPane object
setCaretPosition(int) - Method in class pt.moredata.widgets.Field
Sets the caretPosition attribute of the DataField object
setCaretPosition(int) - Method in interface pt.moredata.widgets.FieldObject
 
setCaretPosition(int) - Method in class pt.moredata.widgets.ImageFieldObject
 
setCaretType(int) - Method in class pt.despodata.java.ddata.DDataCaret
Afecta tipo do cursor
setCaretType(int) - Method in class pt.moredata.widgets.Caret
Afecta tipo do cursor
setCaretWidth(int) - Method in class pt.despodata.java.ddata.DDataCaret
Afecta a grossura do cursor
setCaretWidth(int) - Method in class pt.moredata.widgets.Caret
Afecta a grossura do cursor
setCascade(String) - Method in class pt.despodata.java.webappl.tags.SetFrameTag
Set the value of cascade.
setCell(int, int, Object) - Method in class pt.despodata.java.ddata.DDataExcelExport
Insere uma celula na folha
setCell(int, int, Object) - Method in class pt.moredata.util.ExcelExport
Insere uma celula na folha
setCellAt(int, int, Object) - Method in class pt.despodata.java.ddata.DDataExcelExport
Insere uma celula na folha
setCellAt(int, int, Object, int) - Method in class pt.despodata.java.ddata.DDataExcelExport
Insere uma celula na folha
setCellAt(int, int, Object, int, boolean) - Method in class pt.despodata.java.ddata.DDataExcelExport
Insere uma celula na folha
setCellAt(int, int, Object, boolean) - Method in class pt.despodata.java.ddata.DDataExcelExport
Insere uma celula na folha
setCellAt(int, String, String, Object) - Method in interface pt.moredata.dao.DataAccessObject
Changes the value of a cell of the DataAccessObject.
setCellAt(int, String, Object) - Method in interface pt.moredata.dao.DataAccessObject
Changes the value of a cell of the DataAccessObject.
setCellAt(int, String, String, Object, boolean) - Method in interface pt.moredata.dao.DataAccessObject
Changes the value of a cell of the DataAccessObject.
setCellAt(int, String, Object, boolean) - Method in interface pt.moredata.dao.DataAccessObject
Changes the value of a cell of the DataAccessObject.
setCellAt(int, int, Object) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use the method setCellAt(int rowNum, String name, Object obj) instead.
setCellAt(int, int, Object, boolean) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use the method setCellAt(int rowNum, String name, Object obj,boolean engineProcessed) instead.
setCellAt(int, int, Object) - Method in class pt.moredata.util.ExcelExport
Insere uma celula na folha
setCellAt(int, int, Object, int) - Method in class pt.moredata.util.ExcelExport
Insere uma celula na folha
setCellAt(int, int, Object, int, boolean) - Method in class pt.moredata.util.ExcelExport
Insere uma celula na folha
setCellAt(int, int, Object, boolean) - Method in class pt.moredata.util.ExcelExport
Insere uma celula na folha
setCellEditor(int, int, CellProperties) - Method in class pt.despodata.java.ddata.DDataTable
Deprecated. Substituido pelo setCellProperties()
setCellEditor(int, int, CellProperties) - Method in class pt.moredata.widgets.Table
Deprecated. Substituido pelo setCellProperties()
setCellEditorProperties(DDataDelegate, CellProperties) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
setCellEditorProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
setCellEditorProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
setCellEditorProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
setCellEditorProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
Afectação das propriedades das CellProperties a DDataField
setCellEditorProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setCellEditorProperties(WidgetDelegate, CellProperties) - Method in class pt.moredata.widgets.table.CellEditor
 
setCellEditorProperties(CellProperties) - Method in class pt.moredata.widgets.table.CheckBoxDelegate
 
setCellEditorProperties(CellProperties) - Method in class pt.moredata.widgets.table.ComboBoxDelegate
 
setCellEditorProperties(CellProperties) - Method in class pt.moredata.widgets.table.FieldDelegate
Afectação das propriedades das CellProperties a DDataField
setCellEditorProperties(CellProperties) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setCellEditorProperties(CellProperties) - Method in class pt.moredata.widgets.table.WidgetDelegate
Sets the cellEditorProperties attribute of the Delegate object
setCellProperties(int, int, CellProperties) - Method in class pt.despodata.java.ddata.DDataBaseTable
Define as propriedades da celula
setCellProperties(int, int, CellProperties) - Method in class pt.despodata.java.ddata.DDataTable
Atribui propriedades a uma determinada celula
setCellProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
setCellProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
setCellProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
setCellProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
setCellProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataIconDelegate
 
setCellProperties(int, int, CellProperties) - Method in class pt.despodata.java.ddata.table.DDataTableModel
Define as propriedades da celula
setCellProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataTextAreaDelegate
 
setCellProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setCellProperties(int, int, CellProperties) - Method in class pt.moredata.widgets.BaseTable
Define as propriedades da celula
setCellProperties(int, int, CellProperties) - Method in class pt.moredata.widgets.Table
Atribui propriedades a uma determinada celula
setCellProperties(CellProperties) - Method in class pt.moredata.widgets.table.CheckBoxDelegate
 
setCellProperties(CellProperties) - Method in class pt.moredata.widgets.table.ComboBoxDelegate
 
setCellProperties(CellProperties) - Method in class pt.moredata.widgets.table.FieldDelegate
 
setCellProperties(CellProperties) - Method in class pt.moredata.widgets.table.IconDelegate
 
setCellProperties(int, int, CellProperties) - Method in class pt.moredata.widgets.table.TableModel
Define as propriedades da celula
setCellProperties(CellProperties) - Method in class pt.moredata.widgets.table.TextAreaDelegate
 
setCellProperties(CellProperties) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setCellProperties(CellProperties) - Method in class pt.moredata.widgets.table.WidgetDelegate
Sets the cellProperties attribute of the Delegate object
setCellRenderer(int, int, CellProperties) - Method in class pt.despodata.java.ddata.DDataTable
Deprecated. Substituido pelo setCellProperties()
setCellRenderer(int, int, CellProperties) - Method in class pt.moredata.widgets.Table
Deprecated. Substituido pelo setCellProperties()
setCellRendererProperties(DDataDelegate, CellProperties) - Method in class pt.despodata.java.ddata.table.DDataCellRenderer
 
setCellRendererProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
setCellRendererProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
setCellRendererProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
setCellRendererProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
setCellRendererProperties(CellProperties) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setCellRendererProperties(WidgetDelegate, CellProperties) - Method in class pt.moredata.widgets.table.CellRenderer
 
setCellRendererProperties(CellProperties) - Method in class pt.moredata.widgets.table.CheckBoxDelegate
 
setCellRendererProperties(CellProperties) - Method in class pt.moredata.widgets.table.ComboBoxDelegate
 
setCellRendererProperties(CellProperties) - Method in class pt.moredata.widgets.table.FieldDelegate
 
setCellRendererProperties(CellProperties) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setCellRendererProperties(CellProperties) - Method in class pt.moredata.widgets.table.WidgetDelegate
Sets the cellRendererProperties attribute of the Delegate object
setCharacterEncoding(String) - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
setCharacterEncoding(String) - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
setChars(int) - Method in class pt.despodata.java.objgraficos.objectosX
Define o número de caracteres máximo que este tipo de item pode ter
setChars(int) - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Define o número de caracteres máximo que este tipo de item pode ter
setCharset(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property charset.
setCheckbox(String) - Method in class pt.moredata.taglibs.dao.GetRowTag
Setter for property checkbox.
setChecked(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property checked.
setChecked(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property checked.
setCheckedId(String) - Method in class pt.moredata.qvs.CheckedArea
 
setCheckedId(String) - Method in class pt.moredata.qvs.CheckedPoint
 
setClass(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property _class.
setClass(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property class.
setClass(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property class.
setClassName(String) - Method in class pt.moredata.dataentry.taglibs.AddActionMappingTag
Setter for property className.
setClassName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property className.
setCleanBeforeInsert(boolean) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Setter for property cleanBeforeInsert.
setClickCountToStart(int) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
Numero de cliques que é necessário para começar a edição
setClickCountToStart(int) - Method in class pt.moredata.widgets.table.CellEditor
Numero de cliques que é necessário para começar a edição
setClose(String) - Method in class pt.moredata.taglibs.content.HideContentTag
Setter for property close.
setCodeColumn(String) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setCodeColumn(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setCodeColumn(String) - Method in class pt.moredata.widgets.ComboBox
Sets the codeColumn attribute of the DataComboBox object
setCodeColumn(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setCodeColumn(String) - Method in class pt.moredata.widgets.EditorPaneObject
 
setCodeColumn(String) - Method in interface pt.moredata.widgets.FieldObject
 
setCodeColumn(String) - Method in class pt.moredata.widgets.ImageFieldObject
 
setCodeColumn(String) - Method in class pt.moredata.widgets.TextFieldObject
 
setCols(String) - Method in class pt.despodata.java.webappl.tags.FrameSetTag
Set the value of cols.
setCols(String) - Method in class pt.moredata.dataentry.taglibs.TextAreaTag
Setter for property cols.
setColumn(String) - Method in class pt.despodata.java.ddata.DDataField
 
setColumn(String) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Este metodo foi substituido pelo metodo setcolumnName(String)
setColumn(String) - Method in class pt.despodata.java.ddata.table.CellProperties
Define o nome do campo de codigo
setColumn(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property column.
setColumn(String) - Method in class pt.moredata.widgets.Field
Sets the column attribute of the DataField object
setColumn(String) - Method in class pt.moredata.widgets.table.CellProperties
Define o nome do campo de codigo
setColumnEditors(int, CellProperties) - Method in class pt.despodata.java.ddata.DDataTable
Deprecated. Substituido pelo setColumnProperties()
setColumnEditors(int, CellProperties) - Method in class pt.moredata.widgets.Table
Deprecated. Substituido pelo setColumnProperties()
setColumnFileName(String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Devolve o nome da columa que contem o nome do ficheiro.
setColumnFileName(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o nome da columa que contem o nome do ficheiro.
setColumnFileName(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o nome da columa que contem o nome do ficheiro.
setColumnFileName(String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Devolve o nome da columa que contem o nome do ficheiro.
setColumnInfo(DataFieldInfo) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property columnInfo.
setColumnLabel(String, String) - Method in class pt.despodata.java.ddata.DDataSwingControl
Altera o nome a apresentar no cabeçalho de cada coluna.
setColumnLabel(String, String) - Method in class pt.moredata.fglreport.DaoReport
Altera o nome a apresentar no cabeçalho de cada coluna.
setColumnMargin(int) - Method in class pt.despodata.java.ddata.table.DDataColumnGroup
 
setColumnMargin() - Method in class pt.despodata.java.ddata.table.DDataGroupableTableHeader
 
setColumnMargin(int) - Method in class pt.moredata.widgets.table.ColumnGroup
 
setColumnMargin() - Method in class pt.moredata.widgets.table.GroupableTableHeader
 
setColumnName(Object[]) - Method in class pt.despodata.java.ddata.DDataTable
Define o nome das colunas
setColumnName(int, Object) - Method in class pt.despodata.java.ddata.DDataTable
Determina o titulo de uma coluna
setColumnName(String) - Method in class pt.moredata.dao.DataFieldInfo
Definir o nome da coluna.
setColumnName(String) - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Setter for property name.
setColumnName(String) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Setter for property columnName.
setColumnName(String) - Method in class pt.moredata.dataentry.taglibs.DownloadFileTag
Setter for property columnName.
setColumnName(String) - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Setter for property columnName.
setColumnName(String) - Method in class pt.moredata.dataentry.taglibs.ImageTag
Setter for property columnName.
setColumnName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property columnName.
setColumnName(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property columnName.
setColumnName(Object[]) - Method in class pt.moredata.widgets.Table
Define o nome das colunas
setColumnName(int, Object) - Method in class pt.moredata.widgets.Table
Determina o titulo de uma coluna
setColumnNameId(String) - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Setter for property columnNameId.
setColumnNames(int, Object) - Method in class pt.despodata.java.ddata.DDataTable
Deprecated.  
setColumnNames(Object[]) - Method in class pt.despodata.java.ddata.DDataTable
Deprecated.  
setColumnNames(ArrayList) - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Setter for property columnNames.
setColumnNames(int, Object) - Method in class pt.moredata.widgets.Table
Deprecated.  
setColumnNames(Object[]) - Method in class pt.moredata.widgets.Table
Deprecated.  
setColumnNumber(int) - Method in class pt.despodata.java.ddata.DHtmlDataField
Set the value of columnNumber.
setColumnNumber(int) - Method in interface pt.despodata.java.ddata.IDDataControlField
Set the value of columnNumber.
setColumnOrder(int) - Method in class pt.moredata.dao.DataFieldInfo
 
setColumnProperties(int, CellProperties) - Method in class pt.despodata.java.ddata.DDataTable
Define as propriedades de todas as celulas daquela coluna e as propriedades defeito para a coluna
setColumnProperties(CellProperties[]) - Method in class pt.despodata.java.ddata.DDataTable
 
setColumnProperties(int, CellProperties) - Method in class pt.moredata.widgets.Table
Define as propriedades de todas as celulas daquela coluna e as propriedades defeito para a coluna
setColumnProperties(CellProperties[]) - Method in class pt.moredata.widgets.Table
 
setColumnRenderer(int, CellProperties) - Method in class pt.despodata.java.ddata.DDataTable
Deprecated. Já não é necessário definir um renderer
Substituido pelo setColumnProperties()
setColumnRenderer(int, CellProperties) - Method in class pt.moredata.widgets.Table
Deprecated. Já não é necessário definir um renderer
Substituido pelo setColumnProperties()
setColumnSize(int) - Method in class pt.despodata.java.ddata.DDataExcelExportData
Define o tamanho da coluna
setColumnWidth(String, int) - Method in class pt.despodata.java.ddata.DDataSwingControl
Altera o comprimento de uma determinada coluna.
setColumnWidth(int, int) - Method in class pt.despodata.java.ddata.DDataTable
Define a largura de uma coluna
setColumnWidth(int[]) - Method in class pt.despodata.java.ddata.DDataTable
 
setColumnWidth(String, int) - Method in class pt.moredata.fglreport.DaoReport
Altera o comprimento de uma determinada coluna.
setColumnWidth(int, int) - Method in class pt.moredata.widgets.Table
Define a largura de uma coluna
setColumnWidth(int[]) - Method in class pt.moredata.widgets.Table
 
setColumns(int) - Method in class pt.despodata.java.ddata.DDataField
 
setColumns(int) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Altera o número total de colunas/caracteres que se pode preencher.
setColumns(int) - Method in class pt.despodata.java.ddata.DDataTable
Define o numero de colunas
setColumns(int) - Method in class pt.despodata.java.webappl.FrameSet
Set the value of columns.
setColumns(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the columns attribute of the DataField object
setColumns(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the columns attribute of the DataField object
setColumns(int) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the columns attribute of the DataField object
setColumns(int) - Method in class pt.moredata.widgets.Field
Sets the columns attribute of the DataField object
setColumns(int) - Method in interface pt.moredata.widgets.FieldObject
Sets the columns attribute of the DataField object
setColumns(int) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the columns attribute of the DataField object
setColumns(int) - Method in class pt.moredata.widgets.Table
Define o numero de colunas
setColumnsResizeAllowed(boolean) - Method in class pt.despodata.java.ddata.DDataTable
Permissão para redimensionar as colunas
setColumnsResizeAllowed(boolean) - Method in class pt.moredata.widgets.Table
Permissão para redimensionar as colunas
setComboElements(Object[]) - Method in class pt.despodata.java.ddata.DDataField
Adiciona um conjunto de elementos a combox.
setComboElements(Object[]) - Method in class pt.moredata.widgets.Field
Adiciona um conjunto de elementos a combox.
setCommandName(String) - Method in class pt.moredata.dataentry.LogEntry
Setter for property commandName.
setCommandName(String) - Method in class pt.moredata.dataentry.taglibs.AddActionMappingTag
Setter for property commandName.
setCommandName(String) - Method in class pt.moredata.dataentry.taglibs.ExecuteActionTag
Setter for property commandName.
setCommandName(String) - Method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Setter for property commandName.
setComment(String) - Method in class pt.despodata.java.wizard.DDWizAction
Afecta a propriedade que define o comentário adicional a apresentar nesta acção
setComment(ArrayList) - Method in class pt.despodata.java.wizard.DDWizAction
 
setComment(String) - Method in class pt.moredata.wizard.WizardAction
Afecta a propriedade que define o comentário adicional a apresentar nesta acção
setComment(ArrayList) - Method in class pt.moredata.wizard.WizardAction
 
setComponentName(String) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Setter for property componentName.
setComponentType(int) - Method in class pt.despodata.java.ddata.DDataField
Define a propriedade tipo de componente usada
Controla qual a componente usada para desenhar o campo
setComponentType(int) - Method in class pt.moredata.widgets.Field
Define a propriedade tipo de componente usada
Controla qual a componente usada para desenhar o campo Se o tipo de componente anterior for igual ao novo, nao acontece nada.
setCompressedObject(byte[]) - Method in class pt.moredata.util.ZipObject
 
setConclusionDescrition(String) - Method in class pt.moredata.qvs.CheckedPoint
 
setConclusionId(String) - Method in class pt.moredata.qvs.CheckedPoint
 
setConfig(ConnectionConfig) - Method in class pt.moredata.connection.DBConnection
Altera o objecto responsavel pela leitura dos parametros para aceder a base de dados.
setConfigFilePath(String) - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Setter for property configFilePath.
setConfirmApply(boolean) - Method in class pt.despodata.java.ddata.DDataSwingControl
Afecta a flag que indica se deve ou não ser apresentada uma dialog para confirmação da reflexão na base de dados
setConfirmDelete(boolean) - Method in class pt.despodata.java.ddata.DDataSwingControl
Afecta a flag que indica se deve ou não ser apesentada uma dialog para confirmação do delete
setConnection(DDataConnection) - Static method in class pt.despodata.java.ddata.DDataControlPool
Deprecated.  
setConnection(Connection) - Static method in class pt.despodata.java.ddata.DDataControlPool
Deprecated.  
setConnection(Connection) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta a conexão explicita para acesso à base de dados
setConnection(Connection) - Method in class pt.moredata.dao.DataMetaData
Afecta a conexão para acesso à base de dados
setConnection(Connection) - Method in class pt.moredata.dao.DataSource
Afecta a conexão à base de dados ao data source Se este já tiver sido configurado para outro formato limpa estas definições
setConnection(Connection) - Method in class pt.moredata.dao.DataTableInfo
Afecta a conexão explicita a base de dados
setConnection(Connection) - Method in class pt.moredata.qvs.CheckedArea
 
setConnection(Connection) - Method in class pt.moredata.qvs.CheckedPoint
 
setConnection(Connection) - Method in class pt.moredata.widgets.Lookup
Afecta a conexão explicita para acesso à base de dados
setConnection(Connection) - Method in class pt.moredata.xml.db.DBSimpleTable
 
setConnection(Connection) - Method in class pt.moredata.xml.db.XMLReader
Sets the connection.
setConnection(Connection) - Method in class pt.moredata.xml.db.XMLSimpleReader
Sets the connection.
setConnection(Connection) - Method in class pt.moredata.xml.db.XMLToDBTable
 
setConnection(Connection) - Method in class pt.moredata.xml2db.Table
Method that sets the connection, and gets the classes of the fields from de DB
setConnectionActions(ConnectionActions) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Set the connection actions reference
setConnectionActions(ConnectionActions) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardControler
Set the connection actions reference
setConnectionId(String) - Method in class pt.moredata.connection.taglibs.CreateConnectionTag
Setter for property connectionId.
setConnectionId(String) - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Setter for property connectionId.
setConnectionType(String) - Method in class pt.despodata.java.ddata.DDataConnectDb
 
setConnectionType(String) - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
setContent(String) - Method in class pt.despodata.java.tags.templates.PageParameter
 
setContent(String) - Method in class pt.despodata.java.tags.templates.PutTag
 
setContentType(String) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setContentType(String) - Method in class pt.moredata.widgets.EditorPane
Sets the contentType attribute of the DataEditorPane object
setController(GenericController) - Method in class pt.despodata.java.webappl.WebApplication
Set the value of controller.
setControls(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property controls.
setCoords(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property coords.
setCounter(boolean) - Method in interface pt.moredata.dao.MetaField
Change the counter property of the column represented by the metafield.
setCounterColumn(int, boolean) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This method will be removed and will not have a replacment.
setCurrentColumn(int) - Method in class pt.despodata.java.ddata.DDataTable
 
setCurrentColumn(int) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
setCurrentColumn(int) - Method in class pt.moredata.widgets.Table
 
setCurrentColumn(int) - Method in class pt.moredata.widgets.table.WidgetDelegate
Sets the currentColumn attribute of the Delegate object
setCurrentDataEntry(DataEntry) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Setter for property currentDataEntry.
setCurrentDataEntry(DataEntry) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Setter for property currentDataEntry.
setCurrentRow(int) - Method in class pt.despodata.java.ddata.DDataTable
Muda a linha corrente para a enviada como parametro
setCurrentRow(int) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
setCurrentRow(int) - Method in interface pt.moredata.dataentry.DataEntry
Altera o index do registo que se encontra selecionado na entrada de dados.
setCurrentRow(int) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Altera o index do registo que se encontra selecionado na entrada de dados.
setCurrentRow(int) - Method in class pt.moredata.dataentry.core.GridDataEntry
Altera o index do registo que se encontra selecionado na entrada de dados.
setCurrentRow(int) - Method in class pt.moredata.widgets.Table
Muda a linha corrente para a enviada como parametro
setCurrentRow(int) - Method in class pt.moredata.widgets.table.WidgetDelegate
Sets the currentRow attribute of the Delegate object
setCurrentState(State) - Method in class pt.despodata.java.mvc.StateMachine
Set the value of currentState.
setCurrentTable(DataTableInfo) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Setter for property currentTable.
setDAO(DAOView) - Method in class pt.moredata.fglreport.DaoReport
Define o DAOView.
setDAO(DataAccessObject) - Method in class pt.moredata.widgets.Lov
 
setDAOFieldsInfo(DAOFieldsInfo) - Method in interface pt.moredata.dao.Reader
Set the DAOFieldsInfo object with information about the columns of the RecordSet.
setDAOFieldsInfo(DAOFieldsInfo) - Method in interface pt.moredata.dao.SQLStatementBuilder
Set the DAOFieldsInfo object with information about the columns of the RecordSet.
setDAOFieldsInfo(DAOFieldsInfo) - Method in interface pt.moredata.dao.Writer
Set the DAOFieldsInfo object with information about the columns of the RecordSet.
setDAOFieldsInfo(DAOFieldsInfo) - Method in class pt.moredata.dao.core.AbstractReader
Set the DAOFieldsInfo object with information about the columns of the RecordSet.
setDAOFieldsInfo(DAOFieldsInfo) - Method in class pt.moredata.dao.core.AbstractSQLStatementBuilder
 
setDAOFieldsInfo(DAOFieldsInfo) - Method in class pt.moredata.dao.core.AbstractWriter
Set the DAOFieldsInfo object with information about the columns of the RecordSet.
setDAOIndex(int) - Method in interface pt.moredata.dao.MetaField
Change the DAO index of the column represented by this MetaField.
setDAOManager(DAOManager) - Method in interface pt.moredata.dataentry.DataEntry
Altera o gestor de DAOs usado pelo DataEntry.
setDAOManager(DAOManager) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Setter for property daoManager.
setDAOView(DAOView) - Method in interface pt.moredata.dataentry.DataEntry
Associa um DAOView a entrada de dados.
setDAOView() - Method in class pt.moredata.dataentry.action.SimpleQueryAction
Set the DAOView object with the result query in the DataEntry object.
setDAOView(DAOView) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Setter for property _daoView.
setDBName(String) - Method in class pt.moredata.connection.DBConnection
Altera o nome da base de dados.
setDDataControl(DDataControl) - Method in class pt.despodata.java.ddata.DDataControlExpExcel
 
setDDataField(DDataField) - Method in class pt.despodata.java.ddata.DDataSwingControl
Adiciona uma referencia de DDataField ao nosso vector de ddatafields
setDDataField(DDataField, int) - Method in class pt.despodata.java.ddata.DDataSwingControl
Insere nas listas de DDataFields e sua correspondencia no data control
setDDataField(DDataField, String, String) - Method in class pt.despodata.java.ddata.DDataSwingControl
Adiciona uma referencia de DDataField e associa ao numero de coluna
Numeração de colunas começa com 1 não com 0.
setDDataTableConfirmListener(DDataTableConfirmListener) - Method in class pt.despodata.java.ddata.DDataTable
 
setDaoName(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property name.
setDaoName(String) - Method in class pt.moredata.taglibs.dao.IteratorTag
Setter for property name.
setDaoVarName(String) - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Setter for property daoVarName.
setData(Vector) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
setData(Vector) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonRenderer
Deprecated.  
setData(Object) - Method in class pt.moredata.dao.DataCell
Set the value of data.
setData(String) - Method in class pt.moredata.ecs.rtf.Picture
Afecta a imagem a usar para inserir no RTF
setData(Data) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectionActions
Setter for property data.
setData(Data) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardControler
Setter for property data.
setData(Data) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Gets the information colected during the wizard iteration.
setData(Vector) - Method in class pt.moredata.widgets.table.RadioButtonEditor
Sets the data attribute of the RadioButtonEditor object
setData(Vector) - Method in class pt.moredata.widgets.table.RadioButtonRenderer
Deprecated.  
setDataBaseComponent(boolean) - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Setter for property dataBaseComponent.
setDataBaseComponent(boolean) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Setter for property dataBaseComponent.
setDataBaseComponent(String) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Setter for property dataBaseComponent.
setDataControl(DDataControl) - Method in class pt.despodata.java.ddata.DDataControlReport
Define o Data Control.
setDataControl(DDataControl) - Method in class pt.despodata.java.ddata.DDataLov
Associa um data control a lov
setDataControl(DDataControl) - Method in class pt.despodata.java.ddata.DDataSwingControl
Associa o data control que trata da gestao da informaçao
setDataControl(DataAccessObject) - Method in class pt.moredata.widgets.Lov
Associa um data control a lov
setDataEntry(DataEntry) - Method in class pt.moredata.dataentry.util.ToolBarManager
Setter for property _dataEntry.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.AbstractHtmlTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.AbstractIfTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.AddActionMappingTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.ColumnNamesIteratorTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.ExecuteActionTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.FormTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.GetErrorStringTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.PrintStackTraceTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Setter for property dataEntryId.
setDataEntryId(String) - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
Setter for property dataEntryId.
setDataEntryModel(DataEntryModel) - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGenerator
Store the reference to the data information
setDataEntryModel(DataEntryModel) - Method in interface pt.moredata.netbeans.modules.moredatatemplates.generator.Generator
Store the reference to the data information
setDataEntryModel(DataEntryModel) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.FinishPanel
Sets the property that hold the generation information.
setDataEntryName(String) - Method in class pt.moredata.dataentry.core.generator.DAOInfo
Setter for property dataEntryName.
setDataFieldSize(int) - Method in class pt.despodata.java.ddata.DDataField
Afecta o tamanho em pixeis do campo usado para preencher a chave primária
setDataFieldSize(int) - Method in class pt.moredata.widgets.Field
Afecta o tamanho em pixeis do campo usado para preencher a chave primária
setDataLoaded(boolean) - Method in class pt.despodata.java.ddata.DDataComboBox
Afecta a flag que indica se os dados estão ou não carregados
setDataLoaded(boolean) - Method in class pt.moredata.widgets.ComboBox
Afecta a flag que indica se os dados estão ou não carregados
setDataRow(DataRow) - Method in class pt.moredata.dao.event.DAOEvent
Setter for property dataRow.
setDataSetIndex(int) - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use method setDAOIndex(int index) instead.
setDataSource(DDataSource) - Method in class pt.despodata.java.connection.DDSwingLogin
Afecta o data source onde vai ser guardado a informação da conexão.
setDataSource(Object, DDataSource) - Static method in class pt.despodata.java.connection.DDataSourcePool
Adiciona um data source identificado por uma classificação à pool de data sources
setDataSource(DDataSource) - Method in class pt.despodata.java.connection.UserPanel
O utilizador carregou numa tecla do campo de password
setDataSource(DDataSource) - Method in class pt.despodata.java.ddata.DDataLov
Afecta o data source corrente que se irá propagar às classes que o necessitem
setDataSource(DataSource) - Method in interface pt.moredata.dao.DataAccessObject
Change the DataSource object used to interact with the repository.
setDataSource(DataSource) - Method in class pt.moredata.dao.DataBaseTable
Setter for property dataSource.
setDataSource(DataSource) - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Sets the dataSource.
setDataSource(DataSource) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Afecta o DataSource do DataEntryController.
setDataSource(DataSource) - Method in class pt.moredata.dataentry.core.DAOManager
Atribui um DataSource ao DAOGenerator.
setDataSource(DataSource) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Afecta o DataSource do DataEntryController.
setDataSource(DataSource) - Method in class pt.moredata.widgets.BaseTable
 
setDataSource(DataSource) - Method in class pt.moredata.widgets.ComboBox
 
setDataSource(DataSource) - Method in class pt.moredata.widgets.Field
Setter for property dataSource.
setDataSource(DataSource) - Method in class pt.moredata.widgets.Lov
Afecta o data source corrente que se irá propagar às classes que o necessitem
setDataSource(DataSource) - Method in class pt.moredata.widgets.Table
 
setDataSourceFormat(int) - Method in class pt.moredata.dao.DataSource
Afecta o tipo de formato onde o data source está armazenado
setDataSourceId(String) - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Setter for property dataSourceId.
setDataSourceId(String) - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Setter for property dataSourceId.
setDataSourceId(String) - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Setter for property dataSourceId.
setDataSourceLocation(int) - Static method in class pt.despodata.java.ddata.DDataConfig
Deprecated.  
setDataSourceVarName(String) - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Setter for property dataSourceVarName.
setDataTable(DDataTable) - Method in class pt.despodata.java.ddata.DDataSwingControl
Afecta a tabela (grid) usada para editar os dados do data control
setDataType(int) - Method in class pt.despodata.java.ddata.DDataFieldDocument
Afecta o tipo de dados utilizado
setDataType(DDataType) - Method in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Este metodo foi substituido pelo metodo setDataTypeInfo(DataType)
setDataType(int) - Method in class pt.moredata.dao.DataType
Deprecated. Associa o tipo de dados ao tipo indicado como parametro
setDataType(int) - Method in class pt.moredata.dao.DataTypeInfo
Afecta o tipo de dados
setDataType(int) - Method in interface pt.moredata.dao.MetaField
Change the DataType object of the column represented by the meta field.
setDataType(String) - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Setter for property _dataType.
setDataType(String) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Setter for property dataType.
setDataType(int) - Method in class pt.moredata.widgets.FieldDocument
Afecta o tipo de dados utilizado
setDataTypeDescription(String) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Este metodo e desnecessario, uma vez que a descricao do tipo esta dependente do tipo de dados. Este metodo e deixado apenas para evitar erros de compilacao / execucao, mas na realidade, a ivocacao deste metodo nao altera a descricao do tipo de dados!
setDataTypeInfo(DataType) - Method in interface pt.moredata.dao.MetaField
Deprecated. Use method setDataType instead.
setDataUpdated(boolean) - Method in class pt.despodata.java.ddata.DDataPanel
Set the data updated flag
setDataUpdated(boolean) - Method in class pt.moredata.widgets.Panel
Set the data updated flag
setDatabasePrefix(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.DatabaseDriver
Sets the databasePrefix attribute of the DatabaseDriver object
setDatabaseType(int) - Method in class pt.despodata.java.ddata.ErrorHandle
 
setDatabaseType(int) - Method in class pt.moredata.widgets.ErrorHandle
 
setDatabaseURL(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Setter for property databaseURL.
setDateFormat(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set the value of dateFormat.
setDateFormat(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set the value of dateFormat.
setDateFormat(String) - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Setter for property dateFormat.
setDateFormat(String) - Method in class pt.moredata.dataentry.taglibs.InputTag
Setter for property dateFormat.
setDbDataType(String) - Method in class pt.despodata.java.ddata.DDataField
Afecta o tipo de dados (com uma string que o identifica) que o campo recolhe ou mostra
setDbDataType(String) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setDbDataType(String) - Method in class pt.despodata.java.ddata.DDataTextField
Afecta o valor da propriedade do text field Deveria ser uma propriedade constrained, mas para ja o programador tem de ter cuidado
setDbDataType(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Afecta o tipo de dados (com uma string que o identifica) que o campo recolhe ou mostra
setDbDataType(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Afecta o tipo de dados (com uma string que o identifica) que o campo recolhe ou mostra
setDbDataType(String) - Method in class pt.despodata.java.ddata.table.CellProperties
Define o tipo de campo
setDbDataType(String) - Method in class pt.despodata.java.ddata.table.DDataCellField
Afecta o valor da propriedade do text field Deveria ser uma propriedade constrained, mas para ja o programador tem de ter cuidado
setDbDataType(String) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Afecta o valor da propriedade do text field Deveria ser uma propriedade constrained, mas para ja o programador tem de ter cuidado
setDbDataType(String) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setDbDataType(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Afecta o tipo de dados que o campo recolhe ou mostra
setDbDataType(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Afecta o tipo de dados que o campo recolhe ou mostra
setDbDataType(String) - Method in class pt.moredata.widgets.EditorPaneObject
Afecta o tipo de dados que o campo recolhe ou mostra
setDbDataType(String) - Method in class pt.moredata.widgets.Field
Afecta o tipo de dados (com uma string que o identifica) que o campo recolhe ou mostra
setDbDataType(String) - Method in interface pt.moredata.widgets.FieldObject
Afecta o tipo de dados que o campo recolhe ou mostra
setDbDataType(String) - Method in class pt.moredata.widgets.ImageFieldObject
Afecta o tipo de dados que o campo recolhe ou mostra
setDbDataType(String) - Method in class pt.moredata.widgets.TextField
Afecta o valor da propriedade do text field Deveria ser uma propriedade constrained, mas para ja o programador tem de ter cuidado
setDbDataType(String) - Method in class pt.moredata.widgets.table.CellField
Afecta o valor da propriedade do text field Deveria ser uma propriedade constrained, mas para ja o programador tem de ter cuidado
setDbDataType(String) - Method in class pt.moredata.widgets.table.CellProperties
Define o tipo de campo
setDbDataType(String) - Method in class pt.moredata.widgets.table.CellTextField
Afecta o valor da propriedade do text field Deveria ser uma propriedade constrained, mas para ja o programador tem de ter cuidado
setDbDataType(String) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setDbName(String) - Method in class pt.despodata.java.ddata.DDataConnectDb
 
setDbName(String) - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
setDbType() - Method in class pt.moredata.dao.DataSource
Afecta o nome do driver que se esta a usar
setDbUrl(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property dbUrl.
setDebug(boolean) - Static method in class pt.moredata.util.Debug
Permite definir as propriedades de debug
setDecimals(int) - Method in class pt.despodata.java.ddata.DDataField
Define o numero de casas decimais
setDecimals(int) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Define o numero de casas decimais que se permite digitar.
setDecimals(int) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Define o numero de casas decimais que se permite digitar.
setDecimals(int) - Method in class pt.moredata.dao.DataTypeInfo
Altera o numero de casas decimais que um tipo de dados pode ter.
setDecimals(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Define o numero de casas decimais
setDecimals(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Define o numero de casas decimais
setDecimals(int) - Method in class pt.moredata.widgets.EditorPaneObject
 
setDecimals(int) - Method in class pt.moredata.widgets.Field
Define o numero de casas decimais
setDecimals(int) - Method in interface pt.moredata.widgets.FieldObject
Define o numero de casas decimais
setDecimals(int) - Method in class pt.moredata.widgets.ImageFieldObject
Define o numero de casas decimais
setDecimals(int) - Method in class pt.moredata.widgets.TextFieldObject
 
setDefault(Object) - Method in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Este metodo foi substituido pelo metodo setDefaultValue(Object)
setDefault(Object) - Method in class pt.moredata.dao.DataFieldInfo
 
setDefaultEditor(Class, TableCellEditor) - Method in class pt.despodata.java.ddata.DDataBaseTable
Sets the DDataEditor as the default editor
setDefaultEditor(Class, TableCellEditor) - Method in class pt.moredata.widgets.BaseTable
Sets the DDataEditor as the default editor
setDefaultRenderer(Class, TableCellRenderer) - Method in class pt.despodata.java.ddata.DDataBaseTable
Sets the DDataTableRenderer as the default renderer
setDefaultRenderer(Class, TableCellRenderer) - Method in class pt.moredata.widgets.BaseTable
Sets the DDataTableRenderer as the default renderer
setDefaultValue(String, String, Object) - Method in interface pt.moredata.dao.DataAccessObject
Change the default value to be used in a insert statement when a cell value of a giveen column is null.
setDefaultValue(String, Object) - Method in interface pt.moredata.dao.DataAccessObject
Change the default value to be used in a insert statement when a cell value of a giveen column is null.
setDefaultValue(Object) - Method in interface pt.moredata.dao.MetaField
Change the default value of the column represented by the meta field.
setDefaultValue(String) - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Setter for property defaultValue.
setDefaultValue(String) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Setter for property defaultValue.
setDefaultValueEngineProcessed(boolean) - Method in interface pt.moredata.dao.MetaField
Change the value of the defaultValueEngineProcessed property.
setDefaultValueEngineProcessed(boolean) - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Setter for property defaultValueEngineProcessed.
setDefaultValueEngineProcessed(boolean) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Setter for property defaultValueEngineProcessed.
setDelegate(int, int, DDataDelegate) - Method in class pt.despodata.java.ddata.DDataBaseTable
Deprecated. The delegate list should't be modified
setDelegate(int, int, WidgetDelegate) - Method in class pt.moredata.widgets.BaseTable
Deprecated. The delegate list should't be modified
setDelegateList(ArrayList) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
setDelegateList(ArrayList) - Method in class pt.moredata.widgets.BaseTable
 
setDelegateType(int) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setDelegateType(int) - Method in class pt.moredata.widgets.table.CellProperties
 
setDeleteDetail(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of deleteDetail.
setDeleteDetail(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of deleteDetail.
setDeleteTable(String, boolean) - Method in class pt.despodata.java.webappl.WebPage
Altera a tabela onde sao apagados os registos.
setDeleteTable(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of deleteTable.
setDeleteTable(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of deleteTable.
setDeleted(boolean, int) - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo setDeleted(int, boolean)
setDeleted(boolean, int) - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este metodo foi substituido pelo metodo setDeleted(int, boolean)
setDeleted(int, boolean) - Method in interface pt.moredata.dao.DataAccessObject
Change the deleted property of a row.
setDeleted(boolean) - Method in interface pt.moredata.dao.DataRow
Afecta a flag que indica que esta linha foi apagada
setDeleted(int, boolean) - Method in interface pt.moredata.dao.RecordSet
Change the deleted property flag of a giveen row.
setDescColumn(String) - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo addDescColumn(String)
setDescription(String) - Method in class pt.despodata.java.ddata.DDataFileFilter
Sets the human readable description of this filter.
setDescription(String) - Method in class pt.moredata.qvs.CheckedPoint
 
setDescription(String) - Method in class pt.moredata.widgets.FileFilter
Sets the human readable description of this filter.
setDescriptionColumn(String) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setDescriptionColumn(String) - Method in class pt.despodata.java.ddata.DDataField
 
setDescriptionColumn(String) - Method in class pt.despodata.java.ddata.table.CellProperties
Define o nome da coluna de descrição
setDescriptionColumn(String) - Method in class pt.moredata.dao.DataFieldInfo
 
setDescriptionColumn(String) - Method in class pt.moredata.dao.ImportedForeignKey
Modifica a descricao de uma coluna
setDescriptionColumn(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the descriptionColumn attribute of the DataField object
setDescriptionColumn(String) - Method in class pt.moredata.widgets.ComboBox
Sets the descriptionColumn attribute of the DataComboBox object
setDescriptionColumn(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setDescriptionColumn(String) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the descriptionColumn attribute of the DataField object
setDescriptionColumn(String) - Method in class pt.moredata.widgets.Field
Sets the descriptionColumn attribute of the DataField object
setDescriptionColumn(String) - Method in interface pt.moredata.widgets.FieldObject
Sets the descriptionColumn attribute of the DataField object
setDescriptionColumn(String) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the descriptionColumn attribute of the DataField object
setDescriptionColumn(String) - Method in class pt.moredata.widgets.TextFieldObject
Sets the descriptionColumn attribute of the DataField object
setDescriptionColumn(String) - Method in class pt.moredata.widgets.table.CellProperties
Define o nome da coluna de descrição
setDescriptionsListComparator(Comparator) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Setter for property _descriptionsListComparator.
setDescriptionsListComparator(Comparator) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Setter for property _descriptionsListComparator.
setDeslocamento(int, int) - Method in class pt.despodata.java.objgraficos.objectosX
Define um deslocamento.
setDeslocamento(int, int) - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Define um deslocamento.
setDestId(String) - Method in class pt.moredata.connection.taglibs.ConvertTag
Setter for property destId.
setDetail(boolean) - Method in class pt.despodata.java.webappl.Frame
Set the value of detail.
setDetail(boolean) - Method in interface pt.despodata.java.webappl.IPage
Set the value of detail.
setDetail(boolean) - Method in class pt.despodata.java.webappl.Page
Set the value of detail.
setDetail(String) - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
Set the value of detail.
setDetailList(boolean) - Method in class pt.despodata.java.webappl.WebPage
Set the value of detailList.
setDetailList(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of detailList.
setDetailList(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of detailList.
setDetailMessage(String) - Method in class pt.moredata.dataentry.util.ErrorDialog
Setter for property detailMessage.
setDetailMessage(Throwable) - Method in class pt.moredata.dataentry.util.ErrorDialog
Setter for property detailMessage.
setDetailUri(String) - Method in class pt.despodata.java.webappl.WebPage
Set the value of detailUri.
setDetailUri(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of detailUri.
setDetailUri(String) - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Set the value of detailUri.
setDetailUri(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of detailUri.
setDetails(WebPage) - Method in class pt.despodata.java.webappl.WebPage
Deprecated.  
setDir(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property dir.
setDir(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property dir.
setDir(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property dir.
setDirect(String) - Method in class pt.despodata.java.tags.templates.PageParameter
 
setDirect(String) - Method in class pt.despodata.java.tags.templates.PutTag
 
setDisabled(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property disabled.
setDisabled(String) - Method in class pt.moredata.dataentry.taglibs.ModifyButtonTag
Setter for property disabled.
setDisabled(boolean) - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Setter for property disabled.
setDisabled(String) - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Setter for property disabled.
setDisabled(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property disabled.
setDisabled(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property disabled.
setDisabled(boolean) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property disabled.
setDisabledTextColor(Color) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setDisabledTextColor(Color) - Method in class pt.despodata.java.ddata.DDataField
 
setDisabledTextColor(Color) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setDisabledTextColor(Color) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setDisabledTextColor(Color) - Method in class pt.moredata.widgets.EditorPane
Sets the disabledTextColor attribute of the DataEditorPane object
setDisabledTextColor(Color) - Method in class pt.moredata.widgets.Field
Sets the disabledTextColor attribute of the DataField object
setDisabledTextColor(Color) - Method in interface pt.moredata.widgets.FieldObject
 
setDisabledTextColor(Color) - Method in class pt.moredata.widgets.ImageFieldObject
 
setDisplay(String) - Method in class pt.despodata.java.webappl.tags.PrintWebPageTag
Set the value of display.
setDisplayDetail(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of displayDetail.
setDisplayDetail(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of displayDetail.
setDisplayFilter(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of displayFilter.
setDisplayFilter(String) - Method in class pt.despodata.java.webappl.tags.SetFrameTag
Set the value of displayFilter.
setDisplayFilter(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of displayFilter.
setDisplayTable(String, String, boolean) - Method in class pt.despodata.java.webappl.WebPage
Altera a tabela usada para mostrar os dados.
setDisplayTable(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of displayTable.
setDisplayTable(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of displayTable.
setDisplayTableFilter(String) - Method in class pt.despodata.java.webappl.WebPage
Set the value of displayTableName.
setDisposable(boolean) - Method in class pt.moredata.xml2db.Table
Method that sets disposabilaty of the table
setDistinctQuery(boolean) - Method in interface pt.moredata.dao.DataAccessObject
If true the «distinct» keyword will be used in a query sql command.
setDistinctQuery(boolean) - Method in class pt.moredata.dao.core.ReaderInformation
Setter for property distinctQuery.
setDistinctQuery(boolean) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property distinctQuery.
setDocument(Document) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setDocument(Document) - Method in class pt.despodata.java.ddata.DDataField
 
setDocument(Document) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setDocument(Document) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setDocument(Document) - Method in class pt.moredata.widgets.EditorPane
Sets the document attribute of the DataEditorPane object
setDocument(Document) - Method in class pt.moredata.widgets.Field
Sets the document attribute of the DataField object
setDocument(Document) - Method in interface pt.moredata.widgets.FieldObject
 
setDocument(Document) - Method in class pt.moredata.widgets.ImageFieldObject
 
setDocument(Document) - Method in class pt.moredata.widgets.TextField
Associates the editor with a text document.
setDocument(Document) - Method in class pt.moredata.xml.db.DBSimpleTable
 
setDocument(Document) - Method in class pt.moredata.xml.db.XMLReader
Sets the document.
setDocument(Document) - Method in class pt.moredata.xml.db.XMLSimpleReader
Sets the document.
setDocument(Document) - Method in class pt.moredata.xml.db.XMLToDBTable
 
setDriverClassName(String) - Method in class pt.moredata.connection.DataSourceWrapper
 
setDriverClassName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property driverClassName.
setDriverName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Setter for property driverName.
setDynsrc(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property dynsrc.
setEditable(boolean) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
setEditable(boolean) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setEditable(boolean) - Method in class pt.despodata.java.ddata.DDataField
setEditable
setEditable(boolean) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
setEditable(boolean) - Method in class pt.despodata.java.ddata.DDataTable
 
setEditable(boolean) - Method in class pt.despodata.java.ddata.DDataTextField
Define se o utilizador pode ou não alterar a informação disponivel no TextField
setEditable(String, String, boolean) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Torna o campo editavel, ou nao editavel.
setEditable(String, boolean) - Method in class pt.despodata.java.ddata.DHtmlDataField
Torna o campo editavel, ou nao editavel.
setEditable(boolean) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Torna o campo editavel ou nao
setEditable(String, boolean) - Method in interface pt.despodata.java.ddata.IDDataControlField
Torna o campo editavel, ou nao editavel.
setEditable(boolean) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Torna o campo editavel ou nao
setEditable(String, String, boolean) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Torna o campo editavel, ou nao editavel.
setEditable(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
Define se a coluna é editavel
setEditable(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
setEditable(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellField
Define se o utilizador pode ou não alterar a informação disponivel no TextField
setEditable(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Define se o utilizador pode ou não alterar a informação disponivel no TextField
setEditable(boolean) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setEditable(boolean) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.ObjectComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.CalendarComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.CheckBoxListComponent
 
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.EditorPaneComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.FieldComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.FileUploadComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.ImageFieldComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.JComboBoxComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.JListComponent
 
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.JTextFieldComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.JToggleButtonComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.dataentry.component.swing.TableComponent
Torna o componente editavel ou nao.
setEditable(boolean) - Method in class pt.moredata.widgets.BaseTable
 
setEditable(boolean) - Method in class pt.moredata.widgets.CheckBoxFieldObject
setEditable
setEditable(boolean) - Method in class pt.moredata.widgets.EditorPane
Sets the editable attribute of the DataEditorPane object
setEditable(boolean) - Method in class pt.moredata.widgets.EditorPaneObject
 
setEditable(boolean) - Method in class pt.moredata.widgets.Field
setEditable
setEditable(boolean) - Method in class pt.moredata.widgets.FieldDocument
 
setEditable(boolean) - Method in interface pt.moredata.widgets.FieldObject
setEditable
setEditable(boolean) - Method in class pt.moredata.widgets.ImageFieldObject
setEditable
setEditable(boolean) - Method in class pt.moredata.widgets.Table
 
setEditable(boolean) - Method in class pt.moredata.widgets.TextFieldObject
 
setEditable(boolean) - Method in class pt.moredata.widgets.table.CellEditor
 
setEditable(boolean) - Method in class pt.moredata.widgets.table.CellField
Define se o utilizador pode ou não alterar a informação disponivel no TextField
setEditable(boolean) - Method in class pt.moredata.widgets.table.CellProperties
Define se a coluna é editavel
setEditable(boolean) - Method in class pt.moredata.widgets.table.CellTextField
Define se o utilizador pode ou não alterar a informação disponivel no TextField
setEditable(boolean) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setEditableForInsert(boolean) - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Change the component editable state when the DataEntry is INSERT_MODE.
setEditableForInsert(boolean) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Change the component editable state when the DataEntry is INSERT_MODE.
setEditableForQuery(boolean) - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Change the component editable state when the DataEntry is QUERY_MODE.
setEditableForQuery(boolean) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Change the component editable state when the DataEntry is QUERY_MODE.
setEditableForUpdate(boolean) - Method in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Change the component editable state when the DataEntry is UPDATE_MODE.
setEditableForUpdate(boolean) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Change the component editable state when the DataEntry is UPDATE_MODE.
setEditorComponent(JComponent) - Method in class pt.despodata.java.ddata.table.DDataDelegate
Define componente a ser utilizado pelo editor
setEditorComponent(JComponent) - Method in class pt.moredata.widgets.table.WidgetDelegate
Define componente a ser utilizado pelo editor
setEditorKit(EditorKit) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setEditorKit(EditorKit) - Method in class pt.moredata.widgets.EditorPane
Sets the editorKit attribute of the DataEditorPane object
setEditorKitForContentType(String, EditorKit) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setEditorKitForContentType(String, EditorKit) - Method in class pt.moredata.widgets.EditorPane
Sets the editorKitForContentType attribute of the DataEditorPane object
setEditorPane(DDataEditorPane) - Method in class pt.despodata.java.ddata.DDataEditorDocument
 
setEditorPane(EditorPane) - Method in class pt.moredata.widgets.EditorDocument
 
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.DDataDataDelegate
 
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.DDataDelegate
Não implementado.
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.DDataIconDelegate
 
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.DDataTextAreaDelegate
 
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setEditorValue(Object) - Method in class pt.despodata.java.ddata.table.FileChooserEditor
 
setEditorValue(Object) - Method in class pt.moredata.widgets.table.CheckBoxDelegate
 
setEditorValue(Object) - Method in class pt.moredata.widgets.table.ComboBoxDelegate
 
setEditorValue(Object) - Method in class pt.moredata.widgets.table.DataDelegate
 
setEditorValue(Object) - Method in class pt.moredata.widgets.table.FieldDelegate
 
setEditorValue(Object) - Method in class pt.moredata.widgets.table.IconDelegate
 
setEditorValue(Object) - Method in class pt.moredata.widgets.table.TextAreaDelegate
 
setEditorValue(Object) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setEditorValue(Object) - Method in class pt.moredata.widgets.table.WidgetDelegate
Não implementado.
setEmptyMsg(String) - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Setter for property emptyMsg.
setEnabled(boolean) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setEnabled(boolean) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setEnabled(boolean) - Method in class pt.despodata.java.ddata.DDataField
 
setEnabled(boolean) - Method in class pt.moredata.dataentry.action.AbstractAction
Sets the enabled state of the Action.
setEnabled(boolean) - Method in interface pt.moredata.dataentry.action.Action
Sets the enabled state of the Action.
setEnabled(boolean) - Method in class pt.moredata.dataentry.action.DummyAction
Sets the enabled state of the Action.
setEnabled(boolean) - Method in class pt.moredata.dataentry.action.TestAction
Sets the enabled state of the Action.
setEnabled(boolean) - Method in class pt.moredata.mdmenus.CheckNode
 
setEnabled(boolean) - Method in class pt.moredata.taglibs.widgets.JspButton
Enables (or disables) the button.
setEnabled(boolean) - Method in class pt.moredata.widgets.CheckBoxList
Sets whether or not this component is enabled.
setEnabled(boolean) - Method in class pt.moredata.widgets.ComboBox
Sets the enabled attribute of the DataComboBox object
setEnabled(boolean) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setEnabled(boolean) - Method in class pt.moredata.widgets.EditorPane
Sets the enabled attribute of the DataEditorPane object
setEnabled(boolean) - Method in class pt.moredata.widgets.EditorPaneObject
 
setEnabled(boolean) - Method in class pt.moredata.widgets.Field
Sets the enabled attribute of the DataField object
setEnabled(boolean) - Method in interface pt.moredata.widgets.FieldObject
 
setEnabled(boolean) - Method in class pt.moredata.widgets.FileUpload
Enables (or disables) the button.
setEnabled(boolean) - Method in class pt.moredata.widgets.ImageField
Sets whether or not this component is enabled.
setEnabled(boolean) - Method in class pt.moredata.widgets.TextFieldObject
 
setEnabled(boolean) - Method in interface pt.moredata.widgets.VisualComponent
Enables (or disables) the button.
setEnctype(String) - Method in class pt.moredata.taglibs.widgets.FormTag
Setter for property enctype.
setEnd(String) - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Setter for property end.
setEnforceLogin(boolean) - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
Setter for property enforceLogin.
setEnforceLogin(String) - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
Setter for property enforceLogin.
setEngineProcessed(boolean) - Method in class pt.moredata.dao.DataCell
Afecta a flag que indica se o valor é processado no motor
setEngineProcessed(boolean) - Method in interface pt.moredata.dao.DataRow
Setter for property engineProcessed.
setEngineProcessed(int, boolean) - Method in interface pt.moredata.dao.RecordSet
Change the engineProcessed property of a row.
setErrorData(String, String, String, int, String) - Method in class pt.despodata.java.ddata.ErrorFrame
Afecta os textFields com a informacao recebida
setErrorData(String, String, String, int, String) - Method in class pt.moredata.widgets.ErrorFrame
Afecta os textFields com a informacao recebida
setErrorPage(String) - Method in class pt.despodata.java.webappl.tags.EnforceLoginTag
 
setErrorPage(String) - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Setter for property errorPage.
setErrorPage(String) - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Setter for property errorPage.
setErrorString(String) - Method in class pt.moredata.dataentry.core.DefaultResponseMessage
Setter for property errorString.
setErrorString(String) - Method in interface pt.moredata.dataentry.core.ResponseMessage
Modifica a menssagem de erro a enviar numa resposta.
setEvent(String) - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
Set the value of event.
setEventType(int) - Method in class pt.despodata.java.webappl.actions.event.ActionEvent
Setter for property eventType.
setException(Throwable) - Method in class pt.moredata.dataentry.core.DefaultResponseMessage
Setter for property exception.
setException(Throwable) - Method in interface pt.moredata.dataentry.core.ResponseMessage
Setter for property exception.
setExitAfterException(boolean) - Method in class pt.moredata.widgets.ErrorHandle
 
setExtensionListInDescription(boolean) - Method in class pt.despodata.java.ddata.DDataFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setExtensionListInDescription(boolean) - Method in class pt.moredata.widgets.FileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFK(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
Atribui se o campo é chave estrangeira
setFK(boolean) - Method in class pt.moredata.dao.DataFieldInfo
 
setFK(boolean) - Method in interface pt.moredata.dao.MetaField
Change the FK property of the metafield.
setFK(boolean) - Method in class pt.moredata.widgets.table.CellProperties
Atribui se o campo é chave estrangeira
setFichaUrl(String) - Method in class pt.despodata.java.webappl.WebPage
Deprecated. Este metodo foi substituido pelo metodo setFichaUri()
setField(String) - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
Set the value of field.
setFieldDescription(String) - Method in class pt.despodata.java.ddata.DDataStatusBar
Afecta a descrição ou comentário do campo de preenchimento corrente
setFieldDescription(String) - Method in class pt.moredata.widgets.StatusBar
Afecta a descrição ou comentário do campo de preenchimento corrente
setFieldFontSize(int) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Set the value of fontSize.
setFieldFontSize(int) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Set the value of fontSize.
setFieldName(String) - Method in class pt.moredata.xml.db.DBSimpleTable.DBField
 
setFieldName(String) - Method in class pt.moredata.xml.db.XMLToDBTable.DBField
 
setFieldObjectName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property fieldObjectName.
setFieldType(int) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Set the value of fieldType.
setFieldType(int) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Set the value of fieldType.
setFieldType(String) - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Setter for property fieldType.
setFieldValue(int, String, Object) - Method in interface pt.moredata.dataentry.DataEntry
Altera o valor guardado num determinado campo visual da entrada de dados
setFieldValue(Object) - Method in interface pt.moredata.dataentry.component.DataEntryComponent
Altera o valor guardado no componente.
setFieldValue(int, Object) - Method in class pt.moredata.dataentry.component.GridDataEntryComponent
Altera o valor guardado numa determinada celula do componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.ObjectComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.CalendarComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.CheckBoxListComponent
 
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.ComboBoxComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.EditorPaneComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.FieldComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.FileUploadComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.ImageFieldComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.JComboBoxComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.JListComponent
 
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.JTextFieldComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.JToggleButtonComponent
Altera o valor guardado no componente.
setFieldValue(Object) - Method in class pt.moredata.dataentry.component.swing.TableComponent
Altera o valor guardado no componente.
setFieldValue(int, Object) - Method in class pt.moredata.dataentry.component.swing.TableComponent
Altera o valor guardado numa determinada celula do componente.
setFieldValue(int, String, Object) - Method in class pt.moredata.dataentry.core.FormDataEntry
Altera o valor guardado num determinado campo visual da entrada de dados
setFieldValue(int, String, Object) - Method in class pt.moredata.dataentry.core.GridDataEntry
Altera o valor guardado num determinado campo visual da entrada de dados
setFields(int, Field) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Indexed setter for property fields.
setFields(Field[]) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property fields.
setFileData(byte[]) - Method in class pt.moredata.widgets.FileUpload
Setter for property fileData.
setFileName(int, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Altera o nome do ficheiro.
setFileName(String) - Method in class pt.moredata.dao.DataSource
Afecta o nome do ficheiro usado
setFileName(String) - Method in class pt.moredata.dataentry.taglibs.ButtonTag
Setter for property fileName.
setFileName(String) - Method in class pt.moredata.dataentry.taglibs.DownloadFileTag
Setter for property fileName.
setFileName(String) - Method in class pt.moredata.dataentry.taglibs.ImageTag
Setter for property fileName.
setFileName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property fileName.
setFileName(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property fileName.
setFilter(DDataControlFilterListener) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setFilter(DAOFilterListener) - Method in class pt.moredata.widgets.table.CellProperties
 
setFinalState(State) - Method in class pt.despodata.java.mvc.StateMachine
Set the value of finalState.
setFirst(int) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Set the value of first.
setFirstPageHeaderLength(int) - Method in class pt.despodata.java.ddata.DDataSwingControl
 
setFirstPageHeaderLength(int) - Method in class pt.despodata.java.fglreport.FglReport
Define o tamanho do FirstPageHeader
setFirstPageHeaderLength(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Define o tamanho do FirstPageHeader
setFirstPageHeaderLength(int) - Method in class pt.moredata.fglreport.DaoReport
Altera o tamanho do cabeçalho da primeira página do Report
setFirstPageHeaderLength(int) - Method in interface pt.moredata.fglreport.FglReport
Define o tamanho do FirstPageHeader
setFirstTime(boolean) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
setFirstTime(boolean) - Method in class pt.moredata.widgets.table.WidgetDelegate
Sets the firstTime attribute of the Delegate object
setFixedColumns(int) - Method in class pt.despodata.java.ddata.DDataTable
Atribui um numero de colunas fixas
setFixedColumns(int) - Method in class pt.moredata.widgets.Table
Atribui um numero de colunas fixas
setFixedOnclick(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property fixedOnclick.
setFixedValue(int, Object) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method setDefaultValue(String columnName, Object value) instead.
setFixedValue(Object) - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use the method setDefaultValue(Object value) instead.
setFk(boolean) - Method in class pt.despodata.java.ddata.DDataField
 
setFk(boolean) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Este metodo foi substituido pelo metodo setFK(boolean)
setFk(boolean) - Method in class pt.despodata.java.ddata.DHtmlDataField
Set the value of fk.
setFk(boolean) - Method in interface pt.despodata.java.ddata.IDDataControlField
Set the value of fk.
setFk(boolean) - Method in class pt.moredata.widgets.Field
Sets the fk attribute of the DataField object
setFocus(boolean) - Method in class pt.moredata.mdmenus.CheckRenderer.TreeLabel
 
setFocusAccelerator(char) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setFocusAccelerator(char) - Method in class pt.despodata.java.ddata.DDataField
 
setFocusAccelerator(char) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setFocusAccelerator(char) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setFocusAccelerator(char) - Method in class pt.moredata.widgets.EditorPane
Sets the focusAccelerator attribute of the DataEditorPane object
setFocusAccelerator(char) - Method in class pt.moredata.widgets.Field
Sets the focusAccelerator attribute of the DataField object
setFocusAccelerator(char) - Method in interface pt.moredata.widgets.FieldObject
 
setFocusAccelerator(char) - Method in class pt.moredata.widgets.ImageFieldObject
 
setFocusGained(boolean) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
setFocusGained(boolean) - Method in class pt.moredata.widgets.table.WidgetDelegate
Sets the focusGained attribute of the Delegate object
setFont(Font) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setFont(Font) - Method in class pt.despodata.java.ddata.DDataField
 
setFont(Font) - Method in class pt.despodata.java.ddata.DDataProgressBar
Overridden to keep internal records accurate.
setFont(Font) - Method in class pt.despodata.java.objgraficos.objectosX
Define a fonte
setFont(Font) - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Define a fonte
setFont(Font) - Method in class pt.moredata.widgets.EditorPane
Sets the font attribute of the DataEditorPane object
setFont(Font) - Method in class pt.moredata.widgets.Field
Sets the font attribute of the DataField object
setFont(Font) - Method in interface pt.moredata.widgets.FieldObject
Afecta o atributo font do objecto FieldObject
setFont(Font) - Method in class pt.moredata.widgets.ProgressBar
Overridden to keep internal records accurate.
setFontHeader(Font) - Method in class pt.despodata.java.ddata.DDataTable
Define a fonte do cabeçalho
setFontHeader(Font) - Method in class pt.moredata.widgets.Table
Define a fonte do cabeçalho
setFooterForeground(Color) - Method in class pt.moredata.widgets.Splash
Altera a côr do texto apresentado na parte inferior da janela.
setFooterImage(ImageIcon) - Method in class pt.moredata.widgets.Splash
Altera a imagem apresentada no footer da janela.
setFooterText(String) - Method in class pt.moredata.widgets.Splash
Altera o texto apresentado na parte inferior da janela.
setForUpdate(boolean) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property forUpdate.
setForeGroundColor(Color) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setForeGroundColor(Color) - Method in class pt.moredata.widgets.table.CellProperties
 
setForeground(Color) - Method in class pt.moredata.widgets.EditorPaneObject
 
setForeground(Color) - Method in interface pt.moredata.widgets.FieldObject
 
setForeground(Color) - Method in class pt.moredata.widgets.TextFieldObject
 
setForegroundColor(Color) - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
setForegroundColor(Color) - Method in class pt.moredata.widgets.TableHeaderRenderer
 
setForegroundColorPressed(Color) - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
setForegroundColorPressed(Color) - Method in class pt.moredata.widgets.TableHeaderRenderer
 
setForm(JPanel) - Method in class pt.despodata.java.wizard.DDWizAction
Afecta a propriedade que define o form usado nesta acção do wizard
setForm(JPanel) - Method in class pt.moredata.wizard.WizardAction
Afecta a propriedade que define o form usado nesta acção do wizard
setFormHeader(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set the value of formHeader.
setFormHeader(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set the value of formHeader.
setFormName(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set the value of formName.
setFormName(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set the value of formName.
setFormPanel(JPanel) - Method in class pt.moredata.wizard.SwingWizardGUI2
Altera o panel principal, onde e apresentado o wizard.
setFormTarget(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set the value of formTarget.
setFormTarget(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set the value of formTarget.
setFormat(String) - Method in class pt.despodata.java.ddata.DDataField
Afecta o formato para formatacao de valores numericos e(ou) datas apos perda de focus
setFormat(String) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
setFormat(String) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setFormat(String) - Method in class pt.despodata.java.ddata.DDataTextField
 
setFormat(String) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setFormat(String) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setFormat(String) - Method in class pt.despodata.java.ddata.validators.FormatValidator
 
setFormat(String) - Method in class pt.despodata.java.ddata.validators.StringFormatValidator
Setter for property format.
setFormat(FglReportListener) - Method in class pt.despodata.java.fglreport.FglReport
Define o formato do listener dos eventos do FglReport
setFormat(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Afecta o formato para formatacao de valores numericos e(ou) datas apos perda de focus
setFormat(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Afecta o formato para formatacao de valores numericos e(ou) datas apos perda de focus
setFormat(String) - Method in class pt.moredata.widgets.EditorPaneObject
 
setFormat(String) - Method in class pt.moredata.widgets.Field
Afecta o formato para formatacao de valores numericos e(ou) datas apos perda de focus
setFormat(String) - Method in class pt.moredata.widgets.FieldDocument
 
setFormat(String) - Method in interface pt.moredata.widgets.FieldObject
Afecta o formato para formatacao de valores numericos e(ou) datas apos perda de focus
setFormat(String) - Method in class pt.moredata.widgets.ImageFieldObject
Afecta o formato para formatacao de valores numericos e(ou) datas apos perda de focus
setFormat(String) - Method in class pt.moredata.widgets.TextField
Sets the format attribute of the DataTextField object
setFormat(String) - Method in class pt.moredata.widgets.TextFieldObject
 
setFormat(String) - Method in class pt.moredata.widgets.table.CellField
 
setFormat(String) - Method in class pt.moredata.widgets.table.CellTextField
 
setFormat(String) - Method in class pt.moredata.widgets.validators.FormatValidator
 
setFormat(String) - Method in class pt.moredata.widgets.validators.StringFormatValidator
Setter for property format.
setFrameName(String) - Method in class pt.despodata.java.webappl.tags.SetFrameTag
Set the value of frameName.
setFrameSet(String) - Method in class pt.despodata.java.webappl.tags.SetFrameTag
Set the value of frameSet.
setFrom(String) - Method in class pt.despodata.java.ddata.DDataSendSimpleMail
 
setFrom(String) - Method in class pt.moredata.util.DataSendSimpleMail
 
setGeneratedKey(boolean) - Method in class pt.moredata.xml.db.XMLToDBTable
 
setGrowPolicy(int) - Method in class pt.despodata.java.ddata.DDataTable
Método para definir o tipo de crescimento da tabela
setGrowPolicy(int) - Method in class pt.moredata.widgets.Table
Método para definir o tipo de crescimento da tabela
setHeaderForeground(Color) - Method in class pt.moredata.widgets.Splash
Altera a côr do texto apresentado na parte suprior da janela.
setHeaderImage(ImageIcon) - Method in class pt.moredata.widgets.Splash
Altera a imagem apresentada no header janela.
setHeaderRenderer(TableCellRenderer) - Method in class pt.despodata.java.ddata.table.DDataColumnGroup
 
setHeaderRenderer(TableCellRenderer) - Method in class pt.moredata.widgets.table.ColumnGroup
 
setHeaderText(String) - Method in class pt.moredata.widgets.Splash
Altera o texto apresentado na parte suprior da janela.
setHeight(int) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Afecta a altura do campo.
setHeight(int) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Afecta a altura do campo.
setHeight(String) - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Setter for property height.
setHeight(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property height.
setHeight(String) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Setter for property height.
setHelpContextId(String) - Method in class pt.despodata.java.ddata.DDataField
Afecta a URL do help sensivel ao contexto deste campo
setHelpContextId(String) - Method in class pt.despodata.java.ddata.DDataTextField
 
setHelpContextId(String) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setHelpContextId(String) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setHelpContextId(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Afecta a URL do help sensivel ao contexto deste campo
setHelpContextId(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Afecta a URL do help sensivel ao contexto deste campo
setHelpContextId(String) - Method in class pt.moredata.widgets.EditorPaneObject
Afecta a URL do help sensivel ao contexto deste campo
setHelpContextId(String) - Method in class pt.moredata.widgets.Field
Afecta a URL do help sensivel ao contexto deste campo
setHelpContextId(String) - Method in interface pt.moredata.widgets.FieldObject
Afecta a URL do help sensivel ao contexto deste campo
setHelpContextId(String) - Method in class pt.moredata.widgets.ImageFieldObject
Afecta a URL do help sensivel ao contexto deste campo
setHelpContextId(String) - Method in class pt.moredata.widgets.TextField
Sets the helpContextId attribute of the DataTextField object
setHelpContextId(String) - Method in class pt.moredata.widgets.table.CellField
 
setHelpContextId(String) - Method in class pt.moredata.widgets.table.CellTextField
 
setHidden(String) - Method in class pt.moredata.connection.taglibs.AbstractInputTag
Setter for property hidden.
setHide(String) - Method in class pt.moredata.dataentry.taglibs.ModifyButtonTag
Setter for property hide.
setHideAllButtons(String) - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
Setter for property hideAllButtons.
setHideImage(String) - Method in class pt.moredata.taglibs.content.HideContentControllTag
Setter for property hideImage.
setHideText(String) - Method in class pt.moredata.taglibs.content.HideContentControllTag
Setter for property hideText.
setHighlighter(Highlighter) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setHighlighter(Highlighter) - Method in class pt.moredata.widgets.EditorPane
Sets the highlighter attribute of the DataEditorPane object
setHorizontalAlignment(int) - Method in class pt.despodata.java.ddata.DDataField
 
setHorizontalAlignment(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the horizontalAlignment attribute of the DataField object
setHorizontalAlignment(int) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the horizontalAlignment attribute of the DataField object
setHorizontalAlignment(int) - Method in class pt.moredata.widgets.Field
Sets the horizontalAlignment attribute of the DataField object
setHorizontalAlignment(int) - Method in interface pt.moredata.widgets.FieldObject
Sets the horizontalAlignment attribute of the DataField object
setHorizontalAlignment(int) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the horizontalAlignment attribute of the DataField object
setHostName(String) - Method in class pt.despodata.java.ddata.DDataConnectDb
 
setHostName(String) - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
setHostName(String) - Method in class pt.moredata.connection.DBConnection
Altera o nome da maquina onde se encontra a base de dados.
setHref(String) - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Set the value of href.
setHref(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property href.
setHreflang(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property hreflang.
setHspace(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property hspace.
setHtmlCtrlObjs(ArrayList) - Method in class pt.despodata.java.ddata.DHtmlForm
Set the value of htmlCtrlObjs.
setHtmlName(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property htmlName.
setHtmlNamePrefix(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property htmlNamePrefix.
setHtmlNameSufix(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property htmlNameSufix.
setId(Object) - Method in class pt.despodata.java.mvc.State
Set the value of id.
setId(String) - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Setter for property id.
setId(String) - Method in class pt.moredata.taglibs.content.HideContentControllTag
Setter for property id.
setId(String) - Method in class pt.moredata.taglibs.content.HideContentTag
Setter for property id.
setId(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property id.
setId(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property id.
setId(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property id.
setImage(byte[]) - Method in class pt.moredata.ecs.rtf.Picture
Afecta a sequencia de bytes a usar como imagem a mostrar
setImg(String) - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Setter for property img.
setImplicitConnection(Connection) - Static method in class pt.despodata.java.ddata.DDataConnectDb
 
setImplicitDataSource(DDataSource) - Static method in class pt.despodata.java.connection.DDataSourcePool
Afecta o data source implicito
setImplicitDataSource(DDataSource) - Static method in class pt.despodata.java.ddata.DDataConfig
Deprecated.  
setInEdition(boolean) - Method in class pt.despodata.java.ddata.DDataToolBar
Afecta a flag que indica que o utilizador está a editar um registo
setIncludeInDelete(boolean) - Method in class pt.moredata.dao.DataBaseTable
Setter for property includeInDelete.
setIncludeInInsert(boolean) - Method in class pt.moredata.dao.DataBaseTable
Setter for property includeInInsert.
setIncludeInQuery(boolean) - Method in class pt.moredata.dao.DataBaseTable
Change the includeInQuery property of the table.
setIncludeInQuery(boolean) - Method in interface pt.moredata.dao.MetaField
Change the includeInQuery property of the metafield.
setIncludeInUpdate(boolean) - Method in class pt.moredata.dao.DataBaseTable
Setter for property includeInUpdate.
setIndent(String) - Method in class pt.moredata.ecs.rtf.RTFParagraph
 
setInitialQueryString(String) - Method in class pt.despodata.java.ddata.DDataField
Afecta o valor inicial do query
setInitialState(State) - Method in class pt.despodata.java.mvc.StateMachine
Set the value of initialState.
setInitialState(String) - Method in class pt.moredata.taglibs.content.HideContentTag
Setter for property initialState.
setInput(Object) - Method in class pt.despodata.java.mvc.StateMachine
Set the value of input.
setInput(Object) - Method in class pt.despodata.java.webappl.GenericController
 
setInsertDetail(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of insertDetail.
setInsertDetail(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of insertDetail.
setInsertTable(String, String, boolean) - Method in class pt.despodata.java.webappl.WebPage
Altera a tabela usada para mostrar os dados.
setInsertTable(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of insertTable.
setInsertTable(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of insertTable.
setInsertTableFilter(String) - Method in class pt.despodata.java.webappl.WebPage
Set the value of displayTableName.
setInterfaceType(int) - Static method in class pt.despodata.java.connection.DDataSourcePool
Afecta o tipo de interface usado
setInvisibleDescColumns(String[]) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Setter for property _inVisibleDescColumns.
setInvisibleDescColumns(String[]) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Setter for property _inVisibleDescColumns.
setIsFk(boolean) - Method in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Este metodo foi substituido pelo metodo setFK(boolean)
setIsPk(boolean) - Method in class pt.despodata.java.ddata.DDataMetaField
Deprecated. Este metodo foi substituido pelo metodo setPK(boolean)
setIsUpdateable(boolean) - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use method setUpdateable(boolean isUpdateable) instead.
setIsmap(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property ismap.
setJClass(String) - Method in class pt.moredata.xml2db.Column
Sets this column class
setJarName(String) - Method in class pt.moredata.dao.core.SerializedTableIO
Afecta o nome do jar de onde sera lida a tabela serializada
setJdbcURL(String) - Method in class pt.moredata.connection.DataSourceWrapper
 
setJoin(String) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta o eventual join entre tabelas para permitir ligações entre tabelas
setJoin(String) - Method in class pt.despodata.java.ddata.DDataLov
Preenche o join usado para construir o data control que mostra a lista
setJoin(String) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Setter for property join.
setJoin(String) - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Setter for property join.
setJoin(String) - Method in class pt.moredata.widgets.Lookup
Afecta o eventual join entre tabelas para permitir ligações entre tabelas
setJoin(String) - Method in class pt.moredata.widgets.Lov
Preenche o join usado para construir o data control que mostra a lista
setJoinClause(String) - Method in class pt.moredata.dao.DataBaseTable
Setter for property joinClause.
setJstlDataSourceId(String) - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Setter for property jstlDataSourceId.
setKeyValue(String, Object) - Method in class pt.moredata.xml2db.Table
Sets the value of key column name, if the column definition doesn't exists it creates it
setKeymap(Keymap) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setKeymap(Keymap) - Method in class pt.moredata.widgets.EditorPane
Sets the keymap attribute of the DataEditorPane object
setLabel(String) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setLabel(String) - Method in class pt.despodata.java.webappl.tags.ButtonTag
Set the value of label.
setLabel(String) - Method in interface pt.moredata.dao.MetaField
Change the label of the column represented by the meta field.
setLabel(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property label.
setLabel(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Set the current text of the dialog showed in a label
setLabel(String) - Method in class pt.moredata.taglibs.filter.AddFilterTag
Setter for property label.
setLabel(String) - Method in class pt.moredata.taglibs.filter.Filter
Setter for property label.
setLabelObjectName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property labelObjectName.
setLang(String) - Method in class pt.moredata.dataentry.taglibs.OptionTag
Setter for property lang.
setLang(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property lang.
setLang(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property lang.
setLang(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property lang.
setLastCommand(String) - Method in class pt.moredata.dataentry.taglibs.DoIfTag
Setter for property lastCommand.
setLastControllerCommand(String) - Method in class pt.moredata.dataentry.taglibs.DoIfTag
Setter for property lastControllerCommand.
setLength(int) - Method in interface pt.moredata.dao.MetaField
Change the length of the column.
setLength(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property length.
setLine(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property line.
setLineno(int) - Method in class pt.despodata.java.fglreport.FglReport
Reposiciona-se na linha dada como argumento.
setLineno(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Reposiciona-se na linha dada como argumento.
setLineno(int) - Method in interface pt.moredata.fglreport.FglReport
Reposiciona-se na linha dada como argumento.
setLineno(int) - Method in class pt.moredata.fglreport.SwingFglReport
Reposiciona-se na linha dada como argumento.
setLink(String) - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Set the value of link.
setListaNFrames(int) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Set the value of listaNFrames.
setListaUrl(String) - Method in class pt.despodata.java.webappl.WebPage
Deprecated. Este metodo foi substituido pelo metodo setListaUri()
setLocation(Point) - Method in class pt.moredata.widgets.LovFrame
Afecta a localização da lov
setLogWriter(PrintWriter) - Method in class pt.moredata.connection.DataSourceWrapper
Always throws a SQLException.
setLoginPage(String) - Method in class pt.despodata.java.webappl.tags.EnforceLoginTag
 
setLoginPage(String) - Method in class pt.moredata.connection.taglibs.EnforceLoginTag
Setter for property loginPage.
setLoginTimeout(int) - Method in class pt.moredata.connection.DataSourceWrapper
Always throws a SQLException.
setLongdesc(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property longdesc.
setLookupColumn(String) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta / define a coluna que deve ser mostrada num lookup Podera futuramente mudar para propriedada indexada
setLookupColumn(String) - Method in class pt.despodata.java.ddata.DDataLov
???
setLookupColumn(ArrayList) - Method in class pt.despodata.java.ddata.DDataLov
 
setLookupColumn(String) - Method in class pt.moredata.widgets.Lookup
Afecta / define a coluna que deve ser mostrada num lookup Podera futuramente mudar para propriedada indexada
setLookupColumn(String) - Method in class pt.moredata.widgets.Lov
???
setLookupColumn(ArrayList) - Method in class pt.moredata.widgets.Lov
Sets the lookupColumn attribute of the Lov object
setLookupOnSetObject(boolean) - Method in class pt.despodata.java.ddata.DDataField
Afecta a propriedade que indica que a descodificação deve ser efectuada quando é feito um setObject
setLookupOnSetObject(boolean) - Method in class pt.moredata.widgets.Field
Afecta a propriedade que indica que a descodificação deve ser efectuada quando é feito um setObject
setLoop(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property loop.
setLowsrc(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property lowsrc.
setMachine(StateMachine) - Method in class pt.despodata.java.webappl.InitMachine
Set the value of machine.
setMainTable(String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method addTableName(String tableName) instead.
setMainTable(String, String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method addTableName(String tableName) instead.
setMainTable(DataBaseTable) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method addTableName(String tableName) instead.
setMargens(int, int, int, int, int, int, int, int, int) - Method in class pt.despodata.java.objgraficos.objectosX
Define as margens
setMargens(int, int, int, int, int, int, int, int, int) - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Define as margens
setMargin(Insets) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setMargin(Insets) - Method in class pt.moredata.widgets.EditorPane
Sets the margin attribute of the DataEditorPane object
setMaxColumns(int) - Method in class pt.despodata.java.ddata.DDataEditorDocument
Afecta o numero maximo de colunas por linha
setMaxColumns(int) - Method in class pt.despodata.java.ddata.DDataEditorPane
Altera o numero maximo de colunas deste widget.
setMaxColumns(int) - Method in class pt.despodata.java.ddata.DDataField
Altera o numero maximo de colunas se o field for um EDITOR_PANE, caso nao seja, este metodo nao produz qualquer efeito.
setMaxColumns(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the maxColumns attribute of the DataEditorPane object
setMaxColumns(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the maxColumns attribute of the DataEditorPane object
setMaxColumns(int) - Method in class pt.moredata.widgets.EditorDocument
Afecta o numero maximo de colunas por linha
setMaxColumns(int) - Method in class pt.moredata.widgets.EditorPane
Sets the maxColumns attribute of the DataEditorPane object
setMaxColumns(int) - Method in class pt.moredata.widgets.Field
Altera o numero maximo de colunas se o field for um EDITOR_PANE, caso nao seja, este metodo nao produz qualquer efeito.
setMaxColumns(int) - Method in interface pt.moredata.widgets.FieldObject
Sets the maxColumns attribute of the DataEditorPane object
setMaxColumns(int) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the maxColumns attribute of the DataEditorPane object
setMaxColumns(int) - Method in class pt.moredata.widgets.TextFieldObject
Sets the maxColumns attribute of the DataEditorPane object
setMaxErrorMessage(String) - Method in class pt.despodata.java.ddata.DDataField
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.despodata.java.ddata.DDataTextField
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.despodata.java.ddata.table.DDataCellField
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.moredata.widgets.EditorPaneObject
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.moredata.widgets.Field
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in interface pt.moredata.widgets.FieldObject
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.moredata.widgets.ImageFieldObject
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.moredata.widgets.TextField
Altera a mensagem de valida��o do valor maximo o caracter # � utilizado como macro para o valor currente o caracter ^ � utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.moredata.widgets.table.CellField
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxErrorMessage(String) - Method in class pt.moredata.widgets.table.CellTextField
Altera a mensagem de validação do valor maximo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor maximo
setMaxLenght(int) - Method in class pt.despodata.java.ddata.table.CellProperties
Deprecated.  
setMaxLenght(int) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setMaxLenght(int) - Method in class pt.moredata.widgets.table.CellProperties
Deprecated.  
setMaxLenght(int) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setMaxLength(int) - Method in class pt.despodata.java.ddata.DDataField
 
setMaxLength(int) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
setMaxLength(int) - Method in class pt.despodata.java.ddata.DDataTextField
 
setMaxLength(int) - Method in class pt.despodata.java.ddata.table.CellProperties
Define tamanho maximo do campo
setMaxLength(int) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setMaxLength(int) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setMaxLength(int) - Method in class pt.moredata.dao.DataTypeInfo
Altera o tamanho maximo em numero de caracteres, que um tipo de dados pode ter.
setMaxLength(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Altera o atributo maxLength do objecto DataField
setMaxLength(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Altera o atributo maxLength do objecto DataField
setMaxLength(int) - Method in class pt.moredata.widgets.EditorPaneObject
Altera o atributo maxLength do objecto DataField
setMaxLength(int) - Method in class pt.moredata.widgets.Field
Sets the maxLength attribute of the DataField object
setMaxLength(int) - Method in class pt.moredata.widgets.FieldDocument
Sets the maxLength attribute of the FieldDocument object
setMaxLength(int) - Method in interface pt.moredata.widgets.FieldObject
Altera o atributo maxLength do objecto DataField
setMaxLength(int) - Method in class pt.moredata.widgets.ImageFieldObject
Altera o atributo maxLength do objecto DataField
setMaxLength(int) - Method in class pt.moredata.widgets.TextField
Sets the maxLength attribute of the DataTextField object
setMaxLength(int) - Method in class pt.moredata.widgets.table.CellField
 
setMaxLength(int) - Method in class pt.moredata.widgets.table.CellProperties
Define tamanho maximo do campo
setMaxLength(int) - Method in class pt.moredata.widgets.table.CellTextField
 
setMaxLines(int) - Method in class pt.despodata.java.ddata.DDataEditorDocument
Afecta o numero maximo de linhas
setMaxLines(int) - Method in class pt.despodata.java.ddata.DDataEditorPane
Altera o numero maximo de linhas deste widget.
setMaxLines(int) - Method in class pt.despodata.java.ddata.DDataField
Altera o numero maximo de linhas se o field for um EDITOR_PANE, caso nao seja, este metodo nao produz qualquer efeito.
setMaxLines(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the maxLines attribute of the DataEditorPane object
setMaxLines(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the maxLines attribute of the DataEditorPane object
setMaxLines(int) - Method in class pt.moredata.widgets.EditorDocument
Afecta o numero maximo de linhas
setMaxLines(int) - Method in class pt.moredata.widgets.EditorPane
Sets the maxLines attribute of the DataEditorPane object
setMaxLines(int) - Method in class pt.moredata.widgets.Field
Altera o numero maximo de linhas se o field for um EDITOR_PANE, caso nao seja, este metodo nao produz qualquer efeito.
setMaxLines(int) - Method in interface pt.moredata.widgets.FieldObject
Sets the maxLines attribute of the DataEditorPane object
setMaxLines(int) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the maxLines attribute of the DataEditorPane object
setMaxLines(int) - Method in class pt.moredata.widgets.TextFieldObject
Sets the maxLines attribute of the DataEditorPane object
setMaxValue(int, int, int) - Method in class pt.despodata.java.ddata.DDataCalendar
Afectação do maximo que poderá ser apresentado pelo calendário
setMaxValue(int, int, int) - Method in class pt.despodata.java.ddata.DDataDateChooser
Afectação do máximo que poderá ser apresentado pelo calendário
setMaxValue(long) - Method in class pt.despodata.java.ddata.DDataField
 
setMaxValue(Object) - Method in class pt.despodata.java.ddata.DDataField
 
setMaxValue(Object) - Method in class pt.despodata.java.ddata.DDataTextField
 
setMaxValue(long) - Method in class pt.despodata.java.ddata.DDataTextField
 
setMaxValue(int) - Method in class pt.despodata.java.ddata.DDataTextField
 
setMaxValue(Object) - Method in class pt.despodata.java.ddata.table.CellProperties
Define o valor máximo do campo
setMaxValue(long) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setMaxValue(long) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setMaxValue(int) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setMaxValue(long) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setMaxValue(int) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setMaxValue(long) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setMaxValue(long) - Method in class pt.moredata.dao.DataTypeInfo
Definir propriedade maxValue
setMaxValue(int, int, int) - Method in class pt.moredata.widgets.Calendar
Afectação do maximo que poderá ser apresentado pelo calendário
setMaxValue(long) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the maxValue attribute of the FieldObject object
setMaxValue(long) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the maxValue attribute of the FieldObject object
setMaxValue(int, int, int) - Method in class pt.moredata.widgets.DateChooser
Afectação do máximo que poderá ser apresentado pelo calendário
setMaxValue(long) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the maxValue attribute of the FieldObject object
setMaxValue(long) - Method in class pt.moredata.widgets.Field
Sets the maxValue attribute of the DataField object
setMaxValue(Object) - Method in class pt.moredata.widgets.Field
Sets the maxValue attribute of the DataField object
setMaxValue(long) - Method in interface pt.moredata.widgets.FieldObject
Sets the maxValue attribute of the FieldObject object
setMaxValue(long) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the maxValue attribute of the FieldObject object
setMaxValue(Object) - Method in class pt.moredata.widgets.TextField
Sets the maxValue attribute of the DataTextField object
setMaxValue(long) - Method in class pt.moredata.widgets.TextField
Sets the maxValue attribute of the DataTextField object
setMaxValue(int) - Method in class pt.moredata.widgets.TextField
Sets the maxValue attribute of the DataTextField object
setMaxValue(long) - Method in class pt.moredata.widgets.table.CellField
 
setMaxValue(int) - Method in class pt.moredata.widgets.table.CellField
 
setMaxValue(Object) - Method in class pt.moredata.widgets.table.CellProperties
Define o valor máximo do campo
setMaxValue(long) - Method in class pt.moredata.widgets.table.CellProperties
 
setMaxValue(long) - Method in class pt.moredata.widgets.table.CellTextField
 
setMaxValue(int) - Method in class pt.moredata.widgets.table.CellTextField
 
setMaxValue(long) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setMaximum(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Set the maximum of the progress bar
setMaximumValue(int) - Method in class pt.moredata.widgets.Splash
Setter for property maxValue.
setMaxlength(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property maxlength.
setMaxlength(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property maxlength.
setMessage(String) - Method in class pt.despodata.java.ddata.DDataSendSimpleMail
 
setMessage(String) - Method in class pt.despodata.java.ddata.ErrorFrame
Afecta a mensagem que deve aparecer ao utilizador na janela
setMessage(String) - Method in class pt.moredata.dataentry.util.ErrorDialog
Setter for property message.
setMessage(String) - Method in class pt.moredata.util.DataSendSimpleMail
 
setMessage(String) - Method in class pt.moredata.widgets.ErrorFrame
Afecta a mensagem que deve aparecer ao utilizador na janela
setMessage(String) - Method in class pt.moredata.widgets.ErrorHandle
 
setMetaFields(Vector) - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este campo deixou de existir na classe DDataControl, portanto este metodo deuixou de ser necessario! Nao e desejavel que alguem altere este atributo a seu belo prazer.
setMethod(String) - Method in class pt.moredata.taglibs.widgets.FormTag
Setter for property method.
setMimeType(String) - Method in class pt.moredata.dataentry.taglibs.DownloadFileTag
Setter for property mimeType.
setMimeType(String) - Method in class pt.moredata.dataentry.taglibs.ImageTag
Setter for property mimeType.
setMinErrorMessage(String) - Method in class pt.despodata.java.ddata.DDataField
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.despodata.java.ddata.DDataTextField
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.despodata.java.ddata.table.DDataCellField
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.moredata.widgets.EditorPaneObject
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.moredata.widgets.Field
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in interface pt.moredata.widgets.FieldObject
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.moredata.widgets.ImageFieldObject
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.moredata.widgets.TextField
Altera a mensagem de valida��o do valor minimo o caracter # � utilizado como macro para o valor currente o caracter ^ � utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.moredata.widgets.table.CellField
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinErrorMessage(String) - Method in class pt.moredata.widgets.table.CellTextField
Altera a mensagem de validação do valor minimo o caracter # é utilizado como macro para o valor currente o caracter ^ é utilizado como macro para o valor minimo
setMinValue(int, int, int) - Method in class pt.despodata.java.ddata.DDataCalendar
Afectação do minimo que poderá ser apresentado pelo calendário
setMinValue(int, int, int) - Method in class pt.despodata.java.ddata.DDataDateChooser
Afectação do minimo que poderá ser apresentado pelo calendário
setMinValue(long) - Method in class pt.despodata.java.ddata.DDataField
 
setMinValue(Object) - Method in class pt.despodata.java.ddata.DDataField
 
setMinValue(Object) - Method in class pt.despodata.java.ddata.DDataTextField
 
setMinValue(long) - Method in class pt.despodata.java.ddata.DDataTextField
 
setMinValue(int) - Method in class pt.despodata.java.ddata.DDataTextField
 
setMinValue(long) - Method in class pt.despodata.java.ddata.table.CellProperties
Define o valor minimo para o campo
setMinValue(Object) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setMinValue(long) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setMinValue(int) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setMinValue(long) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setMinValue(int) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setMinValue(long) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setMinValue(long) - Method in class pt.moredata.dao.DataTypeInfo
Definir propriedade minValue
setMinValue(int, int, int) - Method in class pt.moredata.widgets.Calendar
Afectação do minimo que poderá ser apresentado pelo calendário
setMinValue(long) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the minValue attribute of the FieldObject object
setMinValue(long) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the minValue attribute of the FieldObject object
setMinValue(int, int, int) - Method in class pt.moredata.widgets.DateChooser
Afectação do minimo que poderá ser apresentado pelo calendário
setMinValue(long) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the minValue attribute of the FieldObject object
setMinValue(long) - Method in class pt.moredata.widgets.Field
Sets the minValue attribute of the DataField object
setMinValue(Object) - Method in class pt.moredata.widgets.Field
Sets the minValue attribute of the DataField object
setMinValue(long) - Method in interface pt.moredata.widgets.FieldObject
Sets the minValue attribute of the FieldObject object
setMinValue(long) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the minValue attribute of the FieldObject object
setMinValue(Object) - Method in class pt.moredata.widgets.TextField
Sets the minValue attribute of the DataTextField object
setMinValue(long) - Method in class pt.moredata.widgets.TextField
Sets the minValue attribute of the DataTextField object
setMinValue(int) - Method in class pt.moredata.widgets.TextField
Sets the minValue attribute of the DataTextField object
setMinValue(long) - Method in class pt.moredata.widgets.table.CellField
 
setMinValue(int) - Method in class pt.moredata.widgets.table.CellField
 
setMinValue(long) - Method in class pt.moredata.widgets.table.CellProperties
Define o valor minimo para o campo
setMinValue(Object) - Method in class pt.moredata.widgets.table.CellProperties
 
setMinValue(long) - Method in class pt.moredata.widgets.table.CellTextField
 
setMinValue(int) - Method in class pt.moredata.widgets.table.CellTextField
 
setMinValue(long) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setMinimumValue(int) - Method in class pt.moredata.widgets.Splash
Setter for property minValue.
setModal(boolean) - Method in class pt.moredata.wizard.SimpleWizard
Specifies whether this dialog should be modal.
setMode(int) - Method in class pt.despodata.java.ddata.DDataField
Afecta o modo de funcionamento (Query ou DATA) por forma a ser usado em query(s) ou inserção de dados.
setMode(int) - Method in interface pt.moredata.dataentry.DataEntry
Altera o modo em que se encontra a entrada de dados.
setMode(int) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Altera o modo em que se encontra a entrada de dados.
setMode(String) - Method in class pt.moredata.dataentry.taglibs.DoIfTag
Setter for property mode.
setModel(TableModel) - Method in class pt.despodata.java.ddata.DDataBaseTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(GenericModel) - Method in class pt.despodata.java.webappl.WebApplication
Set the value of model.
setModel(Object) - Method in interface pt.despodata.java.wizard.DDWizActionForm
Afectar o form com uma referência ao modelo (objecto onde os dados do wizard são guardados
setModel(Object) - Method in class pt.moredata.dataentry.wizards.ChoseColumnsPanel
 
setModel(Object) - Method in class pt.moredata.dataentry.wizards.ExportFormatPanel
 
setModel(TableModel) - Method in class pt.moredata.widgets.BaseTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(Object) - Method in class pt.moredata.wizard.FormAction
 
setModel(Object) - Method in class pt.moredata.wizard.FormAction2
Afectar o form com uma referência ao modelo (objecto onde os dados do wizard são guardados
setModel(Object) - Method in interface pt.moredata.wizard.WizardActionForm
Afectar o form com uma referência ao modelo (objecto onde os dados do wizard são guardados
setModelTableName(String, boolean) - Method in class pt.despodata.java.ddata.DHtmlDataField
Altera o nome da tabela usado pela servlet GetImage.
setModelTableName(String, boolean) - Method in interface pt.despodata.java.ddata.IDDataControlField
Altera o nome da tabela usado pela servlet GetImage.
setMultiple(String) - Method in class pt.moredata.dataentry.taglibs.SelectTag
Setter for property multiple.
setMyController(IController) - Method in class pt.despodata.java.mvc.View
Set the value of myController.
setMyData(IData) - Method in interface pt.despodata.java.mvc.IModel
Set the value of myData.
setMyData(IData) - Method in class pt.despodata.java.mvc.Model
Set the value of myData.
setMyModel(Model) - Method in class pt.despodata.java.mvc.Controller
Set the value of myModel.
setMyModel(IModel) - Method in class pt.despodata.java.mvc.View
Set the value of myModel.
setMyModel(IModel) - Method in class pt.despodata.java.webappl.GenericController
Set the value of myModel.
setMyView(View) - Method in class pt.despodata.java.mvc.Controller
Set the value of myView.
setMyView(IView) - Method in class pt.despodata.java.webappl.GenericController
Set the value of myView.
setNFrames(int) - Method in class pt.despodata.java.webappl.FrameSet
Set the value of nFrames.
setNFrames(int) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Set the value of nFrames.
setName(String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Altera o nome do campo.
setName(String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Altera o nome do campo.
setName(String) - Method in class pt.despodata.java.tags.templates.GetTag
 
setName(String) - Method in class pt.despodata.java.tags.templates.PutTag
 
setName(String) - Method in class pt.despodata.java.webappl.tags.AbstractProtectTag
Setter for property name.
setName(String) - Method in class pt.despodata.java.webappl.tags.FormTag
Setter for property name.
setName(String) - Method in class pt.despodata.java.webappl.tags.FrameTag
Set the value of name.
setName(String) - Method in class pt.moredata.dao.DataBaseTable
Deprecated. The alias cannot be modified after the table been added to a DAOFieldsInfo object. The DAOFieldsInfo uses the table alias and table name to build the keys used in the map between a table name and the metafields. This will be removed soon.
setName(String) - Method in class pt.moredata.dao.DataIndex
Set the value of name.
setName(String) - Method in class pt.moredata.dataentry.taglibs.AddTableTag
Setter for property name.
setName(String) - Method in class pt.moredata.dataentry.taglibs.ButtonTag
Setter for property name.
setName(String) - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Setter for property name.
setName(String) - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Setter for property name.
setName(String) - Method in class pt.moredata.dataentry.taglibs.DoAfterCommandTag
Setter for property name.
setName(String) - Method in class pt.moredata.dataentry.taglibs.HideButtonTag
Setter for property name.
setName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.DatabaseDriver
Sets the name attribute of the DatabaseDriver object
setName(String) - Method in class pt.moredata.taglibs.filter.AddFilterTag
Setter for property name.
setName(String) - Method in class pt.moredata.taglibs.filter.Filter
Setter for property name.
setName(String) - Method in class pt.moredata.taglibs.filter.FilterButtonTag
Setter for property name.
setName(String) - Method in class pt.moredata.taglibs.filter.FilterTag
Setter for property name.
setName(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property name.
setName(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property name.
setName(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property name.
setNavigable(boolean) - Method in interface pt.moredata.dataentry.DataEntry
Activa ou desactiva a navegacao pelos registos da entrada de dados.
setNavigable(boolean) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Activa ou desactiva a navegacao pelos registos da entrada de dados.
setNavigateThroughNonEditableCells(boolean) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
setNavigateThroughNonEditableCells(boolean) - Method in class pt.despodata.java.ddata.DDataTable
 
setNavigateThroughNonEditableCells(boolean) - Method in class pt.moredata.widgets.BaseTable
 
setNavigateThroughNonEditableCells(boolean) - Method in class pt.moredata.widgets.Table
 
setNewRow(int, boolean) - Method in interface pt.moredata.dao.DataAccessObject
Change the newRow property of a row.
setNewRow(boolean, int) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method setNewRow(int rowNumber , boolean newRow) instead.
setNewRow(boolean) - Method in interface pt.moredata.dao.DataRow
Afecta a flag que indica que esta linha e nova e como tal tem de ser inserida
setNewRow(int, boolean) - Method in interface pt.moredata.dao.RecordSet
Change the value of the newRow property of a row.
setNewValue(String) - Method in class pt.moredata.dataentry.taglibs.ModifyButtonTag
Setter for property value.
setNewWindow(String) - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Setter for property newWindow.
setNextFocusableComponent(Component) - Method in class pt.despodata.java.ddata.DDataField
 
setNextFocusableComponent(Component) - Method in class pt.moredata.widgets.Field
Sets the nextFocusableComponent attribute of the DataField object
setNome(String) - Method in class pt.moredata.taglibs.widgets.CheckboxTag
Setter for property nome.
setNomeFont(String) - Method in class pt.despodata.java.fglreport.FglReport
Define o nome da font nas impressões (Courier, Times New Roman, Arial etc)
setNomeFont(String) - Method in class pt.moredata.fglreport.AbstractFglReport
Define o nome da font nas impressões (Courier, Times New Roman, Arial etc)
setNomeFont(String) - Method in interface pt.moredata.fglreport.FglReport
Define o nome da font nas impressões (Courier, Times New Roman, Arial etc)
setNomeFont(String) - Method in class pt.moredata.fglreport.TxtFglReport
Afecta a variável que indica que tipo de letra deve ser usado
setNotab(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property notab.
setNotab(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property notab.
setNumChars(int) - Method in class pt.moredata.dao.DataMetaField
Deprecated. Use method setLength(int numChars) instead.
setNumDecimais(int) - Method in class pt.despodata.java.ddata.DDataField
Deprecated.  
setNumDecimais(int) - Method in class pt.despodata.java.ddata.DDataTextField
Define o numero de casas decimais
setNumDecimais(int) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setNumDecimais(int) - Method in class pt.despodata.java.ddata.table.DDataCellField
Define o numero de casas decimais
setNumDecimais(int) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Define o numero de casas decimais
setNumDecimais(int) - Method in class pt.moredata.widgets.TextField
Define o numero de casas decimais
setNumDecimais(int) - Method in class pt.moredata.widgets.table.CellField
Define o numero de casas decimais
setNumDecimais(int) - Method in class pt.moredata.widgets.table.CellProperties
 
setNumDecimais(int) - Method in class pt.moredata.widgets.table.CellTextField
Define o numero de casas decimais
setNumFrames(String) - Method in class pt.despodata.java.webappl.tags.SetFrameTag
Set the value of nFrames.
setNumcol(int) - Method in class pt.moredata.taglibs.widgets.TableTag
Setter for property numcol.
setNumeric(boolean) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property numeric.
setNumlinha(int) - Method in class pt.moredata.taglibs.widgets.TableTag
Setter for property numlinha.
setObject(int, int, int) - Method in class pt.despodata.java.ddata.DDataCalendar
Afectação da data que irá ser apresentada no calendário
setObject(Object) - Method in class pt.despodata.java.ddata.DDataCheckBox
Afecta a check box com um valor metendo-a checked ou unchecked se o valor estiver de acordo com o objecto que a identifica como seleccionada ou nao seleccionada
setObject(Object) - Method in class pt.despodata.java.ddata.DDataComboBox
Preenche a chave primaria com o registo que deve estar seleccionado
setObject(Object) - Method in class pt.despodata.java.ddata.DDataComboBoxCustomizer
 
setObject(int, int, int) - Method in class pt.despodata.java.ddata.DDataDateChooser
Afectação da data que irá ser apresentada pelo calendário
setObject(Object) - Method in class pt.despodata.java.ddata.DDataEditorPane
Afecta o objecto com um valor
setObject(Object) - Method in class pt.despodata.java.ddata.DDataExcelExportData
Insere o valor nesta célula
setObject(Object) - Method in class pt.despodata.java.ddata.DDataField
Afecta o objecto com um valor e mostra no Field o seu conteudo
Se a coluna a que o campo pertence fôr chave estrangeira efectua o lookup da descodificação correspondente.
setObject(Object) - Method in class pt.despodata.java.ddata.DDataImageField
Preenche o objecto que contem a imagem
setObject(Object) - Method in class pt.despodata.java.ddata.DDataTableCustomizer
Permite a comunicação com o objecto em customização
setObject(Object) - Method in class pt.despodata.java.ddata.DDataTextField
Afecta o objecto com um valor
setObject(Object) - Method in class pt.despodata.java.ddata.TextFileChooser
 
setObject(Object) - Method in class pt.despodata.java.ddata.table.DDataCellField
Afecta o objecto com um valor
setObject(Object) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Afecta o objecto com um valor
setObject(Object) - Method in class pt.despodata.java.ddata.table.DDataDataComponent
 
setObject(int, int, int) - Method in class pt.moredata.widgets.Calendar
Afectação da data que irá ser apresentada no calendário
setObject(Object) - Method in class pt.moredata.widgets.Calendar
Afectação da data que irá ser apresentada no calendário
setObject(Object) - Method in class pt.moredata.widgets.CheckBox
Afecta a check box com um valor metendo-a checked ou unchecked se o valor estiver de acordo com o objecto que a identifica como seleccionada ou nao seleccionada
setObject(Object) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setObject(Object) - Method in class pt.moredata.widgets.ComboBox
Preenche a chave primaria com o registo que deve estar seleccionado
setObject(Object) - Method in class pt.moredata.widgets.ComboBoxCustomizer
Sets the object attribute of the ComboBoxCustomizer object
setObject(Object) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setObject(int, int, int) - Method in class pt.moredata.widgets.DateChooser
Afectação da data que irá ser apresentada pelo calendário
setObject(Object) - Method in class pt.moredata.widgets.EditorPane
Afecta o objecto com um valor
setObject(Object) - Method in class pt.moredata.widgets.EditorPaneObject
 
setObject(Object) - Method in class pt.moredata.widgets.Field
Afecta o objecto com um valor e mostra no Field o seu conteudo
Se a coluna a que o campo pertence fôr chave estrangeira efectua o lookup da descodificação correspondente.
setObject(Object) - Method in interface pt.moredata.widgets.FieldObject
Afecta o objecto com um valor e mostra no Field o seu conteudo
Se a coluna a que o campo pertence fôr chave estrangeira efectua o lookup da descodificação correspondente.
setObject(Object) - Method in class pt.moredata.widgets.ImageField
Preenche o objecto que contem a imagem.
setObject(Object) - Method in class pt.moredata.widgets.ImageFieldObject
 
setObject(Object) - Method in class pt.moredata.widgets.TableCustomizer
Permite a comunicação com o objecto em customização
setObject(Object) - Method in class pt.moredata.widgets.TextField
Afecta o objecto com um valor
setObject(Object) - Method in class pt.moredata.widgets.TextFieldObject
 
setObject(Object) - Method in class pt.moredata.widgets.table.CellField
Afecta o objecto com um valor
setObject(Object) - Method in class pt.moredata.widgets.table.CellTextField
Afecta o objecto com um valor
setObject(Object) - Method in class pt.moredata.widgets.table.Component
 
setObjectTo(Vector, int, int, Object) - Static method in class pt.moredata.util.DataUtil
Insert a value in an vector of vectors
setObjectTo(ArrayList, int, int, Object) - Static method in class pt.moredata.util.DataUtil
Insert a value in an ArrayList of ArrayList
setOldValue(Object) - Method in class pt.despodata.java.ddata.DDataTable
Guarda o valor anterior da celula
setOldValue(Object) - Method in class pt.moredata.widgets.Table
Guarda o valor anterior da celula
setOnClick(String) - Method in class pt.despodata.java.webappl.tags.ButtonTag
Set the value of onClick.
setOnabort(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onabort.
setOnblur(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onblur.
setOnblur(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onblur.
setOnblur(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onblur.
setOnchange(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onchange.
setOnclick(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onclick.
setOnclick(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onclick.
setOnclick(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onclick.
setOndblclick(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property ondblclick.
setOndblclick(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property ondblclick.
setOndblclick(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property ondblclick.
setOnerror(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onerror.
setOnfocus(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onfocus.
setOnfocus(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onfocus.
setOnfocus(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onfocus.
setOnkeydown(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onkeydown.
setOnkeydown(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onkeydown.
setOnkeydown(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onkeydown.
setOnkeypress(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onkeypress.
setOnkeypress(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onkeypress.
setOnkeypress(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onkeypress.
setOnkeyup(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onkeyup.
setOnkeyup(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onkeyup.
setOnkeyup(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onkeyup.
setOnload(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onload.
setOnlyDigits(boolean) - Method in class pt.despodata.java.ddata.DDataField
 
setOnlyDigits(boolean) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
setOnlyDigits(boolean) - Method in class pt.despodata.java.ddata.DDataTextField
Se o string
setOnlyDigits(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setOnlyDigits(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellField
Se o string
setOnlyDigits(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Se o string
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the onlyDigits attribute of the DataField object
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the onlyDigits attribute of the DataField object
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the onlyDigits attribute of the DataField object
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.Field
Sets the onlyDigits attribute of the DataField object
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.FieldDocument
Sets the onlyDigits attribute of the FieldDocument object
setOnlyDigits(boolean) - Method in interface pt.moredata.widgets.FieldObject
Sets the onlyDigits attribute of the DataField object
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the onlyDigits attribute of the DataField object
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.TextField
Se o string
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.table.CellField
Se o string
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.table.CellProperties
 
setOnlyDigits(boolean) - Method in class pt.moredata.widgets.table.CellTextField
Se o string
setOnmousedown(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onmousedown.
setOnmousedown(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onmousedown.
setOnmousedown(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onmousedown.
setOnmousemove(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onmousemove.
setOnmousemove(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onmousemove.
setOnmousemove(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onmousemove.
setOnmouseout(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onmouseout.
setOnmouseout(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onmouseout.
setOnmouseout(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onmouseout.
setOnmouseover(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onmouseover.
setOnmouseover(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onmouseover.
setOnmouseover(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onmouseover.
setOnmouseup(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onmouseup.
setOnmouseup(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property onmouseup.
setOnmouseup(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property onmouseup.
setOnreset(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onreset.
setOnselect(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onselect.
setOnsubmit(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property onsubmit.
setOpen(String) - Method in class pt.moredata.taglibs.content.HideContentTag
Setter for property open.
setOptional(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property optional.
setOrderBy(String[]) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Setter for property orderBy.
setOrderBy(String[]) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Setter for property orderBy.
setOrderBy(int, String) - Method in interface pt.moredata.dao.DataAccessObject
Change a column name at a specific index of the orderby list.
setOrderBy(String[]) - Method in interface pt.moredata.dao.DataAccessObject
Rebuild the orderby list with a set of column names.
setOrderBy(List) - Method in class pt.moredata.dao.core.ReaderInformation
Setter for property orderBy.
setOrderBy(List) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property orderBy.
setOrderBy(String) - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Setter for property orderBy.
setOrderBy(String) - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Setter for property orderBy.
setOrphanSearch(boolean) - Method in class pt.despodata.java.webappl.WebPage
Setter for property orphanSearch.
setOrphanSearch(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Setter for property orphanSearch.
setOrphanSearch(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Setter for property orphanSearch.
setOtherFrame(String) - Method in class pt.despodata.java.webappl.tags.ButtonTag
Set the value of otherFrame.
setOutputType(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property outputType.
setPK(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
Atribui se o campo é chave primaria
setPK(boolean) - Method in class pt.moredata.dao.DataFieldInfo
 
setPK(boolean) - Method in interface pt.moredata.dao.MetaField
Change the PK property of the metafield.
setPK(boolean) - Method in class pt.moredata.widgets.table.CellProperties
Atribui se o campo é chave primaria
setPKFlag(int, boolean) - Method in interface pt.moredata.dao.DAOFieldsInfo
Marca uma determinada coluna do recordset como sendo uma coluna que comp?
setPackageName(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property packageName.
setPage(String) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setPage(URL) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setPage(String) - Method in class pt.moredata.widgets.EditorPane
Sets the page attribute of the DataEditorPane object
setPage(URL) - Method in class pt.moredata.widgets.EditorPane
Sets the page attribute of the DataEditorPane object
setPageHeaderLenght(int) - Method in class pt.despodata.java.ddata.DDataSwingControl
 
setPageHeaderLength(int) - Method in class pt.despodata.java.fglreport.FglReport
Define o tamanho do PageHeader
setPageHeaderLength(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Define o tamanho do PageHeader
setPageHeaderLength(int) - Method in class pt.moredata.fglreport.DaoReport
Altera o tamanho do cabeçalho do Report
setPageHeaderLength(int) - Method in interface pt.moredata.fglreport.FglReport
Define o tamanho do PageHeader
setPageLen(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Afecta o tamanho da página
setPageLen(int) - Method in interface pt.moredata.fglreport.FglReport
Define o tamanho da Página
setPageLength(int) - Method in class pt.moredata.taglibs.filter.PaginatorTag
Setter for property pageLength.
setPageLength(String) - Method in class pt.moredata.taglibs.filter.PaginatorTag
Setter for property pageLength.
setPageTrailerLength(int) - Method in class pt.despodata.java.ddata.DDataSwingControl
 
setPageTrailerLength(int) - Method in class pt.despodata.java.fglreport.FglReport
Define o tamanho do PageTrailer
setPageTrailerLength(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Define o tamanho do PageTrailer
setPageTrailerLength(int) - Method in class pt.moredata.fglreport.DaoReport
Altera o tamanho do rodapé do Report
setPageTrailerLength(int) - Method in interface pt.moredata.fglreport.FglReport
Define o tamanho do PageTrailer
setPageUri(String) - Method in class pt.despodata.java.webappl.tags.SetFrameTag
Set the value of pageUri.
setPageWidth(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Metodo que define o numero de colunas de um report
setPageWidth(int) - Method in interface pt.moredata.fglreport.FglReport
Metodo que define o numero de colunas de um report
setParamChanged(boolean) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Sets the flag that identify if was some data changed by the user.
setParent(JFrame) - Method in class pt.despodata.java.ddata.BrowserFrame
 
setParent(JFrame) - Method in class pt.moredata.widgets.BrowserFrame
Sets the parent attribute of the BrowserFrame object
setParent(Component) - Method in class pt.moredata.wizard.SimpleWizard
Setter for property parent.
setParent(Component) - Method in class pt.moredata.wizard.SwingWizardControler
Setter for property parent.
setParent(Component) - Method in interface pt.moredata.wizard.Wizard
Setter for property parent.
setParentFrame(Window) - Method in class pt.moredata.widgets.LovFrame
Sets the parentFrame attribute of the DataLovFrame object
setParentUri(String) - Method in class pt.despodata.java.webappl.Frame
Set the value of parentUri.
setParentUri(String) - Method in interface pt.despodata.java.webappl.IPage
Set the value of parentUri.
setParentUri(String) - Method in class pt.despodata.java.webappl.Page
Set the value of parentUri.
setParentUri(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of parentUri.
setParentUri(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of parentUri.
setPasswd(String) - Method in class pt.despodata.java.ddata.DevelopmentTool
Set the value of password.
setPasswdFile(String) - Method in class pt.despodata.java.ddata.DevelopmentTool
Set the value of passwdFile.
setPassword(String) - Method in class pt.despodata.java.ddata.DDataConnectDb
 
setPassword(String) - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
setPassword(String) - Method in class pt.moredata.connection.DBConnection
Altera a palavra chave para aceder a base de dados.
setPassword(String) - Method in class pt.moredata.connection.DataSourceWrapper
 
setPassword() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Sets the password used to connect to the database.
setPassword(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Setter for property password.
setPasswordInNode() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Store the password choosed by user in the database module node.
setPasswordTitle - Variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
 
setPattern(String) - Method in class pt.moredata.xml.db.XMLToDBTable.XMLField
Sets the pattern.
setPercent(int) - Method in class pt.despodata.java.ddata.DDataProgressBar
Set the current progress percentage.
setPercent(int) - Method in class pt.moredata.widgets.ProgressBar
Set the current progress percentage.
setPictureType(int) - Method in class pt.moredata.ecs.rtf.Picture
Afecta o tipo da imagem
setPk(boolean) - Method in class pt.despodata.java.ddata.DDataField
 
setPk(boolean) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated. Este metodo foi substituido pelo metodo setPK(boolean)
setPk(boolean) - Method in class pt.moredata.widgets.Field
Sets the pk attribute of the DataField object
setPkColumn(String) - Method in class pt.despodata.java.ddata.DDataControl
Deprecated. Este metodo foi substituido pelo metodo addPkColumn(String)
setPointid(String) - Method in class pt.moredata.qvs.CheckedPoint
 
setPopulateOnShow(boolean) - Method in class pt.moredata.widgets.LovFrame
Afecta a propriedade para mostrar o populate quando mostra a lov
setPopupWidth(int) - Method in class pt.despodata.java.ddata.DDataComboBox
Afecta a largura da janela de popup com determinado tamanho
setPopupWidth(int) - Method in class pt.moredata.widgets.ComboBox
Afecta a largura da janela de popup com determinado tamanho
setPort(String) - Method in class pt.moredata.connection.DBConnection
Altera o numero da porta usada para comunicar com a base de dados.
setPosicao(int, int, int) - Method in class pt.despodata.java.objgraficos.objectosX
Define a posição.
setPosicao(int, int, int) - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Define a posição.
setPreferredSize(Dimension) - Method in interface pt.moredata.widgets.FieldObject
Sets the preferred size of this component.
setPrefix(String) - Static method in class pt.moredata.util.Debug
Set the value of prefix.
setPressedColumn(int) - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
 
setPressedColumn(int) - Method in class pt.moredata.widgets.TableHeaderRenderer
 
setPrimaryKey(Object) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta o valor da chave primaria a usar para fazer a descodificacao
setPrimaryKey(ArrayList) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta os valores da chave primaria a usar para fazer a descodificacao
setPrimaryKey(String[]) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta os valores da chave primaria mas de um array de Strings
setPrimaryKey(Object) - Method in class pt.moredata.widgets.Lookup
Afecta o valor da chave primaria a usar para fazer a descodificacao
setPrimaryKey(ArrayList) - Method in class pt.moredata.widgets.Lookup
Afecta os valores da chave primaria a usar para fazer a descodificacao
setPrimaryKey(String[]) - Method in class pt.moredata.widgets.Lookup
Afecta os valores da chave primaria mas de um array de Strings
setPrimaryKeyColumns(String) - Method in class pt.despodata.java.ddata.DDataLookup
Limpa o array list e insere a string como chave primaria
setPrimaryKeyColumns(ArrayList) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta as colunas da chave primaria a usar para fazer a descodificacao
setPrimaryKeyColumns(String[]) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta os valores da chave primaria da tabela referenciada num array de Strings
setPrimaryKeyColumns(Object) - Method in class pt.despodata.java.ddata.DDataLov
Afecta o valor da chave primaria a usar para fazer a descodificacao So para chaves primarias simples
setPrimaryKeyColumns(ArrayList) - Method in class pt.despodata.java.ddata.DDataLov
Afecta os valores da chave primaria a usar para fazer a descodificacao
setPrimaryKeyColumns(String) - Method in class pt.moredata.widgets.Lookup
Limpa o array list e insere a string como chave primaria
setPrimaryKeyColumns(ArrayList) - Method in class pt.moredata.widgets.Lookup
Afecta as colunas da chave primaria a usar para fazer a descodificacao
setPrimaryKeyColumns(String[]) - Method in class pt.moredata.widgets.Lookup
Afecta os valores da chave primaria da tabela referenciada num array de Strings
setPrimaryKeyColumns(Object) - Method in class pt.moredata.widgets.Lov
Afecta o valor da chave primaria a usar para fazer a descodificacao So para chaves primarias simples
setPrimaryKeyColumns(ArrayList) - Method in class pt.moredata.widgets.Lov
Afecta os valores da chave primaria a usar para fazer a descodificacao
setPriority(int) - Method in class pt.moredata.usernot.UserNotification
Sets the notification priority - not implemented
setProgressBar(String, int) - Method in class pt.moredata.widgets.Splash
Altera o valor da barra de progresso e o texto apresentado por cima da barra de progresso.
setProgressBarForeground(Color) - Method in class pt.moredata.widgets.Splash
Changes progressbar color.
setProgressBarSize(int) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Altera o valor que pode ser incrementado pelo DataEntryController na barra de progresso.
setProgressBarSize(int) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Altera o valor que pode ser incrementado pelo DataEntryController na barra de progresso.
setProgressBarValue(int) - Method in class pt.moredata.widgets.Splash
Set progress bar current value.
setProgressDialog(WizardConnectionProgress) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardControler
Setter for property progressDialog.
setProperties() - Method in class pt.despodata.java.ddata.DDataColumnPropertiesPanel
 
setProperties(CellProperties) - Method in class pt.despodata.java.ddata.DDataTableCustomizer
 
setProperties() - Method in class pt.moredata.widgets.ColumnPropertiesPanel
Sets the properties attribute of the DataColumnPropertiesPanel object
setProperties(CellProperties) - Method in class pt.moredata.widgets.TableCustomizer
Sets the properties attribute of the DataTableCustomizer object
setPropertiesToCellProperties(CellProperties) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setPropertiesToDataField(DDataField) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setPropertiesToMetaField(DDataMetaField) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setProperty(Object, Object) - Method in interface pt.moredata.dataentry.DataEntry
Guarda um determinado atributo na entrada de dados.
setProperty(Object, Object) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Guarda um determinado atributo na entrada de dados.
setProtocol(String) - Method in class pt.moredata.connection.DBConnection
Altera o nome do protocolo usado para comunicar com a base de dados.
setQuery(String) - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Setter for property query.
setQueryAllowed(boolean) - Method in class pt.despodata.java.ddata.DDataSwingControl
Define se é ou não possivel ao utilizador fazer query
setQueryAllowed(boolean) - Method in class pt.despodata.java.ddata.DDataToolBar
Afecta a propriedade que define que não é permitido ao utilizador fazer o seu próprio query
setQueryAllowed(boolean) - Method in interface pt.moredata.dataentry.DataEntry
Activa ou desactiva a possibilidade de se realizar pesquisas na entrada de dados.
setQueryAllowed(boolean) - Method in class pt.moredata.dataentry.core.AbstractDataEntry
Activa ou desactiva a possibilidade de se realizar pesquisas na entrada de dados.
setQueryPolicy(String, int) - Method in interface pt.moredata.dao.DAOView
Deprecated. This method was moved to the DataAccessObject interface.
setQueryPolicy(String, String, int) - Method in interface pt.moredata.dao.DataAccessObject
Changes the query policy for a column of a giveen table.
setQueryPolicy(String, int) - Method in interface pt.moredata.dao.DataAccessObject
Change the query policy for a column of the DAOView table.
setQueryPolicy(int) - Method in interface pt.moredata.dao.MetaField
Changes the query policy for this column.
setQueryState(boolean) - Method in class pt.moredata.widgets.Field
Afecta o query state
setQueryString(String) - Method in class pt.despodata.java.ddata.DDataField
 
setQueryValue(Object) - Method in class pt.despodata.java.ddata.DDataField
 
setQueryValue(Object) - Method in class pt.moredata.dao.DataMetaField
Deprecated. This method will be removed and will not have a replacment.
setReadOnly(boolean) - Method in class pt.despodata.java.ddata.DDataEntry
Afecta a propriedade que indica que o data entry funciona em read only
setReadOnly(boolean) - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Setter for property readOnly.
setReadOnly(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property readonly.
setReadonly(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property readonly.
setReadonly(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property readonly.
setRecordCount(String) - Method in class pt.despodata.java.ddata.DDataStatusBar
Afecta a label onde é apresentada o contador de registos e o registo corrente
setRecordCount(String) - Method in class pt.moredata.widgets.StatusBar
Afecta a label onde é apresentada o contador de registos e o registo corrente
setRecordSet(RecordSet) - Method in interface pt.moredata.dao.Reader
Set the RecordSet used to store the information read from the repository.
setRecordSet(RecordSet) - Method in interface pt.moredata.dao.SQLStatementBuilder
Set the RecordSet used to store the information read from the repository.
setRecordSet(RecordSet) - Method in interface pt.moredata.dao.Writer
Set the RecordSet that contains the data to be written to the repository.
setRecordSet(RecordSet) - Method in class pt.moredata.dao.core.AbstractReader
Set the RecordSet used to store the information read from the repository.
setRecordSet(RecordSet) - Method in class pt.moredata.dao.core.AbstractSQLStatementBuilder
 
setRecordSet(RecordSet) - Method in class pt.moredata.dao.core.AbstractWriter
Set the RecordSet that contains the data to be written to the repository.
setRecordStatus(String) - Method in class pt.despodata.java.ddata.DDataStatusBar
Afecta a label onde se apresenta o estado do registo corrente
setRecordStatus(String) - Method in class pt.moredata.widgets.StatusBar
Afecta a label onde se apresenta o estado do registo corrente
setRecordValue(PreparedStatement, int, int, MetaField) - Method in class pt.moredata.dao.core.AbstractSQLStatementBuilder
Afecta os dados ao statement enviado como parametro na posição pretendida verificando se estes estão ou não nulos Ainda é dependente do tipo de dados pois o setNull obriga a tipo de dados
setRecordValueForDelete(PreparedStatement, String, int) - Method in class pt.moredata.dao.core.SQLDeleteBuilder
Set the values of the update statement parameters.
setRecordValueForInsert(PreparedStatement, String, int) - Method in class pt.moredata.dao.core.SQLInsertBuilder
Set the values of the update statement parameters.
setRecordValueForUpdate(PreparedStatement, String, int, int) - Method in class pt.moredata.dao.core.SQLUpdateBuilder
Set the values of the update statement parameters.
setRefField(String, String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Altera a identificacao do campo visual que contem o codigo deste campo visual.
setRefField(String, String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Altera a identificacao do campo visual que contem o codigo deste campo visual.
setRefField(String, String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Altera a identificacao do campo visual que contem o codigo deste campo visual.
setRefField(String, String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Altera a identificacao do campo visual que contem o codigo deste campo visual.
setRefWhereStr(String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set the value of refWhereStr.
setRefWhereStr(String, String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve a clausula de where usada para procurar na tabela referenciada.
setRefWhereStr(String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Set the value of refWhereStr.
setRefWhereStr(String, String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve a clausula de where usada para procurar na tabela referenciada.
setRefWhereStr(String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Set the value of refWhereStr.
setRefWhereStr(String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set the value of refWhereStr.
setReferencePK(String) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setReferencePK(String) - Method in class pt.moredata.widgets.table.CellProperties
 
setReferenceTable(String) - Method in class pt.despodata.java.ddata.table.CellProperties
Define o nome da tabela de referencia
setReferenceTable(String) - Method in class pt.moredata.widgets.table.CellProperties
Define o nome da tabela de referencia
setReferencedColumn(String) - Method in class pt.despodata.java.ddata.DDataField
Afecta a coluna que é chave primária na tabela referenciada (igualada à coluna que é chave estrangeira na tabela corrente).
setReferencedColumn(String) - Method in class pt.moredata.dao.DataFieldInfo
 
setReferencedColumn(String) - Method in class pt.moredata.widgets.Field
Afecta a coluna que é chave primária na tabela referenciada (igualada à coluna que é chave estrangeira na tabela corrente).
setReferencedTable(String) - Method in class pt.despodata.java.ddata.DDataField
 
setReferencedTable(String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Set the value of comboboxTable.
setReferencedTable(String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Set the value of referencedTable.
setReferencedTable(String) - Method in class pt.moredata.dao.DataFieldInfo
 
setReferencedTable(String) - Method in class pt.moredata.widgets.Field
Sets the referencedTable attribute of the DataField object
setRefresh(boolean) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Set the value of refresh.
setRel(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property rel.
setRemarks(String) - Method in class pt.moredata.dao.DataFieldInfo
 
setRemarks(String) - Method in class pt.moredata.dao.DataTableInfo
 
setRendererComponent(JComponent) - Method in class pt.despodata.java.ddata.table.DDataDelegate
Define componente a ser utilizado pelo renderer
setRendererComponent(JComponent) - Method in class pt.moredata.widgets.table.WidgetDelegate
Define componente a ser utilizado pelo renderer
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.DDataCheckBoxDelegate
 
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.DDataComboBoxDelegate
 
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.DDataDataDelegate
 
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.DDataDelegate
Não implementado.
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.DDataFieldDelegate
 
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.DDataIconDelegate
 
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.DDataTextAreaDelegate
 
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setRendererValue(Object) - Method in class pt.despodata.java.ddata.table.FileChooserEditor
 
setRendererValue(Object) - Method in class pt.moredata.widgets.table.CheckBoxDelegate
 
setRendererValue(Object) - Method in class pt.moredata.widgets.table.ComboBoxDelegate
 
setRendererValue(Object) - Method in class pt.moredata.widgets.table.DataDelegate
 
setRendererValue(Object) - Method in class pt.moredata.widgets.table.FieldDelegate
 
setRendererValue(Object) - Method in class pt.moredata.widgets.table.IconDelegate
 
setRendererValue(Object) - Method in class pt.moredata.widgets.table.TextAreaDelegate
 
setRendererValue(Object) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setRendererValue(Object) - Method in class pt.moredata.widgets.table.WidgetDelegate
Não implementado.
setReordering(boolean) - Method in class pt.despodata.java.ddata.DDataTable
Permite o re-ordenamento das colunas
setReordering(boolean) - Method in class pt.moredata.widgets.Table
Permite o re-ordenamento das colunas
setReorderingAllowed(boolean) - Method in class pt.despodata.java.ddata.table.DDataGroupableTableHeader
 
setReorderingAllowed(boolean) - Method in class pt.moredata.widgets.table.GroupableTableHeader
 
setReportHeight(int) - Method in class pt.despodata.java.ddata.DDataSwingControl
Setter for property reportHeight.
setReportHeight(int) - Method in class pt.moredata.fglreport.DaoReport
Altera a altura do Report
setReportWidth(int) - Method in class pt.despodata.java.ddata.DDataSwingControl
Setter for property reportWidth.
setReportWidth(int) - Method in class pt.moredata.fglreport.DaoReport
Altera a largura do Report
setRepositoryColumn(boolean) - Method in class pt.moredata.dataentry.core.generator.ColumnInfo
Setter for property isRepositoryColumn.
setRepositoryField(boolean) - Method in interface pt.moredata.dao.MetaField
Setter for property repositoryField.
setRequired(boolean) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setRequired(boolean) - Method in class pt.despodata.java.ddata.DDataField
Se required a true o campo eh de preenchimento obrigatorio
setRequired(boolean) - Method in class pt.despodata.java.ddata.DDataTextField
 
setRequired(boolean) - Method in class pt.despodata.java.ddata.DHtmlDataField
Activa ou desactiva a obrigatoridade do campo.
setRequired(String, boolean) - Method in class pt.despodata.java.ddata.DHtmlDataField
Activa ou desactiva a obrigatoridade do campo.
setRequired(boolean) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Activa ou desactiva a obrigatoridade do campo.
setRequired(boolean) - Method in interface pt.despodata.java.ddata.IDDataControlField
Activa ou desactiva a obrigatoridade do campo.
setRequired(String, boolean) - Method in interface pt.despodata.java.ddata.IDDataControlField
Activa ou desactiva a obrigatoridade do campo.
setRequired(boolean) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Activa ou desactiva a obrigatoridade do campo.
setRequired(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
Define se a celula tem preenchimento obrigatorio
setRequired(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setRequired(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setRequired(boolean) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setRequired(boolean) - Method in class pt.moredata.dao.DataFieldInfo
Devolve true caso a cluna seja de preenchimento obrigatorio, false caso contrario.
setRequired(boolean) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Se required a true o campo eh de preenchimento obrigatorio
setRequired(boolean) - Method in class pt.moredata.widgets.ComboBox
Sets the required attribute of the DataComboBox object
setRequired(boolean) - Method in class pt.moredata.widgets.EditorPaneObject
Se required a true o campo eh de preenchimento obrigatorio
setRequired(boolean) - Method in class pt.moredata.widgets.Field
Se required a true o campo eh de preenchimento obrigatorio
setRequired(boolean) - Method in interface pt.moredata.widgets.FieldObject
Se required a true o campo eh de preenchimento obrigatorio
setRequired(boolean) - Method in class pt.moredata.widgets.ImageFieldObject
Se required a true o campo eh de preenchimento obrigatorio
setRequired(boolean) - Method in class pt.moredata.widgets.TextField
Sets the required attribute of the DataTextField object
setRequired(boolean) - Method in class pt.moredata.widgets.table.CellField
 
setRequired(boolean) - Method in class pt.moredata.widgets.table.CellProperties
Define se a celula tem preenchimento obrigatorio
setRequired(boolean) - Method in class pt.moredata.widgets.table.CellTextField
 
setRequired(boolean) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setResizeOnTheFly(boolean) - Method in class pt.moredata.widgets.ImageField
Setter for property resizeOnTheFly.
setResizeToFit(boolean) - Method in class pt.moredata.widgets.ImageField
Setter for property resizeToFit.
setResponseMessage(ResponseMessage) - Method in class pt.moredata.dataentry.LogEntry
Setter for property responseMessage.
setRestriction(String) - Method in class pt.moredata.widgets.Lov
 
setRev(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property rev.
setRole(String) - Method in class pt.despodata.java.webappl.tags.ProtectTag
Set the value of role.
setRowCount(String) - Method in class pt.moredata.dataentry.taglibs.DoIfTag
Setter for property rowCount.
setRowHeight(int) - Method in class pt.despodata.java.ddata.DDataTable
Define altura da linha
setRowHeight(int) - Method in class pt.moredata.widgets.Table
Define altura da linha
setRowNumber(int) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Set the value of rowNumber.
setRowNumber(int) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property rowNumber.
setRowNumber(int) - Method in class pt.moredata.dao.core.WriterInformation
Setter for property rowNumber.
setRowNumber(int) - Method in class pt.moredata.dataentry.taglibs.DownloadFileTag
Setter for property rowNumber.
setRowNumber(int) - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Setter for property rowNumber.
setRowNumber(int) - Method in class pt.moredata.dataentry.taglibs.GoToRecordTag
Setter for property rowNumber.
setRowNumber(int) - Method in class pt.moredata.dataentry.taglibs.ImageTag
Setter for property rowNumber.
setRowNumber(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property rowNumber.
setRowNumberId(String) - Method in class pt.moredata.dataentry.taglibs.IteratorTag
Setter for property rowNumberId.
setRowSelectionAllowed(boolean) - Method in class pt.despodata.java.ddata.DDataTable
 
setRowSelectionAllowed(boolean) - Method in class pt.moredata.widgets.Table
 
setRows(int) - Method in class pt.despodata.java.ddata.DDataTable
Define numero de linhas
setRows(int) - Method in class pt.despodata.java.webappl.FrameSet
Set the value of rows.
setRows(String) - Method in class pt.despodata.java.webappl.tags.FrameSetTag
Set the value of rows.
setRows(String) - Method in class pt.moredata.dataentry.taglibs.TextAreaTag
Setter for property rows.
setRows(int) - Method in class pt.moredata.widgets.Table
Define numero de linhas
setRtf(StandardRtfDocument) - Method in class pt.moredata.ecs.rtf.RtfFactory
Afecta o documento de rtf Para permitir trabalhar com ECS directamente
setRunValidate(String) - Method in class pt.despodata.java.webappl.tags.ButtonTag
Setter for property runValidate.
setScope(String) - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Setter for property scope.
setScope(String) - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Setter for property scope.
setScrollOffset(int) - Method in class pt.despodata.java.ddata.DDataField
 
setScrollOffset(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the scrollOffset attribute of the DataField object
setScrollOffset(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the scrollOffset attribute of the DataField object
setScrollOffset(int) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the scrollOffset attribute of the DataField object
setScrollOffset(int) - Method in class pt.moredata.widgets.Field
Sets the scrollOffset attribute of the DataField object
setScrollOffset(int) - Method in interface pt.moredata.widgets.FieldObject
Sets the scrollOffset attribute of the DataField object
setScrollOffset(int) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the scrollOffset attribute of the DataField object
setSearchDetail(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of searchDetail.
setSearchDetail(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of searchDetail.
setSearchFilter(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of searchFilter.
setSearchFilter(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of searchFilter.
setSearchTable(String, String, boolean) - Method in class pt.despodata.java.webappl.WebPage
Altera a tabela usada para mostrar os dados.
setSearchTable(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of searchTable.
setSearchTable(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of searchTable.
setSelectFile(boolean) - Method in class pt.despodata.java.ddata.DDataImageField
Preenche a propriedade que indica se deve ou não ser apresentado o botão para selecção do ficheiro
setSelectFile(boolean) - Method in class pt.moredata.widgets.ImageField
Deprecated. Use o metodo showOpenButton(boolean)
setSelectList(List) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property selectList.
setSelected(String) - Method in class pt.moredata.dataentry.taglibs.OptionTag
Setter for property selected.
setSelected(boolean) - Method in class pt.moredata.mdmenus.CheckNode
 
setSelected(boolean) - Method in class pt.moredata.mdmenus.CheckRenderer.TreeLabel
 
setSelectedColumns(int, DataFieldInfo) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Indexed setter for property selectedColumns.
setSelectedColumns(DataFieldInfo[]) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Setter for property selectedColumns.
setSelectedItems(List) - Method in class pt.moredata.widgets.CheckBoxList
Change the items that are selected.
setSelectedRow(int) - Method in class pt.moredata.widgets.Lov
 
setSelectedTextColor(Color) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setSelectedTextColor(Color) - Method in class pt.moredata.widgets.EditorPane
Sets the selectedTextColor attribute of the DataEditorPane object
setSelectedValue(Object) - Method in class pt.despodata.java.ddata.DDataCheckBox
Afecta a propriedade que associa um valor a check Box quando seleccionada
setSelectedValue(Object) - Method in class pt.moredata.widgets.CheckBox
Afecta a propriedade que associa um valor a check Box quando seleccionada
setSelectionBackground(Color) - Method in class pt.despodata.java.ddata.DDataTable
Changes the background color of the selection bar
setSelectionBackground(Color) - Method in class pt.moredata.widgets.Table
Changes the background color of the selection bar
setSelectionColor(Color) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setSelectionColor(Color) - Method in class pt.moredata.widgets.EditorPane
Sets the selectionColor attribute of the DataEditorPane object
setSelectionEnd(int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setSelectionEnd(int) - Method in class pt.despodata.java.ddata.DDataField
 
setSelectionEnd(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setSelectionEnd(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setSelectionEnd(int) - Method in class pt.moredata.widgets.EditorPane
Sets the selectionEnd attribute of the DataEditorPane object
setSelectionEnd(int) - Method in class pt.moredata.widgets.Field
Sets the selectionEnd attribute of the DataField object
setSelectionEnd(int) - Method in interface pt.moredata.widgets.FieldObject
 
setSelectionEnd(int) - Method in class pt.moredata.widgets.ImageFieldObject
 
setSelectionForeground(Color) - Method in class pt.despodata.java.ddata.DDataTable
Changes the foreground color of the selection bar
setSelectionForeground(Color) - Method in class pt.moredata.widgets.Table
Changes the foreground color of the selection bar
setSelectionMode(int) - Method in class pt.despodata.java.ddata.DDataTable
Define o modulo de selecção
setSelectionMode(int) - Method in class pt.moredata.widgets.Table
Define o modulo de selecção
setSelectionModel(ListSelectionModel) - Method in class pt.despodata.java.ddata.DDataTable
Define o model da selecção
setSelectionModel(ListSelectionModel) - Method in class pt.moredata.widgets.Table
Define o model da selecção
setSelectionStart(int) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setSelectionStart(int) - Method in class pt.despodata.java.ddata.DDataField
 
setSelectionStart(int) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setSelectionStart(int) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setSelectionStart(int) - Method in class pt.moredata.widgets.EditorPane
Sets the selectionStart attribute of the DataEditorPane object
setSelectionStart(int) - Method in class pt.moredata.widgets.Field
Sets the selectionStart attribute of the DataField object
setSelectionStart(int) - Method in interface pt.moredata.widgets.FieldObject
 
setSelectionStart(int) - Method in class pt.moredata.widgets.ImageFieldObject
 
setSeparator(String) - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Setter for property separator.
setSerFileName(String) - Method in class pt.moredata.dao.core.SerializedTableIO
Afecta o nome do ficheiro que contem o(s) objecto(s) serializado(s)
setServer(String) - Method in class pt.despodata.java.ddata.DDataConnectDb
 
setServer(String) - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
setServer(String) - Method in class pt.moredata.connection.DBConnection
Altera o nome do servidor de base de dados.
setServerProperties(ServerProperties) - Method in class pt.moredata.programlaunch.AbstractCommandRunner
Sets server properties.
setService(String) - Method in class pt.despodata.java.ddata.DDataConnectDb
 
setService(String) - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
setSession(HttpSession) - Method in class pt.despodata.java.webappl.GenericController
Updates the session object of the controller.
setSgbdUrl(String) - Method in class pt.despodata.java.ddata.DDataConnectDb
 
setSgbdUrl(String) - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
setShape(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property shape.
setShowCode(boolean) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setShowCode(boolean) - Method in class pt.despodata.java.ddata.DDataField
 
setShowCode(boolean) - Method in class pt.despodata.java.ddata.DDataLov
 
setShowCode(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setShowCode(boolean) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the showCode attribute of the DataField object
setShowCode(boolean) - Method in class pt.moredata.widgets.ComboBox
Sets the showCode attribute of the DataComboBox object
setShowCode(boolean) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setShowCode(boolean) - Method in class pt.moredata.widgets.EditorPaneObject
Sets the showCode attribute of the DataField object
setShowCode(boolean) - Method in class pt.moredata.widgets.Field
Sets the showCode attribute of the DataField object
setShowCode(boolean) - Method in interface pt.moredata.widgets.FieldObject
Sets the showCode attribute of the DataField object
setShowCode(boolean) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the showCode attribute of the DataField object
setShowCode(boolean) - Method in class pt.moredata.widgets.Lov
Sets the showCode attribute of the Lov object
setShowCode(boolean) - Method in class pt.moredata.widgets.TextFieldObject
Sets the showCode attribute of the DataField object
setShowCode(boolean) - Method in class pt.moredata.widgets.table.CellProperties
 
setShowCurrectRecord(String) - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Setter for property showCurrectRecord.
setShowCurrentDate(boolean) - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Setter for property showCurrentDate.
setShowDeleteButton(boolean) - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade do botao que permite apagar a imagem.
setShowDescription(boolean) - Method in class pt.despodata.java.ddata.DDataField
 
setShowDescription(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
 
setShowDescription(boolean) - Method in class pt.moredata.widgets.Field
Sets the showDescription attribute of the DataField object
setShowDescription(boolean) - Method in class pt.moredata.widgets.table.CellProperties
 
setShowErrorImage(boolean) - Method in class pt.moredata.widgets.ImageField
Setter for property showErrorImage.
setShowExcelExport(boolean) - Method in class pt.despodata.java.ddata.DDataTable
 
setShowExcelExport(boolean) - Method in class pt.moredata.widgets.Table
 
setShowExpansionButton(boolean) - Method in class pt.despodata.java.ddata.DDataField
Define se o botão de expansão deve ou não estar visivel
setShowExpansionButton(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
Deve mostrar botão de expansão
setShowExpansionButton(boolean) - Method in class pt.moredata.widgets.Field
Define se o botão de expansão deve ou não estar visivel
setShowExpansionButton(boolean) - Method in class pt.moredata.widgets.table.CellProperties
Deve mostrar botão de expansão
setShowForm(boolean) - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Setter for property showForm.
setShowGrid(boolean) - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Setter for property showGrid.
setShowHeader(boolean) - Method in class pt.despodata.java.ddata.DDataTable
 
setShowHeader(boolean) - Method in class pt.moredata.widgets.Table
 
setShowImage(String) - Method in class pt.moredata.taglibs.content.HideContentControllTag
Setter for property showImage.
setShowKnownOnly(boolean) - Method in class pt.moredata.connection.JdbcDriverInformation
Setter for property showKnownOnly.
setShowLabel(String) - Method in class pt.moredata.taglibs.dao.DAOAbstractDataTag
Setter for property showLabel.
setShowMessages(boolean) - Method in class pt.despodata.java.ddata.DDataTextField
Se aparece mensagens de validação
setShowMessages(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellField
Se aparece mensagens de validação
setShowMessages(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Se aparece mensagens de validação
setShowMessages(boolean) - Method in class pt.moredata.widgets.TextField
Se aparece mensagens de valida��o
setShowMessages(boolean) - Method in class pt.moredata.widgets.table.CellField
Se aparece mensagens de validação
setShowMessages(boolean) - Method in class pt.moredata.widgets.table.CellTextField
Se aparece mensagens de validação
setShowOpenButton(boolean) - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade do botao que permite abrir uma imagem.
setShowReport(boolean) - Method in class pt.despodata.java.ddata.DDataTable
 
setShowReport(boolean) - Method in class pt.moredata.widgets.Table
 
setShowRuller(boolean) - Method in class pt.moredata.taglibs.filter.PaginatorControlTag
Setter for property showRuller.
setShowRuller(String) - Method in class pt.moredata.taglibs.filter.PaginatorControlTag
Setter for property showRuller.
setShowSaveButton(boolean) - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade do botao que permite grava a imagem.
setShowSlider(boolean) - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade do botao que permite apagar a imagem.
setShowSplash(boolean) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Setter for property showSplash.
setShowSplash(boolean) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Setter for property showSplash.
setShowText(String) - Method in class pt.moredata.taglibs.content.HideContentControllTag
Setter for property showText.
setShowToolBar(boolean) - Method in class pt.moredata.widgets.ImageField
Altera a visibilidade da toolBar.
setShowTotal(String) - Method in class pt.moredata.dataentry.taglibs.ShowRecordNumberTag
Setter for property showTotal.
setSize(String) - Method in class pt.moredata.connection.taglibs.AbstractInputTag
Setter for property size.
setSize(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property size.
setSliderMaxValue(int) - Method in class pt.moredata.widgets.ImageField
Setter for property maxValue.
setSmtpServer(String) - Method in class pt.despodata.java.ddata.DDataSendSimpleMail
 
setSmtpServer(String) - Method in class pt.moredata.util.DataSendSimpleMail
 
setSortAllowed(boolean) - Method in class pt.despodata.java.ddata.DDataTable
 
setSortAllowed(boolean) - Method in class pt.moredata.widgets.Table
 
setSortMethod(DDataTableSortMethod) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
setSortMethod(DDataTableSortMethod) - Method in class pt.despodata.java.ddata.DDataTable
Propriedade que define o metodo de ordenação
setSortMethod(DDataTableSortMethod) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
setSortMethod(TableSortMethod) - Method in class pt.moredata.widgets.BaseTable
 
setSortMethod(TableSortMethod) - Method in class pt.moredata.widgets.Table
Propriedade que define o metodo de ordenação
setSortMethod(TableSortMethod) - Method in class pt.moredata.widgets.table.TableModel
 
setSourceName(String) - Method in class pt.despodata.java.connection.DBConnection
Deprecated. Altera o nome do ficheiro de configuracao.
setSourceName(String) - Method in interface pt.despodata.java.connection.IConnectionConfig
Altera o nome do ficheiro de configuracao.
setSourceName(String) - Method in class pt.moredata.connection.AbstractConnectionConfig
Altera o nome do ficheiro de configuracao.
setSpecialType(int) - Method in interface pt.moredata.dao.MetaField
Change the specialType property of the column represented by the meta field.
setSplash(Splash) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Adiciona uma janela de splash onde devera aparecer o progresso da inicializacao do DataEntryController.
setSplash(Splash) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Adiciona uma janela de splash onde devera aparecer o progresso da inicializacao do DataEntryController.
setSrc(String) - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
Set the value of src.
setSrc(String) - Method in class pt.despodata.java.webappl.tags.FrameTag
Set the value of src.
setSrc(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property src.
setSrcField(String) - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
Set the value of srcField.
setSrcId(String) - Method in class pt.moredata.connection.taglibs.ConvertTag
Setter for property srcId.
setSrcTable(String) - Method in class pt.despodata.java.webappl.tags.FieldRelationTag
Set the value of srcTable.
setStart(String) - Method in class pt.moredata.dataentry.taglibs.DateInputTag
Setter for property start.
setStartColumn(int) - Method in class pt.despodata.java.ddata.DDataSwingControl
Setter for property startColumn.
setStartColumn(int) - Method in class pt.moredata.fglreport.DaoReport
Altera a coluna onde se quer começar o Report
setStartPage(String) - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Setter for property startPage.
setState(int) - Method in class pt.despodata.java.ddata.DDataProgressBar
Set the state of this component.
setState(int) - Method in class pt.despodata.java.webappl.tables.ApplDataControl
Set the value of state.
setState(int) - Method in class pt.moredata.widgets.ProgressBar
Set the state of this component.
setStatementParameters(PreparedStatement, SQLInformation) - Method in interface pt.moredata.dao.SQLStatementBuilder
Set the values of a statement parameters.
setStatementParameters(PreparedStatement, SQLInformation) - Method in class pt.moredata.dao.core.SQLDeleteBuilder
Set the values of a statement parameters.
setStatementParameters(PreparedStatement, SQLInformation) - Method in class pt.moredata.dao.core.SQLInsertBuilder
Set the values of a statement parameters.
setStatementParameters(PreparedStatement, SQLInformation) - Method in class pt.moredata.dao.core.SQLSelectBuilder
Set the values of a statement parameters.
setStatementParameters(PreparedStatement, SQLInformation) - Method in class pt.moredata.dao.core.SQLUpdateBuilder
Set the values of a statement parameters.
setStatusBar(DDataStatusBar) - Method in class pt.despodata.java.ddata.DDataSwingControl
Afecta a statusbar a utilizar na entrada de dados
setStatusBar(StatusBar) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Setter for property statusBar.
setStatusBar(StatusBar) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Setter for property statusBar.
setStatusBarErrorsAndWarnings(String) - Method in class pt.despodata.java.ddata.DDataStatusBar
Afecta a label onde será apresentado o icon para executar a janela que apresenta erros ou mensagens de validação ????
setStatusBarErrorsAndWarnings(String) - Method in class pt.moredata.widgets.StatusBar
Afecta a label onde será apresentado o icon para executar a janela que apresenta erros ou mensagens de validação ????
setStatusForeground(Color) - Method in class pt.moredata.widgets.Splash
Altera a côr do texto apresentado por cima da barra de progresso.
setStatusImage(ImageIcon) - Method in class pt.moredata.widgets.Splash
Altera a imagem apresentada no footer da janela.
setStatusText(String) - Method in class pt.moredata.widgets.Splash
Altera o texto apresentado por cima da barra de progresso.
setString(String) - Method in class pt.despodata.java.ddata.ExtString
Set the value of string.
setStyle(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property style.
setStyle(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property style.
setStyle(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property style.
setSubProtocol(String) - Method in class pt.moredata.connection.DBConnection
Altera o nome do sub-protocolo usado para comunicar com a base de dados.
setSubject(String) - Method in class pt.despodata.java.ddata.DDataSendSimpleMail
 
setSubject(String) - Method in class pt.moredata.util.DataSendSimpleMail
 
setSufix(String) - Static method in class pt.moredata.util.Debug
Set the value of sufix.
setTabbedPane(JTabbedPane) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Afecta o TabbedPane usado pelo DataEntryController.
setTabbedPane(JTabbedPane) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Afecta o TabbedPane usado pelo DataEntryController.
setTabindex(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property tabindex.
setTabindex(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property tabindex.
setTabindex(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property tabindex.
setTabindex(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property tabindex.
setTabindex(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property tabindex.
setTable(String) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setTable(String) - Method in class pt.despodata.java.ddata.DDataField
 
setTable(String) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setTable(String) - Method in class pt.despodata.java.ddata.DDataLookup
Tabela usada para a descodificacao
setTable(String) - Method in class pt.despodata.java.ddata.DDataLov
Tabela usada para a descodificacao
setTable(String) - Method in class pt.despodata.java.ddata.table.CellProperties
Define o nome da tabela
setTable(String) - Method in class pt.moredata.dao.DataTableInfo
Afecta a propriedade que contem o nome da tabela
setTable(DataTableInfo) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property table.
setTable(String) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
setTable(String) - Method in class pt.moredata.widgets.ComboBox
Sets the table attribute of the DataComboBox object
setTable(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
setTable(String) - Method in class pt.moredata.widgets.EditorPaneObject
 
setTable(String) - Method in class pt.moredata.widgets.Field
Sets the table attribute of the DataField object
setTable(String) - Method in interface pt.moredata.widgets.FieldObject
 
setTable(String) - Method in class pt.moredata.widgets.ImageFieldObject
 
setTable(String) - Method in class pt.moredata.widgets.Lookup
Tabela usada para a descodificacao
setTable(String) - Method in class pt.moredata.widgets.Lov
Tabela usada para a descodificacao
setTable(String) - Method in class pt.moredata.widgets.TextFieldObject
 
setTable(String) - Method in class pt.moredata.widgets.table.CellProperties
Define o nome da tabela
setTableAlias(String) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Setter for property tableAlias.
setTableBorder(int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set the value of border.
setTableBorder(int) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set the value of border.
setTableColumn(int) - Method in class pt.despodata.java.ddata.DDataSwingControl
Define a correspondencia entre a coluna do grid e do data control.
setTableColumn(int, String, String) - Method in class pt.despodata.java.ddata.DDataSwingControl
Define a correspondencia entre coluna da tabela (grid) e do data control.
setTableColumn(int, int) - Method in class pt.despodata.java.ddata.DDataSwingControl
Define a correspondencia entre coluna da tabela (grid) e do data control.
setTableConfirmListener(TableConfirmListener) - Method in class pt.moredata.widgets.Table
 
setTableData(SerializedTable) - Method in class pt.moredata.dao.core.SerializedTableIO
Afecta os dados que se pretende serializar
setTableHeader(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set the value of tableHeader.
setTableHeader(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set the value of tableHeader.
setTableName(String) - Method in class pt.despodata.java.ddata.DDataEntry
Afecta a tabela principal para a qual se vai gerar o form
setTableName(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Set BD table name.
setTableName(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Set BD table name.
setTableName(String) - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. Use method addTableName(String tableName) instead.
setTableName(String) - Method in class pt.moredata.dao.DataSource
Afecta o nome da tabela principal
setTableName(String) - Method in class pt.moredata.dao.core.ReaderInformation
Setter for property tableName.
setTableName(String) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property tableName.
setTableName(String) - Method in class pt.moredata.dao.core.WriterInformation
Setter for property tableName.
setTableName(String) - Method in class pt.moredata.dataentry.SmartSwingDataEntry
Sets the tableName.
setTableName(String) - Method in class pt.moredata.dataentry.core.generator.TableInfo
Setter for property name.
setTableName(String) - Method in class pt.moredata.dataentry.taglibs.AddComponentTag
Setter for property tableName.
setTableName(String) - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Setter for property tableName.
setTableName(String) - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Setter for property tableName.
setTableName(String) - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Setter for property tableName.
setTableName(String) - Method in class pt.moredata.xml.db.DBSimpleTable
 
setTableName(String) - Method in class pt.moredata.xml.db.XMLToDBTable
 
setTableNames(String) - Method in class pt.despodata.java.webappl.WebPage
Deprecated.  
setTableSerialKey(String) - Method in class pt.moredata.dataentry.taglibs.CreateDataEntryTag
Setter for property tableSerialKey.
setTableSerialKey(String) - Method in class pt.moredata.dataentry.taglibs.DeclareDataEntryTag
Setter for property tableSerialKey.
setTables(int, DataTableInfo) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Indexed setter for property tables.
setTables(DataTableInfo[]) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Setter for property tables.
setTables(ArrayList) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Set the tables information receiving it as an ArrayList
setTablesJoin(List) - Method in class pt.moredata.dao.core.ReaderInformation
Setter for property joinString.
setTablesJoin(List) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property tablesJoin.
setTaborder(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property taborder.
setTaborder(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property taborder.
setTamanho(int, int) - Method in class pt.despodata.java.objgraficos.objectosX
Define o tamanho de uma caixa
setTamanho(int, int) - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Define o tamanho de uma caixa
setTamanhoFont(int) - Method in class pt.despodata.java.fglreport.FglReport
Define o tamanho da font nas impressões
setTamanhoFont(int) - Method in class pt.moredata.fglreport.AbstractFglReport
Define o tamanho da font nas impressões
setTamanhoFont(int) - Method in interface pt.moredata.fglreport.FglReport
Define o tamanho da font nas impressões
setTamanhoFont(int) - Method in class pt.moredata.fglreport.TxtFglReport
Afecta a variável que indica que tamanho de letra deve ser usado
setTarget(String) - Method in class pt.despodata.java.webappl.tags.ButtonTag
Set the value of target.
setTarget(String) - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Set the value of target.
setTarget(String) - Method in class pt.despodata.java.webappl.tags.FormTag
Setter for property target.
setTarget(String) - Method in class pt.moredata.dataentry.taglibs.SetTargetForTag
Setter for property target.
setTarget(String) - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Setter for property target.
setTarget(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property target.
setTarget(String) - Method in class pt.moredata.taglibs.widgets.FormTag
Setter for property target.
setTargetFolder(DataFolder) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property targetFolder.
setTargetFormat(int) - Method in class pt.moredata.dataentry.wizards.ExportWizardData
Setter for property targetFormat.
setTemplate(String) - Method in class pt.despodata.java.tags.templates.InsertTag
 
setText(String) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
setText(String) - Method in class pt.despodata.java.ddata.DDataField
Override do setText para que se possam afectar valores com o programa mas nao aceitar digitacao
setText(String) - Method in class pt.despodata.java.ddata.DDataTextField
Override do setText
setText(String) - Method in class pt.despodata.java.ddata.table.CellProperties
Define o texto para as checkbox
setText(String) - Method in class pt.despodata.java.ddata.table.DDataCellField
Override do setText
setText(String) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Override do setText
setText(String) - Method in class pt.despodata.java.objgraficos.objectosX
Define o texto
setText(String) - Method in class pt.moredata.fglreport.objgraficos.ObjectosX
Define o texto
setText(String) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Override do setText para que se possam afectar valores com o programa mas nao aceitar digitacao
setText(String) - Method in class pt.moredata.widgets.EditorPane
Sets the text attribute of the DataEditorPane object
setText(String) - Method in class pt.moredata.widgets.Field
Override do setText para que se possam afectar valores com o programa mas nao aceitar digitacao
setText(String) - Method in interface pt.moredata.widgets.FieldObject
Override do setText para que se possam afectar valores com o programa mas nao aceitar digitacao
setText(String) - Method in class pt.moredata.widgets.ImageFieldObject
Override do setText para que se possam afectar valores com o programa mas nao aceitar digitacao
setText(String) - Method in class pt.moredata.widgets.TextField
Override do setText
setText(String) - Method in class pt.moredata.widgets.table.CellField
Override do setText
setText(String) - Method in class pt.moredata.widgets.table.CellProperties
Define o texto para as checkbox
setText(String) - Method in class pt.moredata.widgets.table.CellTextField
Override do setText
setTitle(String) - Method in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
setTitle(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.DataEntryModel
Setter for property title.
setTitle(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.model.Field
Setter for property title.
setTitle(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property title.
setTitle(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property title.
setTitle(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property title.
setTitle(String) - Method in class pt.moredata.wizard.SimpleWizard
Altera o nome da janela do wizard.
setTitle(String) - Method in class pt.moredata.wizard.SwingWizardControler
Altera o nome da janela do wizard.
setTitle(String) - Method in interface pt.moredata.wizard.Wizard
Altera o nome da janela do wizard.
setTo(String) - Method in class pt.despodata.java.ddata.DDataSendSimpleMail
 
setTo(String) - Method in class pt.moredata.util.DataSendSimpleMail
 
setToolBar(NavigationToolBar) - Method in interface pt.moredata.dataentry.SwingDataEntryController
Afecta a toolbar usada pelo DataEntryController.
setToolBar(NavigationToolBar) - Method in class pt.moredata.dataentry.core.GenericSwingDataEntryController
Afecta a toolbar usada pelo DataEntryController.
setToolbar(DDataToolBar) - Method in class pt.despodata.java.ddata.DDataSwingControl
Afecta a toolbar a utilizar na entrada de dados
setToolbarButtons(boolean[]) - Method in class pt.despodata.java.ddata.DDataTable
Define quais os botoes visiveis
setToolbarButtons(boolean[]) - Method in class pt.moredata.widgets.Table
Define quais os botoes visiveis
setType(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property type.
setType(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property type.
setType(String) - Method in class pt.moredata.taglibs.widgets.AnchorTag
Setter for property type.
setType(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property type.
setType(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property type.
setType(Class) - Method in class pt.moredata.xml.db.XMLToDBTable.XMLField
Sets the type.
setUI(TableUI) - Method in class pt.despodata.java.ddata.DDataBaseTable
 
setUI(TableUI) - Method in class pt.despodata.java.ddata.DDataTable
Atribui um novo UI à tabela
setUI(TableUI) - Method in class pt.moredata.widgets.BaseTable
 
setUI(TableUI) - Method in class pt.moredata.widgets.Table
Atribui um novo UI à tabela
setURL(String) - Method in class pt.despodata.java.ddata.BrowserFrame
 
setURL(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.DatabaseDriver
Sets the uRL attribute of the DatabaseDriver object
setURL(String) - Method in class pt.moredata.widgets.BrowserFrame
Sets the uRL attribute of the BrowserFrame object
setUnSelectedValue(Object) - Method in class pt.despodata.java.ddata.DDataCheckBox
Afecta a propriedade que associa um valor a check Box quando nao seleccionada
setUnSelectedValue(Object) - Method in class pt.moredata.widgets.CheckBox
Afecta a propriedade que associa um valor a check Box quando nao seleccionada
setUncheckedValue(String) - Method in class pt.moredata.dataentry.taglibs.InputTag
Setter for property uncheckedValue.
setUnique(boolean) - Method in class pt.moredata.dao.DataIndex
Set the value of unique.
setUp() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
setUp() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
en Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataMetaDataTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DDataToolBarBeanInfoTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataTypeEditorTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
setUp() - Method in class pt.despodata.java.ddata.tests.DSerializedTableTest
 
setUp() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.ExtStringTest
Test setup.
setUp() - Method in class pt.despodata.java.ddata.tests.ExtensoTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
setUp() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
Executado antes de cada método do test case
setUp() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test setup.
setUp() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test setup.
setUp(Map) - Method in class pt.despodata.java.webappl.actions.ActionBase
 
setUp() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test setup.
setUp() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.connection.DBConnectionTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.connection.DemosTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataBaseExceptionTest
 
setUp() - Method in class pt.moredata.dao.DataBaseTableTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataCellTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataFieldInfoTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataIndexTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataMetaDataTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataSourceTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataTableInfoTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataTypeInfoTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.DataTypeTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.ExportedForeignKeyTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.ForeignKeyTest
The JUnit setup method
setUp() - Method in class pt.moredata.dao.ImportedForeignKeyTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.builder.CSVBuilderTest
Test setup.
setUp() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.core.GenericDAOTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.core.GenericDataRowTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.core.GenericRecordSetTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.core.SerializedTableIOTest
The JUnit setup method
setUp() - Method in class pt.moredata.dao.core.SerializedTableTest
The JUnit setup method
setUp() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.pattern.SimplePatternTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.pool.DAOPoolTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.dao.util.DataTypesTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.fglreport.DaoReportTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test setup.
setUp() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test setup.
setUp() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test setup.
setUp() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.qvs.CheckedAreaTest
Test setup.
setUp() - Method in class pt.moredata.qvs.CheckedPointTest
Executado antes de cada método do test case
setUp() - Method in class pt.moredata.util.StringUtilsTest
Executado antes de cada método do test case
setUpdateOrder(String[]) - Method in interface pt.moredata.dao.DAOFieldsInfo
Chage the order of the tables used in a update.
setUpdateType(int) - Method in interface pt.moredata.dao.DataAccessObject
Set the update policy of the DataAccessObject.
setUpdateType(int) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property updateType.
setUpdateType(int) - Method in class pt.moredata.dao.core.WriterInformation
Setter for property updateType.
setUpdateable(boolean) - Method in interface pt.moredata.dao.MetaField
Change the updateable property of the metafield.
setUpshift(boolean) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
setUpshift(boolean) - Method in class pt.moredata.widgets.FieldDocument
Sets the upshift attribute of the FieldDocument object
setUri(String) - Method in class pt.despodata.java.webappl.Page
Set the value of uri.
setUri(String) - Method in class pt.despodata.java.webappl.tags.ChangeFilterTag
Set the value of uri.
setUri(String) - Method in class pt.despodata.java.webappl.tags.WebPageTag
Set the value of uri.
setUri(String) - Method in class pt.moredata.taglibs.filter.FilterSet
Setter for property uri.
setUrl(String) - Method in class pt.despodata.java.ddata.DevelopmentTool
Set the value of url.
setUrl(String) - Method in class pt.despodata.java.webappl.WebPage
Deprecated. Este metodo foi substituido pelo metodo setUri()
setUrl(String) - Method in class pt.moredata.taglibs.dao.GetCellTag
Setter for property url.
setUseJoin(boolean) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property useJoin.
setUsemap(String) - Method in class pt.moredata.taglibs.widgets.AbstractHtmlTag
Setter for property usemap.
setUser(String) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Data
Setter for property user.
setUserId(String) - Method in class pt.moredata.connection.DBConnection
Altera o nome do utilizador para aceder a base de dados.
setUserName(String) - Method in class pt.despodata.java.ddata.DDataConnectDb
 
setUserName(String) - Method in class pt.despodata.java.ddata.DDataSource
Deprecated.  
setUserName(String) - Method in class pt.moredata.connection.DataSourceWrapper
 
setUserParam(String) - Method in class pt.despodata.java.webappl.tags.DetailLinkTag
Setter for property userParam.
setUserid(String) - Method in class pt.despodata.java.ddata.DevelopmentTool
Set the value of userid.
setUtilStuff(AbstractUtilStuff) - Static method in class pt.moredata.dao.UtilStuff
Indica ema qual Base de Dados se esta a trabalhar
setValidateOnLostFocus(boolean) - Method in class pt.despodata.java.ddata.DDataField
 
setValidateOnLostFocus(boolean) - Method in class pt.despodata.java.ddata.DDataTextField
 
setValidateOnLostFocus(boolean) - Method in class pt.despodata.java.ddata.table.CellProperties
Define se a celula faz validação no lost focus
setValidateOnLostFocus(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellField
 
setValidateOnLostFocus(boolean) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
 
setValidateOnLostFocus(boolean) - Method in class pt.despodata.java.ddata.table.DDataTextFieldDelegate
 
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.CheckBoxFieldObject
Sets the validateOnLostFocus attribute of the DataField object
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.ComboBoxFieldObject
Sets the validateOnLostFocus attribute of the DataField object
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.EditorPaneObject
 
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.Field
Sets the validateOnLostFocus attribute of the DataField object
setValidateOnLostFocus(boolean) - Method in interface pt.moredata.widgets.FieldObject
Sets the validateOnLostFocus attribute of the DataField object
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.ImageFieldObject
Sets the validateOnLostFocus attribute of the DataField object
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.TextField
Sets the validateOnLostFocus attribute of the DataTextField object
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.TextFieldObject
 
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.table.CellField
 
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.table.CellProperties
Define se a celula faz validação no lost focus
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.table.CellTextField
 
setValidateOnLostFocus(boolean) - Method in class pt.moredata.widgets.table.TextFieldDelegate
 
setValidated(boolean) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
setValidated(boolean) - Method in class pt.moredata.widgets.table.WidgetDelegate
Sets the validated attribute of the Delegate object
setValor(String) - Method in class pt.moredata.taglibs.widgets.CheckboxTag
Setter for property valor.
setValores(Hashtable) - Method in class pt.moredata.taglibs.widgets.TableTag
Setter for property valores.
setValue(Object) - Method in class pt.despodata.java.ddata.DDataComponentTypeEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class pt.despodata.java.ddata.DDataObjectArrayEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class pt.despodata.java.ddata.DDataTable
Modifica o valor da linha e coluna corrente
setValue(Object) - Method in class pt.despodata.java.ddata.DDataTableCellPropertiesEditor
 
setValue(Object) - Method in class pt.despodata.java.ddata.table.DDataColumnNameEditor
 
setValue(Object) - Method in class pt.despodata.java.ddata.table.DDataColumnWidthEditor
 
setValue(String) - Method in class pt.moredata.connection.taglibs.AbstractInputTag
Setter for property value.
setValue(String) - Method in class pt.moredata.dataentry.taglibs.AbstractInputTag
Setter for property value.
setValue(String) - Method in class pt.moredata.dataentry.taglibs.ButtonTag
Setter for property value.
setValue(String) - Method in class pt.moredata.dataentry.taglibs.ModifyButtonTag
Setter for property value.
setValue(int) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Set the current value in the progress where the action goes
setValue(String) - Method in class pt.moredata.taglibs.widgets.AbstractInputTag
Setter for property value.
setValue(String) - Method in class pt.moredata.taglibs.widgets.ButtonTag
Setter for property value.
setValue(String) - Method in class pt.moredata.taglibs.widgets.JspButton
Setter for property value.
setValue(Object) - Method in class pt.moredata.widgets.ComponentTypeEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class pt.moredata.widgets.ObjectArrayEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class pt.moredata.widgets.Table
Modifica o valor da linha e coluna corrente
setValue(Object) - Method in class pt.moredata.widgets.TableCellPropertiesEditor
Sets the value attribute of the DataTableCellPropertiesEditor object
setValue(Object) - Method in class pt.moredata.widgets.table.ColumnNameEditor
 
setValue(Object) - Method in class pt.moredata.widgets.table.ColumnWidthEditor
 
setValue(Object) - Method in class pt.moredata.xml.db.DBSimpleTable.DBField
 
setValue(Object) - Method in class pt.moredata.xml.db.XMLToDBTable.DBField
 
setValue(Object) - Method in class pt.moredata.xml2db.Column
Sets the value of the column
setValue(String, Object) - Method in class pt.moredata.xml2db.Table
Sets the value of column name, if the column definition doesn't exists it creates it
setValueAt(Object, int, int) - Method in class pt.despodata.java.ddata.DDataTable
Modifica o valor numa determinada celula
setValueAt(Object, int, int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
Modifica valor na tabela
setValueAt(Object, int, int) - Method in class pt.moredata.widgets.Table
Modifica o valor numa determinada celula
setValueAt(Object, int, int) - Method in class pt.moredata.widgets.table.TableModel
Modifica valor na tabela
setValueIfNull(String) - Method in class pt.moredata.dataentry.taglibs.GetFieldValueTag
Setter for property valueIfNull.
setVarInJspPage(String, Object) - Method in class pt.moredata.taglibs.AbstractTag
 
setVarName(String) - Method in class pt.moredata.taglibs.MakeVarTag
 
setVarName(String) - Method in class pt.moredata.taglibs.dao.IteratorTag
Setter for property varName.
setVariableInfo() - Method in class pt.moredata.connection.taglibs.CreateConnectionTag
Afecta o valor da variavel que contem o DataSource na pagina.
setVariableInfo() - Method in class pt.moredata.connection.taglibs.CreateDataSourceTag
Afecta o valor da variavel que contem o DataSource na pagina.
setView(GenericView) - Method in class pt.despodata.java.webappl.WebApplication
Set the value of view.
setVisible(boolean) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Show or hide the progress bar to the user
setVisible(boolean) - Method in class pt.moredata.widgets.LovFrame
Mostra a janela depois de devidamente preenchida com valores
setVisibleHeight(int) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Afecta a altura do campo que e visivel.
setVisibleHeight(int) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Afecta a altura do campo que e visivel.
setVisibleWidth(int) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Afecta o comprimento do campo que e visivel.
setVisibleWidth(int) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Afecta o comprimento do campo que e visivel.
setWaitingToBeLoad(boolean) - Method in class pt.moredata.dao.DataCell
Setter for property waitingToBeLoad.
setWaitingToBeLoad(int, boolean) - Method in interface pt.moredata.dao.DataRow
Sets the waiting flag of the DataCell.
setWaitingToBeLoad(int, int, boolean) - Method in interface pt.moredata.dao.RecordSet
Change the cell data flag that indicate that the cell is waiting for a call to the getCellAt(..) method to be load.
setWhere(String) - Method in class pt.despodata.java.ddata.DDataComboBox
 
setWhere(String) - Method in class pt.despodata.java.ddata.DDataLookup
Afecta mais alguma restricao da clausula where para alem do join e da chave primaria
setWhere(String) - Method in class pt.despodata.java.ddata.DDataLov
Altera a clausula de where usada na pesquisa para popular a LOV.
setWhere(String) - Method in class pt.moredata.widgets.ComboBox
Sets the where attribute of the DataComboBox object
setWhere(String) - Method in class pt.moredata.widgets.Lookup
Afecta mais alguma restricao da clausula where para alem do join e da chave primaria
setWhere(String) - Method in class pt.moredata.widgets.Lov
Altera a clausula de where usada na pesquisa para popular a LOV.
setWhereClause(String) - Method in class pt.despodata.java.ddata.table.CellProperties
Define clausula where
setWhereClause(String) - Method in class pt.despodata.java.webappl.actions.SearchRecordAction
Set the value of whereClause.
setWhereClause(String) - Method in class pt.moredata.taglibs.dao.CreateDAOTag
Setter for property whereClause.
setWhereClause(String) - Method in class pt.moredata.widgets.table.CellProperties
Define clausula where
setWhereStr(String) - Method in class pt.despodata.java.ddata.DHtmlForm
Set the value of whereStr.
setWhereStr(String) - Method in interface pt.moredata.dao.DataAccessObject
Change the whereString clause used by the query method.
setWhereString(String) - Method in class pt.despodata.java.ddata.DDataField
Setter for property whereString.
setWhereString(String) - Method in class pt.despodata.java.ddata.DDataLov
Setter for property whereString.
setWhereString(String) - Method in class pt.moredata.dao.core.ReaderInformation
Setter for property whereString.
setWhereString(String) - Method in class pt.moredata.dao.core.SQLInformation
Setter for property whereString.
setWhereString(String) - Method in class pt.moredata.widgets.Field
Setter for property whereString.
setWhereString(String) - Method in class pt.moredata.widgets.Lov
Setter for property whereString.
setWidth(int) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Afecta o comprimento do campo.
setWidth(int) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Afecta o comprimento do campo.
setWidth(String) - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Setter for property width.
setWidth(String) - Method in class pt.moredata.taglibs.widgets.ImageTag
Setter for property width.
setWidth(String) - Method in class pt.moredata.taglibs.widgets.ToolBarTag
Setter for property width.
setWindowName(String) - Method in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Setter for property windowName.
setWizard(Wizard) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardControler
Setter for property wizard.
setWizardGui(DDWizSwingGUI) - Method in class pt.despodata.java.wizard.DDWizAction
Afecta o gui usado no wizard ???
setWizardGui(DDWizSwingGUI) - Method in class pt.despodata.java.wizard.DDWizSwingControler
Afecta o GUI usado na execução do wizard
setWizardGui(SwingWizardGUI) - Method in class pt.moredata.wizard.SwingWizardControler
Afecta o GUI usado na execução do wizard
setWizardGui(SwingWizardGUI) - Method in class pt.moredata.wizard.WizardAction
Afecta o gui usado no wizard ???
setWrap(String) - Method in class pt.moredata.dataentry.taglibs.TextAreaTag
Setter for property wrap.
setWrite2Log(boolean) - Method in class pt.despodata.java.ddata.ErrorHandle
Afecta a propriedade que define que se deve escrever no logFile
setWrite2Log(boolean) - Method in class pt.moredata.widgets.ErrorHandle
Afecta a propriedade que define que se deve escrever no logFile
setXPath(String) - Method in class pt.moredata.xml.db.XMLToDBTable.XMLField
Sets the xpath.
setXPath(String) - Method in class pt.moredata.xml.db.XMLToDBTable
Sets the xpath.
setZooming(boolean) - Method in class pt.despodata.java.ddata.DDataImageField
Preenche a flag que indica se é ou não apresentada a
setZooming(boolean) - Method in class pt.moredata.widgets.ImageField
Deprecated. Use o metodo showSlider(boolean)
setpicScaleX(int) - Method in class pt.moredata.ecs.rtf.Picture
Afecta a escala da largura da imagem
setpicScaleY(int) - Method in class pt.moredata.ecs.rtf.Picture
Afecta a altura da imagem
sgbdUrl - Variable in class pt.despodata.java.connection.DDConnectionConfig
 
shape - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
shouldSelectCell(EventObject) - Method in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
shouldSelectCell(EventObject) - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
shouldSelectCell(EventObject) - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
shouldSelectCell(EventObject) - Method in class pt.moredata.widgets.table.CellEditor
 
shouldSelectCell(EventObject) - Method in class pt.moredata.widgets.table.RadioButtonEditor
Description of the Method
show(Component) - Method in class pt.despodata.java.ddata.DDataDateChooser
Pops up a Date chooser dialog below or above the component (if have space) parent.
show() - Method in class pt.despodata.java.wizard.DDWizard
Mostra o wizard para que o utilizador inicie a sua interacção
show() - Method in class pt.moredata.dao.core.SQLBuilderTest
Makes the Window visible.
show() - Method in class pt.moredata.dataentry.DataBaseFormTemplate
Makes the Window visible.
show() - Method in class pt.moredata.dataentry.DataEntryDemo
Makes the Window visible.
show() - Method in class pt.moredata.dataentry.JDBCApplicationTemplate
Makes the Window visible.
show(Component) - Method in class pt.moredata.widgets.DateChooser
Pops up a Date chooser dialog below or above the component (if have space) parent .
showActionData() - Method in class pt.despodata.java.wizard.DDWizAction
Mostra no form os dados relativos a esta acção
showActionData() - Method in interface pt.despodata.java.wizard.DDWizActionForm
Mostrar os dados no form da acção corrente
showActionData() - Method in class pt.moredata.dataentry.wizards.ChoseColumnsPanel
 
showActionData() - Method in class pt.moredata.dataentry.wizards.ExportFormatPanel
 
showActionData() - Method in class pt.moredata.wizard.FormAction
 
showActionData() - Method in class pt.moredata.wizard.FormAction2
 
showActionData() - Method in class pt.moredata.wizard.WizardAction
Mostra no form os dados relativos a esta acção
showActionData() - Method in interface pt.moredata.wizard.WizardActionForm
Mostrar os dados no form da acção corrente
showButton(String) - Method in class pt.moredata.dataentry.taglibs.ToolBarTag
Setter for property hideButton.
showConfirmDialog(Component, Object, String, int, String, ItemListener) - Static method in class pt.moredata.dataentry.util.OptionPane
Brings up a dialog where the number of choices is determined by the optionType parameter.
showConfirmDialog(Component, Object, String, int, int, String, ItemListener) - Static method in class pt.moredata.dataentry.util.OptionPane
Brings up a dialog where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
showConfirmDialog(Component, Object, String, int, int, Icon, String, ItemListener) - Static method in class pt.moredata.dataentry.util.OptionPane
Brings up a dialog with a specified icon, where the number of choices is determined by the optionType parameter.
showContent() - Method in class pt.despodata.java.webappl.tags.ProtectTag
Indica se o conteudo da pagina deve ou nao ser mostrado.
showContent() - Method in class pt.moredata.taglibs.protectcontent.AbstractContentTag
Verifica se o conteudo da tag deve ser mostrado ou não.
showContent() - Method in class pt.moredata.taglibs.protectcontent.DoIfAuthorizedTag
 
showContent() - Method in class pt.moredata.taglibs.protectcontent.DoIfNotAuthorizedTag
 
showContent() - Method in class pt.moredata.taglibs.protectcontent.ProtectedContentTag
Indica se o conteudo da pagina deve ou nao ser mostrado.
showDataAsCustom(int, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra os dados de uma coluna, sem estarrem formatados.
showDataAsCustom(int, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra os dados de uma coluna, sem estarrem formatados.
showDataAsCustom(int, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Mostra os dados de uma coluna, sem estarrem formatados.
showDataAsCustom(int, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Mostra os dados de uma coluna, sem estarrem formatados.
showDataAsCustomForm(String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Deprecated.  
showDataAsCustomForm(int, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra uma coluna da tabela sob a forma de campo de input de um form.
showDataAsCustomForm(int, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra uma coluna da tabela sob a forma de campo de input de um form.
showDataAsCustomForm(String, String, String, int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra uma coluna da tabela sob a forma de campo de input de um form.
showDataAsCustomForm(int, String, String, boolean) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra uma coluna colunada tabela sob a forma de campo de input de um form.
showDataAsCustomForm(int, String, String, boolean, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra uma coluna colunada tabela sob a forma de campo de input de um form.
showDataAsCustomForm(int, String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra uma coluna da tabela sob a forma de campo de input de um form.
showDataAsCustomForm(int, String, String, String, boolean) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra uma coluna da tabela sob a forma de campo de input de um form.
showDataAsCustomForm(int, String, String, boolean, boolean, String, boolean, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Show data form input field
showDataAsCustomForm(String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Show data as a from
showDataAsCustomForm(int, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Mostra uma entrada de dados de um form.
showDataAsCustomForm(int, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Mostra uma entrada de dados de um form.
showDataAsCustomTable(int, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra o campo por defeito, sob a forma de uma celula de uma tabela em Html.
showDataAsCustomTable(int, String, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra um campo sob a forma de uma celula de uma tabela em Html.
showDataAsCustomTable(int, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Mostra o campo por defeito, sob a forma de uma celula de uma tabela em Html.
showDataAsCustomTable(int, String, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Mostra um campo sob a forma de uma celula de uma tabela em Html.
showDataAsForm(int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Show data from a data base table on a htlm form
showDataAsForm(int) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Show data from a data base table on a htlm form
showDataAsTable(int, int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Show data from a data base table on a htlm table
showDataAsTable(int, int) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Show data from a data base table on a htlm table
showMessageDialog(Component, Object, String, int, String, ItemListener) - Static method in class pt.moredata.dataentry.util.OptionPane
Brings up a dialog that displays a message using a default icon determined by the messageType parameter.
showMessageDialog(Component, Object, String, int, Icon, String, ItemListener) - Static method in class pt.moredata.dataentry.util.OptionPane
Brings up a dialog displaying a message, specifying all parameters.
showNewDataAsCustomForm(int, String, String) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Mostra uma coluna da tabela sob a forma de campo de input de um form sem dados.
showNewDataAsCustomForm(int, String, String) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Show data form input field
showNewDataAsForm() - Method in class pt.despodata.java.ddata.DHtmlDataControl
Shows a new and clean html form.
showNewDataAsForm() - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Shows a new and clean html form.
showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object, String, ItemListener) - Static method in class pt.moredata.dataentry.util.OptionPane
Brings up a dialog with a specified icon, where the initial choice is determined by the initialValue parameter and the number of choices is determined by the optionType parameter.
showSaveDialog(Component) - Method in class pt.despodata.java.ddata.DDataFileChooser
 
showSaveDialog(Component) - Method in class pt.moredata.widgets.FileChooser
Description of the Method
showWizard() - Method in class pt.moredata.wizard.SimpleWizard
Mostra o wizard para que o utilizador inicie a sua interacção e fiaca a espera de uma resposta.
showWizard() - Method in class pt.moredata.wizard.SwingWizardControler
Inicia a interacção do utilizador com o wizard
showWizard() - Method in interface pt.moredata.wizard.Wizard
Mostra o wizard para que o utilizador inicie a sua interacção e fiaca a espera de uma resposta.
singleton() - Static method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
Executed to generate a singleton object by netbeans.
size() - Method in class pt.despodata.java.ddata.DDataRow
Deprecated.  
size - Variable in class pt.moredata.connection.taglibs.AbstractInputTag
Tamanho do campo de input.
size() - Method in class pt.moredata.taglibs.filter.FilterSet
Devolve o numero de filtros existentes neste conjunto de filtros.
size - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
size() - Method in class pt.moredata.util.FullHashMap
Returns the number of key-value mappings in this map.
smallintInsertString(int, String, AttributeSet) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
sort() - Method in interface pt.moredata.dao.DataAccessObject
Deprecated. This method will be removed and will not have a replacment. Use class DAOSort to sort a DataAccessObject.
sort(DataAccessObject, Comparator) - Method in class pt.moredata.dao.util.DAOSort
 
sort(DataAccessObject) - Method in class pt.moredata.dao.util.DAOSort
 
sortData(int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
 
sortData(int) - Method in class pt.moredata.widgets.table.TableModel
 
sortTable(int) - Method in class pt.despodata.java.ddata.DDataTable
Ordena a tabela
sortTable(int) - Method in class pt.moredata.widgets.Table
Ordena a tabela
source - Variable in class pt.despodata.java.webappl.AuthenticateServlet
Fonte dos dados.
source - Variable in class pt.despodata.java.webappl.GenericModel
Fonte dos dados.
source - Variable in class pt.despodata.java.webappl.WebApplication
A fonte dos dados.
sourceIS - Variable in class pt.moredata.dataentry.core.generator.DaoGeneratorConfigScanner
Nome do ficheiro de configuracao.
sourceName - Variable in class pt.moredata.connection.AbstractConnectionConfig
Nome do ficheiro de configuracao.
specificMessage - Variable in class pt.despodata.java.ddata.DDataException
 
specificMessage - Variable in class pt.despodata.java.ddata.RowReferencedException
 
specificMessage - Variable in class pt.despodata.java.fglreport.FglReportException
Mensagem a imprimir
specificMessage - Variable in class pt.moredata.fglreport.FglReportException
Mensagem a imprimir
src - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
startAction() - Method in class pt.moredata.xml2db.ReadXML2DB
 
startCellEditing(EventObject) - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
startCellEditing(EventObject) - Method in class pt.moredata.widgets.table.WidgetDelegate
Description of the Method
startDataEntry() - Method in class pt.despodata.java.ddata.DDataEntry
Geração / inicialização dinâmica do data Entry
startEditing() - Method in class pt.despodata.java.ddata.DDataTextField
Faz a preparação para começar a edição
startEditing() - Method in class pt.despodata.java.ddata.table.DDataCellField
Faz a preparação para começar a edição
startEditing() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Faz a preparação para começar a edição
startEditing() - Method in class pt.moredata.widgets.TextField
Faz a prepara��o para come�ar a edi��o
startEditing() - Method in class pt.moredata.widgets.table.CellField
Faz a preparação para começar a edição
startEditing() - Method in class pt.moredata.widgets.table.CellTextField
Faz a preparação para começar a edição
startFirstPage() - Method in class pt.moredata.fglreport.AbstractFglReport
Detecta se é o começo do report.
startItUp(Connection, String, String, String, ImageIcon, ImageIcon, String) - Method in class pt.moredata.mdmenus.SwingMenu
put your documentation comment here
startNewRecord() - Method in class pt.despodata.java.ddata.DDataSwingControl
Start the insertion of a new record Prepare DDataFields para preencher com novos valores
startQuery() - Method in class pt.despodata.java.ddata.DDataSwingControl
Limpa todos os campos e mete-os em query mode.
startReport() - Method in class pt.despodata.java.fglreport.FglReport
Inicia um report sem qualquer ficheiro associado
startReport() - Method in class pt.moredata.fglreport.AbstractFglReport
Inicia um report sem qualquer ficheiro associado
startReport() - Method in interface pt.moredata.fglreport.FglReport
Inicia um report sem qualquer ficheiro associado
startReport() - Method in class pt.moredata.fglreport.SwingFglReport
Inicia um report sem qualquer ficheiro associado
startReport() - Method in class pt.moredata.fglreport.TxtFglReport
Inicia um report sem qualquer ficheiro associado
startRow() - Method in class pt.moredata.taglibs.dao.DAOPrinter
Inicia uma nova linha de texto.
startRow() - Method in class pt.moredata.taglibs.dao.DAOTablePrinter
Inicia uma nova linha de texto.
startsWith(String, Enumeration) - Static method in class pt.despodata.java.ddata.DHtmlForm
Devolve a primeira palavra de uma lista que tem um determinado prefixo.
stopCellEditing() - Method in class pt.despodata.java.ddata.DDataAbstractTableEditor
 
stopCellEditing() - Method in class pt.despodata.java.ddata.table.DDataCellEditor
 
stopCellEditing() - Method in class pt.despodata.java.ddata.table.DDataDelegate
 
stopCellEditing() - Method in class pt.despodata.java.ddata.table.DDataRadioButtonEditor
 
stopCellEditing() - Method in class pt.moredata.widgets.table.CellEditor
 
stopCellEditing() - Method in class pt.moredata.widgets.table.RadioButtonEditor
Description of the Method
stopCellEditing() - Method in class pt.moredata.widgets.table.WidgetDelegate
Description of the Method
stopEditing() - Method in class pt.despodata.java.ddata.DDataTextField
Faz as validações e a formatação do campo
stopEditing() - Method in class pt.despodata.java.ddata.table.DDataCellField
Faz as validações e a formatação do campo
stopEditing() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Faz as validações e a formatação do campo
stopEditing() - Method in class pt.moredata.widgets.TextField
Faz as valida��es e a formata��o do campo
stopEditing() - Method in class pt.moredata.widgets.table.CellField
Faz as validações e a formatação do campo
stopEditing() - Method in class pt.moredata.widgets.table.CellTextField
Faz as validações e a formatação do campo
storeData() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ColumnSelectionPanel
Store the information collected in the central object to suport the code generation.
storeData() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Store the information collected into the data object
storeData() - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.FinishPanel
Store the collected information in the central data object.
storeSettings(Data) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.ConnectPanel
Store the information coleceted in this wizard panel in order to be used in other panels.
storeSettings(Object) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Store the data information.
string - Variable in class pt.despodata.java.ddata.tests.ExtStringTest
 
stringVectorComparator - Static variable in class pt.despodata.java.ddata.DHtmlVisualField
Comparador para ordenar Vectores de Strings por ordem alfabetica da primeira string do Vector.
style - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
subProtocol - Variable in class pt.moredata.connection.AbstractConnectionConfig
Subprotocolo.
submitForm(HttpServletRequest, DHtmlDataControl, int) - Static method in class pt.despodata.java.webappl.html.HtmlForm
 
submitFormData(int) - Method in class pt.despodata.java.ddata.DHtmlDataControl
Submit a form data to the data base.
submitFormData(int) - Method in interface pt.despodata.java.ddata.IDHtmlDataControl
Submit a form data to the data base.
submitLine(HttpServletRequest, DHtmlDataControl, int, String, String) - Static method in class pt.despodata.java.webappl.html.HtmlForm
Processa um form e preenche uma linha de um determinado DHtmlDataControl com o valor dos campos correspondentes do form.
suite() - Static method in class pt.despodata.java.connection.tests.ConnectionSuite
 
suite() - Static method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
 
suite() - Static method in class pt.despodata.java.connection.tests.DBConnectionTest
 
suite() - Static method in class pt.despodata.java.connection.tests.DDConnectionConfigTest
 
suite() - Static method in class pt.despodata.java.connection.tests.DDSwingLoginTest
 
suite() - Static method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
 
suite() - Static method in class pt.despodata.java.connection.tests.UserPanelTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DBErrorTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataCalendarTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataCellTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataConfigTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataControlTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataDbTableTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataFieldTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataMetaDataTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataRowTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.despodata.java.ddata.tests.DDataToolBarBeanInfoTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataToolBarTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataTypeEditorTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.DSerializedTableTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.ExtStringTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.ExtensoTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
suite() - Static method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
suite() - Static method in class pt.despodata.java.fglreport.tests.FglReportSuite
Build a new test suite.
suite() - Static method in class pt.despodata.java.fglreport.tests.FglReportTest
 
suite() - Static method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
 
suite() - Static method in class pt.despodata.java.tests.TestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.despodata.java.webappl.tests.GenericControllerTest
 
suite() - Static method in class pt.despodata.java.webappl.tests.GenericModelTest
 
suite() - Static method in class pt.despodata.java.webappl.tests.GenericViewTest
 
suite() - Static method in class pt.despodata.java.webappl.tests.WebApplTestSuite
Build a new test suite.
suite() - Static method in class pt.moredata.connection.AbstractConnectionConfigTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.connection.ConnectionSuite
A unit test suite for JUnit
suite() - Static method in class pt.moredata.connection.ConnectionTxtConfigTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.connection.ConnectionXml12ConfigTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.connection.ConnectionXmlConfigTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.connection.DBConnectionTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.connection.DemosTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DAOInformixTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.dao.DAOOracleTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.dao.DAOTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.dao.DataBaseErrorTest
 
suite() - Static method in class pt.moredata.dao.DataBaseExceptionTest
 
suite() - Static method in class pt.moredata.dao.DataBaseTableTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DataCellTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DataFieldInfoTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DataIndexTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DataMetaDataTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DataSourceTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DataTableInfoTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DataTypeInfoTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.DataTypeTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.ForeignKeyTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.builder.CSVBuilderTest
 
suite() - Static method in class pt.moredata.dao.builder.DAOBuilderTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.dao.core.DAOCoreTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.core.GenericDAOTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.core.GenericDataRowTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.core.SerializedTableTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.pattern.DAOPatternTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Cria uma suite de testes.
suite() - Static method in class pt.moredata.dao.pattern.SimplePatternTest
Suite de teste.
suite() - Static method in class pt.moredata.dao.pool.DAOPoolTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.dao.pool.DAOPoolTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.dao.util.DataTypesTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.fglreport.DaoReportTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.fglreport.FglReportSuite
Build a new test suite.
suite() - Static method in class pt.moredata.fglreport.ProprinterControlTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.fglreport.SwingFglReportTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.fglreport.TxtFglReportTest
 
suite() - Static method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.qvs.CheckedAreaTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.qvs.CheckedPointTest
A unit test suite for JUnit
suite() - Static method in class pt.moredata.qvs.QVSTestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.tests.TestSuite
Constroi e retorna um teste sobre o data control
suite() - Static method in class pt.moredata.util.StringUtilsTest
 
suite() - Static method in class pt.moredata.util.UtilSuite
Build a new test suite.
suite() - Static method in class pt.tests.TestSuite
Constroi e retorna um teste sobre o data control
supportsCustomEditor() - Method in class pt.despodata.java.ddata.DDataTableCellPropertiesEditor
 
supportsCustomEditor() - Method in class pt.despodata.java.ddata.table.DDataColumnNameEditor
 
supportsCustomEditor() - Method in class pt.despodata.java.ddata.table.DDataColumnWidthEditor
 
supportsCustomEditor() - Method in class pt.moredata.widgets.TableCellPropertiesEditor
Description of the Method
supportsCustomEditor() - Method in class pt.moredata.widgets.table.ColumnNameEditor
 
supportsCustomEditor() - Method in class pt.moredata.widgets.table.ColumnWidthEditor
 

T

TABLESORTED - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
TABLESORTED - Static variable in class pt.moredata.widgets.event.TableEvent
 
TABLE_NAME - Static variable in class pt.despodata.java.webappl.GetByteField
Nome do parametro onde esta guardado o nome da tabela que contem a imagem.
TABLE_NAME_KEY - Static variable in class pt.despodata.java.webappl.Types
 
TABLE_NAME_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do parametro enviado no request que contem o nome da tabela da entrada de dados.
TABLE_SERIAL_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do parametro enviado no request que contem o serialKey da tabela da entrada de dados.
TARGET_URL_KEY - Static variable in class pt.moredata.dataentry.JspDataEntryController
Nome do parametro que deve ser passado a esta Servlet com o nome da pagina para onde deve ser direcionado o controlo depois de processado um pedido.
TEXT - Static variable in class pt.despodata.java.ddata.table.CellProperties
 
TEXT - Static variable in interface pt.moredata.fglreport.FglReport
 
TEXT - Static variable in class pt.moredata.widgets.table.CellProperties
 
TEXTAREA_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
 
TEXT_FIELD - Static variable in class pt.despodata.java.ddata.DDataField
Possiveis tipos de componentes de edição
TEXT_FIELD - Static variable in interface pt.despodata.java.ddata.IDDataVisualField
O campo e do tipo 'Text Field'.
TEXT_FIELD - Static variable in interface pt.moredata.widgets.FieldObject
FieldObject do tipo TextField.
THICK - Static variable in class pt.despodata.java.ddata.DDataCaret
 
THICK - Static variable in class pt.moredata.widgets.Caret
Description of the Field
THIN - Static variable in class pt.despodata.java.ddata.DDataCaret
 
THIN - Static variable in class pt.moredata.widgets.Caret
Description of the Field
TIME - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
TIME - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME.
TIMESTAMP - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
TIMESTAMP - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.
TINYINT - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
TINYINT - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TINYINT.
TITLE - Static variable in class pt.moredata.dao.DataMetaData
 
TOP_ALIGNMENT - Static variable in class pt.moredata.taglibs.dao.DAOAbstractDataTag
 
TXT_KEY - Static variable in class pt.moredata.taglibs.dao.DAOAbstractDataTag
 
Table - class pt.moredata.widgets.Table.
Copyright: Copyright (C) 2000 Despodata This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Table() - Constructor for class pt.moredata.widgets.Table
Construtor da DDataTable
Table - class pt.moredata.xml2db.Table.
 
Table(String) - Constructor for class pt.moredata.xml2db.Table
Creates a table model for name without base xPath and without multi record
Table(String, String) - Constructor for class pt.moredata.xml2db.Table
Creates a table model for name with base xPath and without multi record
Table(String, String, String) - Constructor for class pt.moredata.xml2db.Table
Creates a table model for name with base xPath and with multi record
TableAdapter - class pt.moredata.widgets.event.TableAdapter.
Title: Description: Copyright: Copyright (c) Company:
TableAdapter() - Constructor for class pt.moredata.widgets.event.TableAdapter
 
TableBeanInfo - class pt.moredata.widgets.TableBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
TableBeanInfo() - Constructor for class pt.moredata.widgets.TableBeanInfo
 
TableCellPropertiesEditor - class pt.moredata.widgets.TableCellPropertiesEditor.
TableCellPropertiesEditor.java Implementacao do editor das propriedades das colunas do bean Table.
TableCellPropertiesEditor() - Constructor for class pt.moredata.widgets.TableCellPropertiesEditor
Constructor for the DataTableCellPropertiesEditor object
TableCellPropertiesEditor(Object) - Constructor for class pt.moredata.widgets.TableCellPropertiesEditor
Constructor for the DataTableCellPropertiesEditor object
TableComponent - class pt.moredata.dataentry.component.swing.TableComponent.
This the implementation of the DataEntryComponent for the widget Table.
TableComponent(String, String, Table) - Constructor for class pt.moredata.dataentry.component.swing.TableComponent
Creates a new instance of TableVisualField
TableComponent(String, String, String, String, Table) - Constructor for class pt.moredata.dataentry.component.swing.TableComponent
Constructor for the TableComponent object
TableConfirmListener - interface pt.moredata.widgets.event.TableConfirmListener.
Title: Description: Copyright: Copyright (c) 2001 Company: Despodata
TableCustomizer - class pt.moredata.widgets.TableCustomizer.
Description of the Class
TableCustomizer() - Constructor for class pt.moredata.widgets.TableCustomizer
Constructor for the DataTableCustomizer object
TableEvent - class pt.moredata.widgets.event.TableEvent.
Title: Description: Copyright: Copyright (c) Company: Despodata
TableEvent(Object, int, int) - Constructor for class pt.moredata.widgets.event.TableEvent
 
TableEvent(Object, int, int, String) - Constructor for class pt.moredata.widgets.event.TableEvent
 
TableEvent(Object, int, int, boolean) - Constructor for class pt.moredata.widgets.event.TableEvent
 
TableEvent(Object, int, int, Object, Object) - Constructor for class pt.moredata.widgets.event.TableEvent
 
TableEvent(Object, int, int, Object, int) - Constructor for class pt.moredata.widgets.event.TableEvent
 
TableHeaderRenderer - class pt.moredata.widgets.TableHeaderRenderer.
Title: Description: Copyright: Copyright (c) Company:
TableHeaderRenderer() - Constructor for class pt.moredata.widgets.TableHeaderRenderer
 
TableHeadingStyle - class pt.moredata.ecs.rtf.TableHeadingStyle.
 
TableHeadingStyle(int) - Constructor for class pt.moredata.ecs.rtf.TableHeadingStyle
Creates new TableHeadingStyle
TableInfo - class pt.moredata.dataentry.core.generator.TableInfo.
TableInfo.java Company MoreData
TableInfo(String, String, String, boolean) - Constructor for class pt.moredata.dataentry.core.generator.TableInfo
Creates a new instance of TableInfo with tableName and Join
TableListener - interface pt.moredata.widgets.event.TableListener.
Title: Description: Copyright: Copyright (c) Company: Despodata
TableLoader - class pt.moredata.dataentry.util.TableLoader.
Company MoreData
TableModel - class pt.moredata.widgets.table.TableModel.
 
TableModel() - Constructor for class pt.moredata.widgets.table.TableModel
 
TableSortMethod - class pt.moredata.widgets.table.TableSortMethod.
Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata
TableSortMethod() - Constructor for class pt.moredata.widgets.table.TableSortMethod
 
TableTag - class pt.moredata.taglibs.widgets.TableTag.
TableTag.java Company MoreData
TableTag() - Constructor for class pt.moredata.taglibs.widgets.TableTag
 
TableUI - class pt.moredata.widgets.table.TableUI.
 
TableUI() - Constructor for class pt.moredata.widgets.table.TableUI
 
TamanhoCabecalho - Variable in class pt.despodata.java.objgraficos.objectosX
Tamanho do header em número de linhas.
TamanhoCabecalho - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Tamanho do header em número de linhas.
TamanhoRodape - Variable in class pt.despodata.java.objgraficos.objectosX
Tamanho do trailer em número de linhas.
TamanhoRodape - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Tamanho do trailer em número de linhas.
TestAction - class pt.moredata.dataentry.action.TestAction.
Classe de teste.
TestAction() - Constructor for class pt.moredata.dataentry.action.TestAction
 
TestCase - class pt.despodata.java.tests.TestCase.
TestCase.java Created: Fri Sep 28 11:02:08 2001
TestCase(String) - Constructor for class pt.despodata.java.tests.TestCase
 
TestCase - class pt.moredata.tests.TestCase.
TestCase.java Company MoreData
TestCase(String) - Constructor for class pt.moredata.tests.TestCase
 
TestSuite - class pt.despodata.java.tests.TestSuite.
TestSuite.java Created: Fri Sep 28 11:02:08 2001
TestSuite(String) - Constructor for class pt.despodata.java.tests.TestSuite
 
TestSuite - class pt.moredata.tests.TestSuite.
TestSuite.java Company MoreData
TestSuite(String) - Constructor for class pt.moredata.tests.TestSuite
Constructor for the TestSuite object
TestSuite - class pt.tests.TestSuite.
TestSuite.java Company MoreData
TestSuite(String) - Constructor for class pt.tests.TestSuite
 
Teste - class pt.moredata.widgets.Teste.
Teste.java Company MoreData
Teste() - Constructor for class pt.moredata.widgets.Teste
Creates a new instance of Teste
TesteWizard - class pt.moredata.wizard.TesteWizard.
Testar a utilização das classe de wizard
TesteWizard() - Constructor for class pt.moredata.wizard.TesteWizard
 
TextAreaDelegate - class pt.moredata.widgets.table.TextAreaDelegate.
 
TextAreaDelegate() - Constructor for class pt.moredata.widgets.table.TextAreaDelegate
 
TextAreaDelegate(CellProperties) - Constructor for class pt.moredata.widgets.table.TextAreaDelegate
 
TextAreaEditor - class pt.moredata.widgets.table.TextAreaEditor.
Description of the Class
TextAreaEditor() - Constructor for class pt.moredata.widgets.table.TextAreaEditor
Deprecated.  
TextAreaEditor(boolean) - Constructor for class pt.moredata.widgets.table.TextAreaEditor
Deprecated.  
TextAreaRenderer - class pt.moredata.widgets.table.TextAreaRenderer.
Title: Description: Copyright: Copyright (c) Company:
TextAreaRenderer() - Constructor for class pt.moredata.widgets.table.TextAreaRenderer
Deprecated.  
TextAreaRenderer(boolean) - Constructor for class pt.moredata.widgets.table.TextAreaRenderer
Deprecated.  
TextAreaTag - class pt.moredata.dataentry.taglibs.TextAreaTag.
Company MoreData
TextAreaTag() - Constructor for class pt.moredata.dataentry.taglibs.TextAreaTag
 
TextField - class pt.moredata.widgets.TextField.
Title: DataTextField Description: Beans para cria��o de forms
DataField implementa um campo par arecolha de dados alfanumericos.
TextField() - Constructor for class pt.moredata.widgets.TextField
Construtor
TextField.DataFieldFocusListener - class pt.moredata.widgets.TextField.DataFieldFocusListener.
Description of the Class
TextField.DataFieldFocusListener() - Constructor for class pt.moredata.widgets.TextField.DataFieldFocusListener
 
TextField.FocusGrabber - class pt.moredata.widgets.TextField.FocusGrabber.
Class para gerir o focus de uma componente
TextField.FocusGrabber(JComponent) - Constructor for class pt.moredata.widgets.TextField.FocusGrabber
Constructor for the FocusGrabber object
TextField.Sendkey - class pt.moredata.widgets.TextField.Sendkey.
Class para gerir o ficus de uma componente
TextField.Sendkey(Component) - Constructor for class pt.moredata.widgets.TextField.Sendkey
Constructor for the Sendkey object
TextFieldBeanInfo - class pt.moredata.widgets.TextFieldBeanInfo.
Title: Biblioteca de classes Visuais para acesso a BD Description: Implementa algumas funcionalidades extra às classes standard do swing.
TextFieldBeanInfo() - Constructor for class pt.moredata.widgets.TextFieldBeanInfo
 
TextFieldDelegate - class pt.moredata.widgets.table.TextFieldDelegate.
Title: DDataTextFieldDelegate Description: Define o comportamento que editor e renderer devem ter por default, podendo ser mudados Copyright: Copyright (c) Company:
TextFieldDelegate() - Constructor for class pt.moredata.widgets.table.TextFieldDelegate
 
TextFieldDelegate(CellProperties) - Constructor for class pt.moredata.widgets.table.TextFieldDelegate
 
TextFieldEditor - class pt.moredata.widgets.table.TextFieldEditor.
Title: Description: Copyright: Copyright (c) Company:
TextFieldEditor() - Constructor for class pt.moredata.widgets.table.TextFieldEditor
Constructor for the TextFieldEditor object
TextFieldEditor(String, long, long, int, boolean, boolean, boolean) - Constructor for class pt.moredata.widgets.table.TextFieldEditor
Constructor for the TextFieldEditor object
TextFieldEditor(String, long, long, int, boolean, boolean, boolean, boolean) - Constructor for class pt.moredata.widgets.table.TextFieldEditor
Constructor for the TextFieldEditor object
TextFieldEditor(String, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class pt.moredata.widgets.table.TextFieldEditor
Constructor for the TextFieldEditor object
TextFieldEditor(String, int, int, int, boolean, boolean, boolean) - Constructor for class pt.moredata.widgets.table.TextFieldEditor
Constructor for the TextFieldEditor object
TextFieldEditor(String, long, long, int, boolean, boolean, boolean, boolean, boolean) - Constructor for class pt.moredata.widgets.table.TextFieldEditor
Constructor for the TextFieldEditor object
TextFieldEditor(String, int, int, int, boolean, boolean, boolean, boolean, boolean) - Constructor for class pt.moredata.widgets.table.TextFieldEditor
Constructor for the TextFieldEditor object
TextFieldObject - class pt.moredata.widgets.TextFieldObject.
 
TextFieldObject() - Constructor for class pt.moredata.widgets.TextFieldObject
Creates a new instance of TextFieldObject
TextFieldRenderer - class pt.moredata.widgets.table.TextFieldRenderer.
Title: Description: Copyright: Copyright (c) Company:
TextFieldRenderer() - Constructor for class pt.moredata.widgets.table.TextFieldRenderer
Constructor for the TextFieldRenderer object
TextFieldRenderer(String) - Constructor for class pt.moredata.widgets.table.TextFieldRenderer
Constructor for the TextFieldRenderer object
TextFieldRenderer(String, boolean) - Constructor for class pt.moredata.widgets.table.TextFieldRenderer
Constructor for the TextFieldRenderer object
TextFieldRenderer(String, boolean, boolean) - Constructor for class pt.moredata.widgets.table.TextFieldRenderer
Constructor for the TextFieldRenderer object
TextFileChooser - class pt.despodata.java.ddata.TextFileChooser.
 
TextFileChooser() - Constructor for class pt.despodata.java.ddata.TextFileChooser
 
TextX - class pt.moredata.fglreport.objgraficos.TextX.
Classe para imprimir texto.
TextX(int, int, int, String) - Constructor for class pt.moredata.fglreport.objgraficos.TextX
Construtora que define todos os parâmetros.
ToolBarManager - class pt.moredata.dataentry.util.ToolBarManager.
Classe responsavel por fazer a gestão de uma toolbar.
ToolBarManager(SimpleToolBar, DataEntry) - Constructor for class pt.moredata.dataentry.util.ToolBarManager
Creates a new instance of ToolBarManager
ToolBarTag - class pt.moredata.dataentry.taglibs.ToolBarTag.
Implementacao de uma tag para mostrar uma barra de navegacao para controlar o DataEntry.
ToolBarTag() - Constructor for class pt.moredata.dataentry.taglibs.ToolBarTag
 
ToolBarTag - class pt.moredata.taglibs.widgets.ToolBarTag.
ToolBarTag.java Implementacao de uma tag para mostrar uma barra de navegacao.
ToolBarTag() - Constructor for class pt.moredata.taglibs.widgets.ToolBarTag
 
TrailerListener - interface pt.moredata.fglreport.event.TrailerListener.
TrailerListener.java Company MoreData
TransferTree(DefaultMutableTreeNode, CheckNode) - Method in class pt.moredata.mdmenus.CheckNodeTree
 
TxtFglReport - class pt.moredata.fglreport.TxtFglReport.
 
TxtFglReport() - Constructor for class pt.moredata.fglreport.TxtFglReport
Construtor
TxtFglReportTest - class pt.moredata.fglreport.TxtFglReportTest.
TxtFglReportTest.java Company MoreData
TxtFglReportTest(String) - Constructor for class pt.moredata.fglreport.TxtFglReportTest
 
TypeEditor - class pt.moredata.widgets.TypeEditor.
Title: DataTypeEditor Description: Editor da propriedade de tipos de dados Copyright: Copyright (c) Sérgio Ferreira Company: Moredata
TypeEditor() - Constructor for class pt.moredata.widgets.TypeEditor
 
Types - class pt.despodata.java.webappl.Types.
Types.java Created: Thu Sep 20 14:39:37 2001
Types() - Constructor for class pt.despodata.java.webappl.Types
 
tabindex - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
tabindex - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
tabindex - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
table - Variable in class pt.despodata.java.ddata.DDataTable
Tabela base (quase JTable) usada para as colunas normais (não fixas)
table - Variable in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
table - Variable in class pt.moredata.widgets.Table
Tabela base (quase JTable) usada para as colunas normais (não fixas)
table - Variable in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
tableChanged - Variable in class pt.despodata.java.ddata.DDataTable
 
tableChanged - Variable in class pt.moredata.widgets.Table
 
tableData - Variable in class pt.moredata.dao.core.SerializedTableIO
 
tableHasFocus() - Method in class pt.despodata.java.ddata.DDataBaseTable
Verifica se a tabela tem focus
tableHasFocus() - Method in class pt.moredata.widgets.BaseTable
Verifica se a tabela tem focus
tableName - Variable in class pt.despodata.java.webappl.GetByteField
Nome da tabela onde se encontra a imagem.
tableSorted(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
tableSorted(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
tableSorted(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
tableSorted(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
taborder - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
taborder - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
tag - Variable in class pt.moredata.taglibs.dao.DAOPrinter
 
target - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 
target - Variable in class pt.moredata.taglibs.widgets.FormTag
 
tearDown() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
 
tearDown() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
 
tearDown() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
 
tearDown() - Method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Limpa as variaveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
e Undo test changes.ccu This method is executed once for each test method.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataMetaDataTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
Limpa as variaveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
Limpa as variáveis A connecao e mantida entre testes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
Limpa as variaveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataToolBarBeanInfoTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataTypeEditorTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
tearDown() - Method in class pt.despodata.java.ddata.tests.DSerializedTableTest
 
tearDown() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.ExtStringTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.ddata.tests.ExtensoTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
tearDown() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
Limpa as variáveis
tearDown() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Undo test changes.
tearDown() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Undo test changes.
tearDown() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.connection.DBConnectionTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.connection.DemosTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.dao.DAODemo
 
tearDown() - Method in class pt.moredata.dao.DAODynasetDemo
 
tearDown() - Method in class pt.moredata.dao.DataBaseExceptionTest
 
tearDown() - Method in class pt.moredata.dao.DataBaseTableTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.DataCellTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.DataFieldInfoTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.DataIndexTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.dao.DataMetaDataTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.DataSourceTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.dao.DataTableInfoTest
Limpa as variaveis
tearDown() - Method in class pt.moredata.dao.DataTypeInfoTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.DataTypeTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.ExportedForeignKeyTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.ForeignKeyTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.dao.ImportedForeignKeyTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.builder.CSVBuilderTest
Undo test changes.
tearDown() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Limpa as variáveis A connecao e mantida entre testes.
tearDown() - Method in class pt.moredata.dao.core.GenericDAOTest
Limpa as variaveis
tearDown() - Method in class pt.moredata.dao.core.GenericDataRowTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
Limpa as variaveis
tearDown() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Limpa as variaveis
tearDown() - Method in class pt.moredata.dao.core.GenericRecordSetTest
Limpa as variáveis A connecao e mantida entre testes.
tearDown() - Method in class pt.moredata.dao.core.SerializedTableIOTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.dao.core.SerializedTableTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Limpa as variaveis
tearDown() - Method in class pt.moredata.dao.pattern.SimplePatternTest
Limpa as variaveis
tearDown() - Method in class pt.moredata.dao.pool.DAOPoolTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.dao.util.DataTypesTest
Limpa as variáveis
tearDown() - Method in class pt.moredata.fglreport.DaoReportTest
Limpa as variaveis
tearDown() - Method in class pt.moredata.fglreport.SwingFglReportTest
Undo test changes.
tearDown() - Method in class pt.moredata.fglreport.TxtFglReportTest
Undo test changes.
tearDown() - Method in class pt.moredata.qvs.CheckedAreaTest
Undo test changes.
tearDown() - Method in class pt.moredata.qvs.CheckedPointTest
The teardown method for JUnit
tearDown() - Method in class pt.moredata.util.StringUtilsTest
Limpa as variaveis
temporaryFocus - Static variable in class pt.despodata.java.ddata.DDataType
 
temporaryFocus - Variable in class pt.moredata.widgets.table.CellTextField
 
testActionPerformed() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of actionPerformed method, of class pt.despodata.java.ddata.DDataCalendar.
testActionPerformed() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of actionPerformed method, of class pt.despodata.java.ddata.DDataProgressBar.
testAddActionListener() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of addActionListener method, of class pt.despodata.java.ddata.DDataCalendar.
testAddActionListener() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of addActionListener method, of class pt.despodata.java.ddata.DDataConnectDb.
testAddActionListener() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of addActionListener method, of class pt.despodata.java.ddata.DDataField.
testAddAfterField() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of addAfterField method, of class pt.despodata.java.ddata.DDataField.
testAddAllColumnsFromTable() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddAllColumnsFromTable() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddAllColumnsFromTable() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddApplyListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddApplyListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddCaretListener() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of addCaretListener method, of class pt.despodata.java.ddata.DDataField.
testAddColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddColumn() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
testAddColumn() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testAddColumn() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testAddColumn() - Method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test for JUnit
testAddColumn() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testAddColumn() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testAddColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddColumnName() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
testAddColumnName() - Method in class pt.moredata.dao.DataIndexTest
A unit test for JUnit
testAddComboElement() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of addComboElement method, of class pt.despodata.java.ddata.DDataComboBox.
testAddComboItems() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of addComboItems method, of class pt.despodata.java.ddata.DDataComboBox.
testAddDAO() - Method in class pt.moredata.dao.pool.DAOPoolTest
A unit test for JUnit
testAddDAOListener() - Method in class pt.moredata.dao.pool.DAOPoolTest
A unit test for JUnit
testAddDDataControlFilterListener() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of addDDataControlFilterListener method, of class pt.despodata.java.ddata.DDataComboBox.
testAddDDataControlListener() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddDDataFieldListener() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of addDDataFieldListener method, of class pt.despodata.java.ddata.DDataField.
testAddDDataFieldListeners() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of addDDataFieldListeners method, of class pt.despodata.java.ddata.DDataField.
testAddDDataTableListener() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testAddDataControl() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testAddDataSource() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testAddDelegate() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testAddDeleteListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddDeleteListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddDescColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddDescColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddDescColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddDetailGenerator() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of addDetailGenerator method, of class pt.despodata.java.webappl.GenericModel.
testAddDropDownComboListener() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of addDropDownComboListener method, of class pt.despodata.java.ddata.DDataComboBox.
testAddFglReportListener() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of addFglReportListener method, of class pt.despodata.java.fglreport.FglReport.
testAddFglReportListener() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of addFglReportListener method, of class pt.moredata.fglreport.SwingFglReport.
testAddFglReportListener() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of addFglReportListener method, of class pt.moredata.fglreport.txtfglreport.
testAddInputMethodListener() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of addInputMethodListener method, of class pt.despodata.java.ddata.DDataField.
testAddInsertListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddInsertListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddItemSelectedListener() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of addItemSelectedListener method, of class pt.despodata.java.ddata.DDataComboBox.
testAddJoin() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddJoin() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddJoin() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddJoinClause() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of addJoinClause method, of class pt.moredata.dao.GenericDAO.
testAddJoinClause() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of addJoinClause method, of class pt.moredata.dao.GenericMultiTableDAO.
testAddMetaField() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddMetaField() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testAddMetaField() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of addMetaField method, of class lixo.GenericDAOFieldsInfo.
testAddMetaField() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddMetaField() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddObject() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of addObject method, of class pt.moredata.fglreport.txtfglreport.
testAddOrderBy() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddOrderBy() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddOrderBy() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddPkColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddPkColumn() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testAddPkColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddPkColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddPkToListMap() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddPkToListMap() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddPkToListMap() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddQueryListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddQueryListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddRowAppliedListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddRowAppliedListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddRowRetrivedListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddRowRetrivedListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddSearchListener() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of addSearchListener method, of class pt.despodata.java.webappl.GenericController.
testAddSecTable() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testAddSecTable() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddSecTable() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddTable() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of addTable method, of class lixo.GenericDAOFieldsInfo.
testAddTable() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of addTable method, of class pt.moredata.dao.GenericDAO.
testAddTable() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of addTable method, of class pt.moredata.dao.GenericMultiTableDAO.
testAddTableGenerator() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of addTableGenerator method, of class pt.despodata.java.webappl.GenericModel.
testAddUpdateListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testAddUpdateListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testAddWhereClause() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of addWhereClause method, of class pt.despodata.java.webappl.GenericController.
testAddWhereStringBuildListener() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of addWhereStringBuildListener method, of class pt.despodata.java.webappl.GenericController.
testAlteraFormato() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of alteraFormato method, of class pt.despodata.java.ddata.DDataField.
testApply() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testApply() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testApply() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testApplyEvents() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Este metodo testa a geracao de eventos do metodo apply()
testApplyEvents() - Method in class pt.moredata.dao.core.GenericDAOTest
Este metodo testa a geracao de eventos do metodo apply()
testApplyEvents() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Este metodo testa a geracao de eventos do metodo apply()
testApplyWithDynasetColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testApplyWithDynasetColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testBackup() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testBackup() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testBackupCell() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testBackupCell() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testBackupCell() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testBackupCell() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testBackupPk() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testBackupPk() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testBackupPk() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testBackupRow() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testBackupRow() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testBackupRow() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testBackupRow() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testBlindLogin() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Test of blindLogin method, of class pt.despodata.java.connection.DDataSourcePool.
testBlobBug() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description : This test propose is to verify the read and write of byte fields into the database.
testBlockDelete() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of blockDelete method, of class pt.despodata.java.ddata.DDataToolBar.
testBugSlip901() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Descricao: Este erro acontece, quando a chave primaria da string de delete/update, e preenchida com um valor nulo.
testBuidSearchWhereStr() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of buidSearchWhereStr method, of class pt.despodata.java.webappl.GenericController.
testBuildDelete() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testBuildDelete() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testBuildDocument() - Method in class pt.moredata.dao.builder.CSVBuilderTest
Test of buildDocument method, of class pt.moredata.dao.builder.CSVBuilder.
testBuildIndividualUpdate() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testBuildIndividualUpdate() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testBuildInsert() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testBuildInsert() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testBuildLock() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testBuildLock() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testBuildQuery() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testBuildQuery() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testBuildQueryString() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of buildQueryString method, of class pt.despodata.java.ddata.DDataField.
testBuildSuperSetUpdate() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testBuildSuperSetUpdate() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testBuild_OracleDates() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
 
testBuild_caseInSensitive() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Test of build method, of class pt.moredata.dataentry_prototipo.pattern.SQLPatternBuilder.
testBuild_escape() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Test of build method, of class pt.moredata.dataentry_prototipo.pattern.SQLPatternBuilder.
testBuild_op_binarios() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Test of build method, of class pt.moredata.dataentry_prototipo.pattern.SQLPatternBuilder.
testBuild_op_nulos() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Test of build method, of class pt.moredata.dataentry_prototipo.pattern.SQLPatternBuilder.
testBuild_op_unarios() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Test of build method, of class pt.moredata.dataentry_prototipo.pattern.SQLPatternBuilder.
testBuild_wildcards() - Method in class pt.moredata.dao.pattern.SQLPatternBuilderTest
Test of build method, of class pt.moredata.dataentry_prototipo.pattern.SQLPatternBuilder.
testCharInsertString() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of charInsertString method, of class pt.despodata.java.ddata.DDataFieldDocument.
testClear() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testClear() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClear() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of clear method, of class pt.despodata.java.ddata.DDataField.
testClear() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testClear() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of clear method, of class lixo.GenericDAOFieldsInfo.
testClear() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClear() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClear() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testClearAllFields() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearAllJoins() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearAllJoins() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearAllJoins() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearAllSecTables() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearAllSecTables() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearAllSecTables() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearFglReportListener() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of clearFglReportListener method, of class pt.despodata.java.fglreport.FglReport.
testClearJoin() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearJoin() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearJoin() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearJoinClauses() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of clearJoinClauses method, of class pt.moredata.dao.GenericDAO.
testClearJoinClauses() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of clearJoinClauses method, of class pt.moredata.dao.GenericMultiTableDAO.
testClearMetaFieldAt() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearMetaFieldAt() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testClearMetaFieldAt() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearMetaFieldAt() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearMetaFields() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearMetaFields() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testClearMetaFields() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearMetaFields() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearOrderBy() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearOrderBy() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearOrderBy() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearRecordSet() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearRecordSet() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearRecordSet() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearSecTable() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearSecTable() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearSecTable() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearSecTableAt() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearSecTableAt() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearSecTableAt() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClearWhereStr() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testClearWhereStr() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testClearWhereStr() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testClone() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testClone() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testCmdCancel_actionPerformed() - Method in class pt.despodata.java.connection.tests.DDSwingLoginTest
Test of cmdCancel_actionPerformed method, of class pt.despodata.java.connection.DDSwingLogin.
testCmdOk_actionPerformed() - Method in class pt.despodata.java.connection.tests.DDSwingLoginTest
Test of cmdOk_actionPerformed method, of class pt.despodata.java.connection.DDSwingLogin.
testColumnAt() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testColumnAt() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testColumns() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testCommit() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of commit method, of class pt.despodata.java.webappl.GenericModel.
testCompareValues() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
testComponentHidden() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of componentHidden method, of class pt.despodata.java.ddata.DDataProgressBar.
testComponentMoved() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of componentMoved method, of class pt.despodata.java.ddata.DDataProgressBar.
testComponentResized() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of componentResized method, of class pt.despodata.java.ddata.DDataProgressBar.
testComponentShown() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of componentShown method, of class pt.despodata.java.ddata.DDataProgressBar.
testComposeMail() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test of composeMail method, of class pt.despodata.java.ddata.DDataSendSimpleMail.
testCond() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of Cond method, of class pt.despodata.java.fglreport.ProprinterControl.
testCond() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of Cond method, of class pt.despodata.java.fglreport.ProprinterControl.
testConnect() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of connect method, of class pt.despodata.java.ddata.DDataConnectDb.
testConnect() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testConnection() - Method in class pt.moredata.connection.CreateConnectionDemo
Verifica que a conecao a base de dados fo:i realmente efectuada.
testContainsColumn() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testContainsColumn() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testCopy() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of copy method, of class pt.despodata.java.ddata.DDataField.
testCopyTxtLogin() - Method in class pt.despodata.java.connection.tests.UserPanelTest
Test of copyTxtLogin method, of class pt.despodata.java.connection.UserPanel.
testCornerIntLeft() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of CornerIntLeft method, of class pt.despodata.java.fglreport.ProprinterControl.
testCornerIntLeft() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of CornerIntLeft method, of class pt.despodata.java.fglreport.ProprinterControl.
testCornerIntRight() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of CornerIntRight method, of class pt.despodata.java.fglreport.ProprinterControl.
testCornerIntRight() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of CornerIntRight method, of class pt.despodata.java.fglreport.ProprinterControl.
testCornerSupLeft() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of CornerSupLeft method, of class pt.despodata.java.fglreport.ProprinterControl.
testCornerSupLeft() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of CornerSupLeft method, of class pt.despodata.java.fglreport.ProprinterControl.
testCornerSupRight() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of CornerSupRight method, of class pt.despodata.java.fglreport.ProprinterControl.
testCornerSupRight() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of CornerSupRight method, of class pt.despodata.java.fglreport.ProprinterControl.
testCountDigits() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of countDigits method, of class pt.despodata.java.ddata.DDataFieldDocument.
testCreateDataControl() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testCreateDataControl1() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testCreateDataControl2() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testCreateDataControl3() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testCreateDataControl4() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testCreateTxtConnection() - Method in class pt.moredata.connection.DemosTest
A unit test for JUnit
testCreateXmlConnection() - Method in class pt.moredata.connection.DemosTest
A unit test for JUnit
testCurrentRecordModified() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of currentRecordModified method, of class pt.despodata.java.ddata.DDataToolBar.
testCut() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of cut method, of class pt.despodata.java.ddata.DDataField.
testDStrike() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of DStrike method, of class pt.despodata.java.fglreport.ProprinterControl.
testDStrike() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of DStrike method, of class pt.despodata.java.fglreport.ProprinterControl.
testDateInsertString() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of dateInsertString method, of class pt.despodata.java.ddata.DDataFieldDocument.
testDaySelected() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of daySelected method, of class pt.despodata.java.ddata.DDataCalendar.
testDecimalInsertString() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of decimalInsertString method, of class pt.despodata.java.ddata.DDataFieldDocument.
testDefaultColumnBug() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description : This test propose is to verify if the value of column with a default value is read from the database after a insert or update.
testDelete() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testDelete() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testDelete() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testDeleteEvents() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Este metodo testa a geracao de eventos do metodo delete()
testDeleteEvents() - Method in class pt.moredata.dao.core.GenericDAOTest
Este metodo testa a geracao de eventos do metodo delete()
testDeleteEvents() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Este metodo testa a geracao de eventos do metodo delete()
testDeleteFromDAO() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of deleteFromDAO method, of class pt.moredata.dao.GenericDAO.
testDeleteFromDAO() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of deleteFromDAO method, of class pt.moredata.dao.GenericMultiTableDAO.
testDeleteFromDataSource() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of deleteFromDataSource method, of class pt.moredata.dao.GenericDAO.
testDeleteFromDataSource() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of deleteFromDataSource method, of class pt.moredata.dao.GenericMultiTableDAO.
testDeleteRow() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testDeleteRow() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testDeleteRow() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testDeleteRow() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testDeleteRow() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testDisableFirstButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of disableFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.
testDisableLastButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of disableLastButton method, of class pt.despodata.java.ddata.DDataToolBar.
testDisplay() - Method in class pt.despodata.java.webappl.tests.GenericViewTest
Test of display method, of class pt.despodata.java.webappl.GenericView.
testDivide() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
testDraft() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of Draft method, of class pt.despodata.java.fglreport.ProprinterControl.
testDraft() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of Draft method, of class pt.despodata.java.fglreport.ProprinterControl.
testDump() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testDump() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testDump() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of dump method, of class pt.despodata.java.webappl.GenericController.
testDump() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.DataIndexTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testDump() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testDumpMachine() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of dumpMachine method, of class pt.despodata.java.webappl.GenericController.
testDumpMetaFields() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testDumpMetaFields() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testDumpMetaFields() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testEditCellAt() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testElite() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of Elite method, of class pt.despodata.java.fglreport.ProprinterControl.
testElite() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of Elite method, of class pt.despodata.java.fglreport.ProprinterControl.
testEnableFirstButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of enableFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.
testEnableLastButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of enableLastButton method, of class pt.despodata.java.ddata.DDataToolBar.
testEngineProcessedColumnBug() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description : This test propose is to verify if the value of column with a default value is read from the database after a insert or update.
testEnlarged() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of Enlarged method, of class pt.despodata.java.fglreport.ProprinterControl.
testEnlarged() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of Enlarged method, of class pt.despodata.java.fglreport.ProprinterControl.
testEnsureCapacity() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testEnsureCapacity() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testEquals() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testEquals() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testEquals() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testEquals() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testEquals() - Method in class pt.moredata.dao.DataTableInfoTest
A unit test for JUnit
testEquals() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testExecuteDeleteFor() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testExecuteDeleteFor() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testExecuteInsertFor() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testExecuteInsertFor() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testExecuteLockFor() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testExecuteLockFor() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testExecuteQuery() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testExecuteQuery() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testExecuteUpdateFor() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testExecuteUpdateFor() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testFillCurrentFromDataControl() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of fillCurrentFromDataControl method, of class pt.despodata.java.ddata.DDataComboBox.
testFinalize() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of finalize method, of class pt.despodata.java.ddata.DDataProgressBar.
testFinishReport() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of finishReport method, of class pt.despodata.java.fglreport.FglReport.
testFinishReport() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of finishReport method, of class pt.moredata.fglreport.SwingFglReport.
testFinishReport() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of finishReport method, of class pt.moredata.fglreport.txtfglreport.
testFireActionPerformed() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of fireActionPerformed method, of class pt.despodata.java.ddata.DDataCalendar.
testFireActionPerformed() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of fireActionPerformed method, of class pt.despodata.java.ddata.DDataConnectDb.
testFireDropDownComboListeners() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of fireDropDownComboListeners method, of class pt.despodata.java.ddata.DDataComboBox.
testFireItemSelectedListeners() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of fireItemSelectedListeners method, of class pt.despodata.java.ddata.DDataComboBox.
testForeignKeyLookup() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of foreignKeyLookup method, of class pt.despodata.java.ddata.DDataField.
testGenReport() - Method in class pt.moredata.fglreport.DaoReportTest
A unit test for JUnit
testGeneralFormat() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetAcceptNulls() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetAccessibleContext() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getAccessibleContext method, of class pt.despodata.java.ddata.DDataField.
testGetAction() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of setInput method, of class pt.despodata.java.webappl.GenericController.
testGetActions() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getActions method, of class pt.despodata.java.ddata.DDataField.
testGetAditionalColumn() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getAditionalColumn method, of class pt.despodata.java.ddata.DDataComboBox.
testGetAlias() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
 
testGetAlias() - Method in class pt.moredata.dao.DataBaseTableTest
A unit test for JUnit
testGetAlignment() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetAlignment() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetAlignment() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetArchiveName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetArchiveName() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testGetArray() - Method in class pt.moredata.dao.pool.DAOPoolTest
A unit test for JUnit
testGetBackupCell() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetBackupCell() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testGetBackupCell() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testGetBackupCell() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testGetBackupCellAt() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetBackupCellAt() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetBackupCellAt() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetBadRowNumber() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetBadRowNumber() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetBadRowNumber() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetBytes() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetCancelButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getCancelButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetCaretPosition() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getCaretPosition method, of class pt.despodata.java.ddata.DDataFiecld.
testGetCellAt() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetCellAt() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetCellAt() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetCellAt() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetCellAt() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testGetCellByPk() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetCellByPk() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetCellByPk() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetCellEditor() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetCellFromPk() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetCellFromPk() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetCellFromPk() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetCellProperties() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetCellRenderer() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetCellValue() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetCellValue() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testGetCodeColumn() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getCodeColumn method, of class pt.despodata.java.ddata.DDataComboBox.
testGetColLength() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetColLength() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetColLength() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getColLength method, of class pt.moredata.dao.util.DataTypes.
testGetColNo() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of getColNo method, of class pt.despodata.java.fglreport.FglReport.
testGetColNo() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of getColNo method, of class pt.moredata.fglreport.SwingFglReport.
testGetColNo() - Method in class pt.moredata.fglreport.TxtFglReportTest
 
testGetColumn() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getColumn method, of class pt.despodata.java.ddata.DDataField.
testGetColumnAt() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testGetColumnAt() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testGetColumnName() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetColumnName() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetColumnName() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetColumnName() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetColumnName() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getColumnName method, of class lixo.GenericDAOFieldsInfo.
testGetColumnName() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetColumnName() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetColumnName() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetColumnName() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testGetColumnNames() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetColumnNames() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
testGetColumnNames() - Method in class pt.moredata.dao.DataIndexTest
A unit test for JUnit
testGetColumnNames() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetColumnNames() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetColumnNumber() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetColumnNumber() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetColumnNumber() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getColumnNumber method, of class lixo.GenericDAOFieldsInfo.
testGetColumnNumber() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetColumnNumber() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetColumnOrder() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetColumnOrder() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetColumns() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetColumns() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetColumns() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getColumns method, of class pt.despodata.java.ddata.DDataField.
testGetColumns() - Method in class pt.despodata.java.ddata.tests.DDataMetaDataTest
 
testGetColumns() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetColumns() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testGetColumns() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
testGetColumns() - Method in class pt.moredata.dao.DataMetaDataTest
A unit test for JUnit
testGetColumns() - Method in class pt.moredata.dao.DataTableInfoTest
A unit test for JUnit
testGetColumns() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getColumns method, of class lixo.GenericDAOFieldsInfo.
testGetColumns() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetColumns() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testGetColumns() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetColumns() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testGetColumnsNames() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getColumnsNames method, of class lixo.GenericDAOFieldsInfo.
testGetCommand() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getCommand method, of class pt.despodata.java.webappl.GenericController.
testGetComponentType() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getComponentType method, of class pt.despodata.java.ddata.DDataField.
testGetConnection() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of getConnection method, of class pt.despodata.java.connection.DBConnection.
testGetConnection() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getConnection method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetConnection() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testGetConnection() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetConnection() - Method in class pt.moredata.connection.DBConnectionTest
Test of getConnection method, of class pt.despodata.java.connection.DBConnection.
testGetConnection() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testGetConnectionType() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getConnectionType method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetConnectionType() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetCurrentEditor() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetCurrentItem() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getCurrentItem method, of class pt.despodata.java.ddata.DDataComboBox.
testGetCurrentPage() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getCurrentPage method, of class pt.despodata.java.webappl.GenericController.
testGetCurrentUrl() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getCurrentUrl method, of class pt.despodata.java.webappl.GenericController.
testGetDAO() - Method in class pt.moredata.dao.pool.DAOPoolTest
A unit test for JUnit
testGetDAOIndex() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetDBName() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getDBName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDBName() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getDBName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDBName() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getDBName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDBName() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getDBName method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetDCSelectedIndex() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getDCSelectedIndex method, of class pt.despodata.java.ddata.DDataComboBox.
testGetDDataDelegate() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetDDataTableListener() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetDDataType() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetDSource() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetDSource() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetData() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testGetData() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testGetDataAccessObject() - Method in class pt.moredata.dao.pool.DAOPoolTest
A unit test for JUnit
testGetDataBaseId() - Method in class pt.moredata.dao.pattern.SimplePatternTest
Test of getDataBaseId method, of class pt.moredata.dataentry_prototipo.pattern.SimplePattern.
testGetDataBaseTable() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getDataBaseTable method, of class lixo.GenericDAOFieldsInfo.
testGetDataControl() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getDataControl method, of class pt.despodata.java.ddata.DDataComboBox.
testGetDataControl() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testGetDataControl1() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testGetDataControl2() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testGetDataControl3() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testGetDataControl4() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testGetDataControl5() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testGetDataControlForTable() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testGetDataFieldSize() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getDataFieldSize method, of class pt.despodata.java.ddata.DDataField.
testGetDataMetaField() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetDataMetaField() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetDataRows() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetDataRows() - Method in class pt.moredata.dao.core.GenericRecordSetTest
Test of getDataRows method, of class pt.moredata.dao.GenericRecordSet
testGetDataSetIndex() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetDataSource() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Test of getDataSource method, of class pt.despodata.java.connection.DDataSourcePool.
testGetDataSource() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetDataSourceAction() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetDataSourceAction() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetDataSourceAction() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testGetDataSourceAction() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetDataSourceAction() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testGetDataSourceAction() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetDataSourceAction() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testGetDataSourceFormat() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetDataSourceFormat() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testGetDataSourceId() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getDBName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDataSourceId() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getDBName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDataSourceId() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Test of getDBName method, of class pt.despodata.java.connection.ConnectionXxtConfig.
testGetDataSourceId() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getDBName method, of class pt.despodata.java.connection.ConnectionXxtConfig.
testGetDataSourceLocation() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Test of getDataSourceLocation method, of class pt.despodata.java.ddata.DDataConfig.
testGetDataSourcePK() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetDataSourcePK() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testGetDataSourcePk() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetDataSourcePk() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetDataSourcePk() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetDataType() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetDataType() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetDataType() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetDataType() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetDataType() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testGetDataType() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetDataType() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetDataTypeDescription() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetDataTypeDescription() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetDataTypeDescription() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testGetDataTypeDescription() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetDataTypeDescription() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getDataTypeDescription method, of class pt.moredata.dao.util.DataTypes.
testGetDataTypeInfo() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetDataTypeInfo() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetDataTypeInfo() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getDataTypeInfo method, of class pt.moredata.dao.util.DataTypes.
testGetDataTypes() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetDataTypes() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetDataTypes() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getDataTypes method, of class pt.moredata.dao.util.DataTypes.
testGetDbDataType() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetDbDataType() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getDbDataType method, of class pt.despodata.java.ddata.DDataField.
testGetDbName() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getDbName method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetDbName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetDbType() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testGetDbType() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetDbType() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetDebug() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getDebug method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDebug() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of getDebug method, of class pt.despodata.java.connection.DBConnection.
testGetDebug() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getDebug method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDebug() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getDebug method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDebug() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Test of getDebug method, of class pt.despodata.java.connection.ConnectionXml12Config.
testGetDebug() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getDebug method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetDebug() - Method in class pt.moredata.connection.DBConnectionTest
Test of getDebug method, of class pt.despodata.java.connection.DBConnection.
testGetDecimalFormatSymbols() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Test of getDecimalFormatSymbols method, of class pt.despodata.java.ddata.DDataConfig.
testGetDecimalSeparator() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Test of getDecimalSeparator method, of class pt.despodata.java.ddata.DDataConfig.
testGetDecimals() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetDecimals() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getDecimals method, of class pt.despodata.java.ddata.DDataField.
testGetDecimals() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetDecimals() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testGetDefault() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetDefault() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetDefault() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetDefault() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetDefaultEditor() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetDefaultMaxLength() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of getDefaultMaxLength method, of class pt.despodata.java.ddata.DDataFieldDocument.
testGetDefaultRenderer() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetDefaultValue() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetDefaultValue() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetDelegate() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetDelegateList() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetDeleteButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getDeleteButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetDeleteRule() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetDeleteRule() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetDescriptionColumn() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getDescriptionColumn method, of class pt.despodata.java.ddata.DDataComboBox.
testGetDescriptionColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetDescriptionColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getDescriptionColumn method, of class pt.despodata.java.ddata.DDataField.
testGetDescriptionColumn() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testGetDescriptionColumn() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetDescriptionColumn() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testGetDetailedMessage() - Method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
testGetDetailedMessage() - Method in class pt.moredata.dao.DataBaseExceptionTest
 
testGetDocument() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getDocument method, of class pt.despodata.java.ddata.DDataField.
testGetDouble() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getDouble method, of class pt.despodata.java.ddata.DDataField.
testGetDriver() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getDriver method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDriver() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getDriver method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDriver() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getDriver method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetDriver() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Test of getDriver method, of class pt.despodata.java.connection.ConnectionXml12Config.
testGetDriver() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getDriver method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetEditable() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetEditable() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of getEditable method, of class pt.despodata.java.ddata.DDataFieldDocument.
testGetEditorComponent() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetErrorCode() - Method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
testGetErrorCode() - Method in class pt.moredata.dao.DataBaseExceptionTest
 
testGetErrorMessage() - Method in class pt.despodata.java.ddata.tests.DBErrorTest
 
testGetErrorMessage() - Method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
testGetErrorMessage() - Method in class pt.moredata.dao.DataBaseErrorTest
 
testGetErrorMessage() - Method in class pt.moredata.dao.DataBaseExceptionTest
 
testGetErrorType() - Method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
testGetErrorType() - Method in class pt.moredata.dao.DataBaseExceptionTest
 
testGetExecQueryButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getExecQueryButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetExitButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getExitButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetExportButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getExportButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetExportedForeignKeyValues() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
testGetExportedForeignKeyValues() - Method in class pt.moredata.dao.DataTableInfoTest
A unit test for JUnit
testGetFKColumnName() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
testGetFKColumnName() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetFKColumnName() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testGetFKColumnName() - Method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test for JUnit
testGetFKColumnName() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetFKColumnName() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testGetFKColumnNames() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
testGetFKColumnNames() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetFKColumnNames() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testGetFKColumnNames() - Method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test for JUnit
testGetFKColumnNames() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetFKColumnNames() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testGetFieldInfoForColumn() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
testGetFieldInfoForColumn() - Method in class pt.moredata.dao.DataTableInfoTest
A unit test for JUnit
testGetFieldName() - Method in class pt.moredata.dao.pattern.SimplePatternTest
Test of getFieldName method, of class pt.moredata.dataentry_prototipo.pattern.SimplePattern.
testGetFieldType() - Method in class pt.moredata.dao.pattern.SimplePatternTest
Test of getFieldType method, of class pt.moredata.dataentry_prototipo.pattern.SimplePattern.
testGetFileDataCase1() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testGetFileDataCase2() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testGetFileName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetFileName() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testGetFirstButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getFirstButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetFixedValue() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetFk() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetFkTableName() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
testGetFkTableName() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetFkTableName() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testGetFkTableName() - Method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test for JUnit
testGetFkTableName() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetFkTableName() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testGetFocusAccelerator() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getFocusAccelerator method, of class pt.despodata.java.ddata.DDataField.
testGetFont() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getFont method, of class pt.despodata.java.ddata.DDataField.
testGetFormat() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetFormat() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getFormat method, of class pt.despodata.java.ddata.DDataField.
testGetFormatedNumber() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetFormatedNumber() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetFormatedNumber() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getFormatedNumber method, of class pt.moredata.dao.util.DataTypes.
testGetFormatedString() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetFormatedString() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetFormatedString() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getFormatedString method, of class pt.moredata.dao.util.DataTypes.
testGetFrameSet() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getFrameSet method, of class pt.despodata.java.webappl.GenericController.
testGetGroup() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of getGroup method, of class pt.despodata.java.fglreport.FglReport.
testGetGroup() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of getGroup method, of class pt.moredata.fglreport.SwingFglReport.
testGetGroup() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of getGroup method, of class pt.moredata.fglreport.txtfglreport.
testGetGroupValue() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of getGroupValue method, of class pt.despodata.java.fglreport.FglReport.
testGetGroupValue() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of getGroupValue method, of class pt.moredata.fglreport.SwingFglReport.
testGetGroupValue() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of getGroupValue method, of class pt.moredata.fglreport.txtfglreport.
testGetHelpContextId() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getHelpContextId method, of class pt.despodata.java.ddata.DDataField.
testGetHorizontalAlignment() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getHorizontalAlignment method, of class pt.despodata.java.ddata.DDataField.
testGetHorizontalVisibility() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getHorizontalVisibility method, of class pt.despodata.java.ddata.DDataField.
testGetHostName() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getHostName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetHostName() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getHostName method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetHostName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetHostName() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getHostName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetHostName() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getHostName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetHostName() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getHostName method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetIcon() - Method in class pt.despodata.java.ddata.tests.DDataToolBarBeanInfoTest
Test of getIcon method, of class pt.despodata.java.ddata.DDataToolBarBeanInfo.
testGetImplicitConnection() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Test of getImplicitConnection method, of class pt.despodata.java.connection.DDataSourcePool.
testGetImplicitConnection() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getImplicitConnection method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetImplicitDataSource() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Test of getImplicitDataSource method, of class pt.despodata.java.connection.DDataSourcePool.
testGetImplicitDataSource() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Test of getImplicitDataSource method, of class pt.despodata.java.ddata.DDataConfig.
testGetInitialQueryString() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getInitialQueryString method, of class pt.despodata.java.ddata.DDataField.
testGetIsFk() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetIsPk() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetIsUpdateable() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetIteratorCodeCase1() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testGetIteratorCodeCase2() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testGetJarName() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testGetJarName() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testGetJoinClause() - Method in class pt.moredata.dao.DataBaseTableTest
Test of getJoinClause method, of class pt.moredata.dao.DataBaseTable
testGetJoinColumns() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getJoinColumns, of class GenericDAOFieldsInfo.
testGetLabel() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetLabel() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetLabel() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetLastButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getLastButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetLength() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetLinCol() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testGetLinCol() - Method in class pt.despodata.java.ddata.tests.DSerializedTableTest
 
testGetLinCol() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testGetLinCol() - Method in class pt.moredata.dao.core.SerializedTableTest
A unit test for JUnit
testGetLineNo() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of getLineNo method, of class pt.despodata.java.fglreport.FglReport.
testGetLineNo() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of getLineNo method, of class pt.moredata.fglreport.SwingFglReport.
testGetLineNo() - Method in class pt.moredata.fglreport.TxtFglReportTest
 
testGetLong() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getLong method, of class pt.despodata.java.ddata.DDataField.
testGetMaxErrorMessage() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getMaxErrorMessage method, of class pt.despodata.java.ddata.DDataField.
testGetMaxLength() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetMaxLength() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getMaxLength method, of class pt.despodata.java.ddata.DDataField.
testGetMaxLength() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetMaxLength() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testGetMaxObjValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getMaxObjValue method, of class pt.despodata.java.ddata.DDataField.
testGetMaxValue() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of getMaxValue method, of class pt.despodata.java.ddata.DDataCalendar.
testGetMaxValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetMaxValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getMaxValue method, of class pt.despodata.java.ddata.DDataField.
testGetMaxValue() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetMaxValue() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testGetMetaField() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetMetaField() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetMetaField() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getMetaField method, of class lixo.GenericDAOFieldsInfo.
testGetMetaField() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of getMetaField method, of class pt.moredata.dao.GenericDAO.
testGetMetaField() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of getMetaField method, of class pt.moredata.dao.GenericMultiTableDAO.
testGetMetaFields() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetMetaFields() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getMetaFields method, of class lixo.GenericDAOFieldsInfo.
testGetMinErrorMessage() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getMinErrorMessage method, of class pt.despodata.java.ddata.DDataField.
testGetMinObjValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getMinObjValue method, of class pt.despodata.java.ddata.DDataField.
testGetMinValue() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of getMinValue method, of class pt.despodata.java.ddata.DDataCalendar.
testGetMinValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetMinValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getMinValue method, of class pt.despodata.java.ddata.DDataField.
testGetMinValue() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetMinValue() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testGetModel() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetMyData() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of getMyData method, of class pt.despodata.java.webappl.GenericModel.
testGetMyModel() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getMyModel method, of class pt.despodata.java.webappl.GenericController.
testGetMyView() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getMyView method, of class pt.despodata.java.webappl.GenericController.
testGetNCols() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testGetNCols() - Method in class pt.despodata.java.ddata.tests.DSerializedTableTest
 
testGetNCols() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testGetNCols() - Method in class pt.moredata.dao.core.SerializedTableTest
A unit test for JUnit
testGetNLins() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testGetNLins() - Method in class pt.despodata.java.ddata.tests.DSerializedTableTest
 
testGetNLins() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testGetNLins() - Method in class pt.moredata.dao.core.SerializedTableTest
A unit test for JUnit
testGetName() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
 
testGetName() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
testGetName() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetName() - Method in class pt.moredata.dao.DataBaseTableTest
A unit test for JUnit
testGetName() - Method in class pt.moredata.dao.DataIndexTest
A unit test for JUnit
testGetName() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetNavigateThroughNonEditableCells() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetNewButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getNewButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetNextButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getNextButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetNumChars() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetObject() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of getObject method, of class pt.despodata.java.ddata.DDataCalendar.
testGetObject() - Method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
Test of getObject method, of class pt.despodata.java.ddata.DDataCheckBox.
testGetObject() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getObject method, of class pt.despodata.java.ddata.DDataComboBox.
testGetObject() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getObject method, of class pt.despodata.java.ddata.DDataField.
testGetObjectValue() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetObjectValue() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetObjectValue() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getObjectValue method, of class pt.moredata.dao.util.DataTypes.
testGetOnlyDigits() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of getOnlyDigits method, of class pt.despodata.java.ddata.DDataFieldDocument.
testGetOrderBy() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetOrderBy() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetOrderBy() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetPKColumnName() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
testGetPKColumnName() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetPKColumnName() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testGetPKColumnName() - Method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test for JUnit
testGetPKColumnName() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetPKColumnName() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testGetPKColumnNames() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
testGetPKColumnNames() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetPKColumnNames() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testGetPKColumnNames() - Method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test for JUnit
testGetPKColumnNames() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetPKColumnNames() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testGetPKMetaField() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetPKMetaField() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getPKMetaField method, of class lixo.GenericDAOFieldsInfo.
testGetPKMetaFields() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getPKMetaFields method, of class lixo.GenericDAOFieldsInfo.
testGetPKName() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetPKName() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetPKName() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetPKNameAndValue() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetPKNameAndValue() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetPKNameAndValue() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetPKSize() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetPKSize() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getPKSize method, of class lixo.GenericDAOFieldsInfo.
testGetPKValue() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetPKValue() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetPKValue() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetPKValue() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetPKValue() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testGetPageNo() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of getPageNo method, of class pt.despodata.java.fglreport.FglReport.
testGetPassword() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getPassword method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetPassword() - Method in class pt.despodata.java.connection.tests.DDSwingLoginTest
Test of getPassword method, of class pt.despodata.java.connection.DDSwingLogin.
testGetPassword() - Method in class pt.despodata.java.connection.tests.UserPanelTest
Test of getPassword method, of class pt.despodata.java.connection.UserPanel.
testGetPassword() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getPassword method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetPassword() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetPassword() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getPassword method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetPassword() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getPassword method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetPassword() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Test of getPassword method, of class pt.despodata.java.connection.ConnectionXml12Config.
testGetPassword() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getPassword method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetPattern() - Method in class pt.moredata.dao.pattern.SimplePatternTest
Test of getPattern method, of class pt.moredata.dataentry_prototipo.pattern.SimplePattern.
testGetPercent() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of getPercent method, of class pt.despodata.java.ddata.DDataProgressBar.
testGetPk() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetPkTableName() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
 
testGetPkTableName() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetPkTableName() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testGetPkTableName() - Method in class pt.moredata.dao.ExportedForeignKeyTest
A unit test for JUnit
testGetPkTableName() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetPkTableName() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testGetPopupSize() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getPopupSize method, of class pt.despodata.java.ddata.DDataComboBox.
testGetPort() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getPort method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetPort() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getPort method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetPort() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getPort method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetPort() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getPort method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetPreferredScrollableViewportSize() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getPreferredScrollableViewportSize method, of class pt.despodata.java.ddata.DDataField.
testGetPreviousButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getPreviousButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetPrimaryKey() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetPrintButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getPrintButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetProperties() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetProtocol() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getProtocol method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetProtocol() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getProtocol method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetProtocol() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getProtocol method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetProtocol() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getProtocol method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetQueryButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getQueryButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetQueryPolicy() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of getQueryPolicy method, of class pt.moredata.dao.GenericDAO.
testGetQueryPolicy() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetQueryPolicy() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of getQueryPolicy method, of class pt.moredata.dao.GenericMultiTableDAO.
testGetQueryString() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getQueryString method, of class pt.despodata.java.ddata.DDataField.
testGetQueryValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getQueryValue method, of class pt.despodata.java.ddata.DDataField.
testGetQueryValue() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetRecordSet() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of getRecordSet method, of class pt.moredata.dao.GenericDAO.
testGetRecordSet() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of getRecordSet method, of class pt.moredata.dao.GenericMultiTableDAO.
testGetReferencedColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetReferencedColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getReferencedColumn method, of class pt.despodata.java.ddata.DDataField.
testGetReferencedColumn() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetReferencedTable() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetReferencedTable() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getReferencedTable method, of class pt.despodata.java.ddata.DDataField.
testGetReferencedTable() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetRemarks() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetRemarks() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
testGetRemarks() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testGetRemarks() - Method in class pt.moredata.dao.DataTableInfoTest
A unit test for JUnit
testGetRequired() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getRequired method, of class pt.despodata.java.ddata.DDataComboBox.
testGetRequired() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetRequired() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getRequired method, of class pt.despodata.java.ddata.DDataField.
testGetResult() - Method in class pt.despodata.java.ddata.tests.ExtensoTest
 
testGetRowFromPk() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetRowFromPk() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetRowFromPk() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetRows() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetRows() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testGetRows() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetRows() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetRows() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testGetSQLError() - Method in class pt.despodata.java.ddata.tests.DBErrorTest
 
testGetSQLError() - Method in class pt.moredata.dao.DataBaseErrorTest
 
testGetSQLException() - Method in class pt.moredata.dao.DataBaseExceptionTest
 
testGetSQLState() - Method in class pt.despodata.java.ddata.tests.DBExceptionTest
 
testGetSQLState() - Method in class pt.moredata.dao.DataBaseExceptionTest
 
testGetSaveButton() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of getSaveButton method, of class pt.despodata.java.ddata.DDataToolBar.
testGetScrollOffset() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getScrollOffset method, of class pt.despodata.java.ddata.DDataField.
testGetScrollableBlockIncrement() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getScrollableBlockIncrement method, of class pt.despodata.java.ddata.DDataField.
testGetScrollableUnitIncrement() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getScrollableUnitIncrement method, of class pt.despodata.java.ddata.DDataField.
testGetSelectedDate() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of getSelectedDate method, of class pt.despodata.java.ddata.DDataCalendar.
testGetSelectedDescription() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getSelectedDescription method, of class pt.despodata.java.ddata.DDataComboBox.
testGetSelectedText() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getSelectedText method, of class pt.despodata.java.ddata.DDataField.
testGetSelectionEnd() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getSelectionEnd method, of class pt.despodata.java.ddata.DDataField.
testGetSelectionStart() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getSelectionStart method, of class pt.despodata.java.ddata.DDataField.
testGetSerFileName() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testGetSerFileName() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testGetServer() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getServer method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetServer() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getServer method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetServer() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetServer() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getServer method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetServer() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getServer method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetServer() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getServer method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetServerPropertys() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getServerPropertys method, of class pt.despodata.java.connection.DBConnection.
testGetService() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getService method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetService() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetSession() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getSession method, of class pt.despodata.java.webappl.GenericController.
testGetSgbdUrl() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getSgbdUrl method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetSgbdUrl() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetShowCode() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getShowCode method, of class pt.despodata.java.ddata.DDataComboBox.
testGetSortMethod() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetSpecialType() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetSpecialType() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetSqlChars() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetSqlChars() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetSqlChars() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getSqlChars method, of class pt.moredata.dao.util.DataTypes.
testGetSqlDataType() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetSqlDataType() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testGetSqlDataType() - Method in class pt.moredata.dao.util.DataTypesTest
Test of getSqlDataType method, of class pt.moredata.dao.util.DataTypes.
testGetState() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of getState method, of class pt.despodata.java.ddata.DDataProgressBar.
testGetString() - Method in class pt.despodata.java.ddata.tests.ExtStringTest
Test of getString method, of class pt.despodata.java.ddata.ExtString.
testGetSubProtocol() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getSubProtocol method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetSubProtocol() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getSubProtocol method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetSubProtocol() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getSubProtocol method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetSubProtocol() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getSubProtocol method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetSufix() - Method in class pt.despodata.java.ddata.tests.ExtStringTest
Test of getSufix method, of class pt.despodata.java.ddata.ExtString.
testGetSufix() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getSufix method, of class pt.despodata.java.webappl.GenericController.
testGetTable() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getTable method, of class pt.despodata.java.ddata.DDataComboBox.
testGetTable() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetTable() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getTable method, of class pt.despodata.java.ddata.DDataField.
testGetTable() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
testGetTableData() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testGetTableData() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testGetTableInfo() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetTableInfo() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
 
testGetTableInfo() - Method in class pt.despodata.java.ddata.tests.DDataMetaDataTest
 
testGetTableInfo() - Method in class pt.moredata.dao.DataBaseTableTest
A unit test for JUnit
testGetTableInfo() - Method in class pt.moredata.dao.DataMetaDataTest
A unit test for JUnit
testGetTableInfo() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetTableInfo() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetTableName() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetTableName() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testGetTableName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetTableName() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testGetTableName() - Method in class pt.moredata.dao.DataTableInfoTest
A unit test for JUnit
testGetTableName() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetTableName() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testGetTableName() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetTableName() - Method in class pt.moredata.dao.pattern.SimplePatternTest
Test of getTableName method, of class pt.moredata.dataentry_prototipo.pattern.SimplePattern.
testGetTables() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getTables method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetTablesNames() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of getTablesNames method, of class lixo.GenericDAOFieldsInfo.
testGetTags() - Method in class pt.despodata.java.ddata.tests.DDataTypeEditorTest
Test of getTags method, of class pt.despodata.java.ddata.DDataTypeEditor.
testGetText() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getText method, of class pt.despodata.java.ddata.DDataField.
testGetThousandSeparator() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Test of getThousandSeparator method, of class pt.despodata.java.ddata.DDataConfig.
testGetTitle() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testGetTypeInformation() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testGetUI() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetUIClassID() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testGetURL() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Test of getURL() method, of class pt.despodata.java.connection.ConnectionXml12Config.
testGetURL() - Method in class pt.moredata.dao.DataTableInfoTest
A unit test for JUnit
testGetUpdateRule() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
 
testGetUpdateRule() - Method in class pt.moredata.dao.ForeignKeyTest
A unit test for JUnit
testGetUpdateType() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetUpdateType() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetUpdateType() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGetUpshift() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of getUpshift method, of class pt.despodata.java.ddata.DDataFieldDocument.
testGetUserId() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of getUserId method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetUserId() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of getUserId method, of class pt.despodata.java.connection.DBConnection.
testGetUserId() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of getUserId method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetUserId() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of getUserId method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testGetUserId() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Test of getUserId method, of class pt.despodata.java.connection.ConnectionXml12Config.
testGetUserId() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of getUserId method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testGetUserId() - Method in class pt.moredata.connection.DBConnectionTest
Test of getUserId method, of class pt.despodata.java.connection.DBConnection.
testGetUserName() - Method in class pt.despodata.java.connection.tests.DDSwingLoginTest
Test of getUserName method, of class pt.despodata.java.connection.DDSwingLogin.
testGetUserName() - Method in class pt.despodata.java.connection.tests.UserPanelTest
Test of getUserName method, of class pt.despodata.java.connection.UserPanel.
testGetUserName() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of getUserName method, of class pt.despodata.java.ddata.DDataConnectDb.
testGetUserName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testGetValidateOnLostFocus() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of getValidateOnLostFocus method, of class pt.despodata.java.ddata.DDataField.
testGetView() - Method in class pt.despodata.java.webappl.tests.GenericViewTest
Test of getView method, of class pt.despodata.java.webappl.GenericView.
testGetWhere() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of getWhere method, of class pt.despodata.java.ddata.DDataComboBox.
testGetWhereClause() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of getWhereClause method, of class pt.despodata.java.webappl.GenericController.
testGetWhereStr() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testGetWhereStr() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testGetWhereStr() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testGotoColumn() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of gotoColumn method, of class pt.despodata.java.fglreport.FglReport.
testGotoColumn() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of gotoColumn method, of class pt.moredata.fglreport.SwingFglReport.
testGotoColumn() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of gotoColumn method, of class pt.moredata.fglreport.txtfglreport.
testGotoLine() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of gotoLine method, of class pt.despodata.java.fglreport.FglReport.
testGotoLine() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of gotoLine method, of class pt.moredata.fglreport.SwingFglReport.
testGotoLine() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of gotoLine method, of class pt.moredata.fglreport.txtfglreport.
testGrabFocus() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of grabFocus method, of class pt.despodata.java.ddata.DDataField.
testHandleEvent() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of handleEvent method, of class pt.despodata.java.webappl.GenericController.
testHasPrimaryKey() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testHasPrimaryKey() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testHasPrimaryKey() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testHowManySecTables() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testHowManySecTables() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testHowManySecTables() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testInformixSerialBug() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Description : This test propose is to verify if the value of a SERIAL column is read from the database after a insert.
testInitCellAt() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testInitCellAt() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testInitDataRow() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testInitDataRow() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testInitPktoListMap() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testInitPktoListMap() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testInitRecordSet() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testInitSession() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of initSession method, of class pt.despodata.java.webappl.GenericController.
testInitSession() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of initSession method, of class pt.despodata.java.webappl.GenericModel.
testInitTableInfo() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
 
testInitTableInfo() - Method in class pt.moredata.dao.DataBaseTableTest
A unit test for JUnit
testInitialButtonState() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of initialButtonState method, of class pt.despodata.java.ddata.DDataToolBar.
testInsert() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testInsert() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testInsert() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testInsert() - Method in class pt.moredata.qvs.CheckedAreaTest
Test of insert method, of class pt.moredata.qvs.CheckedArea.
testInsert() - Method in class pt.moredata.qvs.CheckedPointTest
Test of insert method, of class pt.moredata.qvs.CheckedPoint.
testInsertEvents() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Este metodo testa a geracao de eventos do metodo insert()
testInsertEvents() - Method in class pt.moredata.dao.core.GenericDAOTest
Este metodo testa a geracao de eventos do metodo insert()
testInsertEvents() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Este metodo testa a geracao de eventos do metodo insert()
testInsertString() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of insertString method, of class pt.despodata.java.ddata.DDataFieldDocument.
testIntegerInsertString() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of integerInsertString method, of class pt.despodata.java.ddata.DDataFieldDocument.
testInteractiveConnection() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of interactiveConnection method, of class pt.despodata.java.ddata.DDataConnectDb.
testIsAcceptNull() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testIsAutoFormat() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isAutoFormat method, of class pt.despodata.java.ddata.DDataField.
testIsAutonext() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of isAutonext method, of class pt.despodata.java.ddata.DDataFieldDocument.
testIsCellModified() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsCellModified() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsCellModified() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsColumn() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of isColumn method, of class lixo.GenericDAOFieldsInfo.
testIsColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsColumnModified() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testIsColumnModified() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testIsContainer() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isContainer method, of class pt.despodata.java.ddata.DDataField.
testIsCounter() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testIsCounter() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testIsDeleted() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsDeleted() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testIsDeleted() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testIsDeleted() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsDeleted() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testIsDeleted() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsDeleted() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testIsDescColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsDescColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsDescColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsEditable() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isEditable method, of class pt.despodata.java.ddata.DDataField.
testIsEngineProcessed() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testIsEngineProcessed() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testIsEngineProcessed() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testIsEngineProcessed() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testIsEngineProcessed() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testIsEngineProcessed() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testIsFK() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
 
testIsFK() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testIsFK() - Method in class pt.moredata.dao.DataTableInfoTest
A unit test for JUnit
testIsFK() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testIsFk() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isFk method, of class pt.despodata.java.ddata.DDataField.
testIsFocusTraversable() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testIsFocusTraversable() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isFocusTraversable method, of class pt.despodata.java.ddata.DDataField.
testIsFocusTraversable() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of isFocusTraversable method, of class pt.despodata.java.ddata.DDataProgressBar.
testIsInsertColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsInsertColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsInsertColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsLookupOnSetObject() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isLookupOnSetObject method, of class pt.despodata.java.ddata.DDataField.
testIsManagingFocus() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testIsModified() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testIsModified() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsModified() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testIsModified() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testIsModified() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testIsModified() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsModified() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testIsModified() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsModified() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testIsNewRow() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsNewRow() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testIsNewRow() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testIsNewRow() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsNewRow() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testIsNewRow() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsNewRow() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testIsOnlyDigits() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isOnlyDigits method, of class pt.despodata.java.ddata.DDataField.
testIsPK() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testIsPK() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testIsPKPart() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testIsPKPart() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of isPKPart method, of class lixo.GenericDAOFieldsInfo.
testIsPk() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isPk method, of class pt.despodata.java.ddata.DDataField.
testIsPkPart() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsPkPart() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsPkPart() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsPrimaryKey() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsPrimaryKey() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsPrimaryKey() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsQueryState() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isQueryState method, of class pt.despodata.java.ddata.DDataField.
testIsRequired() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testIsShowCode() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isShowCode method, of class pt.despodata.java.ddata.DDataField.
testIsShowDescription() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isShowDescription method, of class pt.despodata.java.ddata.DDataField.
testIsShowExpansionButton() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isShowExpansionButton method, of class pt.despodata.java.ddata.DDataField.
testIsTable() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of isTable method, of class lixo.GenericDAOFieldsInfo.
testIsUnique() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
testIsUnique() - Method in class pt.moredata.dao.DataIndexTest
A unit test for JUnit
testIsUpdateColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testIsUpdateColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testIsUpdateColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testIsUpdateable() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testIsValidateRoot() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of isValidateRoot method, of class pt.despodata.java.ddata.DDataField.
testIsWaitingToBeLoad() - Method in class pt.moredata.dao.DataCellTest
Test of isWaitingToBeLoad method, of class pt.moredata.dao.DataCell
testIsWaitingToBeLoad() - Method in class pt.moredata.dao.core.GenericDataRowTest
Test of isWaitingToBeLoad method, of class pt.moredata.dao.GenericDataRow
testIsWaitingToBeLoad() - Method in class pt.moredata.dao.core.GenericRecordSetTest
Test of isWaitingToBeLoad method, of class pt.moredata.dao.GenericRecordSet
testItemStateChanged() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of itemStateChanged method, of class pt.despodata.java.ddata.DDataCalendar.
testJbInit() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of jbInit method, of class pt.despodata.java.ddata.DDataToolBar.
testJunctionInt() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of JunctionInt method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionInt() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of JunctionInt method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionLeft() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of JunctionLeft method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionLeft() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of JunctionLeft method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionRight() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of JunctionRight method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionRight() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of JunctionRight method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionTop() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of JunctionTop method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionTop() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of JunctionTop method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionUnd() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of JunctionUnd method, of class pt.despodata.java.fglreport.ProprinterControl.
testJunctionUnd() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of JunctionUnd method, of class pt.despodata.java.fglreport.ProprinterControl.
testLeftTrim() - Method in class pt.moredata.util.StringUtilsTest
Test of leftTrim method, of class pt.moredata.util.StringUtils.
testLoadConfig() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of loadConfig method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testLoadConfig() - Method in class pt.despodata.java.connection.tests.DDConnectionConfigTest
Test of loadConfig method, of class pt.despodata.java.connection.DDConnectionConfig.
testLoadConfig() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of loadConfig method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testLoadConfig() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of loadConfig method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testLoadConfig() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Test of loadConfig method, of class pt.despodata.java.connection.ConnectionXml12Config.
testLoadConfig() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of loadConfig method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testLocaleFormat() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testLocaleFormat() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testLock() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testLogin() - Method in class pt.despodata.java.connection.tests.DDSwingLoginTest
Test of login method, of class pt.despodata.java.connection.DDSwingLogin.
testLogin() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Test of login method, of class pt.despodata.java.connection.DDataSourcePool.
testMakeController() - Method in class pt.despodata.java.webappl.tests.GenericViewTest
Test of makeController method, of class pt.despodata.java.webappl.GenericView.
testMakeFormat() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testMakeFormat() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testMakeFormat() - Method in class pt.moredata.dao.util.DataTypesTest
Test of makeFormat method, of class pt.moredata.dao.util.DataTypes.
testMarkRowAsDeleted() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testMarkRowAsDeleted() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testMissingTest() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DBErrorTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DBExceptionTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test missing test
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataMetaDataTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataTableInfoTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataToolBarBeanInfoTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataTypeEditorTest
 
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.DSerializedTableTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.ExportedForeignKeyTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.ExtStringTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.ExtensoTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.ForeignKeyTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
 
testMissingTest() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
 
testMissingTest(Class, Class) - Method in class pt.despodata.java.tests.TestCase
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.despodata.java.webappl.tests.GenericViewTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.connection.ConnectionXml12ConfigTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.connection.DBConnectionTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataBaseErrorTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataBaseExceptionTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataBaseTableTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataCellTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataFieldInfoTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataIndexTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataMetaDataTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataSourceTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataTableInfoTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataTypeInfoTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.DataTypeTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.ExportedForeignKeyTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.ForeignKeyTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.ImportedForeignKeyTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.core.GenericDAOTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.core.GenericDataRowTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.core.GenericRecordSetTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.core.SerializedTableIOTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.core.SerializedTableTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.pool.DAOPoolTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.dao.util.DataTypesTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.fglreport.DaoReportTest
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testMissingTest() - Method in class pt.moredata.fglreport.ProprinterControlTest
A unit test for JUnit
testMissingTest() - Method in class pt.moredata.fglreport.SwingFglReportTest
A unit test for JUnit
testMissingTest() - Method in class pt.moredata.fglreport.TxtFglReportTest
 
testMissingTest(Class, Class) - Method in class pt.moredata.tests.TestCase
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
testModelToView() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of modelToView method, of class pt.despodata.java.ddata.DDataField.
testMoveCaretPosition() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of moveCaretPosition method, of class pt.despodata.java.ddata.DDataField.
testMoveTo() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testMultiply() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
testN216() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of N216 method, of class pt.despodata.java.fglreport.ProprinterControl.
testN216() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of N216 method, of class pt.despodata.java.fglreport.ProprinterControl.
testNegate() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
testNewLine() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of newLine method, of class pt.despodata.java.fglreport.FglReport.
testNewLine() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of newLine method, of class pt.moredata.fglreport.SwingFglReport.
testNewLine() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of newLine method, of class pt.moredata.fglreport.txtfglreport.
testNewPage() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of newPage method, of class pt.despodata.java.fglreport.FglReport.
testNewPage() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of newPage method, of class pt.moredata.fglreport.SwingFglReport.
testNewPage() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of newPage method, of class pt.moredata.fglreport.txtfglreport.
testNlq() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of Nlq method, of class pt.despodata.java.fglreport.ProprinterControl.
testNlq() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of Nlq method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoCond() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of NoCond method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoCond() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of NoCond method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoDStrike() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of NoDStrike method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoDStrike() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of NoDStrike method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoEnlarged() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of NoEnlarged method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoEnlarged() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of NoEnlarged method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoProp() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of NoProp method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoProp() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of NoProp method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoUnl() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of NoUnl method, of class pt.despodata.java.fglreport.ProprinterControl.
testNoUnl() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of NoUnl method, of class pt.despodata.java.fglreport.ProprinterControl.
testNumberMask() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testNumberMask() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testNumberMask() - Method in class pt.moredata.dao.util.DataTypesTest
Test of numberMask method, of class pt.moredata.dao.util.DataTypes.
testOneSixth() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of OneSixth method, of class pt.despodata.java.fglreport.ProprinterControl.
testOneSixth() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of OneSixth method, of class pt.despodata.java.fglreport.ProprinterControl.
testOneTenth() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of OneTenth method, of class pt.despodata.java.fglreport.ProprinterControl.
testOneTenth() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of OneTenth method, of class pt.despodata.java.fglreport.ProprinterControl.
testOnlyDigits() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of onlyDigits method, of class pt.despodata.java.ddata.DDataFieldDocument.
testOutputToReport() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of outputToReport method, of class pt.despodata.java.fglreport.FglReport.
testOutputToReport() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of outputToReport method, of class pt.moredata.fglreport.SwingFglReport.
testOutputToReport() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of outputToReport method, of class pt.moredata.fglreport.txtfglreport.
testPaintComponent() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of paintComponent method, of class pt.despodata.java.ddata.DDataProgressBar.
testPaste() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of paste method, of class pt.despodata.java.ddata.DDataField.
testPopulateCombo() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of populateCombo method, of class pt.despodata.java.ddata.DDataComboBox.
testPopulateDataControl() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testPostActionEvent() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of postActionEvent method, of class pt.despodata.java.ddata.DDataField.
testPrepareDelete() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testPrepareDelete() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testPrepareEditor() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testPrepareInsert() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testPrepareInsert() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testPrepareLock() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testPrepareLock() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testPrepareQuery() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testPrepareQuery() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testPrepareRenderer() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testPrepareUpdate() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testPrepareUpdate() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testPreview() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of preview method, of class pt.despodata.java.fglreport.FglReport.
testPreview() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of preview method, of class pt.moredata.fglreport.SwingFglReport.
testPrint() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of print method, of class pt.despodata.java.fglreport.FglReport.
testPrint() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of print method, of class pt.moredata.fglreport.SwingFglReport.
testPrint() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of print method, of class pt.moredata.fglreport.txtfglreport.
testPrintBold() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of printBold method, of class pt.despodata.java.fglreport.FglReport.
testPrintBold() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of printBold method, of class pt.moredata.fglreport.SwingFglReport.
testPrintBox() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of printBox method, of class pt.despodata.java.fglreport.FglReport.
testPrintBox() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of printBox method, of class pt.moredata.fglreport.SwingFglReport.
testPrintln() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of println method, of class pt.despodata.java.fglreport.FglReport.
testPrintln() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of println method, of class pt.moredata.fglreport.SwingFglReport.
testPrintln() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of println method, of class pt.moredata.fglreport.txtfglreport.
testProcessRequest() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of processRequest method, of class pt.despodata.java.webappl.GenericController.
testProp() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of Prop method, of class pt.despodata.java.fglreport.ProprinterControl.
testProp() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of Prop method, of class pt.despodata.java.fglreport.ProprinterControl.
testPutView() - Method in class pt.despodata.java.webappl.tests.GenericViewTest
Test of putView method, of class pt.despodata.java.webappl.GenericView.
testQuery() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testQuery() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testQuery() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testQueryByPk() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testQueryByPk() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testQueryByPk() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testQueryCanceled() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of queryCanceled method, of class pt.despodata.java.ddata.DDataToolBar.
testQueryEvents() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Este metodo testa a geracao de eventos do metodo query()
testQueryEvents() - Method in class pt.moredata.dao.core.GenericDAOTest
Este metodo testa a geracao de eventos do metodo query()
testQueryEvents() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Este metodo testa a geracao de eventos do metodo query()
testQueryExecuted() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of queryExecuted method, of class pt.despodata.java.ddata.DDataToolBar.
testQueryStarted() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of queryStarted method, of class pt.despodata.java.ddata.DDataToolBar.
testQueryWithDynasetColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testQueryWithDynasetColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testReEditCellAt() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testRead() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
ecg repor
testReadFile() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testReadFile() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testRebuildPkMap() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testRebuildPkMap() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testRecordDeleted() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of recordDeleted method, of class pt.despodata.java.ddata.DDataToolBar.
testRecordInserted() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of recordInserted method, of class pt.despodata.java.ddata.DDataToolBar.
testRecordPositioned() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of recordPositioned method, of class pt.despodata.java.ddata.DDataToolBar.
testRecordUpToDate() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of recordUpToDate method, of class pt.despodata.java.ddata.DDataToolBar.
testRefresh() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testRemoveActionListener() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of removeActionListener method, of class pt.despodata.java.ddata.DDataCalendar.
testRemoveActionListener() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of removeActionListener method, of class pt.despodata.java.ddata.DDataConnectDb.
testRemoveActionListener() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of removeActionListener method, of class pt.despodata.java.ddata.DDataField.
testRemoveAllElements() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testRemoveAllItems() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of removeAllItems method, of class pt.despodata.java.ddata.DDataComboBox.
testRemoveApplyListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testRemoveApplyListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testRemoveCaretListener() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of removeCaretListener method, of class pt.despodata.java.ddata.DDataField.
testRemoveDAO() - Method in class pt.moredata.dao.pool.DAOPoolTest
A unit test for JUnit
testRemoveDAOListener() - Method in class pt.moredata.dao.pool.DAOPoolTest
A unit test for JUnit
testRemoveDDataControlFilterListener() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of removeDDataControlFilterListener method, of class pt.despodata.java.ddata.DDataComboBox.
testRemoveDDataControlListener() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testRemoveDDataFieldListener() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of removeDDataFieldListener method, of class pt.despodata.java.ddata.DDataField.
testRemoveDDataTableListener() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testRemoveDataControl() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testRemoveDataSource() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testRemoveDeleteListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testRemoveDeleteListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testRemoveDropDownComboListener() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of removeDropDownComboListener method, of class pt.despodata.java.ddata.DDataComboBox.
testRemoveFglReportListener() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of removeFglReportListener method, of class pt.moredata.fglreport.SwingFglReport.
testRemoveFglReportListener() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of removeFglReportListener method, of class pt.moredata.fglreport.txtfglreport.
testRemoveInsertListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testRemoveInsertListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testRemoveItemSelectedListener() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of removeItemSelectedListener method, of class pt.despodata.java.ddata.DDataComboBox.
testRemoveListener() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of removeListener method, of class pt.despodata.java.webappl.GenericController.
testRemoveMetaField() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of removeMetaField method, of class lixo.GenericDAOFieldsInfo.
testRemoveNotify() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testRemoveNotify() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of removeNotify method, of class pt.despodata.java.ddata.DDataField.
testRemoveQueryListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testRemoveQueryListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testRemoveRowAppliedListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testRemoveRowAppliedListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testRemoveRowRetrivedListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testRemoveRowRetrivedListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testRemoveSearchListener() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of removeSearchListener method, of class pt.despodata.java.webappl.GenericController.
testRemoveTable() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of removeTable method, of class lixo.GenericDAOFieldsInfo.
testRemoveTable() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of removeTable method, of class pt.moredata.dao.GenericDAO.
testRemoveTable() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of removeTable method, of class pt.moredata.dao.GenericMultiTableDAO.
testRemoveUpdateListener() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testRemoveUpdateListener() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testRemoveWhereStringBuildListener() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of removeWhereStringBuildListener method, of class pt.despodata.java.webappl.GenericController.
testReplaceIteratorMacro() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testReplaceMacroClassName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testReplaceMacroDate() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testReplaceMacroName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testReplaceMacroTableName() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testReplaceMacroUser() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGeneratorTest
Test of replaceMacros method, of class pt.moredata.util.StringUtils.
testResetAllFlags() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testResetAllFlags() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testResetAllFlags() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testResetAllFlags() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testRestore() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testRestore() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testRestoreCell() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testRestoreCell() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testRestoreCell() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testRestoreCell() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testRestoreRow() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testRestoreRow() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testRestoreRow() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testRestoreRow() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testRightTrim() - Method in class pt.moredata.util.StringUtilsTest
Test of rightTrim method, of class pt.moredata.util.StringUtils.
testRmFglReportListener() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of rmFglReportListener method, of class pt.despodata.java.fglreport.FglReport.
testRollback() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of rollback method, of class pt.despodata.java.webappl.GenericModel.
testRows() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testRows() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testRows() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testRun() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test of run method, of class pt.despodata.java.ddata.DDataSendSimpleMail.
testScrollRectToVisible() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of scrollRectToVisible method, of class pt.despodata.java.ddata.DDataField.
testSearchDetail() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of searchDetail method, of class pt.despodata.java.webappl.GenericController.
testSearchDetail() - Method in class pt.despodata.java.webappl.tests.GenericViewTest
Test of searchDetail method, of class pt.despodata.java.webappl.GenericView.
testSelect() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of select method, of class pt.despodata.java.ddata.DDataField.
testSelectAll() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of selectAll method, of class pt.despodata.java.ddata.DDataField.
testSendMail() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test of sendMail method, of class pt.despodata.java.ddata.DDataSendSimpleMail.
testService() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of Service method, of class pt.despodata.java.webappl.GenericModel.
testSetAcceptNull() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetAcceptNulls() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetActionCommand() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setActionCommand method, of class pt.despodata.java.ddata.DDataField.
testSetAditionalColumn() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setAditionalColumn method, of class pt.despodata.java.ddata.DDataComboBox.
testSetAlias() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
 
testSetAlias() - Method in class pt.moredata.dao.DataBaseTableTest
A unit test for JUnit
testSetAlignment() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetArchiveName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetArchiveName() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testSetAreaId() - Method in class pt.moredata.qvs.CheckedAreaTest
Test of setAreaId method, of class pt.moredata.qvs.CheckedArea.
testSetAreaId() - Method in class pt.moredata.qvs.CheckedPointTest
Test of setAreaId method, of class pt.moredata.qvs.CheckedArea.
testSetAutoCommit() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of setAutoCommit method, of class pt.despodata.java.webappl.GenericModel.
testSetAutoFormat() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setAutoFormat method, of class pt.despodata.java.ddata.DDataField.
testSetAutonext() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of setAutonext method, of class pt.despodata.java.ddata.DDataFieldDocument.
testSetBackground() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setBackground method, of class pt.despodata.java.ddata.DDataField.
testSetBackground() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of setBackground method, of class pt.despodata.java.ddata.DDataProgressBar.
testSetBorder() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setBorder method, of class pt.despodata.java.ddata.DDataField.
testSetBytes() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetCaretPosition() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setCaretPosition method, of class pt.despodata.java.ddata.DDataField.
testSetCellAt() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetCellAt() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetCellAt() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetCellProperties() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetCheckedId() - Method in class pt.moredata.qvs.CheckedAreaTest
Test of setCheckedId method, of class pt.moredata.qvs.CheckedArea.
testSetCheckedId() - Method in class pt.moredata.qvs.CheckedPointTest
Test of setCheckedId method, of class pt.moredata.qvs.CheckedArea.
testSetCodeColumn() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setCodeColumn method, of class pt.despodata.java.ddata.DDataComboBox.
testSetColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setColumn method, of class pt.despodata.java.ddata.DDataField.
testSetColumnName() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetColumnOrder() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetColumnOrder() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetColumns() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetColumns() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setColumns method, of class pt.despodata.java.ddata.DDataField.
testSetComponentType() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setComponentType method, of class pt.despodata.java.ddata.DDataField.
testSetConclusionDescrition() - Method in class pt.moredata.qvs.CheckedPointTest
Test of setConclusionDescrition method, of class pt.moredata.qvs.CheckedPoint.
testSetConclusionId() - Method in class pt.moredata.qvs.CheckedPointTest
Test of setConclusionId method, of class pt.moredata.qvs.CheckedPoint.
testSetConfig() - Method in class pt.moredata.connection.DBConnectionTest
Test of setUserId method, of class pt.despodata.java.connection.DBConnection.
testSetConnection() - Static method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
testSetConnection() - Method in class pt.despodata.java.ddata.tests.DDataMetaDataTest
 
testSetConnection() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetConnection() - Method in class pt.moredata.dao.DataMetaDataTest
A unit test for JUnit
testSetConnection() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testSetConnection() - Method in class pt.moredata.qvs.CheckedAreaTest
Test of setConnection method, of class pt.moredata.qvs.CheckedPoint.
testSetConnection() - Method in class pt.moredata.qvs.CheckedPointTest
Test of setConnection method, of class pt.moredata.qvs.CheckedPoint.
testSetConnectionType() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setConnectionType method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetConnectionType() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetCounter() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetCounter() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetCounterColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetCounterColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetCounterColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetDAO() - Method in class pt.moredata.fglreport.DaoReportTest
Este metodo nao precisa ser testado porque e um metodo de set
testSetDAOIndex() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetDBName() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setDBName method, of class pt.despodata.java.connection.DBConnection.
testSetDBName() - Method in class pt.moredata.connection.DBConnectionTest
Test of setDBName method, of class pt.despodata.java.connection.DBConnection.
testSetData() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testSetData() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testSetDataFieldSize() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setDataFieldSize method, of class pt.despodata.java.ddata.DDataField.
testSetDataLoaded() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setDataLoaded method, of class pt.despodata.java.ddata.DDataComboBox.
testSetDataSetIndex() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetDataSource() - Method in class pt.despodata.java.connection.tests.DDSwingLoginTest
Test of setDataSource method, of class pt.despodata.java.connection.DDSwingLogin.
testSetDataSource() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Test of setDataSource method, of class pt.despodata.java.connection.DDataSourcePool.
testSetDataSource() - Method in class pt.despodata.java.connection.tests.UserPanelTest
Test of setDataSource method, of class pt.despodata.java.connection.UserPanel.
testSetDataSource() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetDataSource() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetDataSource() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetDataSourceFormat() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetDataSourceFormat() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testSetDataSourceLocation() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Test of setDataSourceLocation method, of class pt.despodata.java.ddata.DDataConfig.
testSetDataType() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of setDataType method, of class pt.despodata.java.ddata.DDataFieldDocument.
testSetDataType() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetDataType() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetDataType() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testSetDataType() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetDataType() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testSetDataType() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testSetDataTypeDescription() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetDataTypeDescription() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testSetDataTypeInfo() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetDbDataType() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetDbDataType() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setDbDataType method, of class pt.despodata.java.ddata.DDataField.
testSetDbName() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setDbName method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetDbName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetDbType() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testSetDecimals() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetDecimals() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setDecimals method, of class pt.despodata.java.ddata.DDataField.
testSetDecimals() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetDecimals() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testSetDefault() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetDefault() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetDefault() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetDefault() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetDefaultEditor() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetDefaultRenderer() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetDefaultValue() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetDefaultValue() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of setDefaultValue method, of class pt.moredata.dao.GenericDAO.
testSetDefaultValue() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetDefaultValue() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of setDefaultValue method, of class pt.moredata.dao.GenericMultiTableDAO.
testSetDelegate() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetDelegateList() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetDeleted() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetDeleted() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testSetDeleted() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testSetDeleted() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetDeleted() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testSetDeleted() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetDeleted() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testSetDescColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetDescription() - Method in class pt.moredata.qvs.CheckedPointTest
Test of setDescription method, of class pt.moredata.qvs.CheckedPoint.
testSetDescriptionColumn() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setDescriptionColumn method, of class pt.despodata.java.ddata.DDataComboBox.
testSetDescriptionColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetDescriptionColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setDescriptionColumn method, of class pt.despodata.java.ddata.DDataField.
testSetDescriptionColumn() - Method in class pt.despodata.java.ddata.tests.ImportedForeignKeyTest
 
testSetDescriptionColumn() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetDescriptionColumn() - Method in class pt.moredata.dao.ImportedForeignKeyTest
A unit test for JUnit
testSetDisabledTextColor() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setDisabledTextColor method, of class pt.despodata.java.ddata.DDataField.
testSetDistinctQuery() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetDistinctQuery() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetDocument() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setDocument method, of class pt.despodata.java.ddata.DDataField.
testSetEditable() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetEditable() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of setEditable method, of class pt.despodata.java.ddata.DDataFieldDocument.
testSetEditable() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setEditable method, of class pt.despodata.java.ddata.DDataField.
testSetEnabled() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setEnabled method, of class pt.despodata.java.ddata.DDataComboBox.
testSetEnabled() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setEnabled method, of class pt.despodata.java.ddata.DDataField.
testSetEngineProcessed() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testSetEngineProcessed() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testSetEngineProcessed() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testSetEngineProcessed() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testSetFK() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetFK() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetFieldDescription() - Method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
Test of setFieldDescription method, of class pt.despodata.java.ddata.DDataStatusBar.
testSetFileName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetFileName() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testSetFirstPageHeaderLength() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of setFirstPageHeaderLength method, of class pt.despodata.java.fglreport.FglReport.
testSetFirstPageHeaderLength() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of setFirstPageHeaderLength method, of class pt.moredata.fglreport.SwingFglReport.
testSetFirstPageHeaderLength() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of setFirstPageHeaderLength method, of class pt.moredata.fglreport.txtfglreport.
testSetFixedValue() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetFixedValue() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetFixedValue() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetFixedValue() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetFk() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetFk() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setFk method, of class pt.despodata.java.ddata.DDataField.
testSetFocusAccelerator() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setFocusAccelerator method, of class pt.despodata.java.ddata.DDataField.
testSetFont() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setFont method, of class pt.despodata.java.ddata.DDataField.
testSetFont() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of setFont method, of class pt.despodata.java.ddata.DDataProgressBar.
testSetFormat() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetFormat() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setFormat method, of class pt.despodata.java.ddata.DDataField.
testSetFormat() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of setFormat method, of class pt.despodata.java.fglreport.FglReport.
testSetFormat() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of setFormat method, of class pt.moredata.fglreport.SwingFglReport.
testSetFormat() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of setFormat method, of class pt.moredata.fglreport.txtfglreport.
testSetFrom() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test of setFrom method, of class pt.despodata.java.ddata.DDataSendSimpleMail.
testSetHelpContextId() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setHelpContextId method, of class pt.despodata.java.ddata.DDataField.
testSetHorizontalAlignment() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setHorizontalAlignment method, of class pt.despodata.java.ddata.DDataField.
testSetHostName() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setHostName method, of class pt.despodata.java.connection.DBConnection.
testSetHostName() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setHostName method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetHostName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetHostName() - Method in class pt.moredata.connection.DBConnectionTest
Test of setHostName method, of class pt.despodata.java.connection.DBConnection.
testSetImplicitConnection() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setImplicitConnection method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetImplicitDataSource() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Test of setImplicitDataSource method, of class pt.despodata.java.connection.DDataSourcePool.
testSetImplicitDataSource() - Method in class pt.despodata.java.ddata.tests.DDataConfigTest
Test of setImplicitDataSource method, of class pt.despodata.java.ddata.DDataConfig.
testSetInEdition() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of setInEdition method, of class pt.despodata.java.ddata.DDataToolBar.
testSetInitialQueryString() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setInitialQueryString method, of class pt.despodata.java.ddata.DDataField.
testSetInput() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of setInput method, of class pt.despodata.java.webappl.GenericController.
testSetInterfaceType() - Method in class pt.despodata.java.connection.tests.DDataSourcePoolTest
Test of setInterfaceType method, of class pt.despodata.java.connection.DDataSourcePool.
testSetIsFk() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetIsPk() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetIsUpdateable() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetJarName() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testSetJarName() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testSetJoinClause() - Method in class pt.moredata.dao.DataBaseTableTest
Test of setJoinClause method, of class pt.moredata.dao.DataBaseTable
testSetLabel() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetLabel() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetLabel() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetLength() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetLineno() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of setLineno method, of class pt.despodata.java.fglreport.FglReport.
testSetLineno() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of setLineno method, of class pt.moredata.fglreport.SwingFglReport.
testSetLookupOnSetObject() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setLookupOnSetObject method, of class pt.despodata.java.ddata.DDataField.
testSetMainTable() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetMainTable() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetMainTable() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetMaxErrorMessage() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setMaxErrorMessage method, of class pt.despodata.java.ddata.DDataField.
testSetMaxLength() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of setMaxLength method, of class pt.despodata.java.ddata.DDataFieldDocument.
testSetMaxLength() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetMaxLength() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setMaxLength method, of class pt.despodata.java.ddata.DDataField.
testSetMaxLength() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetMaxLength() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testSetMaxValue() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of setMaxValue method, of class pt.despodata.java.ddata.DDataCalendar.
testSetMaxValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetMaxValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setMaxValue method, of class pt.despodata.java.ddata.DDataField.
testSetMaxValue() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetMaxValue() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testSetMessage() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test of setMessage method, of class pt.despodata.java.ddata.DDataSendSimpleMail.
testSetMetaFields() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testSetMinErrorMessage() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setMinErrorMessage method, of class pt.despodata.java.ddata.DDataField.
testSetMinValue() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of setMinValue method, of class pt.despodata.java.ddata.DDataCalendar.
testSetMinValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetMinValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setMinValue method, of class pt.despodata.java.ddata.DDataField.
testSetMinValue() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetMinValue() - Method in class pt.moredata.dao.DataTypeInfoTest
A unit test for JUnit
testSetMode() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setMode method, of class pt.despodata.java.ddata.DDataField.
testSetModel() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetMyModel() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of setMyModel method, of class pt.despodata.java.webappl.GenericController.
testSetMyView() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of setMyView method, of class pt.despodata.java.webappl.GenericController.
testSetName() - Method in class pt.despodata.java.ddata.tests.DDataDbTableTest
 
testSetName() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
testSetName() - Method in class pt.moredata.dao.DataBaseTableTest
A unit test for JUnit
testSetName() - Method in class pt.moredata.dao.DataIndexTest
A unit test for JUnit
testSetNavigateThroughNonEditableCells() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetNewRow() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetNewRow() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testSetNewRow() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testSetNewRow() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetNewRow() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testSetNewRow() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetNewRow() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testSetNextFocusableComponent() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setNextFocusableComponent method, of class pt.despodata.java.ddata.DDataField.
testSetNomeFont() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of setNomeFont method, of class pt.despodata.java.fglreport.FglReport.
testSetNomeFont() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of setNomeFont method, of class pt.moredata.fglreport.txtfglreport.
testSetNumChars() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetNumDecimais() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setNumDecimais method, of class pt.despodata.java.ddata.DDataField.
testSetNumber() - Method in class pt.despodata.java.ddata.tests.ExtensoTest
 
testSetObject() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of setObject method, of class pt.despodata.java.ddata.DDataCalendar.
testSetObject() - Method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
Test of setObject method, of class pt.despodata.java.ddata.DDataCheckBox.
testSetObject() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setObject method, of class pt.despodata.java.ddata.DDataComboBox.
testSetObject() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setObject method, of class pt.despodata.java.ddata.DDataField.
testSetOnlyDigits() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of setOnlyDigits method, of class pt.despodata.java.ddata.DDataFieldDocument.
testSetOnlyDigits() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setOnlyDigits method, of class pt.despodata.java.ddata.DDataField.
testSetOrderBy() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetOrderBy() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetOrderBy() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetPK() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetPK() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetPKFlag() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testSetPKFlag() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of setPKFlag method, of class lixo.GenericDAOFieldsInfo.
testSetPageHeaderLength() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of setPageHeaderLength method, of class pt.despodata.java.fglreport.FglReport.
testSetPageHeaderLength() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of setPageHeaderLength method, of class pt.moredata.fglreport.SwingFglReport.
testSetPageHeaderLength() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of setPageHeaderLength method, of class pt.moredata.fglreport.txtfglreport.
testSetPageTrailerLength() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of setPageTrailerLength method, of class pt.despodata.java.fglreport.FglReport.
testSetPageTrailerLength() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of setPageTrailerLength method, of class pt.moredata.fglreport.SwingFglReport.
testSetPageTrailerLength() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of setPageTrailerLength method, of class pt.moredata.fglreport.txtfglreport.
testSetPassword() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setPassword method, of class pt.despodata.java.connection.DBConnection.
testSetPassword() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setPassword method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetPassword() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetPassword() - Method in class pt.moredata.connection.DBConnectionTest
Test of setPassword method, of class pt.despodata.java.connection.DBConnection.
testSetPercent() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of setPercent method, of class pt.despodata.java.ddata.DDataProgressBar.
testSetPk() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetPk() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setPk method, of class pt.despodata.java.ddata.DDataField.
testSetPkColumn() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetPointid() - Method in class pt.moredata.qvs.CheckedPointTest
Test of setPointid method, of class pt.moredata.qvs.CheckedPoint.
testSetPopupWidth() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setPopupWidth method, of class pt.despodata.java.ddata.DDataComboBox.
testSetPort() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setPort method, of class pt.despodata.java.connection.DBConnection.
testSetPort() - Method in class pt.moredata.connection.DBConnectionTest
Test of setPort method, of class pt.despodata.java.connection.DBConnection.
testSetPropertiesToCellProperties() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetPropertiesToDataField() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetPropertiesToMetaField() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetProtocol() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setProtocol method, of class pt.despodata.java.connection.DBConnection.
testSetProtocol() - Method in class pt.moredata.connection.DBConnectionTest
Test of setProtocol method, of class pt.despodata.java.connection.DBConnection.
testSetQueryAllowed() - Method in class pt.despodata.java.ddata.tests.DDataToolBarTest
Test of setQueryAllowed method, of class pt.despodata.java.ddata.DDataToolBar.
testSetQueryPolicy() - Method in class pt.moredata.dao.core.GenericDAOTest
Test of setQueryPolicy method, of class pt.moredata.dao.GenericDAO.
testSetQueryPolicy() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetQueryPolicy() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Test of setQueryPolicy method, of class pt.moredata.dao.GenericMultiTableDAO.
testSetQueryString() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setQueryString method, of class pt.despodata.java.ddata.DDataField.
testSetQueryValue() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setQueryValue method, of class pt.despodata.java.ddata.DDataField.
testSetQueryValue() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetRecordCount() - Method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
Test of setRecordCount method, of class pt.despodata.java.ddata.DDataStatusBar.
testSetRecordStatus() - Method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
Test of setRecordStatus method, of class pt.despodata.java.ddata.DDataStatusBar.
testSetRecordValuesForDelete() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetRecordValuesForDelete() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetRecordValuesForInsert() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetRecordValuesForInsert() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetRecordValuesForUpdate() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetRecordValuesForUpdate() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetReferencedColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetReferencedColumn() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setReferencedColumn method, of class pt.despodata.java.ddata.DDataField.
testSetReferencedColumn() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetReferencedTable() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetReferencedTable() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setReferencedTable method, of class pt.despodata.java.ddata.DDataField.
testSetReferencedTable() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetRemarks() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetRemarks() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetRequired() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setRequired method, of class pt.despodata.java.ddata.DDataComboBox.
testSetRequired() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetRequired() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setRequired method, of class pt.despodata.java.ddata.DDataField.
testSetRequired() - Method in class pt.moredata.dao.DataFieldInfoTest
A unit test for JUnit
testSetScrollOffset() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setScrollOffset method, of class pt.despodata.java.ddata.DDataField.
testSetSelectedValue() - Method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
Test of setSelectedValue method, of class pt.despodata.java.ddata.DDataCheckBox.
testSetSelectionEnd() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setSelectionEnd method, of class pt.despodata.java.ddata.DDataField.
testSetSelectionStart() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setSelectionStart method, of class pt.despodata.java.ddata.DDataField.
testSetSerFileName() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testSetSerFileName() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testSetServer() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setServer method, of class pt.despodata.java.connection.DBConnection.
testSetServer() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setServer method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetServer() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetServer() - Method in class pt.moredata.connection.DBConnectionTest
Test of setServer method, of class pt.despodata.java.connection.DBConnection.
testSetService() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setService method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetService() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetSession() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of setInput method, of class pt.despodata.java.webappl.GenericController.
testSetSgbdUrl() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setSgbdUrl method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetSgbdUrl() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetShowCode() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setShowCode method, of class pt.despodata.java.ddata.DDataComboBox.
testSetShowCode() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setShowCode method, of class pt.despodata.java.ddata.DDataField.
testSetShowDescription() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setShowDescription method, of class pt.despodata.java.ddata.DDataField.
testSetShowExpansionButton() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setShowExpansionButton method, of class pt.despodata.java.ddata.DDataField.
testSetSmtpServer() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test of setSmtpServer method, of class pt.despodata.java.ddata.DDataSendSimpleMail.
testSetSortMethod() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetSourceName() - Method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
Test of setSourceName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testSetSourceName() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setSourceName method, of class pt.despodata.java.connection.DBConnection.
testSetSourceName() - Method in class pt.moredata.connection.AbstractConnectionConfigTest
Test of setSourceName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testSetSourceName() - Method in class pt.moredata.connection.ConnectionTxtConfigTest
Test of setSourceName method, of class pt.despodata.java.connection.ConnectionTxtConfig.
testSetSourceName() - Method in class pt.moredata.connection.ConnectionXmlConfigTest
Test of setSourceName method, of class pt.despodata.java.connection.ConnectionXmlConfig.
testSetSpecialType() - Method in class pt.despodata.java.ddata.tests.DDataMetaFieldTest
 
testSetSpecialType() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetState() - Method in class pt.despodata.java.ddata.tests.DDataProgressBarTest
Test of setState method, of class pt.despodata.java.ddata.DDataProgressBar.
testSetStatusBarErrorsAndWarnings() - Method in class pt.despodata.java.ddata.tests.DDataStatusBarTest
Test of setStatusBarErrorsAndWarnings method, of class pt.despodata.java.ddata.DDataStatusBar.
testSetString() - Method in class pt.despodata.java.ddata.tests.ExtStringTest
Test of setString method, of class pt.despodata.java.ddata.ExtString.
testSetSubProtocol() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setSubProtocol method, of class pt.despodata.java.connection.DBConnection.
testSetSubProtocol() - Method in class pt.moredata.connection.DBConnectionTest
Test of setSubProtocol method, of class pt.despodata.java.connection.DBConnection.
testSetSubject() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test of setSubject method, of class pt.despodata.java.ddata.DDataSendSimpleMail.
testSetTable() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setTable method, of class pt.despodata.java.ddata.DDataComboBox.
testSetTable() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetTable() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setTable method, of class pt.despodata.java.ddata.DDataField.
testSetTableData() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testSetTableData() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
testSetTableName() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetTableName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetTableName() - Method in class pt.moredata.dao.DataSourceTest
A unit test for JUnit
testSetTableName() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetTableName() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetTamanhoFont() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of setTamanhoFont method, of class pt.despodata.java.fglreport.FglReport.
testSetTamanhoFont() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of setTamanhoFont method, of class pt.moredata.fglreport.txtfglreport.
testSetText() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setText method, of class pt.despodata.java.ddata.DDaetaField.
testSetTitle() - Method in class pt.despodata.java.ddata.tests.DDataFieldInfoTest
 
testSetTo() - Method in class pt.despodata.java.ddata.tests.DDataSendSimpleMailTest
Test of setTo method, of class pt.despodata.java.ddata.DDataSendSimpleMail.
testSetUI() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testSetUnSelectedValue() - Method in class pt.despodata.java.ddata.tests.DDataCheckBoxTest
Test of setUnSelectedValue method, of class pt.despodata.java.ddata.DDataCheckBox.
testSetUnique() - Method in class pt.despodata.java.ddata.tests.DDataIndexTest
 
testSetUnique() - Method in class pt.moredata.dao.DataIndexTest
A unit test for JUnit
testSetUpdateOrder() - Method in class pt.moredata.dao.core.GenericDAOFieldsInfoTest
Test of setUpdateOrder, of class GenericDAOFieldsInfo.
testSetUpdateType() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetUpdateType() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetUpdateType() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSetUpdateable() - Method in class pt.moredata.dao.core.GenericMetaFieldTest
A unit test for JUnit
testSetUpshift() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of setUpshift method, of class pt.despodata.java.ddata.DDataFieldDocument.
testSetUserId() - Method in class pt.despodata.java.connection.tests.DBConnectionTest
Test of setUserId method, of class pt.despodata.java.connection.DBConnection.
testSetUserId() - Method in class pt.moredata.connection.DBConnectionTest
Test of setUserId method, of class pt.despodata.java.connection.DBConnection.
testSetUserName() - Method in class pt.despodata.java.ddata.tests.DDataConnectDbTest
Test of setUserName method, of class pt.despodata.java.ddata.DDataConnectDb.
testSetUserName() - Method in class pt.despodata.java.ddata.tests.DDataSourceTest
 
testSetValidateOnLostFocus() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of setValidateOnLostFocus method, of class pt.despodata.java.ddata.DDataField.
testSetWaitingToBeLoad() - Method in class pt.moredata.dao.DataCellTest
Test of setWaitingToBeLoad method, of class pt.moredata.dao.DataCell
testSetWaitingToBeLoad() - Method in class pt.moredata.dao.core.GenericDataRowTest
Test of setWaitingToBeLoad method, of class pt.moredata.dao.GenericDataRow
testSetWaitingToBeLoad() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testSetWhere() - Method in class pt.despodata.java.ddata.tests.DDataComboBoxTest
Test of setWhere method, of class pt.despodata.java.ddata.DDataComboBox.
testSetWhereClause() - Method in class pt.despodata.java.webappl.tests.GenericControllerTest
Test of setWhereClause method, of class pt.despodata.java.webappl.GenericController.
testSetWhereStr() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSetWhereStr() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSetWhereStr() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testSize() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testSize() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testSmallintInsertString() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of smallintInsertString method, of class pt.despodata.java.ddata.DDataFieldDocument.
testSort() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testSort() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testSort() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testSort() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testStartReport() - Method in class pt.despodata.java.fglreport.tests.FglReportTest
Test of startReport method, of class pt.despodata.java.fglreport.FglReport.
testStartReport() - Method in class pt.moredata.fglreport.SwingFglReportTest
Test of startReport method, of class pt.moredata.fglreport.SwingFglReport.
testStartReport() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of startReport method, of class pt.moredata.fglreport.txtfglreport.
testStrPasswd_keyPressed() - Method in class pt.despodata.java.connection.tests.UserPanelTest
Test of strPasswd_keyPressed method, of class pt.despodata.java.connection.UserPanel.
testStroke() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of Stroke method, of class pt.despodata.java.fglreport.ProprinterControl.
testStroke() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of Stroke method, of class pt.despodata.java.fglreport.ProprinterControl.
testStrokeHoriz() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of StrokeHoriz method, of class pt.despodata.java.fglreport.ProprinterControl.
testStrokeHoriz() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of StrokeHoriz method, of class pt.despodata.java.fglreport.ProprinterControl.
testStrokeVert() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of StrokeVert method, of class pt.despodata.java.fglreport.ProprinterControl.
testStrokeVert() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of StrokeVert method, of class pt.despodata.java.fglreport.ProprinterControl.
testStrokeVert2() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of StrokeVert2 method, of class pt.despodata.java.fglreport.ProprinterControl.
testStrokeVert2() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of StrokeVert2 method, of class pt.despodata.java.fglreport.ProprinterControl.
testSubtract() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
testSum() - Method in class pt.despodata.java.ddata.tests.ObjArithmeticTest
 
testTableHasFocus() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testTextReport() - Method in class pt.moredata.fglreport.SwingFglReportTest
A unit test for JUnit
testTextReport() - Method in class pt.moredata.fglreport.TxtFglReportTest
Test of textReport method, of class pt.moredata.fglreport.txtfglreport.
testTextYear_focusLost() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of textYear_focusLost method, of class pt.despodata.java.ddata.DDataCalendar.
testTimeInsertString() - Method in class pt.despodata.java.ddata.tests.DDataFieldDocumentTest
Test of timeInsertString method, of class pt.despodata.java.ddata.DDataFieldDocument.
testToString() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testToString() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testToString() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testToString() - Method in class pt.despodata.java.webappl.tests.GenericModelTest
Test of toString method, of class pt.despodata.java.webappl.GenericModel.
testToString() - Method in class pt.despodata.java.webappl.tests.GenericViewTest
Test of toString method, of class pt.despodata.java.webappl.GenericView.
testToString() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testToString() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testToString() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testToString() - Method in class pt.moredata.dao.pool.DAOPoolTest
A unit test for JUnit
testTouch() - Method in class pt.despodata.java.ddata.tests.DDataCellTest
 
testTouch() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testTouch() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testTouch() - Method in class pt.moredata.dao.DataCellTest
A unit test for JUnit
testTouch() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testTouch() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testUnl() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
Test of Unl method, of class pt.despodata.java.fglreport.ProprinterControl.
testUnl() - Method in class pt.moredata.fglreport.ProprinterControlTest
Test of Unl method, of class pt.despodata.java.fglreport.ProprinterControl.
testUnlock() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testUpdate() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
 
testUpdate() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testUpdate() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testUpdateCellAt() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testUpdateCellAt() - Method in class pt.despodata.java.ddata.tests.DDataRowTest
 
testUpdateCellAt() - Method in class pt.moredata.dao.core.GenericDataRowTest
A unit test for JUnit
testUpdateCellAt() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testUpdateCellValue() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testUpdateCellValue() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testUpdateColumn() - Method in class pt.despodata.java.ddata.tests.DDataRecordSetTest
 
testUpdateColumn() - Method in class pt.moredata.dao.core.GenericRecordSetTest
A unit test for JUnit
testUpdateEvents() - Method in class pt.despodata.java.ddata.tests.DDataControlTest
Este metodo testa a geracao de eventos do metodo update()
testUpdateEvents() - Method in class pt.moredata.dao.core.GenericDAOTest
Este metodo testa a geracao de eventos do metodo update()
testUpdateEvents() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
Este metodo testa a geracao de eventos do metodo update()
testUpdateUI() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testUpdateValues() - Method in class pt.despodata.java.ddata.tests.DDataBaseTableTest
 
testUpdateWithDynasetColumn() - Method in class pt.moredata.dao.core.GenericDAOTest
A unit test for JUnit
testUpdateWithDynasetColumn() - Method in class pt.moredata.dao.core.GenericMultiTableDAOTest
A unit test for JUnit
testValida_Dia() - Method in class pt.despodata.java.ddata.tests.DDataCalendarTest
Test of Valida_Dia method, of class pt.despodata.java.ddata.DDataCalendar.
testValidateObjectType() - Method in class pt.despodata.java.ddata.tests.DDataTypeTest
 
testValidateObjectType() - Method in class pt.moredata.dao.DataTypeTest
A unit test for JUnit
testValidateObjectType() - Method in class pt.moredata.dao.util.DataTypesTest
Test of validateObjectType method, of class pt.moredata.dao.util.DataTypes.
testVertCm() - Method in class pt.despodata.java.fglreport.tests.ProprinterControlTest
 
testVertCm() - Method in class pt.moredata.fglreport.ProprinterControlTest
A unit test for JUnit
testViewToModel() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of viewToModel method, of class pt.despodata.java.ddata.DDataField.
testWrite() - Method in class pt.despodata.java.ddata.tests.DDataFieldTest
Test of write method, of class pt.despodata.java.ddata.DDataField.
testWriteFile() - Method in class pt.despodata.java.ddata.tests.DSTableIOTest
 
testWriteFile() - Method in class pt.moredata.dao.core.SerializedTableIOTest
A unit test for JUnit
test_getDataControl() - Method in class pt.despodata.java.ddata.tests.DDataControlPoolTest
 
teste1() - Static method in class pt.moredata.dao.GetGeneratedKeys
 
text - Variable in class pt.despodata.java.ddata.table.DDataColumnGroup
 
text(String) - Method in class pt.moredata.ecs.rtf.RtfFactory
Adiciona texto ao documento, no paragrafo corrente e de acordo com as definições correntes
text - Variable in class pt.moredata.widgets.table.ColumnGroup
 
textColor - Variable in class pt.despodata.java.objgraficos.objectosX
Cor do texto
textColor - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Cor do texto
textX - class pt.despodata.java.objgraficos.textX.
Classe para imprimir texto.
textX(int, int, int, String) - Constructor for class pt.despodata.java.objgraficos.textX
Construtora que define todos os parâmetros.
textoForm1 - Variable in class pt.moredata.wizard.TesteWizard
 
textoForm2 - Variable in class pt.moredata.wizard.TesteWizard
 
theDDataComboBox - Variable in class pt.despodata.java.ddata.DDataComboBoxCustomizer
Referencia para a combo que esta a ser customizada
theDDataTable - Variable in class pt.despodata.java.ddata.DDataTableCustomizer
 
timeInsertString(int, String, AttributeSet) - Method in class pt.despodata.java.ddata.DDataFieldDocument
 
title - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
tm - Variable in class pt.despodata.java.ddata.DDataTableCustomizer
 
toHtmlString() - Method in class pt.despodata.java.ddata.DHtmlGetByteField
para mostrar o conteudo da servlet em Html.
toString() - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o conteudo do objecto (para debug apenas)
toString(String) - Method in class pt.despodata.java.ddata.DHtmlDataField
Devolve o conteudo do objecto (para debug apenas)
toString() - Method in class pt.despodata.java.ddata.DHtmlGetByteField
para mostrar o conteudo da servlet.
toString() - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o conteudo do objecto (para debug apenas)
toString(String) - Method in class pt.despodata.java.ddata.DHtmlVisualField
Devolve o conteudo do objecto (para debug apenas)
toString() - Method in class pt.despodata.java.ddata.FileUploadServletRequest
 
toString() - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o conteudo do objecto (para debug apenas)
toString(String) - Method in interface pt.despodata.java.ddata.IDDataControlField
Devolve o conteudo do objecto (para debug apenas)
toString(String) - Method in interface pt.despodata.java.ddata.IDDataVisualField
Devolve o conteudo do objecto (para debug apenas)
toString() - Method in class pt.despodata.java.mvc.Paths
 
toString() - Method in class pt.despodata.java.mvc.State
 
toString() - Method in class pt.despodata.java.mvc.StateMachine
Impreime informacao para debug.
toString() - Method in class pt.despodata.java.tags.templates.PageParameter
 
toString() - Method in class pt.despodata.java.webappl.ApplData
 
toString() - Method in class pt.despodata.java.webappl.FieldRelation
Devolve o conteudo da relacao numa String.
toString() - Method in class pt.despodata.java.webappl.Frame
Devolve uma string que representa a frame.
toString() - Method in class pt.despodata.java.webappl.FrameSet
Devolve uma String que representa a lista de frames.
toString() - Method in class pt.despodata.java.webappl.GenericModel
 
toString() - Method in class pt.despodata.java.webappl.GenericView
 
toString() - Method in class pt.despodata.java.webappl.GetByteField
para mostrar o conteudo da servlet.
toString() - Method in class pt.despodata.java.webappl.Page
Representa a estrutura da pagina numa String.
toString() - Method in class pt.despodata.java.webappl.User
 
toString() - Method in class pt.despodata.java.webappl.WebApplication
 
toString() - Method in class pt.despodata.java.webappl.WebPage
Representa a estrutura da pagina numa String.
toString() - Method in class pt.despodata.java.webappl.tables.ApplDataControlPool
 
toString() - Method in class pt.despodata.java.webappl.tags.ButtonTag
 
toString() - Method in class pt.moredata.dao.DataCell
Nice output of cell data.
toString() - Method in class pt.moredata.dao.pool.DAOPool
 
toString() - Method in class pt.moredata.dataentry.util.http.DataEntryServletRequest
 
toString() - Method in class pt.moredata.mdmenus.MenuInfo
 
toString() - Method in class pt.moredata.util.FileImage
return a compressed base64 string image of the file
toString() - Method in class pt.moredata.util.ZipObject
 
today - Variable in class pt.moredata.xml2db.ReadXML2DB
 
touch() - Method in class pt.moredata.dao.DataCell
Maraca a celula como nao modificada.
touch(int) - Method in interface pt.moredata.dao.DataRow
Maraca uma celula como estando sincronizada com o data source.
touch() - Method in interface pt.moredata.dao.DataRow
Maraca todas as celulas da linha como estando sincronizada com o data source.
touch(int, int) - Method in interface pt.moredata.dao.RecordSet
Mark the cell as not modified.
touch(String, int) - Method in interface pt.moredata.dao.RecordSet
Mark all cells of a row of a table as not modified.
touch(int) - Method in interface pt.moredata.dao.RecordSet
Mark all cells of a row as not modified.
traverse() - Method in class pt.moredata.majix.rtf.RtfDocumentIterator
Pecorre a estrutura do documento e aplica os metodos definidos no Visitor a cada elemento que compoem o documento.
tut - Variable in class pt.moredata.mdmenus.CheckNodeTree
 
txt - Variable in class pt.despodata.java.objgraficos.objectosX
Texto
txt - Variable in class pt.moredata.fglreport.objgraficos.ObjectosX
Texto
type - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
type - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
type - Variable in class pt.moredata.taglibs.widgets.AnchorTag
 

U

UNKNOW - Static variable in interface pt.despodata.java.webappl.IPage
Tipo de pagina nao esta definido.
UNKNOWN - Static variable in interface pt.moredata.dao.DAOView
Description of the Field
UNKNOWN_DATABASE - Static variable in class pt.moredata.dao.util.DataBaseIdentifier
Unknown database.
UP - Static variable in class pt.despodata.java.ddata.table.DDataTableUI
 
UP - Static variable in class pt.moredata.widgets.table.TableUI
 
UPDATE - Static variable in interface pt.moredata.dao.DataRow
 
UPDATE_MODE - Static variable in interface pt.moredata.dataentry.DataEntry
A entrada de dados encontra-se em modo de inserção/alteração.
URI - Static variable in class pt.despodata.java.webappl.DeleteImage
 
URI_KEY - Static variable in class pt.moredata.taglibs.filter.PaginatorTag
Chave usada para guardar o uri da pagina para a qual o controlador devera reencaminhar o request depois de ter alterado a pagina.
URL_KEY - Static variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
URL usado para criar a connecao via JDBC.
USERID_KEY - Static variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Chave usada para guardar o nome do utilizador.
USERMODE - Static variable in class pt.moredata.mdmenus.FastMenuMaker
 
USER_NAME_KEY - Static variable in class pt.despodata.java.webappl.AuthenticateServlet
 
UniversalParser - class pt.moredata.util.UniversalParser.
 
UniversalParser() - Constructor for class pt.moredata.util.UniversalParser
 
UnknownColumnNameException - exception pt.moredata.dao.UnknownColumnNameException.
This is an exception that is thrown whenever a reference is made to a non-existent column name of the DAOFieldsInfo of a DataAccessObject.
UnknownColumnNameException(String) - Constructor for class pt.moredata.dao.UnknownColumnNameException
Creates a new instance of UnknownColumnNameException
UnknownColumnNameException(String, String) - Constructor for class pt.moredata.dao.UnknownColumnNameException
Creates a new instance of UnknownColumnNameException
UnknownTableNameException - exception pt.moredata.dao.UnknownTableNameException.
This is an exception that is thrown whenever a reference is made to a non-existent table name of the DAOFieldsInfo of a DataAccessObject.
UnknownTableNameException(String) - Constructor for class pt.moredata.dao.UnknownTableNameException
Creates a new instance of UnknownTableNameException
Unl() - Static method in class pt.despodata.java.fglreport.ProprinterControl
Muda a impressão para sublinhado
Unl() - Static method in class pt.moredata.fglreport.ProprinterControl
Muda a impressão para sublinhado
Untitled1 - class pt.despodata.java.objgraficos.Untitled1.
 
Untitled1() - Constructor for class pt.despodata.java.objgraficos.Untitled1
 
UpdateDataSourceAction - class pt.moredata.dataentry.action.UpdateDataSourceAction.
Deprecated. This class was replaced by the class SaveSingleRecordAction and is not used any more.
UpdateDataSourceAction() - Constructor for class pt.moredata.dataentry.action.UpdateDataSourceAction
Deprecated.  
UpdateSingleRecordAction - class pt.moredata.dataentry.action.UpdateSingleRecordAction.
Deprecated. This class was replaced by the class SaveSingleRecordAction and is not used any more.
UpdateSingleRecordAction() - Constructor for class pt.moredata.dataentry.action.UpdateSingleRecordAction
Deprecated.  
User - class pt.despodata.java.webappl.User.
User.java Created: Thu Sep 6 11:43:28 2001
User(String) - Constructor for class pt.despodata.java.webappl.User
Controi um novo objecto para representar um utilizador da aplicacao.
UserIdInputTag - class pt.moredata.connection.taglibs.UserIdInputTag.
UserIdInputTag.java Company MoreData
UserIdInputTag() - Constructor for class pt.moredata.connection.taglibs.UserIdInputTag
 
UserNotification - class pt.moredata.usernot.UserNotification.
Title: System User Notification Description: This class implements logic to distribute and store small notifications to system users Objectives: - to implement a generic mecanism that allows to warn users of events occuring in the system - it's main usage will be (for starters) to allow batch programs to send info to users Usage: The simpler way is to invoce the static method notificate().
UserNotification(String, int, String, String, String, String, Connection) - Constructor for class pt.moredata.usernot.UserNotification
 
UserNotification(String, int, String, String, String, Connection) - Constructor for class pt.moredata.usernot.UserNotification
 
UserPanel - class pt.despodata.java.connection.UserPanel.
 
UserPanel() - Constructor for class pt.despodata.java.connection.UserPanel
Constructor vazio
UserPanel - class pt.despodata.java.ddata.connection.UserPanel.
Classe DSwingLogin - cria a janela de login da Aplicação em ambiente swing
UserPanel() - Constructor for class pt.despodata.java.ddata.connection.UserPanel
 
UserPanelTest - class pt.despodata.java.connection.tests.UserPanelTest.
 
UserPanelTest(String) - Constructor for class pt.despodata.java.connection.tests.UserPanelTest
 
UtilStuff - class pt.despodata.java.connection.tests.UtilStuff.
UtilStuff.java Company MoreData
UtilStuff() - Constructor for class pt.despodata.java.connection.tests.UtilStuff
 
UtilStuff - class pt.despodata.java.ddata.tests.UtilStuff.
UtilStuff.java Created: Thu Oct 25 15:29:39 2001
UtilStuff() - Constructor for class pt.despodata.java.ddata.tests.UtilStuff
 
UtilStuff - class pt.moredata.dao.UtilStuff.
UtilStuff.java Company MoreData
UtilStuff() - Constructor for class pt.moredata.dao.UtilStuff
 
UtilSuite - class pt.moredata.util.UtilSuite.
UtilSuite.java Company MoreData
UtilSuite(String) - Constructor for class pt.moredata.util.UtilSuite
Constructor for the FglReportSuite object
UtilX - class pt.despodata.java.objgraficos.UtilX.
Classe de métodos auxiliares à construção de reports.
UtilX() - Constructor for class pt.despodata.java.objgraficos.UtilX
 
UtilX - class pt.moredata.fglreport.objgraficos.UtilX.
Classe de métodos auxiliares à construção de reports.
UtilX() - Constructor for class pt.moredata.fglreport.objgraficos.UtilX
 
ultimaProvaX - Variable in class pt.despodata.java.objgraficos.PrintPreview
 
ultimaProvaX - Variable in class pt.despodata.java.objgraficos.ProvaX
 
ultimaProvaX - Variable in class pt.moredata.fglreport.objgraficos.PrintPreview
 
ultimaProvaX - Variable in class pt.moredata.fglreport.objgraficos.ProvaX
 
unconfigureEnclosingScrollPane() - Method in class pt.despodata.java.ddata.DDataBaseTable
Reverses the effect of configureEnclosingScrollPane by replacing the columnHeaderView of the enclosing scroll pane with null.
unconfigureEnclosingScrollPane() - Method in class pt.moredata.widgets.BaseTable
Reverses the effect of configureEnclosingScrollPane by replacing the columnHeaderView of the enclosing scroll pane with null.
uninitialize(TemplateWizard) - Method in class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Executed by netbeans when finish the wizard execution.
uninstallDefaults() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
uninstallDefaults(AbstractButton) - Method in class pt.despodata.java.ddata.plaf.basic.BasicButtonHeaderUI
 
uninstallDefaults() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
uninstallDefaults(AbstractButton) - Method in class pt.moredata.widgets.plaf.basic.BasicButtonHeaderUI
 
uninstallKeyboardActions() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
uninstallKeyboardActions() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
uninstallListeners() - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
uninstallListeners() - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
uninstallUI(JComponent) - Method in class pt.despodata.java.ddata.plaf.basic.BasicBaseTableUI
 
uninstallUI(JComponent) - Method in class pt.moredata.widgets.plaf.basic.BasicBaseTableUI
 
uninstalled() - Method in class pt.moredata.netbeans.modules.moredatatemplates.OLTPAppModule
Description of the Method
unmarshallingParamName(String) - Static method in class pt.despodata.java.ddata.DHtmlDataControl
Restora o nome de uma tag 'input' em html, a partir de um nome que passou pelo metodo marshallingParamName(String) XXX : Se ja existir algum caracter usado na substituicao, nao e possivel fazer unmarshalling.
unzip() - Method in class pt.despodata.java.util.ZipObject
Descomprime e devolve o objecto armazenado
unzip() - Method in class pt.moredata.util.ZipObject
Descomprime e devolve o objecto armazenado
update(Observable, Object) - Method in class pt.despodata.java.mvc.Controller
Metodo invocado quando ha uma mudanca no modelo de dados.
update(Observable, Object) - Method in class pt.despodata.java.mvc.View
Metodo invocado quando ha uma mudanca no modelo de dados.
update(int) - Method in interface pt.moredata.dao.DataAccessObject
Update a repository row with data from the DataAccessObject.
update(String, int, int) - Method in interface pt.moredata.dao.Writer
Update data on the repository from one table row of the DAO.
updateCell(DHtmlDataControl, int, String, String, String) - Method in class pt.despodata.java.ddata.DHtmlForm
Actualiza o valor de um campo de um determinado registo.
updateCell(HttpServletRequest, DHtmlDataControl, int, String, String, String) - Static method in class pt.despodata.java.webappl.html.HtmlForm
Actualiza o valor de um campo de um determinado registo.
updateCellAt(Object, int) - Method in interface pt.moredata.dao.DataRow
Altera o valor de uma celula especifica com o valor passado como parametro Se a coluna nao existir ainda no array insere-a
updateCellAt(Object, int, boolean) - Method in interface pt.moredata.dao.DataRow
Altera o valor de uma celula especifica com o valor passado como parametro Se a coluna nao existir ainda no array insere-a A celula fica com o bit modified a true.
updateCellAt(int, int, Object) - Method in interface pt.moredata.dao.RecordSet
Change the value of a cell.
updateCellAt(int, int, Object, boolean) - Method in interface pt.moredata.dao.RecordSet
Change the value of a cell.
updateCellValue(int, int, Object) - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este metodo foi substituido pelo metodo updateCellAt()
updateCellValue(int, int, Object, boolean) - Method in class pt.despodata.java.ddata.DDataRecordSet
Deprecated. Este metodo foi substituido pelo metodo updateCellAt()
updateColumn(int, Object) - Method in interface pt.moredata.dao.RecordSet
Change the value of all cell of a RecordSet column.
updateDetailUri() - Method in class pt.despodata.java.webappl.actions.ActionBase
Actualiza o URI da pagina de detalhe na pagina 'master' Se a pagina onde foi desencadeado o comando nao for uma pagina de detalhe (parentURI == null) entao essa e a pagina onde vai ser actualizado o URI do detalhe.
updateUI() - Method in class pt.despodata.java.ddata.DDataBaseTable
Update the Components
updateUI() - Method in class pt.despodata.java.ddata.DDataCheckBox
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class pt.despodata.java.ddata.DDataRadioButton
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class pt.despodata.java.ddata.DDataTableHeaderRenderer
Update the Components
updateUI() - Method in class pt.moredata.widgets.BaseTable
Update the Components
updateUI() - Method in class pt.moredata.widgets.CheckBox
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class pt.moredata.widgets.RadioButton
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class pt.moredata.widgets.TableHeaderRenderer
Update the Components
updateValues() - Method in class pt.despodata.java.ddata.DDataBaseTable
 
updateValues() - Method in class pt.despodata.java.ddata.DDataTable
Passa o valor que está no Editor para a tabela (para corrigir o bug de por valores nulos quando se grava os valores)
updateValues() - Method in class pt.moredata.widgets.BaseTable
 
updateValues() - Method in class pt.moredata.widgets.Table
Passa o valor que está no Editor para a tabela (para corrigir o bug de por valores nulos quando se grava os valores)
uri - Variable in class pt.despodata.java.webappl.Page
Identificador desta pagina.
uri - Variable in class pt.moredata.taglibs.AbstractTag
URI da pagina que fez o pedido.
uri - Variable in class pt.moredata.taglibs.dao.IteratorTag
URI da pagina que fez o pedido.
url - Variable in class pt.despodata.java.ddata.DevelopmentTool
 
usemap - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
user - Variable in class pt.despodata.java.webappl.AuthenticateServlet
Utilizador criado.
user - Variable in class pt.despodata.java.webappl.WebApplication
Informacao relativa ao utilizador da aplicacao.
user - Variable in class pt.despodata.java.webappl.tags.AbstractProtectTag
Utilizador autenticado perante a aplicacao.
user - Variable in class pt.moredata.xml2db.ReadXML2DB
 
userActionsBundle - Static variable in class pt.moredata.dataentry.Constants
Ficheiro de configuracao das classes que implementam determinadas accoes.
userId - Variable in class pt.moredata.connection.AbstractConnectionConfig
Nome do utilizador na base de dados.
userName - Variable in class pt.despodata.java.connection.DDConnectionConfig
 
userName - Variable in class pt.despodata.java.webappl.AuthenticateServlet
Nome do utilizador que criou o DDataSource.
userid - Variable in class pt.despodata.java.ddata.DevelopmentTool
 

V

VALIDATION_ERROR - Static variable in class pt.despodata.java.ddata.event.DDataTableEvent
 
VALIDATION_ERROR - Static variable in class pt.moredata.widgets.event.TableEvent
 
VARBINARY - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
VARBINARY - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARBINARY.
VARCHAR - Static variable in class pt.moredata.dao.DataType
Deprecated. This class was replaced by the class pt.moredata.dao.util.DataTypes
VARCHAR - Static variable in class pt.moredata.dao.util.DataTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARCHAR.
VARIABLE_LENGTH - Static variable in class pt.despodata.java.ddata.DDataFieldInfo
Deprecated.  
VIEW_KEY - Static variable in class pt.despodata.java.webappl.Types
 
Valida_Dia(String) - Method in class pt.despodata.java.ddata.DDataCalendar
 
Valida_Dia(String) - Method in class pt.moredata.widgets.Calendar
Valida Dia seleccionado na caixa relativa ao Dia
Validable - interface pt.despodata.java.ddata.validators.Validable.
Company: Moredata
Validable - interface pt.moredata.widgets.validators.Validable.
Company: Moredata
VertCm(float) - Static method in class pt.despodata.java.fglreport.ProprinterControl
Mete o espaçamento a n cm
VertCm(float) - Static method in class pt.moredata.fglreport.ProprinterControl
Mete o espaçamento a n cm
View - class pt.despodata.java.mvc.View.
 
View() - Constructor for class pt.despodata.java.mvc.View
Constroi uma vista, sem estar associada a nenhum modelo de dados.
View(IModel) - Constructor for class pt.despodata.java.mvc.View
Constroi uma vista associada a um modelo de dados.
Visitor - interface pt.moredata.majix.rtf.Visitor.
Visitor.java Especificacao de um visitor para um objecto do tipo RtfDocument.
VisitorAdapter - class pt.moredata.majix.rtf.VisitorAdapter.
DumpRtfVisitor.java Company MoreData
VisitorAdapter() - Constructor for class pt.moredata.majix.rtf.VisitorAdapter
Creates a new instance of DumpRtfVisitor
VisualComponent - interface pt.moredata.widgets.VisualComponent.
DataEntryComponent.java Company MoreData
v - Variable in class pt.despodata.java.ddata.table.DDataColumnGroup
 
v - Variable in class pt.moredata.widgets.table.ColumnGroup
 
validateCell(Object, int, int) - Method in class pt.despodata.java.ddata.table.DDataTableModel
Metodo onde verifica as validações e dispara um evento caso a validação
validateCell(Object, int, int) - Method in class pt.moredata.widgets.table.TableModel
Metodo onde verifica as validações e dispara um evento caso a validação
validateCellLimits(int, int) - Method in class pt.despodata.java.ddata.DDataTable
Verifica se as coordenadas da celula estão correctas
validateCellLimits(int, int) - Method in class pt.moredata.widgets.Table
Verifica se as coordenadas da celula estão correctas
validateInformation() - Method in class pt.moredata.netbeans.modules.moredatatemplates.generator.DataEntryGenerator
Validate if the information stored is correct to generate the data entry
validateInformation() - Method in interface pt.moredata.netbeans.modules.moredatatemplates.generator.Generator
Validate if the information stored is correct to generate the data entry
validateMaxMin(Object) - Method in class pt.despodata.java.ddata.DDataTextField
Validação de um valor
validateMaxMin(Object) - Method in class pt.despodata.java.ddata.table.DDataCellField
Validação de um valor
validateMaxMin(Object) - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Validação de um valor
validateMaxMin(Object) - Method in class pt.moredata.widgets.TextField
Valida��o de um valor
validateMaxMin(Object) - Method in class pt.moredata.widgets.table.CellField
Validação de um valor
validateMaxMin(Object) - Method in class pt.moredata.widgets.table.CellTextField
Validação de um valor
validateObjectType(int, Object) - Static method in class pt.moredata.dao.DataType
Deprecated. Valida se o tipo de objecto enviado e compativel com o tipo de dados que se pensa estar a gerir
validateObjectType(int, Object) - Static method in class pt.moredata.dao.util.DataTypes
Valida se o tipo de objecto enviado e compativel com o tipo de dados que se pensa estar a gerir
validated - Variable in class pt.despodata.java.ddata.table.DDataCellEditor
 
validated - Variable in class pt.despodata.java.ddata.table.DDataDelegate
 
validated - Variable in class pt.moredata.widgets.table.CellEditor
 
validated - Variable in class pt.moredata.widgets.table.WidgetDelegate
Description of the Field
validationError(DDataTableEvent) - Method in class pt.despodata.java.ddata.event.DDataTableAdapter
 
validationError(DDataTableEvent) - Method in interface pt.despodata.java.ddata.event.DDataTableListener
 
validationError(TableEvent) - Method in class pt.moredata.widgets.event.TableAdapter
 
validationError(TableEvent) - Method in interface pt.moredata.widgets.event.TableListener
 
value - Variable in class pt.despodata.java.ddata.DDataField
Valor que o campo contem.
value - Variable in class pt.despodata.java.ddata.DDataTextField
Valor que o campo contem
value - Variable in class pt.despodata.java.ddata.event.AfterEditEvent
 
value - Variable in class pt.despodata.java.ddata.table.DDataCellField
Valor que o campo contem
value - Variable in class pt.despodata.java.ddata.table.DDataCellTextField
Valor que o campo contem
value - Variable in class pt.despodata.java.ddata.table.DDataDataComponent
 
value - Variable in class pt.moredata.connection.taglibs.AbstractInputTag
Valor inicial do campo de input.
value - Variable in class pt.moredata.dataentry.taglibs.AbstractInputTag
 
value - Variable in class pt.moredata.taglibs.widgets.AbstractInputTag
 
value - Variable in class pt.moredata.widgets.CheckBoxFieldObject
Valor que o campo contem.
value - Variable in class pt.moredata.widgets.ComboBoxFieldObject
Valor que o campo contem.
value - Variable in class pt.moredata.widgets.EditorPaneObject
Valor que o campo contem.
value - Variable in class pt.moredata.widgets.ImageFieldObject
Valor que o campo contem.
value - Variable in class pt.moredata.widgets.TextFieldObject
Valor que o campo contem.
value - Variable in class pt.moredata.widgets.table.CellField
Valor que o campo contem
value - Variable in class pt.moredata.widgets.table.CellTextField
Valor que o campo contem
value - Variable in class pt.moredata.widgets.table.Component
 
valueOf(String) - Static method in class pt.moredata.util.FileImage
creates a FileImage based on a string
valueOf(String) - Static method in class pt.moredata.util.ZipObject
 
valueValidated() - Method in class pt.despodata.java.ddata.DDataTextField
Valida se o valor preenchido eh valido para o tipo de dados
valueValidated() - Method in class pt.despodata.java.ddata.table.DDataCellField
Valida se o valor preenchido eh valido para o tipo de dados
valueValidated() - Method in class pt.despodata.java.ddata.table.DDataCellTextField
Valida se o valor preenchido eh valido para o tipo de dados
valueValidated() - Method in class pt.moredata.widgets.TextField
Valida se o valor preenchido eh valido para o tipo de dados
valueValidated() - Method in class pt.moredata.widgets.table.CellField
Valida se o valor preenchido eh valido para o tipo de dados
valueValidated() - Method in class pt.moredata.widgets.table.CellTextField
Valida se o valor preenchido eh valido para o tipo de dados
values() - Method in class pt.moredata.util.FullHashMap
Returns a collection view of the values contained in this map.
vectorToArrayList(Vector) - Static method in class pt.moredata.util.DataUtil
Converts a vector in an ArrayList
verifyPolicy() - Method in class pt.moredata.taglibs.protectcontent.AbstractPolicyTag
Verifica se uma determinada poitica de acesso se verifica ou nao.
viewToModel(Point) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
viewToModel(Point) - Method in class pt.despodata.java.ddata.DDataField
 
viewToModel(Point) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
viewToModel(Point) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
viewToModel(Point) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
viewToModel(Point) - Method in class pt.moredata.widgets.Field
Description of the Method
viewToModel(Point) - Method in interface pt.moredata.widgets.FieldObject
 
viewToModel(Point) - Method in class pt.moredata.widgets.ImageFieldObject
 
visitBeginRtfBlock(RtfBlock) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o inicio de um RtfBlock.
visitBeginRtfBlock(RtfBlock) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o inicio de um RtfBlock.
visitBeginRtfBlock(RtfBlock) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o inicio de um RtfBlock.
visitBeginRtfCell(RtfCell) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o inicio de um RtfCell.
visitBeginRtfCell(RtfCell) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o inicio de um RtfCell.
visitBeginRtfCell(RtfCell) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o inicio de um RtfCell.
visitBeginRtfCompoundObject(RtfCompoundObject) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o inicio de um RtfCompoundObject.
visitBeginRtfCompoundObject(RtfCompoundObject) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o inicio de um RtfCompoundObject.
visitBeginRtfCompoundObject(RtfCompoundObject) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o inicio de um RtfCompoundObject.
visitBeginRtfDocument(RtfDocument) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o inicio de um RtfDocument.
visitBeginRtfDocument(RtfDocument) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o inicio de um RtfDocument.
visitBeginRtfDocument(RtfDocument) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o inicio de um RtfDocument.
visitBeginRtfParagraph(RtfParagraph) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o inicio de um RtfParagraph.
visitBeginRtfParagraph(RtfParagraph) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o inicio de um RtfParagraph.
visitBeginRtfParagraph(RtfParagraph) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o inicio de um RtfParagraph.
visitBeginRtfRow(RtfRow) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o inicio de um RtfRow.
visitBeginRtfRow(RtfRow) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o inicio de um RtfRow.
visitBeginRtfRow(RtfRow) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o inicio de um RtfRow.
visitBeginRtfTable(RtfTable) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o inicio de um RtfTable.
visitBeginRtfTable(RtfTable) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o inicio de um RtfTable.
visitBeginRtfTable(RtfTable) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o inicio de um RtfTable.
visitDocument() - Method in class pt.moredata.connection.ConnectionXml12Config
Scan through org.w3c.dom.Document document.
visitDocument() - Method in class pt.moredata.dataentry.core.generator.DaoGeneratorConfigScanner
Scan through org.w3c.dom.Document document.
visitEndRtfBlock(RtfBlock) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o fim de um RtfBlock.
visitEndRtfBlock(RtfBlock) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o fim de um RtfBlock.
visitEndRtfBlock(RtfBlock) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o fim de um RtfBlock.
visitEndRtfCell(RtfCell) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o fim de um RtfCell.
visitEndRtfCell(RtfCell) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o fim de um RtfCell.
visitEndRtfCell(RtfCell) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o fim de um RtfCell.
visitEndRtfCompoundObject(RtfCompoundObject) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o fim de um RtfCompoundObject.
visitEndRtfCompoundObject(RtfCompoundObject) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o fim de um RtfCompoundObject.
visitEndRtfCompoundObject(RtfCompoundObject) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o fim de um RtfCompoundObject.
visitEndRtfDocument(RtfDocument) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o fim de um RtfDocument.
visitEndRtfDocument(RtfDocument) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o fim de um RtfDocument.
visitEndRtfDocument(RtfDocument) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o fim de um RtfDocument.
visitEndRtfParagraph(RtfParagraph) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o fim de um RtfParagraph.
visitEndRtfParagraph(RtfParagraph) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o fim de um RtfParagraph.
visitEndRtfParagraph(RtfParagraph) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o fim de um RtfParagraph.
visitEndRtfRow(RtfRow) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o fim de um RtfRow.
visitEndRtfRow(RtfRow) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o fim de um RtfRow.
visitEndRtfRow(RtfRow) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o fim de um RtfRow.
visitEndRtfTable(RtfTable) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar o fim de um RtfTable.
visitEndRtfTable(RtfTable) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar o fim de um RtfTable.
visitEndRtfTable(RtfTable) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar o fim de um RtfTable.
visitRtfCellProperties(RtfCellProperties) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar as propriedades de uma celula.
visitRtfExternalEntities(RtfExternalEntities) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfExternalEntities.
visitRtfFieldInstance(RtfFieldInstance) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfFieldInstance.
visitRtfFieldInstance(RtfFieldInstance) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfFieldInstance.
visitRtfFieldInstance(RtfFieldInstance) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfFieldInstance.
visitRtfHyperLink(RtfHyperLink) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfHyperLink.
visitRtfHyperLink(RtfHyperLink) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfHyperLink.
visitRtfHyperLink(RtfHyperLink) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfHyperLink.
visitRtfInfo(RtfInfo) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfInfo.
visitRtfLineBreak(RtfLineBreak) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfLineBreak.
visitRtfLineBreak(RtfLineBreak) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfLineBreak.
visitRtfLineBreak(RtfLineBreak) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfLineBreak.
visitRtfObject(RtfObject) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfObject.
visitRtfObject(RtfObject) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfObject.
visitRtfObject(RtfObject) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfObject.
visitRtfPageBreak(RtfPageBreak) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfPageBreak.
visitRtfPageBreak(RtfPageBreak) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfPageBreak.
visitRtfPageBreak(RtfPageBreak) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfPageBreak.
visitRtfParagraphProperties(RtfParagraphProperties) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar as propriedades de um paragrafo.
visitRtfPicture(RtfPicture) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfPicture.
visitRtfPicture(RtfPicture) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfPicture.
visitRtfPicture(RtfPicture) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfPicture.
visitRtfRowProperties(RtfRowProperties) - Method in class pt.moredata.majix.rtf.VisitorAdapter
 
visitRtfStyleSheet(RtfStyleSheet) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfStyleSheet.
visitRtfSymbol(RtfSymbol) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfSymbol.
visitRtfSymbol(RtfSymbol) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfSymbol.
visitRtfSymbol(RtfSymbol) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfSymbol.
visitRtfTab(RtfTab) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfTab.
visitRtfTab(RtfTab) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfTab.
visitRtfTab(RtfTab) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfTab.
visitRtfTableProperties(RtfTableProperties) - Method in class pt.moredata.majix.rtf.VisitorAdapter
 
visitRtfText(RtfText) - Method in class pt.moredata.majix.rtf.DumpRtfVisitor
Metodo usado para tratar um RtfText.
visitRtfText(RtfText) - Method in interface pt.moredata.majix.rtf.Visitor
Metodo usado para tratar um RtfText.
visitRtfText(RtfText) - Method in class pt.moredata.majix.rtf.VisitorAdapter
Metodo usado para tratar um RtfText.

W

WEBPAGE - Static variable in interface pt.despodata.java.webappl.IPage
Tipo de pagina e uma WebPage.
WEBPAGE_VAR_KEY - Static variable in class pt.despodata.java.webappl.Types
 
WEB_PAGE - Static variable in class pt.despodata.java.webappl.GenericModel
Nome do argumento onde devera vir a WEBPAGE
WELCOME_PANEL - Static variable in class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
Define the welcome panel order
WHERE_STRING_BUILD - Static variable in class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent
 
WHERE_STR_EVENT - Static variable in class pt.despodata.java.webappl.actions.SearchRecordAction
 
WHERE_STR_KEY - Static variable in class pt.despodata.java.webappl.Types
 
WILDCARD - Static variable in class pt.moredata.dao.pattern.SQLPatternBuilder
Caracter usado para representar uma qualquer string no padrao de pesquisa.
WebApplTestSuite - class pt.despodata.java.webappl.tests.WebApplTestSuite.
WebbApplTestSuite.java Company MoreData
WebApplTestSuite(String) - Constructor for class pt.despodata.java.webappl.tests.WebApplTestSuite
 
WebApplication - class pt.despodata.java.webappl.WebApplication.
WebApplication.java Aplicacao Web Generica Esta classe e responsavel por criar o Modelo de dados e a(s) Vistas sobre os mesmos.
WebApplication(HttpSession, DDataSource, IUser, String) - Constructor for class pt.despodata.java.webappl.WebApplication
Constroi uma aplicacao.
WebPage - class pt.despodata.java.webappl.WebPage.
WebPage.java, Representa uma pagina html.
WebPage(String) - Constructor for class pt.despodata.java.webappl.WebPage
Deprecated.  
WebPage(String, FrameSet, Frame) - Constructor for class pt.despodata.java.webappl.WebPage
Constroi uma representacao de uma pagina de Web.
WebPage(String, String) - Constructor for class pt.despodata.java.webappl.WebPage
Deprecated.  
WebPageTag - class pt.despodata.java.webappl.tags.WebPageTag.
WebPageTag.java, Permite definir mais facilmente a estrutura de uma entrada de dados.
WebPageTag() - Constructor for class pt.despodata.java.webappl.tags.WebPageTag
 
WebPageTagExtraInfo - class pt.despodata.java.webappl.tags.WebPageTagExtraInfo.
WebPageTagExtraInfo.java, Permite definir mais facilmente a estrutura de uma entrada de dados.
WebPageTagExtraInfo() - Constructor for class pt.despodata.java.webappl.tags.WebPageTagExtraInfo
 
WelcomePanel - class pt.moredata.netbeans.modules.moredatatemplates.wizard.WelcomePanel.
The welcome panel for begining of the wizard Status : New
WelcomePanel(Data) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.WelcomePanel
Constructor for the WizardWelcomePanel object
WhereStringBuildEvent - class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent.
WhereStringBuildEvent.java Company MoreData
WhereStringBuildEvent(Action, HttpServletRequest, HttpServletResponse, String, ApplDataControl, String, String, String, String, String) - Constructor for class pt.despodata.java.webappl.actions.event.WhereStringBuildEvent
 
WhereStringBuildListener - class pt.despodata.java.webappl.actions.event.WhereStringBuildListener.
WhereStringBuildListener.java Company MoreData
WhereStringBuildListener() - Constructor for class pt.despodata.java.webappl.actions.event.WhereStringBuildListener
 
WidgetDelegate - class pt.moredata.widgets.table.WidgetDelegate.
Description of the Class
WidgetDelegate() - Constructor for class pt.moredata.widgets.table.WidgetDelegate
Constructor for the Delegate object
WidgetDelegate(JComponent, JComponent) - Constructor for class pt.moredata.widgets.table.WidgetDelegate
Constructor for the Delegate object
WidgetDemo - class pt.moredata.widgets.WidgetDemo.
 
WidgetDemo() - Constructor for class pt.moredata.widgets.WidgetDemo
Creates new form WidgetDemo
WidgetUtil - class pt.moredata.widgets.util.WidgetUtil.
This class provide a several useful method to be used with UI Widgets Swing / AWT / SWT / Moredata Widgets
WidgetUtil() - Constructor for class pt.moredata.widgets.util.WidgetUtil
 
WindowsShortcut - class pt.despodata.java.distribuicao.WindowsShortcut.
 
WindowsShortcut() - Constructor for class pt.despodata.java.distribuicao.WindowsShortcut
 
Wizard - class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard.
The database form generation wizard entry class.
Wizard() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.Wizard
 
Wizard - interface pt.moredata.wizard.Wizard.
Wizard.java Company MoreData
WizardAction - class pt.moredata.wizard.WizardAction.
WizardAction.java Definição da informação sobre uma acção / ecrã de um wizard Company MoreData
WizardAction() - Constructor for class pt.moredata.wizard.WizardAction
 
WizardActionEvent - class pt.moredata.wizard.event.WizardActionEvent.
WizardActionEvent.java Title: Description: Descrição de um evento ocorrido numa acção do wizard Company MoreData
WizardActionEvent(WizardAction) - Constructor for class pt.moredata.wizard.event.WizardActionEvent
 
WizardActionForm - interface pt.moredata.wizard.WizardActionForm.
WizardActionForm.java Interface que define os métodos minimos para cada acção de um form Company MoreData
WizardActionListener - interface pt.moredata.wizard.event.WizardActionListener.
WizardActionListener.java Title: Description: Event listener para as accoes executadas numa acção do wizard Company MoreData
WizardArrayIterator - class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator.
Interator in the array of panels used in the wizard
WizardArrayIterator(WizardDescriptor.Panel[], Data) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardArrayIterator
Constructor for the WizardArrayIterator object receiving the panel list and the reference to the data.
WizardConnectionProgress - class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress.
The progress bar that show the information about the initailization of the tables information.
WizardConnectionProgress(Frame, String, int, int) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Constructor
WizardConnectionProgress(String, int, int) - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardConnectionProgress
Constructor
WizardControler - class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardControler.
Makes some intermediate actions and valaidation during the wizard iterations.
WizardControler() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardControler
Creates a new instance of WizardControler
WizardDemo - class pt.moredata.dataentry.wizards.WizardDemo.
WizardDemo.java Company MoreData
WizardDemo() - Constructor for class pt.moredata.dataentry.wizards.WizardDemo
Creates a new instance of WizardDemo
WizardEvent - class pt.moredata.wizard.event.WizardEvent.
WizardEvent.java Title: Description: Descrição de um evento ocorrido num wizard Company MoreData
WizardEvent(SwingWizardControler) - Constructor for class pt.moredata.wizard.event.WizardEvent
 
WizardInterface - interface pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardInterface.
The interface that all classes of the wizard should implement
WizardListener - interface pt.moredata.wizard.event.WizardListener.
WizardListener.java Title: Description: Event listener para as accoes executadas num wizard Company MoreData
WizardPanel - class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel.
Basic behaviour of the wizard panels.
WizardPanel() - Constructor for class pt.moredata.netbeans.modules.moredatatemplates.wizard.WizardPanel
Constructor for the WizardPanel object
WkSimpleLocalApp - class pt.moredata.wibukey.WkSimpleLocalApp.
 
WkSimpleLocalApp() - Constructor for class pt.moredata.wibukey.WkSimpleLocalApp
 
WkSimpleLocalFrame - class pt.moredata.wibukey.WkSimpleLocalFrame.
 
WkSimpleLocalFrame() - Constructor for class pt.moredata.wibukey.WkSimpleLocalFrame
 
Writer - interface pt.moredata.dao.Writer.
This is the interface used for writing data to the repository.
WriterException - exception pt.moredata.dao.WriterException.
Signals that a error has occur will writing data to the repository.
WriterException(String) - Constructor for class pt.moredata.dao.WriterException
Constructs a new runtime exception with the specified detail message.
WriterException(Throwable) - Constructor for class pt.moredata.dao.WriterException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
WriterException(String, Throwable) - Constructor for class pt.moredata.dao.WriterException
Constructs a new runtime exception with the specified detail message and cause.
WriterFactory - class pt.moredata.dao.core.WriterFactory.
This Factory creates new objects of the pt.moredata.dao.Writer type.
WriterInformation - class pt.moredata.dao.core.WriterInformation.
This is the interface used for presenting aditional information to the Writer interface so it can insert or update information into the repository.
WriterInformation() - Constructor for class pt.moredata.dao.core.WriterInformation
 
WriterInformation(String, int, int) - Constructor for class pt.moredata.dao.core.WriterInformation
 
webAppl - Variable in class pt.despodata.java.webappl.actions.ActionBase
 
webPage - Variable in class pt.despodata.java.webappl.actions.ActionBase
 
webPageHaveDetail() - Method in class pt.despodata.java.webappl.actions.ActionBase
Verifica se a pagina onde foi desencadeada a acao tem uma pagina de detalhe ou nao.
width - Variable in class pt.moredata.taglibs.widgets.ImageTag
 
write(Writer) - Method in class pt.despodata.java.ddata.DDataEditorPane
 
write(Writer) - Method in class pt.despodata.java.ddata.DDataField
 
write(WriterInformation) - Method in interface pt.moredata.dao.Writer
Read all data from one table of the RecordSet and write it to the repository.
write() - Method in class pt.moredata.dao.core.AbstractWriter
Read all data from one table of the RecordSet and write it to the repository.
write(WriterInformation) - Method in class pt.moredata.dao.core.AbstractWriter
Read all data from one table of the RecordSet and write it to the repository.
write(Writer) - Method in class pt.moredata.widgets.CheckBoxFieldObject
 
write(Writer) - Method in class pt.moredata.widgets.ComboBoxFieldObject
 
write(Writer) - Method in class pt.moredata.widgets.EditorPane
Description of the Method
write(Writer) - Method in class pt.moredata.widgets.Field
Description of the Method
write(Writer) - Method in interface pt.moredata.widgets.FieldObject
 
write(Writer) - Method in class pt.moredata.widgets.ImageFieldObject
 
writeConfig(String) - Static method in class pt.despodata.java.connection.tests.ConnectionTxtConfigTest
 
writeConfig(String) - Static method in class pt.despodata.java.connection.tests.UtilStuff
 
writeConfig(String) - Static method in class pt.moredata.connection.ConnectionTxtConfigTest
Description of the Method
writeConfig(String) - Static method in class pt.moredata.connection.ConnectionXml12ConfigTest
Description of the Method
writeConfig(String) - Static method in class pt.moredata.connection.ConnectionXmlConfigTest
Description of the Method
writeFile() - Method in class pt.moredata.dao.core.SerializedTableIO
Seraliza os dados para um ficheiro (zipando)
writeLog(String) - Method in class pt.despodata.java.ddata.DDataErrorPrintStream
 
writeLog(String) - Method in class pt.moredata.util.ErrorHandlerPrintStream
 
writeReport(String, String, boolean) - Method in class pt.moredata.fglreport.AbstractFglReport
Escreve o report produzido ate essa altura
writeReport(String, String) - Method in interface pt.moredata.fglreport.FglReport
Escreve o report produzido ate essa altura
writeReport(String, String) - Method in class pt.moredata.fglreport.SwingFglReport
Escreve para o écran o texto do report produzido até essa altura
writeReport(String, String) - Method in class pt.moredata.fglreport.TxtFglReport
Escreve para um ficheiro em formato texto o report produzido ate essa altura

X

XML - Static variable in class pt.despodata.java.ddata.DDataConfig
Deprecated.  
XML - Static variable in class pt.moredata.dao.DataSource
 
XMLReader - class pt.moredata.xml.db.XMLReader.
 
XMLReader() - Constructor for class pt.moredata.xml.db.XMLReader
 
XMLSimpleReader - class pt.moredata.xml.db.XMLSimpleReader.
 
XMLSimpleReader() - Constructor for class pt.moredata.xml.db.XMLSimpleReader
 
XMLToDBTable - class pt.moredata.xml.db.XMLToDBTable.
 
XMLToDBTable(Connection, String, String, String) - Constructor for class pt.moredata.xml.db.XMLToDBTable
 
XMLToDBTable(Connection, Document, String, String) - Constructor for class pt.moredata.xml.db.XMLToDBTable
 
XMLToDBTable.ConstantField - class pt.moredata.xml.db.XMLToDBTable.ConstantField.
 
XMLToDBTable.ConstantField(String, Object) - Constructor for class pt.moredata.xml.db.XMLToDBTable.ConstantField
 
XMLToDBTable.DBField - class pt.moredata.xml.db.XMLToDBTable.DBField.
 
XMLToDBTable.DBField() - Constructor for class pt.moredata.xml.db.XMLToDBTable.DBField
 
XMLToDBTable.XMLField - class pt.moredata.xml.db.XMLToDBTable.XMLField.
 
XMLToDBTable.XMLField(String, Class, String, String) - Constructor for class pt.moredata.xml.db.XMLToDBTable.XMLField
 
XMLToDBTable.XMLField(String, Class, String) - Constructor for class pt.moredata.xml.db.XMLToDBTable.XMLField
 
XmlBuilder - class pt.moredata.dao.builder.XmlBuilder.
Implementacao da interface DAOBuilder para construir documentos em xml a partir de um DAO.

Z

ZipObject - class pt.despodata.java.util.ZipObject.
 
ZipObject() - Constructor for class pt.despodata.java.util.ZipObject
 
ZipObject(Object) - Constructor for class pt.despodata.java.util.ZipObject
 
ZipObject - class pt.moredata.util.ZipObject.
 
ZipObject() - Constructor for class pt.moredata.util.ZipObject
 
ZipObject(Object) - Constructor for class pt.moredata.util.ZipObject
 
ZipObject(Object, int) - Constructor for class pt.moredata.util.ZipObject
 
zip(Object) - Method in class pt.despodata.java.util.ZipObject
Comprime um objecto
zip(Object, int) - Method in class pt.moredata.util.ZipObject
Comprime um objecto

_

_arguments - Variable in class pt.moredata.programlaunch.AbstractCommandRunner
Arguments used to run the class.
_button - Variable in class pt.moredata.taglibs.widgets.ButtonTag
Informacao acerca do botao.
_buttonList - Variable in class pt.moredata.taglibs.widgets.ToolBarTag
Lista de butoes da tooolbar.
_class - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
_columnName - Variable in class pt.moredata.dataentry.component.AbstractDataEntryComponent
Nome da coluna na tabela a que este componente esta associado.
_columnName - Variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
Noma da coluna dentro da tabela que contem o campo do tipo byte.
_command - Variable in class pt.moredata.programlaunch.AbstractCommandRunner
The commans send by the client.
_components - Variable in class pt.moredata.dataentry.core.AbstractDataEntry
Lista de componentes da entrada de dados.
_contentType - Variable in class pt.moredata.dataentry.taglibs.DownloadFileServlet
Tipo de conteudo.
_contentType - Variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
Tipo de conteudo.
_customErrorMessage - Variable in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
Menssagem de erro escrita na tag
_dao - Variable in class pt.moredata.dataentry.action.SaveSingleRecordAction
Data Access Object.
_dao - Variable in class pt.moredata.dataentry.action.SimpleQueryAction
 
_dao - Variable in class pt.moredata.widgets.Lov
Data control para leitura e gestão dos dados em memória
_daoView - Variable in class pt.moredata.dataentry.core.AbstractDataEntry
DAOView usado para popular esta entrada de dados.
_daoView - Variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
DAOView com um campo do tipo BYTE.
_data - Variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
Binary data.
_dataEntry - Variable in class pt.moredata.dataentry.action.AbstractAction
Entrada de dados.
_dataEntry - Variable in class pt.moredata.dataentry.taglibs.AbstractHtmlTag
Entrada de dados.
_dataEntry - Variable in class pt.moredata.dataentry.taglibs.AbstractIfTag
Entrada de dados.
_dataEntry - Variable in class pt.moredata.dataentry.taglibs.GoToRecordTag
Entrada de dados.
_dataSource - Variable in class pt.moredata.connection.taglibs.AbstractIfTag
DataSource criado pela tag CreateDataEntryTag.
_dataSource - Variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
DataSource criado por esta servlet.
_dataSource - Variable in class pt.moredata.connection.taglibs.EnforceLoginTag
DataSource criado e armazenado na sessao.
_dinamicWhereString - Variable in class pt.despodata.java.ddata.DDataLov
Cláusula de where adicional - Usada para restrições adicionais
_dinamicWhereString - Variable in class pt.moredata.widgets.Lov
Cláusula de where adicional - Usada para restrições adicionais
_enable - Variable in class pt.moredata.dataentry.action.AbstractAction
Indica se a acao esta activada ou não.
_errorMessage - Variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Menssagem de erro.
_errorMessage - Variable in class pt.moredata.dataentry.action.SaveSingleRecordAction
Menssagem de resposta.
_event - Variable in class pt.moredata.dataentry.action.AbstractAction
Evento associado a accao.
_field - Variable in class pt.moredata.dataentry.component.swing.JComboBoxComponent
Widget que define o campo.
_fieldsInfo - Variable in class pt.moredata.dao.core.AbstractReader
DAOFieldsInfo object with information about DAO columns and tables.
_fieldsInfo - Variable in class pt.moredata.dao.core.AbstractSQLStatementBuilder
DAOFieldsInfo object with information about DAO columns and tables.
_fieldsInfo - Variable in class pt.moredata.dao.core.AbstractWriter
DAOFieldsInfo object with information about DAO columns and tables.
_fileName - Variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
Nome do ficheiro quando se faz download do ficheiro.
_getDataControl(DDataSource, String, String, String[], String, boolean, String[]) - Static method in class pt.despodata.java.ddata.DDataControlPool
Verifica se existe um recordSet para a tabela e se afirmativo devolve-o caso contrario cria-o e efectua o query relativo ao dataSource definido genericamente para a pool ou relativo ao data source definido para determinada tabela
_getTopParentWebPage(WebPage) - Method in class pt.despodata.java.webappl.actions.ActionBase
Devolve a pagina 'parent' de uma determinada pagina.
_info - Variable in class pt.moredata.dao.core.AbstractReader
Aditional information to build the SQL command.
_info - Variable in class pt.moredata.dao.core.AbstractSQLStatementBuilder
Aditional information to build the SQL command.
_info - Variable in class pt.moredata.dao.core.AbstractWriter
Aditional information to build the SQL command.
_jstlDataSource - Variable in class pt.moredata.connection.taglibs.EnforceLoginTag
DataSource para ser usado pela JSTL.
_lastControllerLogEntry - Variable in class pt.moredata.dataentry.taglibs.DoIfTag
 
_lastLogEntry - Variable in class pt.moredata.dataentry.taglibs.DoIfTag
 
_map - Variable in class pt.moredata.dataentry.core.AbstractDataEntry
Mapeamento entre o nome de uma coluna da tabela e um componente.
_out - Variable in class pt.moredata.dataentry.taglibs.AbstractIfTag
Output writer.
_out - Variable in class pt.moredata.taglibs.widgets.AbstractHtmlTag
 
_out - Variable in class pt.moredata.taglibs.widgets.ButtonTag
 
_parent - Variable in class pt.moredata.dataentry.taglibs.HideButtonTag
TollBarTag onde o botao esta inserido.
_parent - Variable in class pt.moredata.taglibs.protectcontent.AbstractContentTag
Tag onde esta tag deve ser aninhada.
_parent - Variable in class pt.moredata.taglibs.protectcontent.AbstractPolicyTag
Tag onde esta tag deve ser aninhada.
_parent - Variable in class pt.moredata.taglibs.widgets.ButtonTag
TollBarTag onde o botao esta inserido.
_queryAllowed - Variable in class pt.moredata.dataentry.core.AbstractDataEntry
Indica se a entrada de dados permite que sejam efectuadas pesquisas.
_recordSet - Variable in class pt.moredata.dao.core.AbstractReader
DAO RecordSet.
_recordSet - Variable in class pt.moredata.dao.core.AbstractSQLStatementBuilder
DAO RecordSet.
_recordSet - Variable in class pt.moredata.dao.core.AbstractWriter
DAO RecordSet.
_request - Variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
HttpServlet Request Object.
_request - Variable in class pt.moredata.dataentry.action.AbstractAction
Pedido efectuadao a classe que implementa a acção.
_request - Variable in class pt.moredata.dataentry.taglibs.DownloadFileServlet
HttpservletRequest object
_request - Variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
HttpservletRequest object
_rowNumber - Variable in class pt.moredata.dataentry.action.SaveSingleRecordAction
Liga a ser gravada
_rowNumber - Variable in class pt.moredata.taglibs.dao.GetByteFieldServlet
Numero da linha da tabela que contem o ficheiro
_serverProperties - Variable in class pt.moredata.programlaunch.AbstractCommandRunner
The server properties.
_session - Variable in class pt.moredata.connection.taglibs.AbstractIfTag
Objecto de sessao.
_session - Variable in class pt.moredata.dataentry.taglibs.AbstractIfTag
Objecto de sessao.
_showTagBody - Variable in class pt.moredata.dataentry.taglibs.ShowIfErrorTag
If true the last command executed give an error.
_table - Variable in class pt.moredata.widgets.Lov
Tabela descodificada
_tableAlias - Variable in class pt.moredata.dataentry.component.AbstractDataEntryComponent
The table alias
_tableName - Variable in class pt.moredata.dataentry.component.AbstractDataEntryComponent
The table name.
_type - Variable in class pt.moredata.connection.taglibs.AbstractInputTag
 
_userId - Variable in class pt.moredata.connection.taglibs.CreateDataSourceServlet
Nome do utilizador
_whereString - Variable in class pt.moredata.dataentry.action.SimpleQueryAction
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z _