Uses of Interface
org.apache.wicket.markup.IMarkupFragment

Packages that use IMarkupFragment
org.apache.wicket The core Wicket package. 
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.border Border components. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.internal   
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.repeater   
 

Uses of IMarkupFragment in org.apache.wicket
 

Methods in org.apache.wicket that return IMarkupFragment
 IMarkupFragment MarkupContainer.getAssociatedMarkup()
          Gets a fresh markup stream that contains the (immutable) markup resource for this class.
 IMarkupFragment Component.getMarkup()
          Get the Markup associated with the Component.
 IMarkupFragment Page.getMarkup()
           
 IMarkupFragment MarkupContainer.getMarkup(Component child)
          Get the childs markup
 

Methods in org.apache.wicket with parameters of type IMarkupFragment
 void Component.setMarkup(IMarkupFragment markup)
          Set the markup for the component.
 

Uses of IMarkupFragment in org.apache.wicket.markup
 

Classes in org.apache.wicket.markup that implement IMarkupFragment
 class Markup
          The content of a markup file, consisting of aalist of markup elements.
 class MarkupFragment
          Represents a portion of a markup file, but always spans a complete tag.
 class MergedMarkup
          A Markup class which represents merged markup, as it is required for markup inheritance.
 

Methods in org.apache.wicket.markup that return IMarkupFragment
 IMarkupFragment IMarkupFragment.find(String id)
          Find the markup element index of the component with 'path'
 IMarkupFragment MarkupFragment.find(String id)
           
 IMarkupFragment Markup.find(String id)
           
 IMarkupFragment MarkupFactory.getMarkup(MarkupContainer container, boolean enforceReload)
          Gets a fresh markup stream that contains the (immutable) markup resource for this class.
 IMarkupFragment MarkupStream.getMarkupFragment()
           
 IMarkupFragment IMarkupCache.removeMarkup(String cacheKey)
          Remove the markup associated with the cache key from the cache including all dependent markups (markup inheritance)
 IMarkupFragment MarkupCache.removeMarkup(String cacheKey)
           
 

Constructors in org.apache.wicket.markup with parameters of type IMarkupFragment
MarkupFragment(IMarkupFragment markup, int startIndex)
          Construct.
MarkupIterator(IMarkupFragment markup)
          Construct.
MarkupStream(IMarkupFragment markup)
          Constructor
 

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

Methods in org.apache.wicket.markup.html that return IMarkupFragment
 IMarkupFragment WebMarkupContainerWithAssociatedMarkup.findMarkupInAssociatedFileHeader(Component child)
          Search the child's markup in the header section of the markup
 

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

Methods in org.apache.wicket.markup.html.border that return IMarkupFragment
 IMarkupFragment Border.BorderBodyContainer.getMarkup()
           
 IMarkupFragment Border.getMarkup(Component child)
           
 IMarkupFragment Border.BorderBodyContainer.getMarkup(Component child)
           
 

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

Methods in org.apache.wicket.markup.html.form that return IMarkupFragment
 IMarkupFragment FormComponentPanel.getMarkup(Component child)
           
 

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

Methods in org.apache.wicket.markup.html.internal that return IMarkupFragment
 IMarkupFragment HtmlHeaderContainer.getMarkup()
           
 IMarkupFragment MarkupTagIterator.getMarkupFragment()
           
 

Constructors in org.apache.wicket.markup.html.internal with parameters of type IMarkupFragment
MarkupTagIterator(IMarkupFragment markup)
          Construct.
 

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

Methods in org.apache.wicket.markup.html.list that return IMarkupFragment
 IMarkupFragment Loop.getMarkup(Component child)
           
 IMarkupFragment ListView.getMarkup(Component child)
           
 

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

Methods in org.apache.wicket.markup.html.panel that return IMarkupFragment
protected  IMarkupFragment Fragment.chooseMarkup()
          Get the markup stream which shall be used to search for the fragment
 IMarkupFragment Panel.getMarkup(Component child)
           
 IMarkupFragment Fragment.getMarkup(Component child)
           
static IMarkupFragment Panel.PanelMarkupHelper.getMarkup(MarkupContainer parent, Component child)
           
 

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

Methods in org.apache.wicket.markup.repeater that return IMarkupFragment
 IMarkupFragment AbstractRepeater.getMarkup(Component child)
           
 



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