public class ButtonColumn<T,V> extends AbstractColumn<T,V> implements EditableColumn<T,V>
AbstractColumn.ColumnDynamicFormatter
DATE_LOCALIZATION, iteratorObject
Constructor and Description |
---|
ButtonColumn(FIBButtonColumn columnModel,
FIBTableModel<T> tableModel,
FIBController controller) |
Modifier and Type | Method and Description |
---|---|
TableCellEditor |
getCellEditor()
Must be overriden if required
|
TableCellRenderer |
getCellRenderer()
Must be overriden if required
|
FIBButtonColumn |
getColumnModel() |
Class<V> |
getValueClass() |
boolean |
isCellEditableFor(Object object) |
boolean |
requireCellEditor()
Must be overriden if required
|
boolean |
requireCellRenderer()
Must be overriden if required
|
String |
toString() |
delete, disableValueChangeNotification, elementAt, enableValueChangeNotification, getController, getDefaultTableCellRenderer, getDefaultWidth, getDeletedProperty, getFont, getIconRepresentation, getLocalized, getLocalizedTitle, getPropertyChangeSupport, getPropertyListColumn, getResizable, getSpecificBgColor, getSpecificColor, getStringRepresentation, getTableModel, getTitle, getTooltip, getValue, getValueFor, isDeleted, makeCellEditor, makeCellRenderer, notifyValueChangedFor, propertyChange, setDefaultWidth, setTableModel, setTitle, setValueFor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setValueFor
public ButtonColumn(FIBButtonColumn columnModel, FIBTableModel<T> tableModel, FIBController controller)
public FIBButtonColumn getColumnModel()
getColumnModel
in class AbstractColumn<T,V>
public Class<V> getValueClass()
getValueClass
in class AbstractColumn<T,V>
public boolean isCellEditableFor(Object object)
isCellEditableFor
in interface EditableColumn<T,V>
isCellEditableFor
in class AbstractColumn<T,V>
public boolean requireCellRenderer()
AbstractColumn
requireCellRenderer
in class AbstractColumn<T,V>
public TableCellRenderer getCellRenderer()
AbstractColumn
getCellRenderer
in class AbstractColumn<T,V>
public boolean requireCellEditor()
AbstractColumn
requireCellEditor
in class AbstractColumn<T,V>
public TableCellEditor getCellEditor()
AbstractColumn
getCellEditor
in class AbstractColumn<T,V>
Copyright © 2022 Openflexo. All rights reserved.