V - the columns value typeT - the row bean typepublic abstract class AbstractTableEditableColumn<V,T> extends AbstractTableColumn<V,T>
| Constructor and Description |
|---|
AbstractTableEditableColumn(String label) |
AbstractTableEditableColumn(String columnId,
String label,
com.github.bordertech.wcomponents.WComponent renderer,
Comparator comparator) |
AbstractTableEditableColumn(String label,
com.github.bordertech.wcomponents.WComponent renderer) |
AbstractTableEditableColumn(String label,
com.github.bordertech.wcomponents.WComponent renderer,
Comparator comparator) |
checkComparator, equals, getAlignment, getColumnId, getColumnLabel, getComparator, getRenderer, getWidth, hashCode, isEditable, setAlignment, setEditable, setValue, setWidthclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValuepublic AbstractTableEditableColumn(String label)
label - the column labelpublic AbstractTableEditableColumn(String label, com.github.bordertech.wcomponents.WComponent renderer)
label - the column labelrenderer - the column rendererpublic AbstractTableEditableColumn(String label, com.github.bordertech.wcomponents.WComponent renderer, Comparator comparator)
label - the column labelrenderer - the column renderercomparator - the column comparatorpublic AbstractTableEditableColumn(String columnId, String label, com.github.bordertech.wcomponents.WComponent renderer, Comparator comparator)
columnId - the column idlabel - the column labelrenderer - the column renderercomparator - the column comparatorCopyright © 2018. All rights reserved.