|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.lwuit.Component
com.sun.dtv.ui.MatteEnabledComponent
com.sun.dtv.ui.ViewOnlyComponent
com.sun.lwuit.Label
com.sun.lwuit.Button
com.sun.lwuit.RadioButton
RadioButton is a Button that maintains a selection state exclusively
within a specific ButtonGroup.
| Field Summary |
| Fields inherited from class com.sun.lwuit.Button |
STATE_DEFAULT, STATE_PRESSED, STATE_ROLLOVER |
| Fields inherited from class com.sun.dtv.ui.ViewOnlyComponent |
HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, SCALE_ASPECT_PROOF, SCALE_NO, SCALE_NO_ASPECT_PROOF, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_CENTER, VERTICAL_ALIGN_JUSTIFIED, VERTICAL_ALIGN_TOP |
| Fields inherited from class com.sun.lwuit.Component |
BOTTOM, BRB_CENTER_OFFSET, BRB_CONSTANT_ASCENT, BRB_CONSTANT_DESCENT, BRB_OTHER, CENTER, LEFT, RIGHT, TOP |
| Fields inherited from interface com.sun.dtv.ui.Animated |
ALTERNATING, LOOP, REPEATING |
| Constructor Summary | |
RadioButton()
Creates an empty radio button. |
|
RadioButton(Image icon)
Constructs a radio with the given icon. |
|
RadioButton(String text)
Constructs a radio with the given text. |
|
RadioButton(String text,
Image icon)
Constructs a radio with the given text and icon. |
|
| Method Summary | |
protected Dimension |
calcPreferredSize()
Calculates the preferred size based on component content. |
protected String |
getUIID()
Unique identifier for a component, must be overriden for a component so a style can be applied to the component. |
boolean |
isSelected()
Returns true if the radio button is selected. |
void |
paint(Graphics g)
Method to paint the component. |
void |
setSelected(boolean selected)
Selects the current radio button. |
String |
toString()
Overriden to return a useful value for debugging purposes. |
| Methods inherited from class com.sun.lwuit.Button |
addActionListener, fireClicked, getBorder, getPressedIcon, getRolloverIcon, getState, isSelectableInteraction, keyPressed, keyReleased, pointerPressed, pointerReleased, removeActionListener, setPressedIcon, setRolloverIcon |
| Methods inherited from class com.sun.lwuit.Label |
animate, getAlignment, getBaselineResizeBehavior, getGap, getIcon, getShiftText, getText, getTextPosition, getVerticalAlignment, isEndsWith3Points, isTickerEnabled, isTickerRunning, paramString, setAlignment, setEndsWith3Points, setGap, setIcon, setShiftText, setText, setTextPosition, setTickerEnabled, setVerticalAlignment, startTicker, stopTicker |
| Methods inherited from class com.sun.dtv.ui.ViewOnlyComponent |
getAnimateContent, getGraphicContent, getHorizontalAlignment, getInteractionState, getScalingMode, getTextContent, getTextLayoutManager, isOpaque, setAnimateContent, setGraphicContent, setHorizontalAlignment, setInteractionState, setScalingMode, setTextContent, setTextLayoutManager |
| Methods inherited from class com.sun.dtv.ui.MatteEnabledComponent |
getMatte, isDoubleBuffered, processEvent, setMatte |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RadioButton(String text)
text - to display next to the buttonpublic RadioButton()
public RadioButton(Image icon)
icon - icon to show next to the button
public RadioButton(String text,
Image icon)
text - to display next to the buttonicon - icon to show next to the button| Method Detail |
public String toString()
Component
toString in class Componentprotected String getUIID()
Component
getUIID in class Buttonpublic boolean isSelected()
public void setSelected(boolean selected)
selected - value for selectionpublic void paint(Graphics g)
ViewOnlyComponent
paint in interface Animatedpaint in class Buttonprotected Dimension calcPreferredSize()
Component
calcPreferredSize in class Button
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||