public interface ButtonContainer
Modifier and Type | Method and Description |
---|---|
boolean |
endGroup()
This method ends a
previously started group . |
void |
startGroup()
This method starts a new button-group and adds it to this container.
|
void startGroup() throws IllegalStateException
container
until the button-group was ended
will be added
to the current button-group.IllegalStateException
- if the previous button-group has NOT been ended
.endGroup()
boolean endGroup()
previously started group
.true
if the current button-group has successfully been ended, false
otherwise (if there was no such button-group).Copyright © 2001–2016 mmm-Team. All rights reserved.