| br.com.igor.beans.table.TableCellRendererListradoCinza br.com.igor.beans.table.ConfiguravelTableCellRenderer
ConfiguravelTableCellRenderer | public class ConfiguravelTableCellRenderer extends TableCellRendererListradoCinza (Code) | | This is a general propose table cell renderer that can render
data from generic types that don't need database access to be
represented
author: Igor Regis da Silva Simões |
Field Summary | |
final public static int | BOOLEANO | final public static int | CNPJ | final public static int | CPF | final public static int | DATA | final public static int | DINHEIRO | final public static int | PORCENTAGEM |
BOOLEANO | final public static int BOOLEANO(Code) | | The boolean format
|
CNPJ | final public static int CNPJ(Code) | | The BRazilian CNPJ format
|
CPF | final public static int CPF(Code) | | The Brazilian CPF format
|
DATA | final public static int DATA(Code) | | The Date format
|
DINHEIRO | final public static int DINHEIRO(Code) | | The money format
|
PORCENTAGEM | final public static int PORCENTAGEM(Code) | | The percentage format
|
ConfiguravelTableCellRenderer | public ConfiguravelTableCellRenderer(int formato, int subformato)(Code) | | This is a general propose table cell renderer that can render
data from generic types that don't need database access to be
represented
Parameters: formato - The format that will be used to represent the data Parameters: subformato - The sub-format to be used (if exists) |
getFormato | public int getFormato()(Code) | | Retorna o formato atual
int representando o formato atual |
getSubformato | public int getSubformato()(Code) | | Retorna o subformato atual
int representando o subformato atual |
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 |
setFormato | public void setFormato(int formato, int subformato)(Code) | | Determina o formato de dados queeste renderer irá exibir
Parameters: formato - Formato aplicado ao dado Parameters: subformato - Subformata a ser aplicado |
setLocale | public void setLocale(Locale local)(Code) | | Determina a localização dos formatos
Parameters: local - |
Methods inherited from br.com.igor.beans.table.TableCellRendererListradoCinza | public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)(Code)(Java Doc)
|
|
|