[]
boolean
int
int
boolean
getItems()
int
int
int
void
setAutoBoxSize(boolean value)
void
setBoxSize(int value)
void
setDirection(CellTypeDirection direction)
void
setHorizontalSpacing(int horizontalSpacing)
void
setIsFlowLayout(boolean isFlowLayout)
void
setMaxColumnCount(int maxColumnCount)
void
setMaxRowCount(int maxRowCount)
void
setTextAlign(CellTypeTextAlign textAlign)
void
setVerticalSpacing(int verticalSpacing)
direction
- The direction in which the radio button list should be arranged.isFlowLayout
- True if the radio button list's layout should be autofit, false otherwise.textAlign
- The text alignment of the radio button list.maxRowCount
- The maximum number of rows for the radio button list.maxColumnCount
- The maximum number of columns for the radio button list.horizontalSpacing
- The horizontal spacing in the radio button list.verticalSpacing
- The vertical spacing in the radio button list.