Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiComponentOptionInfo

All Superinterfaces:
Cloneable, EbiElement, EbiFrameworkElement, EbiOptionInfo, Serializable

public interface EbiComponentOptionInfo
extends EbiOptionInfo

Interface that provides information about a option's descriptor information.


Field Summary
static String EL_COMPONENT_OPTION
          Option element type.
 
Fields inherited from interface com.sssw.portal.api.EbiOptionInfo
EL_PORTAL_OPTION
 
Method Summary
 String[] getRoles(EbiPortalContext context)
          Gets a list of roles that are authorized to see this option.
 
Methods implemented from interface com.sssw.portal.api.EbiOptionInfo
getOptionDescription, getOptionDisplayName, getOptionHideStates, getOptionID, getOptionImageNames, getOptionImageValue, getOptionLink, getOptionLinkTarget, getOptionText, getOptionToolTip, showByDefault
 
Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement
getElementUUID, getLastModified, getLastModifiedBy, isEqualTo, isReadOnly, resetReadOnly, setLastModified, setLastModifiedBy, setReadOnly
 
Methods implemented from interface com.sssw.fw.api.EbiElement
getType
 

Field Detail

EL_COMPONENT_OPTION

public static final String EL_COMPONENT_OPTION
Option element type.
Method Detail

getRoles

public String[] getRoles(EbiPortalContext context)
Gets a list of roles that are authorized to see this option. If no roles are returned then the option is available to all.
Returns:
array of role names authorized to see this option.

Novell exteNd
Director 5.2 API