Class AddonColumn
- java.lang.Object
-
- com.openindex.openestate.tool.utils.AddonColumn
-
public class AddonColumn extends Object
AddonColumn.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description AddonColumn(String columnTitle, Class columnClass)
AddonColumn(String columnTitle, Class columnClass, boolean hiddenByDefault)
AddonColumn(String columnTitle, Class columnClass, boolean hiddenByDefault, TableCellRenderer cellRenderer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableCellRenderer
getCellRenderer()
Class
getColumnClass()
String
getColumnTitle()
Integer
getModelIndex()
boolean
isHiddenByDefault()
void
setModelIndex(int modelIndex)
-
-
-
Constructor Detail
-
AddonColumn
public AddonColumn(String columnTitle, Class columnClass, boolean hiddenByDefault, TableCellRenderer cellRenderer)
-
-
Method Detail
-
getCellRenderer
public TableCellRenderer getCellRenderer()
-
getColumnClass
public Class getColumnClass()
-
getColumnTitle
public String getColumnTitle()
-
getModelIndex
public Integer getModelIndex()
-
isHiddenByDefault
public boolean isHiddenByDefault()
-
setModelIndex
public void setModelIndex(int modelIndex)
-
-