|
||||||||||
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.wicket.Component |
---|
Component.ComponentModelChange, Component.EnabledChange, Component.IVisitor<T extends Component>, Component.VisibilityChange |
Field Summary |
---|
Fields inherited from class org.apache.wicket.Component |
---|
ENABLE, FLAG_CONFIGURED, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, 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, isLinkEnabled, onBeforeRender, onComponentTagBody, setAfterDisabledLink, setBeforeDisabledLink |
Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
---|
getMarkupType, getWebPage, getWebRequest |
Methods inherited from class org.apache.wicket.MarkupContainer |
---|
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onAfterRenderChildren, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, renderNext, replace, setDefaultModel, setMarkupStream, size, swap, toString, toString, 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.IFormSubmittingComponent |
---|
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)
defaultFormProcessing
- defaultFormProcessing
public boolean getDefaultFormProcessing()
IFormSubmittingComponent
getDefaultFormProcessing
in interface IFormSubmittingComponent
IFormSubmittingComponent.getDefaultFormProcessing()
public Form<?> getForm()
IFormSubmittingComponent
getForm
in interface IFormSubmittingComponent
IFormSubmittingComponent.getForm()
public String getInputName()
IFormSubmittingComponent
getInputName
in interface IFormSubmittingComponent
IFormSubmittingComponent.getInputName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |