public class ItemTO<T> extends EntryTO<T> implements Serializable
Constructor and Description |
---|
ItemTO() |
Modifier and Type | Method and Description |
---|---|
Alignment |
getAlignment()
The alignment to be used when filling up the data to reach size.
|
String |
getFormat()
The format mask to be used with the formatting of the type.
|
LayoutListener |
getListener() |
String |
getMaskName()
The name of the mask to be used for format validation.
|
String |
getNullValue()
The value that is to be understood as null and to be written out in case
data object is null for this item.
|
String |
getPropertyName()
Recupera o
|
boolean |
isSkipNullFilling()
Tells if the filling should be skipped if the null values is being used.
|
void |
setAlignment(Alignment alignment)
The alignment to be used when filling up the data to reach size.
|
void |
setFormat(String format)
The format mask to be used with the formatting of the type.
|
void |
setListener(LayoutListener listener) |
void |
setMaskName(String mask)
The name of the mask to be used for format validation.
|
void |
setNullValue(String nullValue)
The value that is to be understood as null and to be written out in case
data object is null for this item.
|
void |
setPropertyName(String propertyName)
Configura o
|
void |
setSkipNullFilling(boolean skipNullFilling)
Configure to skip filling if null values are used.
|
compareTo, getFiller, getIndex, getSize, getType, getTypeHandler, setFiller, setIndex, setSize, setType, setTypeHandler
equals, equivalent, getFullName, getFullName, getNamePrefix, getNameSufix, getVersion, hasFullName, hashCode, setNamePrefix, setNameSufix, setVersion
public LayoutListener getListener()
public void setListener(LayoutListener listener)
public String getMaskName()
public void setMaskName(String mask)
mask
- The name of the mask to be used for format validation.public Alignment getAlignment()
public void setAlignment(Alignment alignment)
alignment
- The alignment to be used when filling up the data to reach size.public String getFormat()
public void setFormat(String format)
format
- The format mask to be used with the formatting of the type.public String getNullValue()
public void setNullValue(String nullValue)
nullValue
- The null value in the formated form.public String getPropertyName()
public void setPropertyName(String propertyName)
propertyName
- public boolean isSkipNullFilling()
public void setSkipNullFilling(boolean skipNullFilling)
skipNullFilling
- True to skip filling, false to fill anyway.Copyright © 2014. All Rights Reserved.