M - The type used for the model item.V - The type used for the view. For RadioList T would be RadioButton. For CheckBoxList, T would be CheckBox. For SwitchList it's different because
the Switch uses a wrapper component.public static interface ButtonList.Decorator<M,V extends Component>
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(M modelItem,
V viewItem) |
void |
undecorate(V viewItem) |
Copyright © 2023. All rights reserved.