Methods Summary |
---|
public Font | getDefaultFont()Gets default font to render ChoiceGroup element if it was not
set by the application
|
public void | lDelete(int elementNum)Notifies L&F that an element referenced by elementNum
was deleted in the corresponding ChoiceGroup.
|
public void | lDeleteAll()Notifies L&F that all elements
were deleted in the corresponding ChoiceGroup.
|
public int | lGetSelectedFlags(boolean[] selectedArray_return)Get selected flags.
|
public int | lGetSelectedIndex()Get current selected index.
|
public void | lInsert(int elementNum, java.lang.String stringPart, Image imagePart)Notifies L&F that an element was inserted into the
ChoiceGroup at the the elementNum specified.
|
public boolean | lIsSelected(int elementNum)Determines if an element with a passed in index
is selected or not.
|
public void | lSet(int elementNum, java.lang.String stringPart, Image imagePart)Notifies L&F that the String and
Image parts of the
element referenced by elementNum were set in
the corresponding ChoiceGroup,
replacing the previous contents of the element.
|
public void | lSetFitPolicy(int fitPolicy)Notifies L&F that a new text fit policy was set in the corresponding
ChoiceGroup.
|
public void | lSetFont(int elementNum, Font font)Notifies L&F that a new font was set for an element with the
specified elementNum in the corresponding ChoiceGroup.
|
public void | lSetSelectedFlags(boolean[] selectedArray)Notifies L&F that selected state was changed on several elements
in the corresponding MULTIPLE ChoiceGroup.
|
public void | lSetSelectedIndex(int elementNum, boolean selected)Notifies L&F that an element was selected/deselected in the
corresponding ChoiceGroup.
|