public class Field extends Object
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
List<IEntry> |
getConditionalQuestions() |
int |
getHeight() |
int |
getIdField() |
int |
getMaxSizeEnter() |
IEntry |
getParentEntry() |
int |
getPosition() |
List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> |
getRegularExpressionList() |
String |
getTitle() |
String |
getValue() |
Date |
getValueTypeDate() |
int |
getWidth() |
boolean |
isDefaultValue() |
boolean |
isNoDisplayTitle() |
void |
setConditionalQuestions(List<IEntry> conditionalQuestions)
set a list of Entry which is associate to the field
|
void |
setDefaultValue(boolean defaultValue)
set true if the field is a default field of the entry
|
void |
setHeight(int height)
set the height of the field
|
void |
setIdField(int idField)
set the id of the field
|
void |
setMaxSizeEnter(int maxSizeEnter)
set the max size of enter user
|
void |
setNoDisplayTitle(boolean bNoDisplayTitle)
set true if the title of field is not display
|
void |
setParentEntry(IEntry entry)
set the entry of the field
|
void |
setPosition(int position)
set the position of the field in the list of the entry's fields
|
void |
setRegularExpressionList(List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> regularExpressionList)
set a list of regular expression which is associate to the field
|
void |
setTitle(String title)
set the title of the field
|
void |
setValue(String value)
set the value of the field
|
void |
setValueTypeDate(Date defaultValueTypeDate)
set the value of type Date
|
void |
setWidth(int width)
set the width of the field
|
public int getIdField()
public void setIdField(int idField)
idField
- the id of the fieldpublic int getPosition()
public void setPosition(int position)
position
- the position of the field in the list of fieldspublic IEntry getParentEntry()
public void setParentEntry(IEntry entry)
entry
- the entry of the fieldpublic List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> getRegularExpressionList()
public void setRegularExpressionList(List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> regularExpressionList)
regularExpressionList
- a list of regular expression which is associate to the fieldpublic String getTitle()
public void setTitle(String title)
title
- the title of the fieldpublic String getValue()
public void setValue(String value)
value
- the value of the fieldpublic int getWidth()
public void setWidth(int width)
width
- the width of the fieldpublic int getHeight()
public void setHeight(int height)
height
- the height of the fieldpublic List<IEntry> getConditionalQuestions()
public void setConditionalQuestions(List<IEntry> conditionalQuestions)
conditionalQuestions
- a list of Entry which is associate to the fieldpublic boolean isDefaultValue()
public void setDefaultValue(boolean defaultValue)
defaultValue
- true if the field is a default field of the entrypublic int getMaxSizeEnter()
public void setMaxSizeEnter(int maxSizeEnter)
maxSizeEnter
- the max size of enter userpublic Date getValueTypeDate()
public void setValueTypeDate(Date defaultValueTypeDate)
defaultValueTypeDate
- the value of type Datepublic boolean isNoDisplayTitle()
public void setNoDisplayTitle(boolean bNoDisplayTitle)
bNoDisplayTitle
- true if the title of field is not displayCopyright © 2016 City of Paris. All rights reserved.