public class AttributeField extends Object
| Constructor and Description |
|---|
AttributeField() |
| Modifier and Type | Method and Description |
|---|---|
IAttribute |
getAttribute()
Get attribute
|
int |
getHeight()
Get height
|
int |
getIdField()
Get ID Field
|
int |
getMaxSizeEnter()
Get max size enter
|
int |
getPosition() |
String |
getTitle() |
String |
getValue() |
int |
getWidth()
Get width
|
boolean |
isDefaultValue() |
boolean |
isMultiple()
Check if the attribute is multiple
|
void |
setAttribute(IAttribute attribute)
Set attribute
|
void |
setDefaultValue(boolean defaultValue)
set true if the field is a default field of the entry
|
void |
setHeight(int nHeight)
Set height
|
void |
setIdField(int nIdField)
Set ID field
|
void |
setMaxSizeEnter(int nMaxSizeEnter)
Set max size enter
|
void |
setMultiple(boolean bMultiple)
Set the multiple
|
void |
setPosition(int position)
set the position of the field in the list of the entry's fields
|
void |
setTitle(String title)
set the title of the field
|
void |
setValue(String value)
set the value of the field
|
void |
setWidth(int nWidth)
Set width
|
public void setIdField(int nIdField)
nIdField - ID Fieldpublic int getIdField()
public void setAttribute(IAttribute attribute)
attribute - attributepublic IAttribute getAttribute()
public 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 boolean isDefaultValue()
public void setDefaultValue(boolean defaultValue)
defaultValue - true if the field is a default field of the entrypublic int getPosition()
public void setPosition(int position)
position - the position of the field in the list of fieldspublic int getHeight()
public void setHeight(int nHeight)
nHeight - Heightpublic int getWidth()
public void setWidth(int nWidth)
nWidth - widthpublic int getMaxSizeEnter()
public void setMaxSizeEnter(int nMaxSizeEnter)
nMaxSizeEnter - max size enterpublic boolean isMultiple()
public void setMultiple(boolean bMultiple)
bMultiple - mutipleCopyright © 2020 City of Paris. All rights reserved.