|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.widgets.table.WidgetDelegate
pt.moredata.widgets.table.ComboBoxDelegate
| Field Summary | |
protected javax.swing.event.ChangeEvent |
changeEvent
|
protected int |
currentCol
|
protected int |
currentRow
|
protected java.lang.Object |
nValue
|
| Fields inherited from class pt.moredata.widgets.table.WidgetDelegate |
cellPropertiesEditor, cellPropertiesRenderer, editorComponent, validated |
| Constructor Summary | |
ComboBoxDelegate(BaseTable table)
|
|
ComboBoxDelegate(BaseTable table,
CellProperties prop)
|
|
| Method Summary | |
java.lang.Object |
getCellEditorValue()
Não implementado |
void |
prepareEditor(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
Preparação antes de executar o editor |
void |
prepareRenderer(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
Preparação antes de devolver o renderer |
void |
setCellEditorProperties(CellProperties _properties)
Sets the cellEditorProperties attribute of the Delegate object |
void |
setCellProperties(CellProperties _properties)
Sets the cellProperties attribute of the Delegate object |
void |
setCellRendererProperties(CellProperties _properties)
Sets the cellRendererProperties attribute of the Delegate object |
void |
setEditorValue(java.lang.Object value)
Não implementado. |
void |
setRendererValue(java.lang.Object value)
Não implementado. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.swing.event.ChangeEvent changeEvent
protected int currentCol
protected int currentRow
protected java.lang.Object nValue
| Constructor Detail |
public ComboBoxDelegate(BaseTable table)
public ComboBoxDelegate(BaseTable table,
CellProperties prop)
| Method Detail |
public void setCellProperties(CellProperties _properties)
WidgetDelegate
setCellProperties in class WidgetDelegate_properties - The new cellProperties valuepublic void setCellRendererProperties(CellProperties _properties)
WidgetDelegate
setCellRendererProperties in class WidgetDelegate_properties - The new cellRendererProperties valuepublic void setCellEditorProperties(CellProperties _properties)
WidgetDelegate
setCellEditorProperties in class WidgetDelegate_properties - The new cellEditorProperties value
public void prepareEditor(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
WidgetDelegate
prepareEditor in class WidgetDelegatetable - Description of the Parametervalue - Description of the ParameterisSelected - Description of the Parameterrow - Description of the Parametercolumn - Description of the Parameter
public void prepareRenderer(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
WidgetDelegate
prepareRenderer in class WidgetDelegatetable - Description of the Parametervalue - Description of the ParameterisSelected - Description of the ParameterhasFocus - Description of the Parameterrow - Description of the Parametercolumn - Description of the Parameterpublic void setRendererValue(java.lang.Object value)
WidgetDelegate
setRendererValue in class WidgetDelegatevalue - The new rendererValue valuepublic void setEditorValue(java.lang.Object value)
WidgetDelegate
setEditorValue in class WidgetDelegatevalue - The new editorValue valuepublic java.lang.Object getCellEditorValue()
WidgetDelegate
getCellEditorValue in class WidgetDelegate
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||