|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ComponentTag | |
| wicket | The core Wicket package. |
| wicket.markup | Base package for 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.link | Link components. |
| Uses of ComponentTag in wicket |
| Methods in wicket with parameters of type ComponentTag | |
void |
Response.write(ComponentTag tag)
Writes the given tag to via the write(String) abstract method. |
protected void |
MarkupContainer.onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag)
Handle the container's body. |
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. |
boolean |
IComponentResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Try to resolve the component name, then create a component, add it to the container and render the component. |
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. |
protected void |
Component.onComponentTag(ComponentTag tag)
Processes the component tag. |
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 |
Component.replaceComponentTagBody(MarkupStream markupStream,
ComponentTag tag,
java.lang.String body)
Replaces the body with the given one. |
boolean |
AutoLinkResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Automatically creates a BookmarkablePageLink component. |
boolean |
AutoLinkResolver.AutolinkBookmarkablePageLink.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Because the autolink component is not able to resolve any inner component, it'll passed it down to its parent. |
boolean |
AutoLinkResolver.AutolinkExternalLink.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Because the autolink component is not able to resolve any inner component, it'll passed it down to its parent. |
boolean |
AutoComponentResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
| Uses of ComponentTag in wicket.markup |
| Subclasses of ComponentTag in wicket.markup | |
class |
WicketTag
WicketTag extends ComponentTag and will be createtd 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 |
WicketTag.mutable()
Gets this tag if it is already mutable, or a mutable copy of this tag if it is immutable. |
ComponentTag |
MarkupStream.getTag()
|
ComponentTag |
ComponentTag.getOpenTag()
If set, return the corresponding open tag (ComponentTag). |
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 | |
void |
ComponentTag.setOpenTag(ComponentTag tag)
Assuming this is a close tag, assign it's corresponding open 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 with parameters of type ComponentTag | |
boolean |
Border.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Border makes use of a <wicket:body> tag to indentify the position to insert within the border's body. |
protected void |
Border.onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag)
|
| Uses of ComponentTag in wicket.markup.html.form |
| Methods in wicket.markup.html.form with parameters of type ComponentTag | |
protected void |
TextField.onComponentTag(ComponentTag tag)
Processes the component tag. |
protected void |
TextArea.onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag)
Handle the container's body. |
protected void |
RadioChoice.onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag)
|
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 |
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 |
CheckBox.onComponentTag(ComponentTag tag)
Processes the component tag. |
protected void |
Button.onComponentTag(ComponentTag tag)
Processes the component tag. |
| Uses of ComponentTag in wicket.markup.html.form.upload |
| Methods in wicket.markup.html.form.upload with parameters of type ComponentTag | |
protected void |
UploadForm.onComponentTag(ComponentTag tag)
|
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 |
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.link |
| Methods in wicket.markup.html.link with parameters of type ComponentTag | |
protected void |
Link.onComponentTag(ComponentTag tag)
Handles this link's tag. |
protected void |
Link.onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag)
Renders this link's body. |
protected void |
ExternalLink.onComponentTag(ComponentTag tag)
Processes the component tag. |
protected void |
ExternalLink.onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag)
Handle the container's body. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||