java.lang.Object | ||
↳ | com.microstrategy.web.beans.AbstractWebFeatures | |
↳ | com.microstrategy.web.app.beans.ThresholdEditorBeanFeaturesImpl |
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ThresholdEditorBeanFeaturesImpl()
Default constructor.
| |||||||||||
ThresholdEditorBeanFeaturesImpl(WebComponent wc)
Constructor with the specified
WebComponent . |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
resolveFeature(String feature)
Derived classes are expected to implement this method to indicate whether
the feature is supported
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||
![]()
|
Default constructor.
Constructor with the specified WebComponent
.
wc | a WebComponent object from which to get more
information. |
---|
MSTRUncheckedException | thrown if the specified
WebComponent is null.
|
---|
Derived classes are expected to implement this method to indicate whether the feature is supported
feature | the feature to check for |
---|