public class Field extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Field.FieldComparator |
Modifier and Type | Field and Description |
---|---|
protected static List<? extends Object> |
FIELD_TYPES |
protected static char |
SEP |
static String |
STATIC_TEXT |
static String |
STATIC_TITLE |
static String |
TYPE_VAT |
Constructor and Description |
---|
Field(String name,
String label,
String type,
String condition,
String value,
String list,
String registeredList,
int order,
int width) |
Modifier and Type | Method and Description |
---|---|
String |
getCondition() |
String |
getConditionField() |
String |
getConditionTest() |
List<? extends Object> |
getFieldTypes() |
String |
getLabel() |
List<String> |
getList() |
String |
getName() |
Integer |
getOrder() |
String |
getPrefix() |
String |
getRegisteredList() |
String |
getType() |
String |
getValue() |
int |
getWidth() |
boolean |
isFilledWidth(String value) |
boolean |
isFirst()
is the first element of cols sequence.
|
boolean |
isLast()
is the last element of cols sequence.
|
boolean |
isRequire() |
boolean |
isValueValid(String value) |
void |
setCondition(String condition) |
void |
setFirst(boolean first) |
void |
setLabel(String label) |
void |
setLast(boolean last) |
void |
setList(String list) |
void |
setName(String name) |
void |
setOrder(int ordre) |
void |
setRegisteredList(String registeredList) |
void |
setRequire(boolean require) |
void |
setType(String type) |
void |
setValue(String value) |
void |
setWidth(int width) |
String |
toString() |
protected static final char SEP
public static final String STATIC_TEXT
public static final String STATIC_TITLE
public static final String TYPE_VAT
public String getLabel()
public void setLabel(String label)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public boolean isRequire()
public void setRequire(boolean require)
public void setList(String list)
public Integer getOrder()
public void setOrder(int ordre)
public String getPrefix()
public String getRegisteredList()
public void setRegisteredList(String registeredList)
public int getWidth()
public void setWidth(int width)
public boolean isLast()
public void setLast(boolean last)
public boolean isFirst()
public void setFirst(boolean first)
public String getCondition()
public void setCondition(String condition)
public String getConditionField()
public String getConditionTest()
public boolean isFilledWidth(String value)
public boolean isValueValid(String value)
Copyright © 2012-2018. All Rights Reserved.