public class AttributeCol52 extends DTColumnConfig52
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_ATTRIBUTE
Available fields for this type of column.
|
static String |
FIELD_REVERSE_ORDER |
static String |
FIELD_USE_ROW_NUMBER |
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH| Constructor and Description |
|---|
AttributeCol52() |
| Modifier and Type | Method and Description |
|---|---|
AttributeCol52 |
cloneColumn()
Clones this attribute column instance.
|
List<BaseColumnFieldDiff> |
diff(BaseColumn otherColumn)
Analyze differences between two columns of same type.
|
boolean |
equals(Object o) |
String |
getAttribute() |
int |
hashCode() |
boolean |
isReverseOrder() |
boolean |
isUseRowNumber() |
void |
setAttribute(String attribute) |
void |
setReverseOrder(boolean reverseOrder) |
void |
setUseRowNumber(boolean useRowNumber) |
cloneCommonColumnConfigFrom, extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidthpublic static final String FIELD_ATTRIBUTE
public static final String FIELD_REVERSE_ORDER
public static final String FIELD_USE_ROW_NUMBER
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
DiffColumndiff in interface DiffColumndiff in class DTColumnConfig52otherColumn - The column to compare with this one.public AttributeCol52 cloneColumn()
public String getAttribute()
public void setAttribute(String attribute)
public boolean isUseRowNumber()
public void setUseRowNumber(boolean useRowNumber)
public boolean isReverseOrder()
public void setReverseOrder(boolean reverseOrder)
public boolean equals(Object o)
equals in class DTColumnConfig52public int hashCode()
hashCode in class DTColumnConfig52Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.