| Modifier and Type | Method and Description |
|---|---|
Buttons.Type |
ButtonBehavior.getType() |
static Buttons.Type |
Buttons.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Buttons.Type[] |
Buttons.Type.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.setType(Buttons.Type type)
sets the type of a button
|
ButtonBehavior |
ButtonBehavior.setType(Buttons.Type type)
sets the type of button
|
BootstrapLink<T> |
BootstrapLink.setType(Buttons.Type type)
Sets the type of the button
|
BootstrapButton |
BootstrapButton.setType(Buttons.Type type) |
BootstrapBookmarkablePageLink<T> |
BootstrapBookmarkablePageLink.setType(Buttons.Type type) |
BootstrapAjaxLink<T> |
BootstrapAjaxLink.setType(Buttons.Type type) |
BootstrapAjaxFallbackButton |
BootstrapAjaxFallbackButton.setType(Buttons.Type type)
Sets the type of the button
|
BootstrapAjaxButton |
BootstrapAjaxButton.setType(Buttons.Type type)
Sets the type of the button
|
| Constructor and Description |
|---|
BootstrapAjaxButton(String componentId,
Buttons.Type type)
Construct.
|
BootstrapAjaxButton(String id,
org.apache.wicket.markup.html.form.Form<?> form,
Buttons.Type type)
Construct.
|
BootstrapAjaxButton(String componentId,
org.apache.wicket.model.IModel<String> model,
Buttons.Type type)
Construct.
|
BootstrapAjaxButton(String id,
org.apache.wicket.model.IModel<String> model,
org.apache.wicket.markup.html.form.Form<?> form,
Buttons.Type type)
Construct.
|
BootstrapAjaxFallbackButton(String id,
org.apache.wicket.markup.html.form.Form<?> form,
Buttons.Type type)
Construct.
|
BootstrapAjaxFallbackButton(String id,
org.apache.wicket.model.IModel<String> model,
org.apache.wicket.markup.html.form.Form<?> form,
Buttons.Type type)
Construct.
|
BootstrapAjaxLink(String id,
Buttons.Type type)
Construct.
|
BootstrapAjaxLink(String id,
org.apache.wicket.model.IModel<T> model,
Buttons.Type type)
Construct.
|
BootstrapBookmarkablePageLink(String componentId,
Class<T> pageClass,
Buttons.Type type)
Constructor.
|
BootstrapBookmarkablePageLink(String componentId,
Class<T> pageClass,
org.apache.wicket.request.mapper.parameter.PageParameters parameters,
Buttons.Type type)
Constructor.
|
BootstrapButton(String componentId,
Buttons.Type type)
Construct.
|
BootstrapButton(String componentId,
org.apache.wicket.model.IModel<String> model,
Buttons.Type type)
Construct.
|
BootstrapLink(String id,
Buttons.Type type)
Construct.
|
BootstrapLink(String id,
org.apache.wicket.model.IModel<T> model,
Buttons.Type type)
Construct.
|
ButtonBehavior(Buttons.Type type)
Construct.
|
ButtonBehavior(Buttons.Type type,
Buttons.Size size)
Construct.
|
TypedAjaxButton(String componentId,
Buttons.Type type)
Deprecated.
|
TypedAjaxButton(String id,
org.apache.wicket.markup.html.form.Form<?> form,
Buttons.Type type)
Deprecated.
|
TypedAjaxButton(String componentId,
org.apache.wicket.model.IModel<String> model,
Buttons.Type type)
Deprecated.
|
TypedAjaxButton(String id,
org.apache.wicket.model.IModel<String> model,
org.apache.wicket.markup.html.form.Form<?> form,
Buttons.Type type)
Deprecated.
|
TypedAjaxFallbackButton(String id,
org.apache.wicket.markup.html.form.Form<?> form,
Buttons.Type type)
Deprecated.
|
TypedAjaxFallbackButton(String id,
org.apache.wicket.model.IModel<String> model,
org.apache.wicket.markup.html.form.Form<?> form,
Buttons.Type type)
Deprecated.
|
TypedAjaxLink(String id,
Buttons.Type type)
Deprecated.
|
TypedAjaxLink(String id,
org.apache.wicket.model.IModel<T> model,
Buttons.Type type)
Deprecated.
|
TypedBookmarkablePageLink(String componentId,
Class<T1> pageClass,
Buttons.Type type)
Deprecated.
|
TypedBookmarkablePageLink(String componentId,
Class<T1> pageClass,
org.apache.wicket.request.mapper.parameter.PageParameters parameters,
Buttons.Type type)
Deprecated.
|
TypedButton(String componentId,
Buttons.Type type)
Deprecated.
|
TypedButton(String componentId,
org.apache.wicket.model.IModel<String> model,
Buttons.Type type)
Deprecated.
|
TypedLink(String id,
Buttons.Type type)
Deprecated.
|
TypedLink(String id,
org.apache.wicket.model.IModel<T> model,
Buttons.Type type)
Deprecated.
|
| 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.setType(Buttons.Type type)
sets the type 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.type(Buttons.Type type)
sets the button type
|
| 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) |
| Constructor and Description |
|---|
NavbarAjaxButton(Buttons.Type type)
Construct.
|
NavbarAjaxButton(org.apache.wicket.model.IModel<String> model,
Buttons.Type type)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.