|
|||||||||||
| 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.TextAreaDelegate
| Field Summary |
| Fields inherited from class pt.moredata.widgets.table.WidgetDelegate |
cellPropertiesEditor, cellPropertiesRenderer, editorComponent, validated |
| Constructor Summary | |
TextAreaDelegate()
|
|
TextAreaDelegate(CellProperties _properties)
|
|
| 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 |
setCellProperties(CellProperties _properties)
Sets the cellProperties 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 |
| Constructor Detail |
public TextAreaDelegate()
public TextAreaDelegate(CellProperties _properties)
| Method Detail |
public void setCellProperties(CellProperties _properties)
WidgetDelegate
setCellProperties in class WidgetDelegate_properties - The new cellProperties valuepublic 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
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 Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||