public abstract class TermOfUsePanel
extends org.apache.wicket.markup.html.panel.Panel
TermOfUsePanel.ENABLE, 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 |
|---|
TermOfUsePanel(String id)
Instantiates a new
TermOfUsePanel. |
TermOfUsePanel(String id,
org.apache.wicket.model.IModel<TermOfUseModelBean> model)
Instantiates a new
TermOfUsePanel. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.Component |
newCancellationPanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the cancellation. |
protected org.apache.wicket.Component |
newContractPanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the contract. |
protected org.apache.wicket.Component |
newCopyrightPanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the copyright. |
protected org.apache.wicket.Component |
newDataProtectionPanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the data protection. |
protected org.apache.wicket.Component |
newDisclaimerPanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the disclaimer. |
protected org.apache.wicket.Component |
newFulfilmentAndJurisdictionPlacePanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the fulfilment and jurisdiction
place. |
protected org.apache.wicket.Component |
newGeneralTermsAndConditionsPanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the general terms and conditions. |
protected org.apache.wicket.Component |
newLegalReferencesPanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the legal references. |
protected org.apache.wicket.Component |
newLiabilityPanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the liability. |
protected org.apache.wicket.Component |
newModificationsClausePanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the modifications clause. |
protected org.apache.wicket.Component |
newRightsAndDutiesPanel(String id,
org.apache.wicket.model.IModel<RightsAndDutiesModelBean> model)
Factory method for creating the new
Component for the rights and duties. |
protected org.apache.wicket.Component |
newSalvatoriusClausePanel(String id,
org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Factory method for creating the new
Component for the salvatorius clause. |
getRegionMarkup, newMarkupSourcingStrategygetWebApplication, getWebPage, getWebRequest, getWebResponse, getWebSessionadd, addDequeuedComponent, addOrReplace, autoAdd, canDequeueTag, contains, dequeue, dequeue, dequeuePreamble, findComponentToDequeue, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, newDequeueContext, onAfterRenderChildren, onComponentTagBody, onDetach, 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, internalOnModelChanged, internalPrepareForRender, internalRenderComponent, internalRenderHead, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isRendering, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onBeforeRender, onComponentTag, onConfigure, onEvent, onModelChanged, onModelChanging, 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, waitforEach, spliteratorpublic TermOfUsePanel(String id)
TermOfUsePanel.id - the idpublic TermOfUsePanel(String id, org.apache.wicket.model.IModel<TermOfUseModelBean> model)
TermOfUsePanel.id - the idmodel - the modelprotected org.apache.wicket.Component newCancellationPanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the cancellation. 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 Component for the cancellation.id - the idmodel - the modelComponent for the cancellationprotected org.apache.wicket.Component newContractPanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the contract. 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 Component for the contract.id - the idmodel - the modelComponent for the contractprotected org.apache.wicket.Component newCopyrightPanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the copyright. 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 Component for the copyright.id - the idmodel - the modelComponent for the copyrightprotected org.apache.wicket.Component newDataProtectionPanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the data protection. 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 Component for the data protection.id - the idmodel - the modelComponent for the data protectionprotected org.apache.wicket.Component newDisclaimerPanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the disclaimer. 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 Component for the disclaimer.id - the idmodel - the modelComponent for the disclaimerprotected org.apache.wicket.Component newFulfilmentAndJurisdictionPlacePanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the fulfilment and jurisdiction
place. 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 Component for the
fulfilment and jurisdiction place.id - the idmodel - the modelComponent for the fulfilment and jurisdiction placeprotected org.apache.wicket.Component newGeneralTermsAndConditionsPanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the general terms and conditions.
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 Component for the general terms and
conditions.id - the idmodel - the modelComponent for the general terms and conditionsprotected org.apache.wicket.Component newLegalReferencesPanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the legal references. 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 Component for the legal references.id - the idmodel - the modelComponent for the legal referencesprotected org.apache.wicket.Component newLiabilityPanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the liability. 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 Component for the liability.id - the idmodel - the modelComponent for the liabilityprotected org.apache.wicket.Component newModificationsClausePanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the modifications clause. 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 Component for the modifications clause.id - the idmodel - the modelComponent for the modifications clauseprotected org.apache.wicket.Component newRightsAndDutiesPanel(String id, org.apache.wicket.model.IModel<RightsAndDutiesModelBean> model)
Component for the rights and duties. 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 Component for the rights and duties.id - the idmodel - the modelComponent for the rights and dutiesprotected org.apache.wicket.Component newSalvatoriusClausePanel(String id, org.apache.wicket.model.IModel<HeaderContentListModelBean> model)
Component for the salvatorius clause. 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 Component for the salvatorius clause.id - the idmodel - the modelComponent for the salvatorius clauseCopyright © 2010–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.