|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.user.attribute.AbstractAttribute
fr.paris.lutece.portal.business.user.attribute.AttributeComboBox
public class AttributeComboBox
AttributeComboBox
Field Summary |
---|
Fields inherited from class fr.paris.lutece.portal.business.user.attribute.AbstractAttribute |
---|
_attributeType, _bIsAttributeImage, _bIsFieldInLine, _bIsShownInResultList, _bIsShownInSearch, _bMandatory, _listAttributeFields, _nIdAttribute, _nPosition, _plugin, _strHelpMessage, _strTitle |
Constructor Summary | |
---|---|
AttributeComboBox()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getPropertyCreatePageTitle()
Get page title for create page |
java.lang.String |
getPropertyModifyPageTitle()
Get page title for modify page |
java.lang.String |
getTemplateCreateAttribute()
Get the template create an attribute |
java.lang.String |
getTemplateHtmlFormAttribute()
Get the template html form attribute |
java.lang.String |
getTemplateHtmlFormSearchAttribute()
Get the template html form search attribute |
java.lang.String |
getTemplateHtmlValue()
Get the template html for the value of the attribute |
java.lang.String |
getTemplateModifyAttribute()
Get the template modify an attribute |
java.util.List<AdminUserField> |
getUserFieldsData(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Get the data of the user fields |
java.lang.String |
setAttributeData(javax.servlet.http.HttpServletRequest request)
Set the data of the attribute |
void |
setAttributeType(java.util.Locale locale)
Set attribute type |
Methods inherited from class fr.paris.lutece.portal.business.user.attribute.AbstractAttribute |
---|
getAttributeType, getHelpMessage, getHtmlFormAttribute, getHtmlFormAttribute, getHtmlFormSearchAttribute, getHtmlValue, getIdAttribute, getListAttributeFields, getPlugin, getPosition, getTitle, isAttributeImage, isFieldInLine, isMandatory, isShownInResultList, isShownInSearch, setAttributeImage, setAttributeType, setFieldInLine, setHelpMessage, setIdAttribute, setListAttributeFields, setMandatory, setPlugin, setPosition, setShownInResultList, setShownInSearch, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeComboBox()
Method Detail |
---|
public java.lang.String getTemplateCreateAttribute()
public java.lang.String getTemplateModifyAttribute()
public java.lang.String getTemplateHtmlFormAttribute()
public java.lang.String getTemplateHtmlFormSearchAttribute()
public java.lang.String getTemplateHtmlValue()
public java.lang.String getPropertyCreatePageTitle()
public java.lang.String getPropertyModifyPageTitle()
public java.lang.String setAttributeData(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest
public void setAttributeType(java.util.Locale locale)
locale
- localepublic java.util.List<AdminUserField> getUserFieldsData(javax.servlet.http.HttpServletRequest request, AdminUser user)
request
- HttpServletRequestuser
- user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |