Package com.microstrategy.web.objects
Interface WebFormatHost
-
- All Known Implementing Classes:
WebControlShortcutNodeImpl
,WebFieldShortcutNodeImpl
,WebGridUnitShortcutNodeImpl
public interface WebFormatHost
A helper interface- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
generateFormatDelta(WebFormat f, WebPropertyObj p)
WebObjectsFactory
getFactory()
-
-
-
Method Detail
-
getFactory
WebObjectsFactory getFactory()
-
generateFormatDelta
void generateFormatDelta(WebFormat f, WebPropertyObj p)
-
-