public class ButtonWrapper extends Object implements org.apache.wicket.util.io.IClusterable
Constructor and Description |
---|
ButtonWrapper(org.apache.wicket.markup.html.form.Button button) |
ButtonWrapper(org.apache.wicket.model.IModel<String> label) |
ButtonWrapper(org.apache.wicket.model.IModel<String> label,
boolean ajax) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.markup.html.form.Button |
decorate(org.apache.wicket.markup.html.form.Button button) |
org.apache.wicket.markup.html.form.Button |
getButton() |
protected wicket.contrib.input.events.key.KeyType |
getKeyType() |
boolean |
hasChanges() |
protected void |
onSubmit() |
protected void |
onUpdateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes) |
void |
rendered() |
void |
setAjax(boolean c) |
void |
setEnabled(boolean isset) |
void |
setKeyType(wicket.contrib.input.events.key.KeyType keyType) |
void |
setLabel(org.apache.wicket.model.IModel<String> label) |
void |
setVisible(boolean isset) |
public ButtonWrapper(org.apache.wicket.markup.html.form.Button button)
public ButtonWrapper(org.apache.wicket.model.IModel<String> label)
public ButtonWrapper(org.apache.wicket.model.IModel<String> label, boolean ajax)
protected void onUpdateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes)
public org.apache.wicket.markup.html.form.Button getButton()
protected org.apache.wicket.markup.html.form.Button decorate(org.apache.wicket.markup.html.form.Button button)
public void setEnabled(boolean isset)
public void setVisible(boolean isset)
public void setAjax(boolean c)
public void setLabel(org.apache.wicket.model.IModel<String> label)
public void setKeyType(wicket.contrib.input.events.key.KeyType keyType)
protected void onSubmit()
public boolean hasChanges()
public void rendered()
protected wicket.contrib.input.events.key.KeyType getKeyType()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.