public interface IBootstrapButton<T> extends Invertible<T>
| Modifier and Type | Method and Description |
|---|---|
T |
setSize(Buttons.Size size)
sets the size of a button
|
T |
setType(Buttons.Type type)
sets the type of a button
|
setInvertedT setSize(Buttons.Size size)
size - The button size to usede.agilecoders.wicket.markup.html.bootstrap.button.Buttons.Size}T setType(Buttons.Type type)
type - The button type to usede.agilecoders.wicket.markup.html.bootstrap.button.Buttons.Type}Copyright © 2013 agilecoders.de. All Rights Reserved.