Package com.microstrategy.web.objects.rw
Interface EnumRWItemWidthMode
-
public interface EnumRWItemWidthMode
Possible values of control item width mode property- Since:
- MicroStrategy Web 8.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
FIXED
All items are of the same widthstatic int
PROPORTIONAL
Items sized proportionally to there content width
-
-
-
Field Detail
-
FIXED
static final int FIXED
All items are of the same width- See Also:
- Constant Field Values
-
PROPORTIONAL
static final int PROPORTIONAL
Items sized proportionally to there content width- See Also:
- Constant Field Values
-
-