Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletPreferenceComplex

All Superinterfaces:
Cloneable, EbiPortletPreference

public interface EbiPortletPreferenceComplex
extends EbiPortletPreference

Interface representing an Complex type of EbiPortletPreference. This type of preference represents a complex preference, that is one that may have a custom UI for helping to build the content of the preference. The content will typically be XML content, but can vary based on what ever the UI wizard wished to insert here. It provides methods that are useful for working with Wizard preferences.

Since:
v5.0

Fields inherited from interface com.novell.afw.portlet.api.EbiPortletPreference
TYPE_BOOLEAN, TYPE_COMPLEX, TYPE_INTEGER, TYPE_PASSWORD, TYPE_SELECT, TYPE_STRING
 
Method Summary
 String getConfigPortlet()
          Returns the registration id or portlet name of the portlet that should be used to handle the display and modification of the portlet preference.
 
Methods implemented from interface com.novell.afw.portlet.api.EbiPortletPreference
getDataType, getDescription, getDisplayableXML, getDisplayName, getLocale, getName, getValue, getValue, getValues, getValues, isEncrypted, isHiddenFromUser, isMultiValued, isReadOnly, isRequired, setDescription, setDisplayName, setHiddenFromUser, setMultiValued, setReadOnly, setRequired, setValue, setValues, validate
 

Method Detail

getConfigPortlet

public String getConfigPortlet()
Returns the registration id or portlet name of the portlet that should be used to handle the display and modification of the portlet preference.
Returns:
String registration id or portlet name. This MAY be null if no config portlet was specified.
Since:
v5.0

Novell exteNd
Director 5.2 API