Uses of Class
org.apache.wicket.markup.ComponentTag

Packages that use ComponentTag
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax   
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.ajax.markup.html.navigation.paging   
org.apache.wicket.behavior   
org.apache.wicket.datetime.markup.html.basic   
org.apache.wicket.examples.stockquote   
org.apache.wicket.extensions.ajax.markup.html   
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
org.apache.wicket.extensions.ajax.markup.html.modal   
org.apache.wicket.extensions.markup.html.basic Basic extensions. 
org.apache.wicket.extensions.markup.html.form.palette.component   
org.apache.wicket.extensions.markup.html.form.select   
org.apache.wicket.extensions.markup.html.repeater.data.sort   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.basic Basic HTML components. 
org.apache.wicket.markup.html.border Border components. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.image.resource Resource support for image components. 
org.apache.wicket.markup.html.include Components for including content from non-Wicket sources. 
org.apache.wicket.markup.html.internal   
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.html.list List components for tabular data and such. 
org.apache.wicket.markup.html.panel Panel components. 
org.apache.wicket.markup.html.resources Support classes for HTML specific resources. 
org.apache.wicket.markup.parser The default parsing engine of Wicket. 
org.apache.wicket.markup.parser.filter Default parsing extensions. 
org.apache.wicket.markup.repeater   
org.apache.wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
org.apache.wicket.resource.filtering   
org.apache.wicket.velocity.markup.html   
 

Uses of ComponentTag in org.apache.wicket
 

Methods in org.apache.wicket with parameters of type ComponentTag
protected  void Component.checkComponentTag(ComponentTag tag, String name)
          Checks whether the given type has the expected name.
protected  void Component.checkComponentTagAttribute(ComponentTag tag, String key, String value)
          Checks that a given tag has a required attribute value.
 void AttributeModifier.onComponentTag(Component component, ComponentTag tag)
           
protected  void Component.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void MarkupContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
protected  void Component.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Processes the body.
protected  void Component.renderComponentTag(ComponentTag tag)
          Writes a simple tag out to the response stream.
protected  void MarkupContainer.renderComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Renders markup for the body of a ComponentTag from the current position in the given markup stream.
protected  void Component.renderPlaceholderTag(ComponentTag tag, Response response)
          Renders a placeholder tag for the component when it is invisible and Component.setOutputMarkupPlaceholderTag(boolean) has been called with true.
 void AttributeModifier.replaceAttibuteValue(Component component, ComponentTag tag)
          Deprecated. see AttributeModifier.replaceAttributeValue(Component, ComponentTag)
 void AttributeModifier.replaceAttributeValue(Component component, ComponentTag tag)
          Checks the given component tag for an instance of the attribute to modify and if all criteria are met then replace the value of this attribute with the value of the contained model object.
protected  void Component.replaceComponentTagBody(MarkupStream markupStream, ComponentTag tag, CharSequence body)
          Replaces the body with the given one.
 void Response.write(ComponentTag tag)
          Writes the given tag to via the write(String) abstract method.
 

Uses of ComponentTag in org.apache.wicket.ajax
 

Methods in org.apache.wicket.ajax with parameters of type ComponentTag
protected  void AjaxEventBehavior.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.ajax.markup.html
 

Methods in org.apache.wicket.ajax.markup.html with parameters of type ComponentTag
protected  void AjaxLink.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.ajax.markup.html.form
 

Methods in org.apache.wicket.ajax.markup.html.form with parameters of type ComponentTag
protected  void AjaxSubmitLink.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.ajax.markup.html.navigation.paging
 

Methods in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type ComponentTag
protected  void AjaxPagingNavigationBehavior.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.behavior
 

Methods in org.apache.wicket.behavior with parameters of type ComponentTag
 void SimpleAttributeModifier.onComponentTag(Component component, ComponentTag tag)
           
 void IBehavior.onComponentTag(Component component, ComponentTag tag)
          Called any time a component that has this behavior registered is rendering the component tag.
 void AbstractBehavior.onComponentTag(Component component, ComponentTag tag)
           
 void AbstractAjaxBehavior.onComponentTag(Component component, ComponentTag tag)
           
