|
||||||||||
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, Component.VisibilityChange |
Field Summary |
---|
Fields inherited from class org.apache.wicket.Component |
---|
ENABLE, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, FLAG_RESERVED8, PATH_SEPARATOR, RENDER |
Constructor Summary | |
---|---|
AbstractSubmitLink(java.lang.String id)
Construct. |
|
AbstractSubmitLink(java.lang.String id,
Form form)
Construct. |
|
AbstractSubmitLink(java.lang.String id,
IModel model)
Construct. |
|
AbstractSubmitLink(java.lang.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. |
java.lang.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 |
Methods inherited from class org.apache.wicket.MarkupContainer |
---|
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, replace, setMarkupStream, setModel, size, 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(java.lang.String id, IModel model)
id
- model
- public AbstractSubmitLink(java.lang.String id)
id
- public AbstractSubmitLink(java.lang.String id, IModel model, Form form)
id
- model
- form
- public AbstractSubmitLink(java.lang.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 java.lang.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 |