Package com.microstrategy.web.objects
Interface WebPromptCustomStyle
-
- All Known Implementing Classes:
WebPromptCustomStyleImpl
public interface WebPromptCustomStyle
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBaseStyleName()
Returns the base style which this custom style based uponjava.lang.String
getDescription()
Returns the description of this prompt custom stylejava.lang.String
getName()
Returns the name of this prompt custom stylejava.lang.String
getPromptType()
Returns the prompt type which this custom style can be applied to
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of this prompt custom style- Returns:
- the name
-
getDescription
java.lang.String getDescription()
Returns the description of this prompt custom style- Returns:
- the description
-
getBaseStyleName
java.lang.String getBaseStyleName()
Returns the base style which this custom style based upon- Returns:
- the base style name
-
getPromptType
java.lang.String getPromptType()
Returns the prompt type which this custom style can be applied to
-
-