protected  void AbstractAjaxBehavior.onComponentTag(ComponentTag tag)
          Called any time a component that has this handler registered is rendering the component tag.
 

Uses of ComponentTag in org.apache.wicket.datetime.markup.html.basic
 

Methods in org.apache.wicket.datetime.markup.html.basic with parameters of type ComponentTag
protected  void DateLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.examples.stockquote
 

Methods in org.apache.wicket.examples.stockquote with parameters of type ComponentTag
protected  void StockQuoteLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.extensions.ajax.markup.html
 

Methods in org.apache.wicket.extensions.ajax.markup.html with parameters of type ComponentTag
protected  void AjaxEditableLabel.EditorAjaxBehavior.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.extensions.ajax.markup.html.autocomplete
 

Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type ComponentTag
protected  void AutoCompleteTextField.onComponentTag(ComponentTag tag)
          Processes the component tag.
 

Uses of ComponentTag in org.apache.wicket.extensions.ajax.markup.html.modal
 

Methods in org.apache.wicket.extensions.ajax.markup.html.modal with parameters of type ComponentTag
protected  void ModalWindow.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.extensions.markup.html.basic
 

Methods in org.apache.wicket.extensions.markup.html.basic with parameters of type ComponentTag
protected  void SmartLinkMultiLineLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void SmartLinkLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.extensions.markup.html.form.palette.component
 

Methods in org.apache.wicket.extensions.markup.html.form.palette.component with parameters of type ComponentTag
protected  void Selection.onComponentTag(ComponentTag tag)
           
protected  void Choices.onComponentTag(ComponentTag tag)
           
protected  void AbstractOptions.onComponentTag(ComponentTag tag)
           
protected  void AbstractOptions.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.extensions.markup.html.form.select
 

