Java Doc for GFPTableCellRenderer.java in  » ERP-CRM-Financial » Personal-Finance-Manager » br » com » gfp » windows » componentes » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Personal Finance Manager » br.com.gfp.windows.componentes 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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


Field Summary
final public static  intAPLICACAO
    
final public static  intBANCO
    
final public static  intBEM
    
final public static  intCARTAO_CREDITO
    
final public static  intCONTA_CORRENTE
    
final public static  intENTIDADE
    
final public static  intLANCAMENTO
    
final public static  intNUMERO_AGENCIA
    
final public static  intNUMERO_CONTA_CORRENTE
    
final public static  intTIPO_CONTA
    
final public static  intTIPO_DE_RENDIMENTO
    
final public static  intTIPO_LANCAMENTO
    
final public static  intTIPO_REPETICAO
    
protected  PersistentObjectcurrentPersistentObject
    

Constructor Summary
public  GFPTableCellRenderer(int formato, int subformato)
    

Method Summary
public  ComponentgetTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
    
public  voidtableChanged(TableModelEvent e)
    

Field Detail
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



currentPersistentObject
protected PersistentObject currentPersistentObject(Code)




Constructor Detail
GFPTableCellRenderer
public GFPTableCellRenderer(int formato, int subformato)(Code)
Cria uma nova instância de GFDTableCellRenderer
Parameters:
  formato -
Parameters:
  subformato -




Method Detail
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



tableChanged
public void tableChanged(TableModelEvent e)(Code)

Parameters:
  e -



Fields inherited from br.com.gfpshare.beans.table.ConfiguravelTableCellRenderer
final public static int BOOLEANO(Code)(Java Doc)
final public static int CNPJ(Code)(Java Doc)
final public static int CPF(Code)(Java Doc)
final public static int DATA(Code)(Java Doc)
final public static int DINHEIRO(Code)(Java Doc)
final public static int PORCENTAGEM(Code)(Java Doc)

Methods inherited from br.com.gfpshare.beans.table.ConfiguravelTableCellRenderer
public int getFormato()(Code)(Java Doc)
public int getSubformato()(Code)(Java Doc)
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)(Code)(Java Doc)
public void setFormato(int formato, int subformato)(Code)(Java Doc)
public void setLocale(Locale local)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.