|
|||||||||
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 |