Uses of Class
wicket.markup.ComponentTag

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

Uses of ComponentTag in wicket
 

Methods in wicket with parameters of type ComponentTag
protected  void Component.checkComponentTag(ComponentTag tag, java.lang.String name)
          Checks whether the given type has the expected name.
protected  void Component.checkComponentTagAttribute(ComponentTag tag, java.lang.String key, java.lang.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.
 void AttributeModifier.replaceAttibuteValue(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, java.lang.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 wicket.ajax
 

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

Uses of ComponentTag in wicket.ajax.markup.html
 

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

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

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

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

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

Uses of ComponentTag in wicket.behavior
 

Methods in 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 wicket.markup
 

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

Fields in wicket.markup declared as ComponentTag
protected  ComponentTag ComponentTag.closes
          Assuming this is a open (or open-close) tag, 'closes' refers to the ComponentTag which closes it.
 

Methods in wicket.markup that return ComponentTag
 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 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.
 

Uses of ComponentTag in wicket.markup.html
 

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

Uses of ComponentTag in wicket.markup.html.basic
 

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

Uses of ComponentTag in wicket.markup.html.border
 

Methods in wicket.markup.html.border that return ComponentTag
protected  ComponentTag Border.renderBodyComponentTag(MarkupStream markupStream, ComponentTag tag)
          Render the wicket:body tag
 

Methods in wicket.markup.html.border with parameters of type ComponentTag
protected  void Border.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Render the tag body
protected  ComponentTag Border.renderBodyComponentTag(MarkupStream markupStream, ComponentTag tag)
          Render the wicket:body tag
 void Border.renderBodyComponentTagBody(MarkupStream markupStream, ComponentTag tag)
          Render the wicket:body tag
 boolean Border.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Border makes use of a <wicket:body> tag to identify the position to insert within the border's body.
 

Uses of ComponentTag in wicket.markup.html.form
 

Methods in wicket.markup.html.form with parameters of type ComponentTag
protected  void Form.appendDefaultButtonField(MarkupStream markupStream, ComponentTag openTag)
          If a default button 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 button.
protected  void TextField.onComponentTag(ComponentTag tag)
          Processes the component tag.
protected  void SubmitLink.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 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 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 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 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 FormComponent.onDisabled(ComponentTag tag)
          Called by FormComponent.onComponentTag(ComponentTag) when the component is disabled.
 

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

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

Uses of ComponentTag in wicket.markup.html.image
 

Methods in wicket.markup.html.image with parameters of type ComponentTag
protected  void NonCachingImage.onComponentTag(ComponentTag tag)
           
protected  void Image.onComponentTag(ComponentTag tag)
           
protected  void Image.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

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

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

Uses of ComponentTag in wicket.markup.html.include
 

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

Uses of ComponentTag in wicket.markup.html.internal
 

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

Uses of ComponentTag in wicket.markup.html.link
 

Methods in wicket.markup.html.link with parameters of type ComponentTag
protected  java.lang.CharSequence Link.appendAnchor(ComponentTag tag, java.lang.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 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 Link.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Renders this link's body.
protected  void ExternalLink.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
 

Uses of ComponentTag in wicket.markup.html.panel
 

Methods in 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 wicket.markup.html.resources
 

Methods in 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 wicket.markup.parser
 

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

Uses of ComponentTag in wicket.markup.parser.filter
 

Methods in wicket.markup.parser.filter with parameters of type ComponentTag
protected  boolean WicketLinkTagHandler.analyzeAutolinkCondition(ComponentTag tag)
          Analyze the tag.
 

Uses of ComponentTag in wicket.markup.resolver
 

Methods in wicket.markup.resolver with parameters of type ComponentTag
protected  void WicketMessageResolver.MyLabel.onComponentTag(ComponentTag tag)
           
 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 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 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 wicket.markup.transformer
 

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



Copyright © 2004-2007 Wicket developers. All Rights Reserved.