Methods in org.apache.wicket.extensions.markup.html.form.select with parameters of type ComponentTag
protected  void SelectOption.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.extensions.markup.html.repeater.data.sort
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort with parameters of type ComponentTag
 void OrderByLink.CssModifier.onComponentTag(Component component, ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup
 

Subclasses of ComponentTag in org.apache.wicket.markup
 class WicketTag
          WicketTag extends ComponentTag and will be created by a MarkupParser whenever it parses a tag in the wicket namespace.
 

Methods in org.apache.wicket.markup that return ComponentTag
 ComponentTag MarkupParser.getNextTag()
          Get the next tag from the markup file
 ComponentTag ComponentTag.getOpenTag()
          If set, return the corresponding open tag (ComponentTag).
 ComponentTag MarkupStream.getTag()
           
 ComponentTag WicketTag.mutable()
          Gets this tag if it is already mutable, or a mutable copy of this tag if it is immutable.
 ComponentTag ComponentTag.mutable()
          Gets this tag if it is already mutable, or a mutable copy of this tag if it is immutable.
 

Methods in org.apache.wicket.markup with parameters of type ComponentTag
 boolean ComponentTag.hasEqualTagName(ComponentTag tag)
          Compare tag name including namespace
static boolean TagUtils.isBodyTag(ComponentTag tag)
           
static boolean TagUtils.isHeadTag(ComponentTag tag)
           
 void ComponentTag.setOpenTag(ComponentTag tag)
          Assuming this is a close tag, assign it's corresponding open tag.
 void MarkupStream.skipToMatchingCloseTag(ComponentTag openTag)
          Renders markup until a closing tag for openTag is reached.
 

Constructors in org.apache.wicket.markup with parameters of type ComponentTag
ComponentTag(ComponentTag tag)
          Constructor
WicketTag(ComponentTag tag)
          Constructor
 

Uses of ComponentTag in org.apache.wicket.markup.html
 

Methods in org.apache.wicket.markup.html with parameters of type ComponentTag
 boolean HeaderPartContainer.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.basic
 

Methods in org.apache.wicket.markup.html.basic with parameters of type ComponentTag
protected  void MultiLineLabel.onComponentTag(ComponentTag tag)
           
protected  void Label.onComponentTag(ComponentTag tag)
           
protected  void EnumLabel.onComponentTag(ComponentTag tag)
           
protected  void MultiLineLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Label.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void EnumLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.border
 

Methods in org.apache.wicket.markup.html.border with parameters of type ComponentTag
protected  void Border.onComponentTag(ComponentTag tag)
           
protected  void Border.BorderBodyContainer.onComponentTag(ComponentTag tag)
           
protected  void Border.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Border.BorderBodyContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 boolean Border.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean Border.BorderBodyContainer.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form with parameters of type ComponentTag
protected  void Form.appendDefaultButtonField(MarkupStream markupStream, ComponentTag openTag)
          If a default IFormSubmittingComponent was set on this form, this method will be called to render an extra field with an invisible style so that pressing enter in one of the textfields will do a form submit using this component.
protected  void TextField.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void SubmitLink.onComponentTag(ComponentTag tag)
           
protected  void RadioGroup.onComponentTag(ComponentTag tag)
           
protected  void RadioChoice.onComponentTag(ComponentTag tag)
           
protected  void Radio.onComponentTag(ComponentTag tag)
           
protected  void PasswordTextField.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void ListMultipleChoice.onComponentTag(ComponentTag tag)
           
protected  void ListChoice.onComponentTag(ComponentTag tag)
           
protected  void ImageButton.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void FormComponentPanel.onComponentTag(ComponentTag tag)
           
protected  void FormComponentLabel.onComponentTag(ComponentTag tag)
           
protected  void FormComponent.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void Form.onComponentTag(ComponentTag tag)
           
protected  void DropDownChoice.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void CheckGroupSelector.onComponentTag(ComponentTag tag)
           
protected  void CheckGroup.onComponentTag(ComponentTag tag)
           
protected  void CheckBoxMultipleChoice.onComponentTag(ComponentTag tag)
           
protected  void CheckBox.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void Check.onComponentTag(ComponentTag tag)
           
protected  void Button.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void AutoLabelResolver.AutoLabel.onComponentTag(ComponentTag tag)
           
protected  void TextArea.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
protected  void SimpleFormComponentLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void RadioChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void FormComponentPanel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Form.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Append an additional hidden input tag to support anchor tags that can submit a form.
protected  void CheckBoxMultipleChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void AbstractChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
protected  void FormComponent.onDisabled(ComponentTag tag)
          Called by FormComponent.onComponentTag(ComponentTag) when the component is disabled.
protected  void Form.renderPlaceholderTag(ComponentTag tag, Response response)
           
 boolean AutoLabelTextResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean AutoLabelResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.form.upload
 

Methods in org.apache.wicket.markup.html.form.upload with parameters of type ComponentTag
protected  void MultiFileUploadField.onComponentTag(ComponentTag tag)
           
protected  void FileUploadField.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.image
 

Methods in org.apache.wicket.markup.html.image with parameters of type ComponentTag
 void ContextPathGenerator.onComponentTag(Component component, ComponentTag tag)
          Called any time a component that has this behavior registered is rendering the component tag.
protected  void NonCachingImage.onComponentTag(ComponentTag tag)
           
protected  void Image.onComponentTag(ComponentTag tag)
           
protected  void ContextImage.onComponentTag(ComponentTag tag)
           
protected  void Image.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.image.resource
 

Methods in org.apache.wicket.markup.html.image.resource with parameters of type ComponentTag
 void LocalizedImageResource.setSrcAttribute(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.include
 

Methods in org.apache.wicket.markup.html.include with parameters of type ComponentTag
protected  void Include.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.internal
 

Methods in org.apache.wicket.markup.html.internal with parameters of type ComponentTag
protected  void InlineEnclosure.onComponentTagBody(MarkupStream markupStream, ComponentTag enclosureOpenTag)
           
protected  void HtmlHeaderContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          First render the body of the component.
protected  void Enclosure.onComponentTagBody(MarkupStream markupStream, ComponentTag enclosureOpenTag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.link
 

Methods in org.apache.wicket.markup.html.link with parameters of type ComponentTag
protected  CharSequence Link.appendAnchor(ComponentTag tag, CharSequence url)
          Appends any anchor to the url if the url is not null and the url does not already contain an anchor (url.indexOf('#') != -1).
protected  void AbstractLink.disableLink(ComponentTag tag)
          Alters the tag so that the link renders as disabled.
protected  void Link.onComponentTag(ComponentTag tag)
          Handles this link's tag.
protected  void InternalFrame.onComponentTag(ComponentTag tag)
          Deprecated. Handles this frame's tag.
protected  void InlineFrame.onComponentTag(ComponentTag tag)
          Handles this frame's tag.
protected  void ExternalLink.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void ClientSideImageMap.onComponentTag(ComponentTag tag)
           
protected  void ExternalLink.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
protected  void AbstractLink.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Renders this link's body.
 

Uses of ComponentTag in org.apache.wicket.markup.html.list
 

Methods in org.apache.wicket.markup.html.list with parameters of type ComponentTag
protected  void OddEvenListItem.onComponentTag(ComponentTag tag)
          Processes the component tag.
 

Uses of ComponentTag in org.apache.wicket.markup.html.panel
 

Methods in org.apache.wicket.markup.html.panel with parameters of type ComponentTag
protected  void Panel.onComponentTag(ComponentTag tag)
           
protected  void Fragment.onComponentTag(ComponentTag tag)
          Make sure we open up open-close tags to open-body-close
protected  void Panel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Fragment.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.html.resources
 

Methods in org.apache.wicket.markup.html.resources with parameters of type ComponentTag
protected  void StyleSheetReference.onComponentTag(ComponentTag tag)
           
protected  void JavaScriptReference.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.parser
 

Methods in org.apache.wicket.markup.parser that return ComponentTag
protected  ComponentTag AbstractMarkupFilter.nextComponentTag()
          A convenience function to retrieve the next tag (same as nextTag()), however assuming that it is a ComponentTag.
 

Uses of ComponentTag in org.apache.wicket.markup.parser.filter
 

Methods in org.apache.wicket.markup.parser.filter with parameters of type ComponentTag
protected  boolean WicketLinkTagHandler.analyzeAutolinkCondition(ComponentTag tag)
          Analyze the tag.
static String InlineEnclosureHandler.getInlineEnclosureAttribute(ComponentTag tag)
           
 void WicketMessageTagHandler.AttributeLocalizer.onComponentTag(Component component, ComponentTag tag)
           
protected  boolean OpenCloseTagExpander.onFound(ComponentTag tag)
          Can be subclassed to do other things.
 boolean WicketMessageTagHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean RelativePathPrefixHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.repeater
 

Methods in org.apache.wicket.markup.repeater with parameters of type ComponentTag
protected  void OddEvenItem.onComponentTag(ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.resolver
 

Methods in org.apache.wicket.markup.resolver with parameters of type ComponentTag
static boolean ComponentResolvers.resolve(Application application, MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Attempts to resolve a component using resolvers.
 boolean WicketMessageResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean WicketLinkResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean WicketContainerResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean ScopedComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean ParentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean MarkupInheritanceResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean IComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean HtmlHeaderResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean FragmentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean EnclosureResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean BorderBodyResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean AutoLinkResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Automatically creates a BookmarkablePageLink component.
 boolean AutoComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

Uses of ComponentTag in org.apache.wicket.markup.transformer
 

Methods in org.apache.wicket.markup.transformer with parameters of type ComponentTag
 void XsltTransformerBehavior.onComponentTag(Component component, ComponentTag tag)
           
 void AbstractTransformerBehavior.onComponentTag(Component component, ComponentTag tag)
           
protected  void AbstractOutputTransformerContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.resource.filtering
 

Methods in org.apache.wicket.resource.filtering with parameters of type ComponentTag
protected  void HeaderResponseFilteredResponseContainer.onComponentTag(ComponentTag tag)
           
protected  void HeaderResponseFilteredResponseContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of ComponentTag in org.apache.wicket.velocity.markup.html
 

Methods in org.apache.wicket.velocity.markup.html with parameters of type ComponentTag
protected  void VelocityPanel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.