public class WLibTab
extends com.github.bordertech.wcomponents.WTab
| Constructor and Description |
|---|
WLibTab(com.github.bordertech.wcomponents.WComponent content,
String tabName,
com.github.bordertech.wcomponents.WTabSet.TabMode mode)
Creates a new tab.
|
WLibTab(com.github.bordertech.wcomponents.WComponent content,
String tabName,
com.github.bordertech.wcomponents.WTabSet.TabMode mode,
char accessKey)
Creates a new tab.
|
WLibTab(com.github.bordertech.wcomponents.WComponent content,
com.github.bordertech.wcomponents.WDecoratedLabel label,
com.github.bordertech.wcomponents.WTabSet.TabMode mode)
Creates a new tab.
|
WLibTab(com.github.bordertech.wcomponents.WComponent content,
com.github.bordertech.wcomponents.WDecoratedLabel label,
com.github.bordertech.wcomponents.WTabSet.TabMode mode,
char accessKey)
Creates a new tab.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isLazy() |
protected boolean |
isRendered() |
protected void |
preparePaintComponent(com.github.bordertech.wcomponents.Request request) |
protected void |
setRendered(Boolean rendered) |
getAccessKey, getComponentModel, getContent, getMode, getOrCreateComponentModel, getTabLabel, handleRequest, isDisabled, isOpen, newComponentModel, setAccessKey, setContent, setDisabled, setMode, setText, toStringgetNamingContextId, isNamingContext, setNamingContextgetChildAt, getChildCount, getChildren, getIndexOfChildaddHtmlClass, addHtmlClass, addNotify, afterPaint, assertAddSupported, beforePaint, createErrorDiagnostic, createErrorDiagnostic, forward, getAccessibleText, getAttribute, getBaseUrl, getDefaultModel, getEnvironment, getHeaders, getHtmlClass, getHtmlClasses, getId, getIdName, getInternalId, getLabel, getName, getParent, getScratchMap, getTabIndex, getTag, getTemplate, getTemplateMarkUp, getToolTip, hasNoComponentModel, hasTabIndex, initialiseComponentModel, invokeLater, invokeLaters, isDebugStructure, isDefaultState, isFlagSet, isHidden, isInitialised, isLocked, isTracking, isTrackingEnabled, isValidate, isVisible, paint, paintComponent, preparePaint, removeAttribute, removeComponentModel, removeHtmlClass, removeHtmlClass, removeNotify, replaceWComponent, reset, serviceRequest, setAccessibleText, setAttribute, setEnvironment, setFlag, setFocussed, setHidden, setHtmlClass, setHtmlClass, setIdName, setInitialised, setLocked, setTag, setToolTip, setTrackingEnabled, setValidate, setVisible, showErrorIndicators, showErrorIndicatorsForComponent, showWarningIndicators, showWarningIndicatorsForComponent, tidyUpUIContext, tidyUpUIContextForTree, validate, validateComponent, writeReplaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddHtmlClass, addHtmlClass, forward, getAccessibleText, getAttribute, getBaseUrl, getEnvironment, getHeaders, getHtmlClass, getHtmlClasses, getId, getIdName, getInternalId, getLabel, getName, getParent, getTabIndex, getTag, getToolTip, hasTabIndex, invokeLater, isDefaultState, isHidden, isInitialised, isLocked, isTracking, isTrackingEnabled, isValidate, isVisible, paint, preparePaint, removeAttribute, removeHtmlClass, removeHtmlClass, reset, serviceRequest, setAccessibleText, setAttribute, setEnvironment, setFocussed, setHtmlClass, setHtmlClass, setIdName, setInitialised, setLocked, setTag, setToolTip, setTrackingEnabled, setValidate, setVisible, showErrorIndicators, showWarningIndicators, tidyUpUIContextForTree, validatepublic WLibTab(com.github.bordertech.wcomponents.WComponent content,
String tabName,
com.github.bordertech.wcomponents.WTabSet.TabMode mode)
content - the tab contenttabName - the tab labelmode - the | tab modepublic WLibTab(com.github.bordertech.wcomponents.WComponent content,
String tabName,
com.github.bordertech.wcomponents.WTabSet.TabMode mode,
char accessKey)
content - the tab contenttabName - the tab labelmode - the | tab mode.accessKey - the access key used to activate this tabpublic WLibTab(com.github.bordertech.wcomponents.WComponent content,
com.github.bordertech.wcomponents.WDecoratedLabel label,
com.github.bordertech.wcomponents.WTabSet.TabMode mode)
content - the tab contentlabel - the tab label, which may contain rich content.mode - the | tab mode.public WLibTab(com.github.bordertech.wcomponents.WComponent content,
com.github.bordertech.wcomponents.WDecoratedLabel label,
com.github.bordertech.wcomponents.WTabSet.TabMode mode,
char accessKey)
content - the tab contentlabel - the tab label, which may contain rich content.mode - the | tab mode.accessKey - the access key used to activate this tabprotected void preparePaintComponent(com.github.bordertech.wcomponents.Request request)
preparePaintComponent in class com.github.bordertech.wcomponents.WTabprotected boolean isRendered()
protected void setRendered(Boolean rendered)
rendered - true if tab is currently renderedprotected boolean isLazy()
Copyright © 2018. All rights reserved.