|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.mylutece.business.attribute.AttributeField
public class AttributeField
AttributeField
Constructor Summary | |
---|---|
AttributeField()
|
Method Summary | |
---|---|
IAttribute |
getAttribute()
Get attribute |
int |
getHeight()
Get height |
int |
getIdField()
Get ID Field |
int |
getMaxSizeEnter()
Get max size enter |
int |
getPosition()
|
java.lang.String |
getTitle()
|
java.lang.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(java.lang.String title)
set the title of the field |
void |
setValue(java.lang.String value)
set the value of the field |
void |
setWidth(int nWidth)
Set width |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeField()
Method Detail |
---|
public void setIdField(int nIdField)
nIdField
- ID Fieldpublic int getIdField()
public void setAttribute(IAttribute attribute)
attribute
- attributepublic IAttribute getAttribute()
public 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 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
- mutiple
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |