Package com.microstrategy.web.app.beans
Interface PromptAppBean.StyleController
-
- Enclosing interface:
- PromptAppBean
public static interface PromptAppBean.StyleController
The style controller interface. Each prompt application bean is associated with a particular style.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canSupportIncrementalFetch()
boolean
canSupportNoneOption()
boolean
canSupportSearch()
boolean
isAnswerComplex()
void
postCollectData()
void
preCollectData()
-