|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MarkupContainer in org.apache.wicket |
---|
Subclasses of MarkupContainer in org.apache.wicket | |
---|---|
class |
Page
Abstract base class for pages. |
Methods in org.apache.wicket with type parameters of type MarkupContainer | ||
---|---|---|
|
Component.visitParents(Class<C> parentClass,
IVisitor<C,R> visitor)
Traverses all parent components of the given class in this parentClass, calling the visitor's visit method at each one. |
|
|
Component.visitParents(Class<C> parentClass,
IVisitor<C,R> visitor,
ClassVisitFilter<R> filter)
Traverses all parent components of the given class in this parentClass, calling the visitor's visit method at each one. |
Methods in org.apache.wicket that return MarkupContainer | |
---|---|
MarkupContainer |
MarkupContainer.add(Component... childs)
Adds a child component to this container. |
MarkupContainer |
MarkupContainer.addOrReplace(Component... childs)
Replaces a child component of this container with another or just adds it in case no child with the same id existed yet. |
MarkupContainer |
Component.findParentWithAssociatedMarkup()
|
MarkupContainer |
Component.getParent()
Gets any parent container, or null if there is none. |
MarkupContainer |
MarkupContainer.remove(Component component)
|
MarkupContainer |
MarkupContainer.remove(String id)
Removes the given component |
MarkupContainer |
MarkupContainer.removeAll()
Removes all children from this container. |
MarkupContainer |
MarkupContainer.replace(Component child)
Replaces a child component of this container with another |
MarkupContainer |
MarkupContainer.setDefaultModel(IModel<?> model)
|
Methods in org.apache.wicket with parameters of type MarkupContainer | |
---|---|
protected void |
Page.componentChanged(Component component,
MarkupContainer parent)
This method will be called for all components that are changed on the page So also auto components or components that are not versioned. |
void |
Component.setParent(MarkupContainer parent)
THIS IS A WICKET INTERNAL API. |
Uses of MarkupContainer in org.apache.wicket.ajax |
---|
Methods in org.apache.wicket.ajax with parameters of type MarkupContainer | |
---|---|
void |
AjaxRequestTarget.addChildren(MarkupContainer parent,
Class<?> childCriteria)
Visits all children of the specified parent container and adds them to the target if they are of same type as childCriteria |
void |
AjaxRequestHandler.addChildren(MarkupContainer parent,
Class<?> childCriteria)
|
Uses of MarkupContainer in org.apache.wicket.ajax.markup.html |
---|
Subclasses of MarkupContainer in org.apache.wicket.ajax.markup.html | |
---|---|
class |
AjaxFallbackLink<T>
An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled |
class |
AjaxLink<T>
A component that allows a trigger request to be triggered via html anchor tag |
Uses of MarkupContainer in org.apache.wicket.ajax.markup.html.form |
---|
Subclasses of MarkupContainer in org.apache.wicket.ajax.markup.html.form | |
---|---|
class |
AjaxButton
A button that submits the form via ajax. |
class |
AjaxCheckBox
A CheckBox which is updated via ajax when the user changes its value |
class |
AjaxFallbackButton
An ajax submit button that will degrade to a normal request if ajax is not available or javascript is disabled. |
class |
AjaxSubmitLink
A link that submits a form via ajax. |
Uses of MarkupContainer in org.apache.wicket.ajax.markup.html.navigation.paging |
---|
Subclasses of MarkupContainer in org.apache.wicket.ajax.markup.html.navigation.paging | |
---|---|
class |
AjaxPagingNavigation
An ajaxified navigation for a PageableListView that holds links to other pages of the PageableListView. |
class |
AjaxPagingNavigationIncrementLink
An incremental Ajaxian link to a page of a PageableListView. |
class |
AjaxPagingNavigationLink
An Ajax version of a link to a page of a PageableListView. |
class |
AjaxPagingNavigator
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView. |
Uses of MarkupContainer in org.apache.wicket.authroles.authentication.pages |
---|
Subclasses of MarkupContainer in org.apache.wicket.authroles.authentication.pages | |
---|---|
class |
SignInPage
A base class which provide standard functionality for sign in. |
class |
SignOutPage
Simple sign out page. |
Uses of MarkupContainer in org.apache.wicket.authroles.authentication.panel |
---|
Subclasses of MarkupContainer in org.apache.wicket.authroles.authentication.panel | |
---|---|
class |
SignInPanel
Reusable user sign in panel with username and password as well as support for persistence of the both. |
class |
SignInPanel.SignInForm
Sign in form. |
Uses of MarkupContainer in org.apache.wicket.datetime.markup.html.form |
---|
Subclasses of MarkupContainer in org.apache.wicket.datetime.markup.html.form | |
---|---|
class |
DateTextField
A TextField that is mapped to a java.util.Date object and that uses Joda time to
parse and format values. |
Uses of MarkupContainer in org.apache.wicket.devutils |
---|
Subclasses of MarkupContainer in org.apache.wicket.devutils | |
---|---|
class |
DevUtilsPage
All pages in the wicket-devutils package should extend this page so that they automatically get checked to make sure that the utilities are enabled in the application debug settings. |
class |
DevUtilsPanel
All panels in the wicket-devutils package should extend this panel so that they automatically get checked to make sure that the utilities are enabled in the application debug settings. |
Uses of MarkupContainer in org.apache.wicket.devutils.debugbar |
---|
Subclasses of MarkupContainer in org.apache.wicket.devutils.debugbar | |
---|---|
class |
DebugBar
The debug bar is for use during development. |
class |
InspectorDebugPanel
A panel that adds a link to the inspector to the debug bar. |
class |
PageSizeDebugPanel
A panel for the debug bar that shows the size of the currently shown page. |
class |
SessionSizeDebugPanel
A panel for the debug bar that shows the session size and links to the page that shows more information about sessions. |
class |
StandardDebugPanel
A standard looking debug panel with an img (optional) and a string of data, and the whole thing is a link. |
Uses of MarkupContainer in org.apache.wicket.devutils.diskstore |
---|
Subclasses of MarkupContainer in org.apache.wicket.devutils.diskstore | |
---|---|
class |
DiskStoreBrowserPage
A page that shows the attributes (id, name, size) of the pages stored in the data stores. |
Uses of MarkupContainer in org.apache.wicket.devutils.diskstore.browser |
---|
Subclasses of MarkupContainer in org.apache.wicket.devutils.diskstore.browser | |
---|---|
class |
BrowserPanel
A panel that shows the data about pages in the data store |
Uses of MarkupContainer in org.apache.wicket.devutils.inspector |
---|
Subclasses of MarkupContainer in org.apache.wicket.devutils.inspector | |
---|---|
class |
ApplicationView
A Wicket panel that shows interesting information about a given Wicket session. |
class |
InspectorBug
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page. |
class |
InspectorPage
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page. |
class |
LiveSessionsPage
|
class |
RequestsPage
|
class |
SessionView
A Wicket panel that shows interesting information about a given Wicket session. |
Uses of MarkupContainer in org.apache.wicket.examples |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples | |
---|---|
class |
WicketExampleHeader
Navigation panel for the examples project. |
class |
WicketExamplePage
Base class for all example pages. |
Uses of MarkupContainer in org.apache.wicket.examples.ajax.builtin |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.ajax.builtin | |
---|---|
class |
AutoCompletePage
Page that demos the ajax auto complete text field |
class |
BasePage
Base page for ajax example |
class |
ChoicePage
Linked select boxes example |
class |
ClockPage
A simple clock example page |
class |
EditableLabelPage
Page to demo the inplace edit label AjaxEditableLabel |
class |
EffectsPage
Demonstrates ajax effects |
class |
FileUploadPage
Demos ajax handling of a multipart form |
class |
GuestBook.CommentForm
A form that allows a user to add a comment. |
class |
LazyLoadingPage
|
class |
LinksPage
Ajax links demo. |
class |
OnChangeAjaxBehaviorPage
|
class |
PageablesPage
Shows an ajaxian paging navigator in action. |
class |
RatingsPage
Demo page for the rating component. |
class |
TodoList
Ajax todo list without having to write any JavaScript yourself. |
class |
TodoList.AddItemsContainer
Container for showing either the add link, or the addition form. |
class |
TodoList.TodoItemsContainer
Container for displaying the todo items in a list. |
class |
WorldClockPage
A world clock example page. |
Uses of MarkupContainer in org.apache.wicket.examples.ajax.builtin.modal |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.ajax.builtin.modal | |
---|---|
class |
ModalContent1Page
|
class |
ModalContent2Page
|
class |
ModalPanel1
|
class |
ModalWindowPage
|
Uses of MarkupContainer in org.apache.wicket.examples.ajax.builtin.tree |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.ajax.builtin.tree | |
---|---|
class |
BaseTreePage
Deprecated. |
class |
EditablePanel
Panel that contains an text field that submits automatically after it loses focus. |
class |
EditableTreeTablePage
Deprecated. |
class |
SimpleTreePage
Deprecated. |
class |
TreeTablePage
Deprecated. |
Methods in org.apache.wicket.examples.ajax.builtin.tree with parameters of type MarkupContainer | |
---|---|
Component |
PropertyEditableColumn.newCell(MarkupContainer parent,
String id,
TreeNode node,
int level)
|
Uses of MarkupContainer in org.apache.wicket.examples.asemail |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.asemail | |
---|---|
class |
MailTemplate
An example page that shows how to generate email templates from a Wicket Page , a
Panel or a TextTemplate |
class |
MailTemplatePanel
A demo panel which will be used to render mail template |
class |
TemplateBasedOnPage
A page which acts a template for mails which should be send to the customers. |
Uses of MarkupContainer in org.apache.wicket.examples.authentication1 |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.authentication1 | |
---|---|
class |
SignIn
Simple example of a sign in page. |
class |
SignIn.SignInForm
Sign in form |
class |
SignOut
Simple logout page. |
Uses of MarkupContainer in org.apache.wicket.examples.authentication2 |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.authentication2 | |
---|---|
class |
AuthenticatedWebPage
Base class to check access to a page. |
class |
SignIn2
Simple example of a sign in page. |
Uses of MarkupContainer in org.apache.wicket.examples.authentication3 |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.authentication3 | |
---|---|
class |
AdminPage
A page only accessible by a user in the ADMIN role. |
class |
MySignInPage
Simple example of a sign in page. |
Uses of MarkupContainer in org.apache.wicket.examples.authorization.pages |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.authorization.pages | |
---|---|
class |
AdminAnnotationsBookmarkablePage
Bookmarkable page that may only be accessed by users that have role ADMIN. |
class |
AdminAnnotationsInternalPage
Non-bookmarkable page that may only be accessed by users that have role ADMIN. |
class |
AdminBookmarkablePage
Bookmarkable page that may only be accessed by users that have role ADMIN. |
class |
AdminInternalPage
Non-bookmarkable page that may only be accessed by users that have role ADMIN. |
class |
AnnotationsPanelsPage
Bookmarkable page that may only be accessed by users that have role ADMIN. |
class |
PanelsPage
Bookmarkable page that may only be accessed by users that have role ADMIN. |
Uses of MarkupContainer in org.apache.wicket.examples.breadcrumb |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.breadcrumb | |
---|---|
class |
FirstPanel
Test bread crumb enabled panel. |
class |
FourthPanel
Test bread crumb enabled panel. |
class |
ResultPanel
Test bread crumb enabled panel. |
class |
SecondPanel
Test bread crumb enabled panel. |
class |
ThirdPanel
Test bread crumb enabled panel. |
Uses of MarkupContainer in org.apache.wicket.examples.captcha |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.captcha | |
---|---|
class |
Captcha
Captcha example page. |
Uses of MarkupContainer in org.apache.wicket.examples.compref |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.compref | |
---|---|
class |
BookmarkablePage
Example page that cannot be bookmarked. |
class |
BookmarkablePageLinkPage
Page with examples on BookmarkablePageLink . |
class |
BorderPage
Page with examples on Border . |
class |
ButtonPage
Page with examples on Button . |
class |
CheckBoxMultipleChoicePage
Page with examples on CheckBoxMultipleChoice . |
class |
CheckBoxPage
Page with examples on TextArea . |
class |
CheckBoxSelectorPage
An example page for CheckBoxSelector |
class |
CheckGroupPage
CheckGroup and Check components example page |
class |
CheckGroupPage2
CheckGroup and Check components example page |
class |
DropDownChoicePage
Page with examples on DropDownChoice . |
class |
ExternalLinkPage
Page with examples on ExternalLink . |
class |
FormPage
Page with examples on Form . |
class |
FragmentPage
Page with examples on Fragment . |
class |
IncludePage
Page with examples on MultiLineLabel . |
class |
Index
Home page of the component reference example. |
class |
LabelPage
Page with examples on Label . |
class |
LinkPage
Page with examples on Link . |
class |
ListChoicePage
Page with examples on ListChoice . |
class |
ListMultipleChoicePage
Page with examples on ListMultipleChoice . |
class |
MultiLineLabelPage
Page with examples on MultiLineLabel . |
class |
NonBookmarkablePage
Example page that cannot be bookmarked. |
class |
PalettePage
Palette component example |
class |
PanelPage
Page with examples on Panel . |
class |
RadioChoicePage
Page with examples on ListChoice . |
class |
RadioGroupPage
RadioGroup and Radio components example page |
class |
RadioGroupPage2
RadioGroup and Radio components example page |
class |
RecursivePanel
This example list knows how to display sublists. |
class |
SelectPage
Page with examples on Select . |
class |
SubmitLinkPage
Page with examples on Form . |
class |
TabbedPanelPage
Reference page for TabbedPanel wicket-extensions component |
protected class |
TabbedPanelPage.CssSwitchingLink
|
class |
TextAreaPage
Page with examples on TextArea . |
class |
TextFieldPage
Page with examples on TextField . |
class |
XmlPage
Look ma, you can use plain XML too with Wicket. |
Uses of MarkupContainer in org.apache.wicket.examples.customresourceloading |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.customresourceloading | |
---|---|
class |
AlternativePageFromWebContext
The markup for this page is loaded from the web context by a custom IResourceStreamLocator locator set in CustomResourceLoadingApplication . |
class |
PageFromWebContext
The markup for this page is loaded from the web context by a custom IResourceStreamLocator locator set in CustomResourceLoadingApplication . |
class |
PageWithCustomLoading
The markup for this page is loaded by the Page component itself. |
Methods in org.apache.wicket.examples.customresourceloading with parameters of type MarkupContainer | |
---|---|
String |
PageWithCustomLoading.getCacheKey(MarkupContainer container,
Class<?> containerClass)
Prevent the markup from ever be cached. |
IResourceStream |
PageWithCustomLoading.getMarkupResourceStream(MarkupContainer container,
Class<?> containerClass)
This implementation loads from a custom name/ location. |
Uses of MarkupContainer in org.apache.wicket.examples.dates |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.dates | |
---|---|
class |
DatesPage
Demonstrates components from the wicket-date project and a bunch of locale fiddling. |
Uses of MarkupContainer in org.apache.wicket.examples.echo |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.echo | |
---|---|
class |
Echo
The simplest form application possible. |
Uses of MarkupContainer in org.apache.wicket.examples.events |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.events | |
---|---|
class |
DecoupledAjaxUpdatePage
|
class |
IndexPage
|
Uses of MarkupContainer in org.apache.wicket.examples.forminput |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.forminput | |
---|---|
class |
FormInput
Example for form input. |
class |
Multiply
Displays how a FormComponentPanel can be used. |
Uses of MarkupContainer in org.apache.wicket.examples.frames |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.frames | |
---|---|
class |
BodyFrame
Body frame page for the frames example. |
class |
Home
Home page for the frames example. |
class |
LeftFrame
The left frame. |
class |
Page1
Test page for the right frame. |
class |
Page2
Test page for the right frame. |
class |
TopFrame
Top frame for navigation. |
Uses of MarkupContainer in org.apache.wicket.examples.guestbook |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.guestbook | |
---|---|
class |
GuestBook
A simple "guest book" example that allows visitors to the page to add a comment and see the comments others have added. |
Uses of MarkupContainer in org.apache.wicket.examples.hangman |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.hangman | |
---|---|
class |
Guess
The main guess page for the hangman application. |
class |
HangmanPage
Session for hangman game. |
class |
Lose
Page that handles the loser failing to guess the word. |
class |
Win
Page called when the user has correctly guessed the word. |
Uses of MarkupContainer in org.apache.wicket.examples.hellobrowser |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.hellobrowser | |
---|---|
class |
HelloBrowser
Client snooping page. |
Uses of MarkupContainer in org.apache.wicket.examples.helloworld |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.helloworld | |
---|---|
class |
HelloWorld
Everybody's favorite example! |
Uses of MarkupContainer in org.apache.wicket.examples.homepage |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.homepage | |
---|---|
class |
HomePage
|
Uses of MarkupContainer in org.apache.wicket.examples.library |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.library | |
---|---|
class |
EditBook
A page that contains a form that allows editing of books. |
static class |
EditBook.EditBookForm
Form that edits a book |
Uses of MarkupContainer in org.apache.wicket.examples.linkomatic |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.linkomatic | |
---|---|
class |
BookDetails
A book details page. |
class |
Popup
Trivial popup page. |
Uses of MarkupContainer in org.apache.wicket.examples.navomatic |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.navomatic | |
---|---|
class |
NavomaticBorder
Border component. |
class |
Page3
Trivial page. |
Uses of MarkupContainer in org.apache.wicket.examples.niceurl |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.niceurl | |
---|---|
class |
Page2QP
Simple bookmarkable page that displays page parameters which is mounted with another parameter encoder. |
Uses of MarkupContainer in org.apache.wicket.examples.niceurl.mounted |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.niceurl.mounted | |
---|---|
class |
Page4
Simple bookmarkable page. |
class |
Page5
Simple bookmarkable page that displays page parameters. |
Uses of MarkupContainer in org.apache.wicket.examples.repeater |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.repeater | |
---|---|
class |
AjaxDataTablePage
|
class |
DataGridPage
demo page for the datatable component |
class |
DataTablePage
demo page for the datatable component |
class |
ExamplePage
Base class for all pages in the QuickStart application. |
class |
GridViewPage
page for demonstrating the gridview component |
class |
OIRPage
page that demonstrates dataview with ReuseIfModelsEqualStrategy |
class |
PagingPage
Page that demonstrates a paging dataview |
class |
RefreshingPage
page that demonstrates a RefreshingView |
class |
RepeatingPage
page that demonstrates a simple repeater view. |
class |
SimplePage
Page that demonstrates a simple dataview. |
class |
SortingPage
page that demonstrates dataview and sorting |
Uses of MarkupContainer in org.apache.wicket.examples.requestmapper |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.requestmapper | |
---|---|
class |
HttpsPage
This page is just to demonstrate how HttpsMapper works.Since the demo web servers usually are not configured with https support the page itself will be never rendered. |
class |
LocalizedPage
|
class |
RequestMapperHomePage
|
Uses of MarkupContainer in org.apache.wicket.examples.requestmapper.packageMount |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.requestmapper.packageMount | |
---|---|
class |
PackageMountedPage
|
Uses of MarkupContainer in org.apache.wicket.examples.source |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.source | |
---|---|
class |
SourcesPage
Displays the resources in a packages directory in a browsable format. |
class |
SourcesPage.CodePanel
Container for displaying the source of the selected page, resource or other element from the package. |
class |
SourcesPage.FilesBrowser
Displays the resources embedded in a package in a list. |
Uses of MarkupContainer in org.apache.wicket.examples.spring.annot.web |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.spring.annot.web | |
---|---|
class |
AnnotPage
|
Uses of MarkupContainer in org.apache.wicket.examples.spring.common.web |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.spring.common.web | |
---|---|
class |
ContactsDisplayPage
Base class for the contact display page. |
Uses of MarkupContainer in org.apache.wicket.examples.stateless |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.stateless | |
---|---|
class |
StatefulPage
Another page of the stateless example. |
class |
StatelessPage
Another page of the stateless example. |
class |
StatelessPage1
Another page of the stateless example. |
class |
StatelessPage2
Another page of the stateless example. |
class |
StatelessPage3
Another page of the stateless example. |
Uses of MarkupContainer in org.apache.wicket.examples.stockquote |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.stockquote | |
---|---|
class |
StockQuotePage
Stock quote webservice custom component example. |
Uses of MarkupContainer in org.apache.wicket.examples.template |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.template | |
---|---|
class |
Banner
Base class for banners. |
class |
Banner1<T>
A banner. |
class |
Banner2<T>
A banner. |
Uses of MarkupContainer in org.apache.wicket.examples.template.border |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.template.border | |
---|---|
class |
TemplateBorder
Border that holds layout elements that can be reused by pages. |
Uses of MarkupContainer in org.apache.wicket.examples.template.pageinheritance |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.template.pageinheritance | |
---|---|
class |
Panel1
Concrete, extending panel. |
class |
TemplatePage
Base page that serves as a template for pages that inherit from it. |
class |
TemplatePanel
Base panel to be extended. |
Uses of MarkupContainer in org.apache.wicket.examples.tree |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.tree | |
---|---|
class |
FooPanel
|
class |
NestedTreePage
|
class |
TableTreePage
|
class |
TreePage
|
Uses of MarkupContainer in org.apache.wicket.examples.unicodeconverter |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.unicodeconverter | |
---|---|
class |
UnicodeConverter
Converts between unescaped and escaped unicode and shows a custom model. |
Uses of MarkupContainer in org.apache.wicket.examples.upload |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.upload | |
---|---|
class |
MultiUploadPage
Upload example. |
class |
UploadPage
Upload example. |
Uses of MarkupContainer in org.apache.wicket.examples.velocity |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.velocity | |
---|---|
class |
DynamicPage
Template example page. |
Uses of MarkupContainer in org.apache.wicket.examples.wizard |
---|
Subclasses of MarkupContainer in org.apache.wicket.examples.wizard | |
---|---|
class |
NewUserWizard
This wizard shows some basic form use. |
class |
StaticWizard
This is kind of the hello world example for wizards. |
class |
StaticWizardWithPanels
This is kind of the hello world example for wizards. |
class |
WizardPage
Page for displaying a wizard. |
Uses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html | |
---|---|
class |
AjaxEditableChoiceLabel<T>
An inplace editor much like AjaxEditableLabel , but instead of a TextField a
DropDownChoice is displayed. |
class |
AjaxEditableLabel<T>
An implementation of ajaxified edit-in-place component using a TextField as it's editor. |
class |
AjaxEditableMultiLineLabel<T>
An inplace editor much like AjaxEditableLabel , but now with support for multi line
content and a text area as its editor. |
class |
AjaxLazyLoadPanel
A panel where you can lazy load another panel. |
class |
IndicatingAjaxButton
A variant of the AjaxButton that displays a busy indicator while the ajax request is in
progress. |
class |
IndicatingAjaxFallbackLink<T>
A variant of the AjaxFallbackLink that displays a busy indicator while the ajax request
is in progress. |
class |
IndicatingAjaxLink<T>
A variant of the AjaxLink that displays a busy indicator while the ajax request is in
progress. |
Methods in org.apache.wicket.extensions.ajax.markup.html with parameters of type MarkupContainer | |
---|---|
static void |
AjaxLazyLoadPanelTester.executeAjaxLazyLoadPanel(BaseWicketTester wt,
MarkupContainer container)
Searches the MarkupContainer , looking for and triggering AjaxLazyLoadPanel s
to fetch their contents. |
protected FormComponent<T> |
AjaxEditableMultiLineLabel.newEditor(MarkupContainer parent,
String componentId,
IModel<T> model)
Create a new form component instance to serve as editor. |
protected FormComponent<T> |
AjaxEditableLabel.newEditor(MarkupContainer parent,
String componentId,
IModel<T> model)
Create a new form component instance to serve as editor. |
protected FormComponent<T> |
AjaxEditableChoiceLabel.newEditor(MarkupContainer parent,
String componentId,
IModel<T> model)
Create a new form component instance to serve as editor. |
protected MultiLineLabel |
AjaxEditableMultiLineLabel.newLabel(MarkupContainer parent,
String componentId,
IModel<T> model)
Create a new form component instance to serve as label. |
protected Component |
AjaxEditableLabel.newLabel(MarkupContainer parent,
String componentId,
IModel<T> model)
Create a new form component instance to serve as label. |
protected WebComponent |
AjaxEditableChoiceLabel.newLabel(MarkupContainer parent,
String componentId,
IModel<T> model)
Create a new form component instance to serve as label. |
Uses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.autocomplete |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.autocomplete | |
---|---|
class |
AutoCompleteTextField<T>
An implementation of a textfield with the autoassist ajax behavior AutoCompleteBehavior . |
class |
DefaultCssAutoCompleteTextField<T>
An AutoCompleteTextField which automatically includes the default CSS for the
suggestions. |
Uses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.form.upload |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.form.upload | |
---|---|
class |
UploadProgressBar
A panel to show the progress of an HTTP upload. |
Uses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.modal |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.modal | |
---|---|
class |
ModalWindow
Modal window component. |
Uses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort | |
---|---|
class |
AjaxFallbackOrderByBorder
Ajaxified version of OrderByBorder |
class |
AjaxFallbackOrderByLink
Ajaxified OrderByLink |
Uses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table | |
---|---|
class |
AjaxFallbackDefaultDataTable<T>
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable . |
class |
AjaxFallbackHeadersToolbar
Ajaxified HeadersToolbar |
class |
AjaxNavigationToolbar
Toolbar that displays (Ajax) links used to navigate the pages of the datatable as well as a message about which rows are being displayed and their total number in the data table. |
Uses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.tabs |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.ajax.markup.html.tabs | |
---|---|
class |
AjaxTabbedPanel
Ajaxified version of the tabbed panel. |
Uses of MarkupContainer in org.apache.wicket.extensions.breadcrumb |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.breadcrumb | |
---|---|
class |
BreadCrumbBar
A component that renders bread crumbs. |
protected class |
BreadCrumbBar.BreadCrumbsListView
List view for rendering the bread crumbs. |
class |
BreadCrumbLink
A link that when clicked will set the the active bread crumb
participant to the one that is returned by BreadCrumbLink.getParticipant(String) . |
Uses of MarkupContainer in org.apache.wicket.extensions.breadcrumb.panel |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.breadcrumb.panel | |
---|---|
class |
BreadCrumbPanel
A panel that participates with a bread crumb model . |
class |
BreadCrumbPanelLink
Bread crumb link specifically for bread crumb panels . |
Uses of MarkupContainer in org.apache.wicket.extensions.captcha.kittens |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.captcha.kittens | |
---|---|
class |
KittenCaptchaPanel
A unique and fun-to-use captcha technique I developed at Thoof. |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.form.palette |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.form.palette | |
---|---|
class |
Palette<T>
Palette is a component that allows the user to easily select and order multiple items by moving them from one select box into another. |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.form.palette.component |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.form.palette.component | |
---|---|
class |
AbstractOptions<T>
Generates html option elements based on iterator specified by getOptionsIterator() and IChoiceRender specified by the palette |
class |
Choices<T>
select box containing all available choices of the palette |
class |
Recorder<T>
Component to keep track of selections on the html side. |
class |
Selection<T>
select box containg selected choices of the palette |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.form.select |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.form.select | |
---|---|
class |
Select<T>
Component that represents a <select> box. |
class |
SelectOption<T>
Component representing a single <option> html element
TODO Post 1.2: General: Example |
class |
SelectOptions<T>
Component that makes it easy to produce a list of SelectOption components Example markup: |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.data.grid |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.data.grid | |
---|---|
class |
AbstractDataGridView<T>
Acts as a base for data-grid views. |
class |
DataGridView<T>
Simple concrete implementation of AbstractDataGridView |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.data.sort |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.data.sort | |
---|---|
class |
OrderByBorder
A component that wraps markup with an OrderByLink. |
class |
OrderByLink
A component that represents a sort header. |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.data.table |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.data.table | |
---|---|
class |
AbstractToolbar
A base class for data table toolbars |
class |
DataTable<T>
A data table builds on data grid view to introduce toolbars. |
class |
DefaultDataTable<T>
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable . |
class |
HeadersToolbar
Toolbars that displays column headers. |
class |
NavigationToolbar
Toolbar that displays links used to navigate the pages of the datatable as well as a message about which rows are being displayed and their total number in the data table. |
class |
NoRecordsToolbar
A toolbar that displays a "no records found" message when the data table contains no rows. |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.data.table.filter |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.data.table.filter | |
---|---|
class |
AbstractFilter
Base class for filters that provides some useful functionality |
class |
ChoiceFilter<T>
Filter that can be represented by a drop down list of choices |
class |
FilterForm<T>
A form with filter-related special functionality for its form components. |
class |
FilterToolbar
Toolbar that creates a form to hold form components used to filter data in the data table. |
class |
GoAndClearFilter
Filter component that generates a 'go' and 'clear' buttons. |
class |
GoFilter
Filter component that generates a 'go' button that when pressed submits the filter form |
class |
NoFilter
Component used to represent a filter component when no filter is provided. |
class |
TextFilter<T>
Filter that can be represented by a text field |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.tree |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.tree | |
---|---|
class |
DefaultNestedTree<T>
An implementation of the NestedTree that aims to solve the 90% usecase by using Folder s
on a standard NestedTree . |
class |
DefaultTableTree<T>
An implementation of the TableTree that aims to solve the 90% usecase by using Folder s
and by adding navigation, headers and no-records-found toolbars to a standard TableTree . |
class |
NestedTree<T>
A tree with nested markup. |
class |
Node<T>
Representation of a single node in the tree. |
class |
TableTree<T>
A tree with tabular markup. |
Methods in org.apache.wicket.extensions.markup.html.repeater.tree that return MarkupContainer | |
---|---|
protected MarkupContainer |
Node.createJunctionComponent(String id)
The junction component expands and collapses this node. |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.tree.content |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.tree.content | |
---|---|
class |
CheckedFolder<T>
This class adds a CheckBox to a Folder . |
class |
CheckFolder<T>
This class adds a Check to a Folder . |
class |
Folder<T>
A typical folder representation of nodes in a tree. |
class |
StyledLinkLabel<T>
A styled link with a label. |
Methods in org.apache.wicket.extensions.markup.html.repeater.tree.content that return MarkupContainer | |
---|---|
protected MarkupContainer |
StyledLinkLabel.newLinkComponent(String id,
IModel<T> model)
Hook method to create a new link component. |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.tree.nested |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.repeater.tree.nested | |
---|---|
class |
BranchItem<T>
A branch is a container for a single node and its children inside a Subtree . |
class |
Subtree<T>
A subtree handles all children of a single node (or the root nodes if a null node
was given to the constructor). |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.tabs |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.tabs | |
---|---|
class |
TabbedPanel
TabbedPanel component represets a panel with tabs that are used to switch between different content panels inside the TabbedPanel panel. |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.tree |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.tree | |
---|---|
class |
AbstractTree
Deprecated. |
class |
BaseTree
Deprecated. |
class |
DefaultAbstractTree
Deprecated. |
class |
LabelIconPanel
Simple panel that contains an icon next to a label. |
class |
LabelTree
Deprecated. |
class |
LinkIconPanel
Simple panel that contains a link with icon and a link with a label. |
class |
LinkTree
Deprecated. |
class |
Tree
Deprecated. |
Methods in org.apache.wicket.extensions.markup.html.tree that return MarkupContainer | |
---|---|
protected MarkupContainer |
DefaultAbstractTree.newJunctionImage(MarkupContainer parent,
String id,
TreeNode node)
Deprecated. Creates an image placed on junction link. |
protected MarkupContainer |
DefaultAbstractTree.newLink(MarkupContainer parent,
String id,
DefaultAbstractTree.ILinkCallback callback)
Deprecated. Creates a link of type specified by current linkType. |
MarkupContainer |
BaseTree.newLink(String id,
BaseTree.ILinkCallback callback)
Deprecated. Creates a link of type specified by current linkType. |
protected MarkupContainer |
DefaultAbstractTree.newNodeLink(MarkupContainer parent,
String id,
TreeNode node)
Deprecated. Creates a link that can be used to select / deselect the specified node. |
MarkupContainer |
AbstractTree.setModel(IModel<? extends TreeModel> model)
Deprecated. |
MarkupContainer |
AbstractTree.setModelObject(TreeModel model)
Deprecated. |
Methods in org.apache.wicket.extensions.markup.html.tree with parameters of type MarkupContainer | |
---|---|
protected Component |
DefaultAbstractTree.newIndentation(MarkupContainer parent,
String id,
TreeNode node,
int level)
Deprecated. Creates the indentation element. |
protected MarkupContainer |
DefaultAbstractTree.newJunctionImage(MarkupContainer parent,
String id,
TreeNode node)
Deprecated. Creates an image placed on junction link. |
protected Component |
BaseTree.newJunctionLink(MarkupContainer parent,
String id,
Object node)
Deprecated. Creates the junction link for given node. |
protected Component |
DefaultAbstractTree.newJunctionLink(MarkupContainer parent,
String id,
String imageId,
TreeNode node)
Deprecated. Creates the junction link for given node. |
protected MarkupContainer |
DefaultAbstractTree.newLink(MarkupContainer parent,
String id,
DefaultAbstractTree.ILinkCallback callback)
Deprecated. Creates a link of type specified by current linkType. |
protected Component |
DefaultAbstractTree.newNodeIcon(MarkupContainer parent,
String id,
TreeNode node)
Deprecated. Creates the icon for current node. |
protected MarkupContainer |
DefaultAbstractTree.newNodeLink(MarkupContainer parent,
String id,
TreeNode node)
Deprecated. Creates a link that can be used to select / deselect the specified node. |
Uses of MarkupContainer in org.apache.wicket.extensions.markup.html.tree.table |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.markup.html.tree.table | |
---|---|
class |
AbstractColumnsView
Common functionality for column views |
class |
TreeTable
Deprecated. |
Methods in org.apache.wicket.extensions.markup.html.tree.table with parameters of type MarkupContainer | |
---|---|
Component |
PropertyTreeColumn.newCell(MarkupContainer parent,
String id,
TreeNode node,
int level)
|
Component |
PropertyRenderableColumn.newCell(MarkupContainer parent,
String id,
TreeNode node,
int level)
|
Component |
IColumn.newCell(MarkupContainer parent,
String id,
TreeNode node,
int level)
This method is used to populate the cell for given node in case when IColumn.newCell(TreeNode, int) returned null. |
Component |
IColumn.newHeader(MarkupContainer parent,
String id)
Creates the header element for this column. |
Component |
AbstractColumn.newHeader(MarkupContainer parent,
String id)
|
static Component |
TreeTable.newTreeCell(MarkupContainer parent,
String id,
TreeNode node,
int level,
TreeTable.IRenderNodeCallback callback,
TreeTable table)
Deprecated. Creates a tree cell for given node. |
protected Component |
TreeTable.newTreePanel(MarkupContainer parent,
String id,
TreeNode node,
int level,
TreeTable.IRenderNodeCallback renderNodeCallback)
Deprecated. Creates a new instance of the TreeFragment. |
Uses of MarkupContainer in org.apache.wicket.extensions.rating |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.rating | |
---|---|
class |
RatingPanel
Rating component that generates a number of stars where a user can click on to rate something. |
Uses of MarkupContainer in org.apache.wicket.extensions.wizard |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.wizard | |
---|---|
class |
CancelButton
Models a cancel button in the wizard. |
class |
FinishButton
Models a cancel button in the wizard. |
class |
LastButton
Models a 'last' button in the wizard. |
class |
NextButton
Models a next button in the wizard. |
class |
PreviousButton
Models a previous button in the wizard. |
class |
StaticContentStep
A wizard step that displays the provided static content without expecting any input. |
class |
Wizard
A wizard is a dialog component that takes users through a number of steps to complete a task. |
class |
WizardButton
Base class for buttons that work with the wizard component . |
class |
WizardButtonBar
The default bar of button components for wizards. |
class |
WizardStep
default implementation of IWizardStep . |
Uses of MarkupContainer in org.apache.wicket.extensions.wizard.dynamic |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.wizard.dynamic | |
---|---|
class |
DynamicWizardStep
Default implementation of a dynamic wizard step . |
Uses of MarkupContainer in org.apache.wicket.extensions.yui.calendar |
---|
Subclasses of MarkupContainer in org.apache.wicket.extensions.yui.calendar | |
---|---|
class |
DateField
Works on a Date object. |
class |
DateTimeField
Works on a Date object. |
class |
TimeField
Works on a Date object. |
Uses of MarkupContainer in org.apache.wicket.feedback |
---|
Constructors in org.apache.wicket.feedback with parameters of type MarkupContainer | |
---|---|
ContainerFeedbackMessageFilter(MarkupContainer container)
Constructor |
Uses of MarkupContainer in org.apache.wicket.markup |
---|
Methods in org.apache.wicket.markup with parameters of type MarkupContainer | |
---|---|
protected boolean |
MarkupFactory.checkMarkupType(MarkupContainer container)
Without a markup type we can not search for a file and we can not construct the cacheKey. |
String |
IMarkupCacheKeyProvider.getCacheKey(MarkupContainer container,
Class<?> containerClass)
Provide the markup cache key for the associated Markup resource stream. |
String |
DefaultMarkupCacheKeyProvider.getCacheKey(MarkupContainer container,
Class<?> clazz)
Construct a proper key value for the cache |
Class<?> |
MarkupFactory.getContainerClass(MarkupContainer container,
Class<?> clazz)
Gets and checks the container class |
Markup |
MarkupFactory.getMarkup(MarkupContainer container,
boolean enforceReload)
Get the markup associated with the container. |
Markup |
MarkupFactory.getMarkup(MarkupContainer container,
Class<?> clazz,
boolean enforceReload)
Get the markup associated with the container. |
Markup |
MarkupCache.getMarkup(MarkupContainer container,
Class<?> clazz,
boolean enforceReload)
|
Markup |
IMarkupCache.getMarkup(MarkupContainer container,
Class<?> clazz,
boolean enforceReload)
Gets any (immutable) markup resource for the container or any of its parent classes (markup inheritance) |
IMarkupCacheKeyProvider |
MarkupCache.getMarkupCacheKeyProvider(MarkupContainer container)
Get the markup cache key provider to be used |
protected Markup |
MarkupCache.getMarkupFromCache(String cacheKey,
MarkupContainer container)
Wicket's default implementation just uses the cacheKey to retrieve the markup from the cache. |
MarkupResourceStream |
MarkupFactory.getMarkupResourceStream(MarkupContainer container,
Class<?> clazz)
Create a new markup resource stream for the container and optionally the Class. |
IResourceStream |
IMarkupResourceStreamProvider.getMarkupResourceStream(MarkupContainer container,
Class<?> containerClass)
Create a new markup resource stream for the container. |
IResourceStream |
DefaultMarkupResourceStreamProvider.getMarkupResourceStream(MarkupContainer container,
Class<?> containerClass)
Create a new markup resource stream for the container. |
protected IMarkupResourceStreamProvider |
MarkupFactory.getMarkupResourceStreamProvider(MarkupContainer container)
Get the markup resource stream provider registered with the factory. |
Markup |
MarkupFactory.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
boolean enforceReload)
Loads markup from a resource stream. |
protected Markup |
MarkupCache.onMarkupNotFound(String cacheKey,
MarkupContainer container,
Markup markup)
Will be called if the markup was not in the cache yet and could not be found either. |
protected Markup |
MarkupCache.putIntoCache(String locationString,
MarkupContainer container,
Markup markup)
Put the markup into the cache if cacheKey is not null and the cache does not yet contain the cacheKey. |
Constructors in org.apache.wicket.markup with parameters of type MarkupContainer | |
---|---|
ContainerInfo(MarkupContainer container)
Construct. |
Uses of MarkupContainer in org.apache.wicket.markup.head.filter |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.head.filter | |
---|---|
class |
HeaderResponseContainer
A container that renders the content that was bucketed into a certain bucket by FilteringHeaderResponse . |
Uses of MarkupContainer in org.apache.wicket.markup.html |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html | |
---|---|
class |
GenericWebPage<T>
A WebPage with typesafe getters and setters for the model and its underlying object |
class |
HeaderPartContainer
For each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer which has been added to the Page. |
class |
TransparentWebMarkupContainer
A simple "transparent" markup container. |
class |
WebMarkupContainer
A container of HTML markup and components. |
class |
WebPage
Base class for HTML pages. |
Methods in org.apache.wicket.markup.html with parameters of type MarkupContainer | |
---|---|
static boolean |
MarkupUtil.isMarkupHtml5Compliant(MarkupContainer container)
|
Component |
TransparentWebMarkupContainer.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
HeaderPartContainer.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
The tag must be resolved against the panel and not against the page |
Constructors in org.apache.wicket.markup.html with parameters of type MarkupContainer | |
---|---|
HeaderPartContainer(String id,
MarkupContainer container,
IMarkupFragment markup)
|
Uses of MarkupContainer in org.apache.wicket.markup.html.basic |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.basic | |
---|---|
class |
EnclosureContainer
<wicket:enclosure> is nice and prevents that users have to add boilerplate to
their application. |
Uses of MarkupContainer in org.apache.wicket.markup.html.border |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.border | |
---|---|
class |
Body
This is a simple Container component which can be used to build Border like components. |
class |
Border
A border component has associated markup which is drawn and determines placement of markup and/or components nested within the border component. |
class |
Border.BorderBodyContainer
The container to be associated with the <wicket:body> tag |
class |
BorderPanel
Whereas a Panel replaces the body markup with the associated markup file, a BorderPanel assumes a that Body component renders the body markup including any number of Wicket Components. |
class |
BoxBorder
A very simple border component that draws a thin black line around its children. |
Methods in org.apache.wicket.markup.html.border with parameters of type MarkupContainer | |
---|---|
Component |
Border.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Try to resolve a component. |
Constructors in org.apache.wicket.markup.html.border with parameters of type MarkupContainer | |
---|---|
Body(String id,
IModel<?> model,
MarkupContainer markupProvider)
Construct. |
|
Body(String id,
MarkupContainer markupProvider)
Construct. |
Uses of MarkupContainer in org.apache.wicket.markup.html.debug |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.debug | |
---|---|
class |
PageView
This is a simple Wicket component that displays all components of a Page in a table representation. |
Uses of MarkupContainer in org.apache.wicket.markup.html.form |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.form | |
---|---|
class |
AbstractCheckSelector
Base class for all Javascript-based "select-all" checkboxes. |
class |
AbstractChoice<T,E>
Abstract base class for all choice (html select) options. |
class |
AbstractSingleSelectChoice<T>
Abstract base class for single-select choices. |
class |
AbstractSubmitLink
Abstract class for links that are capable of submitting a form. |
class |
AbstractTextComponent<T>
Abstract base class for TextArea and TextField. |
protected static class |
AutoLabelResolver.AutoLabel
Component that is attached to the <label> tag and takes care of writing out the label
text as well as setting classes on the <label> tag |
class |
Button
A form button. |
class |
Check<T>
Component representing a single checkbox choice in a org.apache.wicket.markup.html.form.CheckGroup. |
class |
CheckBox
HTML checkbox input component. |
class |
CheckBoxMultipleChoice<T>
A choice subclass that shows choices via checkboxes. |
class |
CheckboxMultipleChoiceSelector
A Javascript-based "Select All" checkbox component that works with CheckBoxMultipleChoice
. |
class |
CheckBoxSelector
A Javascript-based "Select All" checkbox component that works with a loose collection of CheckBox components. |
class |
CheckGroup<T>
Component used to connect instances of Check components into a group. |
class |
CheckGroupSelector
Selects and deselects all Check components under the same CheckGroup as itself. |
class |
DropDownChoice<T>
A choice implemented as a dropdown menu/list. |
class |
EmailTextField
A TextField for HTML5 <input> with type email. |
class |
Form<T>
Container for FormComponent s (such as CheckBox es, ListChoice s or
TextField s). |
class |
FormComponent<T>
An HTML form component knows how to validate itself. |
class |
FormComponentLabel
A component that represents HTML <label> tag. |
class |
FormComponentPanel<T>
Panel (has it's own markup, defined between |
class |
HiddenField<T>
TextField doesn't permit the html so this is a simple subclass to allow this A HiddenField is useful when you have a javascript based component that updates the form state. |
class |
ImageButton
<input type="image"> component - like Button only with an image. |
class |
LabeledWebMarkupContainer
Default implementation of ILabelProvider . |
class |
ListChoice<T>
Essentially a drop down choice that doesn't drop down. |
class |
ListMultipleChoice<T>
A multiple choice list component. |
class |
NumberTextField<N extends Number & Comparable<N>>
A TextField for HTML5 <input> with type number. |
class |
PasswordTextField
A password text field component. |
class |
Radio<T>
Component representing a single radio choice in a org.apache.wicket.markup.html.form.RadioGroup. |
class |
RadioChoice<T>
A choice subclass that shows choices in radio style. |
class |
RadioGroup<T>
Component used to connect instances of Radio components into a group. |
class |
RangeTextField<N extends Number & Comparable<N>>
A TextField for HTML5 <input> with type range. |
class |
RequiredTextField<T>
A text field which automatically adds a Required. |
class |
SimpleFormComponentLabel
A form component label that replaces its body with the contents of LabeledWebMarkupContainer.getLabel() |
class |
StatelessForm<T>
This StatelessForm is the same as a normal form but with the statelesshint default to true. |
class |
SubmitLink
A link which can be used exactly like a Button to submit a Form. |
class |
TextArea<T>
Multi-row text editing component. |
class |
TextField<T>
A simple text field. |
class |
UrlTextField
A TextField for HTML5 <input> with type url. |
Methods in org.apache.wicket.markup.html.form with parameters of type MarkupContainer | |
---|---|
Component |
AutoLabelTextResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
AutoLabelResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Uses of MarkupContainer in org.apache.wicket.markup.html.form.upload |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.form.upload | |
---|---|
class |
FileUploadField
Form component that corresponds to a <input type="file">. |
class |
MultiFileUploadField
Form component that allows the user to select multiple files to upload via a single <input type="file"/> field. |
Uses of MarkupContainer in org.apache.wicket.markup.html.form.validation |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.form.validation | |
---|---|
class |
FormComponentFeedbackBorder
A border that can be placed around a form component to indicate when the bordered child/children has a validation error. |
class |
FormComponentFeedbackIndicator
A panel that hides or shows itself depending on whether there are feedback messages for a given message filter. |
Uses of MarkupContainer in org.apache.wicket.markup.html.internal |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.internal | |
---|---|
class |
Enclosure
An Enclosure are automatically created by Wicket. |
class |
HtmlHeaderContainer
The HtmlHeaderContainer is automatically created and added to the component hierarchy by a HtmlHeaderResolver instance. |
class |
InlineEnclosure
An InlineEnclosure are automatically created by Wicket. |
Methods in org.apache.wicket.markup.html.internal that return MarkupContainer | |
---|---|
protected MarkupContainer |
Enclosure.getEnclosureParent()
Get the real parent container |
Methods in org.apache.wicket.markup.html.internal with parameters of type MarkupContainer | |
---|---|
Component |
Enclosure.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Uses of MarkupContainer in org.apache.wicket.markup.html.link |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.link | |
---|---|
class |
AbstractLink
Base class that that contains functionality for rendering disabled links. |
class |
BookmarkablePageLink<T>
Renders a stable link which can be cached in a web browser and used at a later time. |
class |
ClientSideImageMap
A client-side image map implementation which allows you to "attach" the map to any existing Image component. |
class |
DownloadLink
A link that streams a file to the client. |
class |
ExternalLink
A simple anchor link (<a href="http://url">) pointing to any URL. |
class |
InlineFrame
Implementation of an inline frame component. |
class |
Link<T>
Implementation of a hyperlink component. |
class |
PopupCloseLink<T>
Closes a popup window and cleans up any related session page map for the popup. |
static class |
PopupCloseLink.ClosePopupPage
ClosePopupPage closes the popup window. |
class |
ResourceLink<T>
A link to any ResourceReference. |
class |
StatelessLink<T>
This link is stateless that means that the url to this link could generate a new page before the link onClick is called. |
Uses of MarkupContainer in org.apache.wicket.markup.html.list |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.list | |
---|---|
class |
AbstractItem
A very simple Item. |
class |
ListItem<T>
Container that holds components in a ListView. |
class |
ListView<T>
A ListView is a repeater that makes it easy to display/work with List s. |
class |
Loop
A very simple loop component whose model is an Integer defining the number of iterations the loop should render. |
class |
LoopItem
A very simple Item. |
class |
OddEvenListItem<T>
ListItem that adds class="odd" or class="even" html attribute depending
on its index. |
class |
PageableListView<T>
PageableListView is similar to ListView but provides in addition pageable views. |
class |
PropertyListView<T>
Simple ListVew subclass that wraps its item models in a CompoundPropertyModel . |
Uses of MarkupContainer in org.apache.wicket.markup.html.navigation.paging |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.navigation.paging | |
---|---|
class |
PagingNavigation
A navigation for a PageableListView that holds links to other pages of the PageableListView. |
class |
PagingNavigationIncrementLink<T>
An incremental link to a page of a PageableListView. |
class |
PagingNavigationLink<T>
A link to a page of a PageableListView. |
class |
PagingNavigator
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView. |
Uses of MarkupContainer in org.apache.wicket.markup.html.pages |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.pages | |
---|---|
class |
AbstractErrorPage
A parent page for all pages that are used to show an error to the user. |
class |
AccessDeniedPage
Page expired error page. |
class |
BrowserInfoForm
Form for posting JavaScript properties. |
class |
BrowserInfoPage
This page uses a form post right after the page has loaded in the browser, using JavaScript or alternative means to detect and pass on settings to the embedded form. |
class |
ExceptionErrorPage
Shows a runtime exception on a nice HTML page. |
class |
InternalErrorPage
Internal error display page. |
class |
PageExpiredErrorPage
Page expired error page. |
class |
RedirectPage
Page that let the browser redirect. |
Uses of MarkupContainer in org.apache.wicket.markup.html.panel |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.html.panel | |
---|---|
class |
ComponentFeedbackPanel
Convenience feedback panel that filters the feedback messages based on the component given in the constructor. |
class |
EmptyPanel
Panel that does absolutely nothing and that can be used to display an empty block. |
class |
FeedbackPanel
A panel that displays FeedbackMessage s in a list view. |
class |
Fragment
Usually you either have a markup file or a xml tag with wicket:id="myComponent" to associate markup with a component. |
class |
GenericPanel<T>
A Panel with typesafe getters and setters for the model and its underlying object |
class |
Panel
A panel is a reusable component that holds markup and other components. |
Methods in org.apache.wicket.markup.html.panel that return MarkupContainer | |
---|---|
protected MarkupContainer |
FragmentMarkupSourcingStrategy.getMarkupProvider(Component component)
Returns markup provider associated with this fragment |
Methods in org.apache.wicket.markup.html.panel with parameters of type MarkupContainer | |
---|---|
protected IMarkupFragment |
Fragment.chooseMarkup(MarkupContainer provider)
Get the markup stream which shall be used to search for the fragment |
IMarkupFragment |
AssociatedMarkupSourcingStrategy.findMarkupInAssociatedFileHeader(MarkupContainer container,
Component child)
Search the child's markup in the header section of the markup |
IMarkupFragment |
IMarkupSourcingStrategy.getMarkup(MarkupContainer container,
Component child)
Will replace the respective component's method. |
IMarkupFragment |
FragmentMarkupSourcingStrategy.getMarkup(MarkupContainer container,
Component child)
Search for the child's markup in the fragment markup. |
IMarkupFragment |
DefaultMarkupSourcingStrategy.getMarkup(MarkupContainer container,
Component child)
Get the markup for the child component, which is assumed to be a child of 'container'. |
IMarkupFragment |
BorderMarkupSourcingStrategy.getMarkup(MarkupContainer container,
Component child)
Return null and thus use Border.getMarkup(child) to provide the Markup |
IMarkupFragment |
AssociatedMarkupSourcingStrategy.getMarkup(MarkupContainer parent,
Component child)
Search for the child's markup in the associated markup file. |
abstract IMarkupFragment |
AbstractMarkupSourcingStrategy.getMarkup(MarkupContainer container,
Component child)
|
protected IMarkupFragment |
AbstractMarkupSourcingStrategy.searchMarkupInTransparentResolvers(MarkupContainer container,
Component child)
If the child has not been directly added to the container, but via a TransparentWebMarkupContainer, then we are in trouble. |
Constructors in org.apache.wicket.markup.html.panel with parameters of type MarkupContainer | |
---|---|
Fragment(String id,
String markupId,
MarkupContainer markupProvider)
Constructor. |
|
Fragment(String id,
String markupId,
MarkupContainer markupProvider,
IModel<?> model)
Constructor. |
|
FragmentMarkupSourcingStrategy(String markupId,
MarkupContainer markupProvider)
Constructor. |
Uses of MarkupContainer in org.apache.wicket.markup.loader |
---|
Methods in org.apache.wicket.markup.loader with parameters of type MarkupContainer | |
---|---|
Markup |
SimpleMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Uses MarkupFactory.newMarkupParser(MarkupResourceStream) and
AbstractMarkupParser.parse() to load the Markup. |
Markup |
InheritedMarkupMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Load the markup from the resource stream with the base MarkupLoader provided, than check if markup inheritance must be applied. |
Markup |
IMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Loads markup from a resource stream. |
Markup |
DefaultMarkupLoader.loadMarkup(MarkupContainer container,
MarkupResourceStream markupResourceStream,
IMarkupLoader baseLoader,
boolean enforceReload)
Uses SimpleMarkupLoader to load the resource(s), read it and check if markup
inheritance applies. |
Uses of MarkupContainer in org.apache.wicket.markup.parser.filter |
---|
Methods in org.apache.wicket.markup.parser.filter with parameters of type MarkupContainer | |
---|---|
Component |
WicketMessageTagHandler.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
WicketLinkTagHandler.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
RelativePathPrefixHandler.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
InlineEnclosureHandler.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
EnclosureHandler.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Uses of MarkupContainer in org.apache.wicket.markup.repeater |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.repeater | |
---|---|
class |
AbstractPageableView<T>
An abstract repeater view that provides paging functionality to its subclasses. |
class |
AbstractRepeater
Base class for repeaters. |
class |
Item<T>
Container that holds components in a RefreshingView. |
class |
OddEvenItem<T>
Item that sets class="even" or class="odd" attributes based on its index |
class |
RefreshingView<T>
An abstract repeater view that provides refreshing functionality to its subclasses. |
class |
RepeatingView
A repeater view that renders all of its children, using its body markup, in the order they were added. |
Uses of MarkupContainer in org.apache.wicket.markup.repeater.data |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.repeater.data | |
---|---|
class |
DataView<T>
DataView is a basic implementation of AbstractPageableView . |
class |
DataViewBase<T>
Base class for data views. |
class |
GridView<T>
A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size. |
Uses of MarkupContainer in org.apache.wicket.markup.resolver |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.resolver | |
---|---|
static class |
AutoLinkResolver.AutolinkBookmarkablePageLink<T>
Autolink components delegate component resolution to their parent components. |
Methods in org.apache.wicket.markup.resolver that return MarkupContainer | |
---|---|
MarkupContainer |
AutoLinkResolver.PathInfo.getContainer()
Gets container. |
Methods in org.apache.wicket.markup.resolver with parameters of type MarkupContainer | |
---|---|
Component |
WicketMessageResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
WicketContainerResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
MarkupInheritanceResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
IComponentResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Try to resolve a component. |
Component |
HtmlHeaderResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
FragmentResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
AutoLinkResolver.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
Component |
AutoLinkResolver.AutolinkBookmarkablePageLink.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
|
static Component |
ComponentResolvers.resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag,
ComponentResolvers.ResolverFilter filter)
Attempts to resolve a component using resolvers. |
Constructors in org.apache.wicket.markup.resolver with parameters of type MarkupContainer | |
---|---|
AutoLinkResolver.PathInfo(String reference,
MarkupContainer container,
MarkupStream markupStream)
Construct. |
Uses of MarkupContainer in org.apache.wicket.markup.transformer |
---|
Subclasses of MarkupContainer in org.apache.wicket.markup.transformer | |
---|---|
class |
AbstractOutputTransformerContainer
This abstract container provides the means to post-process the markup generated by its child components (excluding the containers tag) |
class |
NoopOutputTransformerContainer
An implementation of an output transformer which does nothing. |
class |
XsltOutputTransformerContainer
A container which output markup will be processes by a XSLT processor prior to writing the output into the web response. |
Methods in org.apache.wicket.markup.transformer that return MarkupContainer | |
---|---|
MarkupContainer |
AbstractOutputTransformerContainer.setTransformBodyOnly(boolean value)
You can choose whether the body of the tag excluding the tag shall be transformed or including the tag. |
Uses of MarkupContainer in org.apache.wicket.mock |
---|
Subclasses of MarkupContainer in org.apache.wicket.mock | |
---|---|
class |
MockHomePage
Mock Page |
Uses of MarkupContainer in org.apache.wicket.util.tester |
---|
Subclasses of MarkupContainer in org.apache.wicket.util.tester | |
---|---|
static class |
BaseWicketTester.StartComponentInPage
A page that is used as the automatically created page for BaseWicketTester.startComponentInPage(Class) and the other variations. |
class |
DummyHomePage
A dummy home page, as required by WicketTester . |
class |
DummyHomePage.TestLink
TestLink class. |
class |
DummyPanelPage
A dummy Panel Component. |
Methods in org.apache.wicket.util.tester with parameters of type MarkupContainer | |
---|---|
void |
BaseWicketTester.executeAllTimerBehaviors(MarkupContainer page)
Simulates the firing of all ajax timer behaviors on the page |
Uses of MarkupContainer in org.apache.wicket.velocity.markup.html |
---|
Subclasses of MarkupContainer in org.apache.wicket.velocity.markup.html | |
---|---|
class |
VelocityPanel
Panel that displays the result of rendering a Velocity template. |
Methods in org.apache.wicket.velocity.markup.html with parameters of type MarkupContainer | |
---|---|
String |
VelocityPanel.getCacheKey(MarkupContainer container,
Class<?> containerClass)
Provide the markup cache key for the associated Markup resource stream. |
IResourceStream |
VelocityPanel.getMarkupResourceStream(MarkupContainer container,
Class<?> containerClass)
Create a new markup resource stream for the container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |