com.silverpeas.admin.components
Class LocalizedParameter
java.lang.Object
com.silverpeas.admin.components.LocalizedParameter
public class LocalizedParameter
- extends Object
- Author:
- ehugonnet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalizedParameter
public LocalizedParameter(Parameter parameter,
String lang)
getHelp
public String getHelp()
getWarning
public String getWarning()
getLabel
public String getLabel()
getName
public String getName()
getOptions
public List<LocalizedOption> getOptions()
setOptions
public void setOptions(List<LocalizedOption> options)
getOrder
public int getOrder()
getPersonalSpaceValue
public String getPersonalSpaceValue()
getSize
public Integer getSize()
getType
public String getType()
getUpdatable
public String getUpdatable()
getValue
public String getValue()
isAlwaysUpdatable
public boolean isAlwaysUpdatable()
isCheckbox
public boolean isCheckbox()
isHidden
public boolean isHidden()
isMandatory
public boolean isMandatory()
isNeverUpdatable
public boolean isNeverUpdatable()
isRadio
public boolean isRadio()
isSelect
public boolean isSelect()
isText
public boolean isText()
isUpdatableOnCreationOnly
public boolean isUpdatableOnCreationOnly()
isVisible
public boolean isVisible()
isXmlTemplate
public boolean isXmlTemplate()
Copyright © 2016 Silverpeas. All Rights Reserved.