public class ToggleChildrenWithButtonTestBean extends AbstractTestComponentWithIntegerValuesBean implements Serializable
Constructor and Description |
---|
ToggleChildrenWithButtonTestBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
isButtonWithIconsOpened()
Determines whether the button with icons is open or not.
|
boolean |
isButtonWithLabelsAndIconsOpened()
Determines whether the button with labels and icons is open or not.
|
boolean |
isButtonWithLabelsOpened()
Determines whether the button with labels is open or not.
|
void |
setButtonWithIconsOpened(boolean buttonWithIconsOpened)
Sets the open status of the button with icons.
|
void |
setButtonWithLabelsAndIconsOpened(boolean buttonWithLabelsAndIconsOpened)
Sets the open status of the button with labels and icons.
|
void |
setButtonWithLabelsOpened(boolean buttonWithLabelsOpened)
Sets the open status of the button with labels.
|
getNormalValue, getReadonlyInputValue, getReadonlyOutputValue, getRequiredValue, setNormalValue, setRequiredValue
getLocale, getUserSettingsBean, setUserSettingsBean
public boolean isButtonWithLabelsOpened()
public void setButtonWithLabelsOpened(boolean buttonWithLabelsOpened)
buttonWithLabelsOpened
- True for open, false for closed.public boolean isButtonWithIconsOpened()
public void setButtonWithIconsOpened(boolean buttonWithIconsOpened)
buttonWithIconsOpened
- True for open, false for closed.public boolean isButtonWithLabelsAndIconsOpened()
public void setButtonWithLabelsAndIconsOpened(boolean buttonWithLabelsAndIconsOpened)
buttonWithLabelsAndIconsOpened
- True for open, false for closed.Copyright © 2008–2018. All rights reserved.