|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MemberPropertiesSelectorInterface
Defines methods and properties required for an adapter implementation of the MemberPropertiesSelector.
MemberPropertiesSelector
,
MemberPropertiesSelectorPanel
Field Summary |
---|
Fields inherited from interface com.sas.dataselectors.SelectorCommitInterface |
---|
EXCEPTION_OCCURRED |
Method Summary | |
---|---|
java.util.List |
getAvailableProperties()
Returns a list of NodeInfo objects corresponding to Dimensions that have member properties avaiable on at least one of their Levels. |
java.lang.String |
getExpandedLevel()
Returns the uniqueLevelName that determines which level node should be expanded when the selector is launched. |
java.util.Locale |
getLocale()
Returns the locale |
java.util.List |
getProperties()
Returns a list of NodeInfo objects corresponding to Dimensions that have member properties currently applied on at least one of their Levels. |
void |
setExpandedLevel(java.lang.String levelNames)
Sets the uniqueLevelName that determines which level node should be expanded when the selector is launched. |
void |
setLocale(java.util.Locale locale)
Sets the locale |
void |
setProperties(java.util.List properties)
Sets the list of MemberPropertyItem objects that should be applied in the new state of the adapter. |
Methods inherited from interface com.sas.dataselectors.SelectorCommitInterface |
---|
commit, getPropertiesBean |
Method Detail |
---|
java.util.List getAvailableProperties()
Returns a list of NodeInfo objects corresponding to Dimensions that have member properties avaiable on at least one of their Levels.
NodeInfo
java.util.List getProperties()
Returns a list of NodeInfo objects corresponding to Dimensions that have member properties currently applied on at least one of their Levels.
NodeInfo
void setProperties(java.util.List properties)
Sets the list of MemberPropertyItem objects that should be applied in the new state of the adapter.
properties
- the list of MemberPropertyItem objects.MemberPropertyItem
void setExpandedLevel(java.lang.String levelNames)
java.lang.String getExpandedLevel()
void setLocale(java.util.Locale locale)
locale
- The locale.java.util.Locale getLocale()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |