|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRadioButtons
Method Summary | |
---|---|
IRadioButton |
add()
Adds a option button width default dimension |
IRadioButton |
add(int row,
int column)
Adds a option button with default size. |
IRadioButton |
add(int row,
int column,
int height,
int width)
Adds new item to the collection. |
IRadioButton |
get(int index)
Returns single item from the collection. |
IRadioButton |
get(java.lang.String name)
Gets single item from the collection. |
int |
getCount()
Returns number of items in the collection. |
Method Detail |
---|
int getCount()
IRadioButton get(int index)
index
- Item's index to get.
IRadioButton get(java.lang.String name)
name
- Name of the item to get.
IRadioButton add(int row, int column, int height, int width)
row
- One-based row index of the top-left corner of the new item.column
- One-based column index of the top-left corner of the new item.height
- Height in pixels of the new item.width
- Width in pixels of the new item.
IRadioButton add()
IRadioButton add(int row, int column)
row
- column
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |