public class DTColumnConfig52 extends Object implements BaseColumn, DiffColumn
Modifier and Type | Field and Description |
---|---|
String |
defaultValue |
static String |
FIELD_DEFAULT_VALUE
Available fields for this type of column.
|
static String |
FIELD_HEADER |
static String |
FIELD_HIDE_COLUMN |
static String |
FIELD_WIDTH |
Constructor and Description |
---|
DTColumnConfig52() |
Modifier and Type | Method and Description |
---|---|
List<BaseColumnFieldDiff> |
diff(BaseColumn otherColumn)
Analyze differences between two columns of same type.
|
protected Object |
extractDefaultValue(DTCellValue52 dcv) |
DTCellValue52 |
getDefaultValue() |
String |
getHeader() |
int |
getWidth() |
static boolean |
isEqualOrNull(Object s1,
Object s2) |
boolean |
isHideColumn() |
void |
setDefaultValue(DTCellValue52 defaultValue) |
void |
setHeader(String header) |
void |
setHideColumn(boolean hideColumn) |
void |
setWidth(int width) |
public static final String FIELD_DEFAULT_VALUE
public static final String FIELD_HIDE_COLUMN
public static final String FIELD_WIDTH
public static final String FIELD_HEADER
public String defaultValue
public DTCellValue52 getDefaultValue()
getDefaultValue
in interface BaseColumn
public int getWidth()
getWidth
in interface BaseColumn
public boolean isHideColumn()
isHideColumn
in interface BaseColumn
public void setDefaultValue(DTCellValue52 defaultValue)
setDefaultValue
in interface BaseColumn
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
DiffColumn
diff
in interface DiffColumn
otherColumn
- The column to compare with this one.protected Object extractDefaultValue(DTCellValue52 dcv)
public void setHideColumn(boolean hideColumn)
setHideColumn
in interface BaseColumn
public void setWidth(int width)
setWidth
in interface BaseColumn
public void setHeader(String header)
setHeader
in interface BaseColumn
public String getHeader()
getHeader
in interface BaseColumn
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.