| br.com.gfpshare.beans.table.ConfiguravelTableCellRenderer br.com.gfp.windows.componentes.GFPTableCellRenderer
All known Subclasses: br.com.gfp.ols.componentes.OLSTableCellRenderer,
GFPTableCellRenderer | public class GFPTableCellRenderer extends ConfiguravelTableCellRenderer implements TableModelListener(Code) | | This is a renderer that can render GFP domain data.
This renderer knows how to access the database through the
persistence layer to retrieve the data to be rendered.
Usually a table is loaded with the data from a database table and
some fields are only foreign keys id's, so the GFPTableCellRender
perform a database query to get the textual representation for that
field according to its configuration
author: Igor Regis da Silva Simões |
APLICACAO | final public static int APLICACAO(Code) | | Account Saving
|
BANCO | final public static int BANCO(Code) | | Bank
|
BEM | final public static int BEM(Code) | | User assets
|
CARTAO_CREDITO | final public static int CARTAO_CREDITO(Code) | | Credit card account
|
CONTA_CORRENTE | final public static int CONTA_CORRENTE(Code) | | Checking Account
|
ENTIDADE | final public static int ENTIDADE(Code) | | A contact from contact list
|
LANCAMENTO | final public static int LANCAMENTO(Code) | | A Transaction
|
NUMERO_AGENCIA | final public static int NUMERO_AGENCIA(Code) | | Branch number
|
NUMERO_CONTA_CORRENTE | final public static int NUMERO_CONTA_CORRENTE(Code) | | Checking account number
|
TIPO_CONTA | final public static int TIPO_CONTA(Code) | | Type of account (saving, checking, credit card)
|
TIPO_DE_RENDIMENTO | final public static int TIPO_DE_RENDIMENTO(Code) | | Type of earning period for some account saving
|
TIPO_LANCAMENTO | final public static int TIPO_LANCAMENTO(Code) | | Type of Transaction
|
TIPO_REPETICAO | final public static int TIPO_REPETICAO(Code) | | Type of repetition a transaction will do
|
GFPTableCellRenderer | public GFPTableCellRenderer(int formato, int subformato)(Code) | | Cria uma nova instância de GFDTableCellRenderer
Parameters: formato - Parameters: subformato - |
getTableCellRendererComponent | public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)(Code) | | Sobrescreve o método da superclasse para retornar um renderer formatado,
conforme descrito acima
Parameters: table - JTable Tabela que será configurada por este renderer Parameters: value - Object Valor que será exibido pelo renderer Parameters: isSelected - boolean Indicando se a célula está selecionada Parameters: hasFocus - boolean indicando se a célual possui o foco Parameters: row - int Linha da célula Parameters: column - int Coluna da célula Retorna o Compoment responsável por renderizar o valor da célula |
|
|