L - the generic type of the model from the left FormComponentR - the generic type of the model from the left FormComponentpublic class LabeledTwoFormComponentPanel<L extends Serializable,R extends Serializable> extends LabeledFormComponentPanel<TwoFormComponentBean<L,R>>
feedback, labelFLAG_CONVERT_EMPTY_INPUT_STRING_TO_NULL, VALUE_SEPARATORENABLE, FLAG_AFTER_RENDERING, FLAG_INITIALIZED, FLAG_PREPARED_FOR_RENDER, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RENDERING, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER, RFLAG_CONTAINER_DEQUEING| Constructor and Description |
|---|
LabeledTwoFormComponentPanel(String id,
org.apache.wicket.model.IModel<String> labelModel)
Instantiates a new
LabeledTwoFormComponentPanel. |
LabeledTwoFormComponentPanel(String id,
org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model,
org.apache.wicket.model.IModel<String> labelModel)
Instantiates a new
LabeledTwoFormComponentPanel. |
| Modifier and Type | Method and Description |
|---|---|
void |
convertInput() |
org.apache.wicket.Component |
getFormComponent()
Abstract method for get the form component.
|
protected org.apache.wicket.model.IModel<String> |
newBetweenLabelModel(String betweenLabel)
Factory method for create a new
IModel for the Label of what characters will be
between the two components. |
protected org.apache.wicket.markup.html.form.FormComponent<L> |
newLeftFormComponent(String id,
org.apache.wicket.model.IModel<L> model)
Factory method for create the new left
FormComponent. |
protected org.apache.wicket.markup.html.form.FormComponent<R> |
newRightFormComponent(String id,
org.apache.wicket.model.IModel<R> model)
Factory method for create the new right
FormComponent. |
protected TwoFormComponentPanel<L,R> |
newTwoFormComponentPanel(String id,
org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model)
Factory method for create the new
TwoFormComponentPanel. |
getLabelComponent, newComponentFeedbackPanel, newLabel, onModelChanged, onModelChangingcheckRequired, newMarkupSourcingStrategy, onComponentTagadd, add, clearInput, convertValue, error, getConvertedInput, getDefaultLabel, getDefaultLabel, getForm, getInput, getInputAsArray, getInputName, getModel, getModelObject, getModelValue, getRawInput, getType, getValidatorKeyPrefix, getValidators, getValue, hasRawInput, inputAsInt, inputAsInt, inputAsIntArray, inputChanged, internalOnModelChanged, invalid, isInputNullable, isMultiPart, isRequired, isValid, newValidatable, newValidationError, onDetach, onDisabled, onInvalid, onRequired, onValid, processChildren, processInput, remove, reportRequiredError, setConvertedInput, setLabel, setModel, setModelObject, setModelValue, setRequired, setType, shouldTrimInput, trim, updateAutoLabels, updateCollectionModel, updateModel, valid, validate, validateRequired, validateValidators, visitComponentsPostOrder, visitFormComponentsPostOrdergetWebApplication, getWebPage, getWebRequest, getWebResponse, getWebSessionadd, addDequeuedComponent, addOrReplace, autoAdd, canDequeueTag, contains, dequeue, dequeue, dequeuePreamble, findComponentToDequeue, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, getRegionMarkup, internalAdd, internalInitialize, iterator, iterator, newDequeueContext, onAfterRenderChildren, onComponentTagBody, onInitialize, onRender, queue, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildrenadd, addStateChange, afterRender, beforeRender, canCallListenerInterface, canCallListenerInterfaceAfterExpiry, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, clearOriginalDestination, configure, continueToOriginalDestination, debug, detach, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findMarkupStream, findPage, findParent, findParentWithAssociatedMarkup, getAjaxRegionMarkupId, getApplication, getBehaviorById, getBehaviorId, getBehaviors, getBehaviors, getClassRelativePath, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessages, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkup, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdFromMarkup, getMarkupIdImpl, getMarkupSourcingStrategy, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getRequestFlag, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalPrepareForRender, internalRenderComponent, internalRenderHead, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isRendering, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onBeforeRender, onConfigure, onEvent, onReAdd, onRemove, prepareForRender, redirectToInterceptPage, remove, remove, render, renderComponentTag, rendered, renderHead, renderHead, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, send, setAuto, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setIgnoreAttributeModifier, setMarkup, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setParent, setRenderBodyOnly, setRequestFlag, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, success, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, visitParents, warn, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdequeue, getRegionMarkup, newDequeueContextforEach, spliteratorpublic LabeledTwoFormComponentPanel(String id, org.apache.wicket.model.IModel<String> labelModel)
LabeledTwoFormComponentPanel.id - the idlabelModel - the model for the labelpublic LabeledTwoFormComponentPanel(String id, org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model, org.apache.wicket.model.IModel<String> labelModel)
LabeledTwoFormComponentPanel.id - the idmodel - the modellabelModel - the model of the labelpublic void convertInput()
convertInput in class org.apache.wicket.markup.html.form.FormComponent<TwoFormComponentBean<L extends Serializable,R extends Serializable>>public org.apache.wicket.Component getFormComponent()
getFormComponent in class LabeledFormComponentPanel<TwoFormComponentBean<L extends Serializable,R extends Serializable>>protected org.apache.wicket.model.IModel<String> newBetweenLabelModel(String betweenLabel)
IModel for the Label of what characters will be
between the two components.betweenLabel - the charactersIModel with the characters.protected org.apache.wicket.markup.html.form.FormComponent<L> newLeftFormComponent(String id, org.apache.wicket.model.IModel<L> model)
FormComponent. This method is invoked in the
constructor from the derived classes and can be overridden so users can provide their own
version of a new left FormComponent.id - the idmodel - the modelFormComponentprotected org.apache.wicket.markup.html.form.FormComponent<R> newRightFormComponent(String id, org.apache.wicket.model.IModel<R> model)
FormComponent. This method is invoked in the
constructor from the derived classes and can be overridden so users can provide their own
version of a new right FormComponent.id - the idmodel - the modelFormComponentprotected TwoFormComponentPanel<L,R> newTwoFormComponentPanel(String id, org.apache.wicket.model.IModel<TwoFormComponentBean<L,R>> model)
TwoFormComponentPanel. This method is invoked in
the constructor from the derived classes and can be overridden so users can provide their own
version of a new TwoFormComponentPanel.id - the idmodel - the modelTwoFormComponentPanelCopyright © 2010–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.