|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.Field
public class Field
class Field
Constructor Summary | |
---|---|
Field()
|
Method Summary | |
---|---|
java.util.List<IEntry> |
getConditionalQuestions()
|
int |
getHeight()
|
int |
getIdField()
|
int |
getMaxSizeEnter()
|
IEntry |
getParentEntry()
|
int |
getPosition()
|
java.util.List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> |
getRegularExpressionList()
|
java.lang.String |
getTitle()
|
java.lang.String |
getValue()
|
java.util.Date |
getValueTypeDate()
|
int |
getWidth()
|
boolean |
isDefaultValue()
|
boolean |
isNoDisplayTitle()
|
void |
setConditionalQuestions(java.util.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(java.util.List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> regularExpressionList)
set a list of regular expression which is associate to the field |
void |
setTitle(java.lang.String title)
set the title of the field |
void |
setValue(java.lang.String value)
set the value of the field |
void |
setValueTypeDate(java.util.Date defaultValueTypeDate)
set the value of type Date |
void |
setWidth(int width)
set the width of the field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Field()
Method Detail |
---|
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 java.util.List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> getRegularExpressionList()
public void setRegularExpressionList(java.util.List<fr.paris.lutece.portal.business.regularexpression.RegularExpression> regularExpressionList)
regularExpressionList
- a list of regular expression which is associate to the fieldpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of the fieldpublic java.lang.String getValue()
public void setValue(java.lang.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 java.util.List<IEntry> getConditionalQuestions()
public void setConditionalQuestions(java.util.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 java.util.Date getValueTypeDate()
public void setValueTypeDate(java.util.Date defaultValueTypeDate)
defaultValueTypeDate
- the value of type Datepublic boolean isNoDisplayTitle()
public void setNoDisplayTitle(boolean bNoDisplayTitle)
bNoDisplayTitle
- true if the title of field is not display
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |