public class MultiViewTabWidget extends AbstractWidget
METADATA_KEY_NO_CONTENT
PARAM_WIDGET_ID
Constructor and Description |
---|
MultiViewTabWidget()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getActiveTabCssClassSuffix()
Returns the suffix of the CSS class for active tabs.
|
String |
getActiveTabId() |
String |
getFirstNonHiddenTabId()
Returns the ID of the first tab not marked as hidden.
|
Set<String> |
getHiddenTabs() |
String |
getInactiveTabCssClassSuffix()
Returns the suffix of the CSS class for inactive tabs.
|
Map<String,String> |
getTabId2Title() |
List<String> |
getTabIds() |
String |
getTile(String outputType)
Get the tile to be used for rendering
|
Object |
handleRequest()
Handle the request and return a result
|
protected void |
initParameters()
abstract method hook that initializes the widget's parameters
|
determineOutputType, getAttribute, getBooleanParameter, getGroupName, getIntParameter, getIntParameter, getLongArrayParameter, getLongParameter, getLongParameter, getParameter, getParameter, getParameterEscaped, getParameterEscaped, getParameters, getRequest, getResponse, getResponseMetadata, getStringArrayParameter, getViewIdentifier, getWidgetId, isSuccess, setAttribute, setGroupName, setParameter, setRequest, setResponse, setResponseMetadata, setSuccess
public String getActiveTabCssClassSuffix()
public String getActiveTabId()
public String getFirstNonHiddenTabId()
public String getInactiveTabCssClassSuffix()
public String getTile(String outputType)
outputType
- the output type (rss, dhtml ...) without any '.'public Object handleRequest()
protected void initParameters()
initParameters
in class AbstractWidget
Copyright © 2019 Communote team. All rights reserved.