- com.smartbear.ready.ui.components.designkit.optioncard.SBRadioOptionCard
-
public class SBRadioOptionCard
extends SBOptionCard
A radio-style option card that displays an icon on the left side with title and subtitle stacked vertically.
This variant is optimized for horizontal layouts where the icon should be separate from the text content.
This variant is intended to be used with SBOptionCardGroup
-
-
Constructor Summary
Constructors
| Constructor and description |
SBRadioOptionCard(javax.swing.Icon icon, java.lang.String title, java.lang.String subtitle, java.lang.Runnable onClickAction)
|
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
public void |
setIcon(javax.swing.Icon newIcon)
|
-
Inherited Methods Summary
Inherited Methods
| Methods inherited from class |
Name |
class SBOptionCard |
focusGained, focusLost, getMaximumSize, getMinimumSize, getPreferredSize, keyPressed, mouseClicked, mouseEntered, mouseExited, setIcon, setOnClickAction |
-
-
Constructor Detail
-
public SBRadioOptionCard(@javax.annotation.Nonnull
javax.swing.Icon icon, @javax.annotation.Nonnull
java.lang.String title, @javax.annotation.Nonnull
java.lang.String subtitle, java.lang.Runnable onClickAction)
-
Method Detail
-
@java.lang.Override
public void setIcon(javax.swing.Icon newIcon)
ReadyAPI functional (soapui) SDK 4.0.1