| Modifier and Type | Method and Description |
|---|---|
Buttons.Size |
ButtonBehavior.getSize() |
static Buttons.Size |
Buttons.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Buttons.Size[] |
Buttons.Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
IBootstrapButton.setSize(Buttons.Size size)
sets the size of a button
|
ButtonBehavior |
ButtonBehavior.setSize(Buttons.Size size)
sets the size of button
|
BootstrapLink<T> |
BootstrapLink.setSize(Buttons.Size size)
sets the size of the button
|
BootstrapButton |
BootstrapButton.setSize(Buttons.Size size) |
BootstrapBookmarkablePageLink<T> |
BootstrapBookmarkablePageLink.setSize(Buttons.Size size)
sets the size of the button according to the given
Buttons.Size. |
BootstrapAjaxLink<T> |
BootstrapAjaxLink.setSize(Buttons.Size size) |
BootstrapAjaxFallbackButton |
BootstrapAjaxFallbackButton.setSize(Buttons.Size size)
sets the size of the button
|
BootstrapAjaxButton |
BootstrapAjaxButton.setSize(Buttons.Size size)
sets the size of the button
|
| Constructor and Description |
|---|
ButtonBehavior(Buttons.Size size)
Construct.
|
ButtonBehavior(Buttons.Type type,
Buttons.Size size)
Construct.
|
| Constructor and Description |
|---|
ButtonBehavior(org.apache.wicket.model.IModel<Buttons.Type> buttonType,
org.apache.wicket.model.IModel<Buttons.Size> buttonSize)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
DropDownButton |
DropDownButton.setSize(Buttons.Size size)
sets the size of the button
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SplitButton.addButtonBehavior(org.apache.wicket.model.IModel<Buttons.Type> buttonType,
org.apache.wicket.model.IModel<Buttons.Size> buttonSize) |
protected void |
DropDownSubMenu.addButtonBehavior(org.apache.wicket.model.IModel<Buttons.Type> buttonType,
org.apache.wicket.model.IModel<Buttons.Size> buttonSize)
(non-Javadoc)
|
protected void |
DropDownButton.addButtonBehavior(org.apache.wicket.model.IModel<Buttons.Type> buttonType,
org.apache.wicket.model.IModel<Buttons.Size> buttonSize)
adds the button behavior to the base button of this dropdown component
|
| Modifier and Type | Method and Description |
|---|---|
ModalCloseButton |
ModalCloseButton.size(Buttons.Size size)
sets the button size
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NavbarDropDownButton.addButtonBehavior(org.apache.wicket.model.IModel<Buttons.Type> buttonType,
org.apache.wicket.model.IModel<Buttons.Size> buttonSize) |
Copyright © 2013 agilecoders.de. All Rights Reserved.