|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.container.info.ContainerPreferenceInfo
| Constructor Summary | |
ContainerPreferenceInfo(java.lang.String key,
LocalizedString displayName,
boolean readOnly,
Value value)
|
|
| Method Summary | |
Value |
getDefaultValue()
Return the default value or null if it cannot be determined. |
LocalizedString |
getDisplayName()
Retrieves the localized display name of the described preference. |
java.lang.String |
getKey()
Retrieves the key associated to the described preference. |
java.lang.Boolean |
isReadOnly()
Return true if the preference is read-only, false otherwise or null if it cannot be determined. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContainerPreferenceInfo(java.lang.String key,
LocalizedString displayName,
boolean readOnly,
Value value)
| Method Detail |
public java.lang.String getKey()
PreferenceInfo
getKey in interface PreferenceInfopublic LocalizedString getDisplayName()
PreferenceInfo
getDisplayName in interface PreferenceInfoLocalizedStringpublic java.lang.Boolean isReadOnly()
PreferenceInfo
isReadOnly in interface PreferenceInfotrue if the described preference is read-only, false otherwise.public Value getDefaultValue()
PreferenceInfo
getDefaultValue in interface PreferenceInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||