|
||||||||||
| 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
| Field Summary | |
private LocalizedString |
description
|
private LocalizedString |
displayName
|
private java.lang.String |
key
|
private java.lang.Boolean |
readOnly
|
private Value |
value
|
| Constructor Summary | |
ContainerPreferenceInfo(java.lang.String key,
LocalizedString displayName,
LocalizedString description,
boolean readOnly,
Value value)
|
|
| Method Summary | |
Value |
getDefaultValue()
Return the default value or null if it cannot be determined. |
LocalizedString |
getDescription()
Retrieves the localized description of the described preference. |
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 |
| Field Detail |
private java.lang.String key
private LocalizedString displayName
private LocalizedString description
private java.lang.Boolean readOnly
private Value value
| Constructor Detail |
public ContainerPreferenceInfo(java.lang.String key,
LocalizedString displayName,
LocalizedString description,
boolean readOnly,
Value value)
| Method Detail |
public java.lang.String getKey()
PreferenceInfo
getKey in interface PreferenceInfopublic LocalizedString getDisplayName()
PreferenceInfo
getDisplayName in interface PreferenceInfoLocalizedStringpublic LocalizedString getDescription()
PreferenceInfo
getDescription 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 | |||||||||