|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.link.AbstractLink
org.apache.wicket.markup.html.form.AbstractSubmitLink
public abstract class AbstractSubmitLink
Abstract class for links that are capable of submitting a form.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
AbstractSubmitLink(String id)
Construct. |
|
AbstractSubmitLink(String id,
Form<?> form)
Construct. |
|
AbstractSubmitLink(String id,
IModel<?> model)
Construct. |
|
AbstractSubmitLink(String id,
IModel<?> model,
Form<?> form)
Construct. |
|
| Method Summary | |
|---|---|
boolean |
getDefaultFormProcessing()
Returns whether form should be processed the default way. |
Form<?> |
getForm()
Returns the form this component submits. |
String |
getInputName()
Returns the name that is unique to this component, at least within the form. |
AbstractSubmitLink |
setDefaultFormProcessing(boolean defaultFormProcessing)
Sets the defaultFormProcessing property. |
| Methods inherited from class org.apache.wicket.markup.html.link.AbstractLink |
|---|
disableLink, getAfterDisabledLink, getBeforeDisabledLink, getBody, isLinkEnabled, onBeforeRender, onComponentTagBody, onDetach, setAfterDisabledLink, setBeforeDisabledLink, setBody |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getWebPage, getWebRequest |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, hasAssociatedMarkup, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onMarkupAttached, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.wicket.markup.html.form.IFormSubmitter |
|---|
onError, onSubmit |
| Methods inherited from interface org.apache.wicket.markup.html.form.IAfterFormSubmitter |
|---|
onAfterSubmit |
| Methods inherited from interface org.apache.wicket.markup.html.form.IFormSubmitter |
|---|
onError, onSubmit |
| Constructor Detail |
|---|
public AbstractSubmitLink(String id,
IModel<?> model)
id - model - public AbstractSubmitLink(String id)
id -
public AbstractSubmitLink(String id,
IModel<?> model,
Form<?> form)
id - model - form -
public AbstractSubmitLink(String id,
Form<?> form)
id - form - | Method Detail |
|---|
public final AbstractSubmitLink setDefaultFormProcessing(boolean defaultFormProcessing)
setDefaultFormProcessing in interface IFormSubmittingComponentdefaultFormProcessing - defaultFormProcessing
public boolean getDefaultFormProcessing()
IFormSubmitter
getDefaultFormProcessing in interface IFormSubmitterIFormSubmitter.getDefaultFormProcessing()public Form<?> getForm()
IFormSubmitter
getForm in interface IFormSubmitterIFormSubmitter.getForm()public String getInputName()
IFormSubmittingComponent
getInputName in interface IFormSubmittingComponentIFormSubmittingComponent.getInputName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||