public class TabbedPanel
extends org.apache.wicket.markup.html.WebMarkupContainer
Modifier and Type | Field and Description |
---|---|
static String |
TAB_PANEL_ID |
Constructor and Description |
---|
TabbedPanel(String id,
TabsPlugin plugin,
List<org.hippoecm.frontend.plugins.standards.tabs.TabsPlugin.Tab> tabs,
org.apache.wicket.MarkupContainer tabsContainer) |
Modifier and Type | Method and Description |
---|---|
IconSize |
getIconType() |
int |
getSelectedTab() |
List<org.hippoecm.frontend.plugins.standards.tabs.TabsPlugin.Tab> |
getTabs() |
protected org.apache.wicket.markup.html.WebMarkupContainer |
getTitleMarkupContainer(int index) |
boolean |
isTransparentResolver() |
protected org.apache.wicket.behavior.IBehavior |
newBehavior(int tabIndex) |
protected org.apache.wicket.markup.html.list.Loop.LoopItem |
newTabContainer(int tabIndex) |
protected void |
onBeforeRender() |
void |
redraw() |
void |
render(PluginRequestTarget target) |
void |
setIconType(IconSize iconType) |
void |
setMaxTitleLength(int maxTitleLength) |
void |
setSelectedTab(int index) |
getMarkupType, getWebPage, getWebRequest
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, iterator, iterator, newMarkupResourceStream, onAfterRenderChildren, onComponentTagBody, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, renderNext, replace, setDefaultModel, setMarkupStream, size, swap, toString, toString, visitChildren, visitChildren
add, addStateChange, afterRender, beforeRender, callOnBeforeRenderIfNotVisible, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, configure, continueToOriginalDestination, debug, detach, detachBehaviors, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findPage, findParent, findParentWithAssociatedMarkup, getAjaxRegionMarkupId, getApplication, getBehaviors, getBehaviors, getBehaviorsRawList, getClassRelativePath, getComponentBorder, getConverter, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessage, getFlag, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdImpl, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalAttach, internalDetach, internalOnAttach, internalOnDetach, internalOnModelChanged, isActionAuthorized, isAncestorOf, isAttached, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, locateMarkupStream, markAttached, markRendering, modelChanged, modelChanging, onAfterRender, onAttach, onBeginRequest, onComponentTag, onConfigure, onDetach, onEndRequest, onInitialize, onModelChanged, onModelChanging, onRemove, prepareForRender, prepareForRender, redirectToInterceptPage, remove, remove, render, render, renderComponent, renderComponent, renderComponentTag, rendered, renderHead, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, setAuto, setComponentBorder, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setFlag, setIgnoreAttributeModifier, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setRedirect, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, warn, wrap
public static final String TAB_PANEL_ID
public TabbedPanel(String id, TabsPlugin plugin, List<org.hippoecm.frontend.plugins.standards.tabs.TabsPlugin.Tab> tabs, org.apache.wicket.MarkupContainer tabsContainer)
protected org.apache.wicket.markup.html.list.Loop.LoopItem newTabContainer(int tabIndex)
protected org.apache.wicket.markup.html.WebMarkupContainer getTitleMarkupContainer(int index)
protected org.apache.wicket.behavior.IBehavior newBehavior(int tabIndex)
public void setMaxTitleLength(int maxTitleLength)
public boolean isTransparentResolver()
isTransparentResolver
in class org.apache.wicket.MarkupContainer
public void redraw()
public void render(PluginRequestTarget target)
protected void onBeforeRender()
onBeforeRender
in class org.apache.wicket.Component
public final List<org.hippoecm.frontend.plugins.standards.tabs.TabsPlugin.Tab> getTabs()
public void setSelectedTab(int index)
public final int getSelectedTab()
public void setIconType(IconSize iconType)
public IconSize getIconType()
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.