|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreferenceInfo
Describes a Portlet preference.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getDefaultValue()
Return the default value or null if it cannot be determined (for instance WSRP v1 does not define it). |
org.jboss.portal.common.i18n.LocalizedString |
getDescription()
Retrieves the localized description of the described preference. |
org.jboss.portal.common.i18n.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. |
| Method Detail |
|---|
java.lang.String getKey()
org.jboss.portal.common.i18n.LocalizedString getDisplayName()
LocalizedStringorg.jboss.portal.common.i18n.LocalizedString getDescription()
LocalizedStringjava.lang.Boolean isReadOnly()
true if the described preference is read-only, false otherwise.java.util.List<java.lang.String> getDefaultValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||