public interface TableRenderContext
extends com.technia.tvc.core.util.i18n.LocaleProvider
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletContext |
getApplication()
Returns the web application's servlet context.
|
Disposition |
getDisposition()
Returns the disposition.
|
HtmlWriter |
getHtmlWriter()
Returns the
HtmlWriter to use. |
java.util.Locale |
getLocale()
Returns the current locale.
|
com.technia.tvc.structurebrowser.find.QueryManager |
getQueryManager() |
javax.servlet.http.HttpServletRequest |
getRequest()
Returns the current HTTP request.
|
javax.servlet.http.HttpSession |
getSession()
Returns the current HTTP session.
|
TableBean<? extends TableData> |
getTableBean()
Returns the table being rendered.
|
java.lang.String |
getTableBeanName()
Returns the name of the table (the name to which the table is bound in
the user's HTTP session).
|
TableLayout |
getTableLayout()
Returns the layout of the table (standard or optimized).
|
int |
getTableMode()
Returns the current table mode
|
TableRenderToolkit |
getToolkit()
Returns the toolkit.
|
UserAgentDetector |
getUserAgentDetector()
Returns a user agent detector.
|
boolean |
isBuildStructureSource()
Check if the table is the source in build structure.
|
boolean |
isBuildStructureTarget()
Check if the table is the target in build structure.
|
boolean |
isDialogMode() |
boolean |
isDragEnabled() |
boolean |
isDropEnabled() |
boolean |
isEdit()
Check if the table is rendered in edit mode.
|
boolean |
isFinder() |
boolean |
isFinderAnyField() |
boolean |
isFinderOpenOnLoad() |
boolean |
isGroupPageResult()
Checks if the table currently being rendered is a group result page.
|
boolean |
isInlineSearch() |
boolean |
isPortalMode()
Checks if the table is rendered in a channel on a portal page (aka power
view).
|
boolean |
isPrinterFriendly()
Check if the rendering is printer friendly.
|
boolean |
isRearrangeMode() |
boolean |
isSearchInStructureResult()
Check if the table is the result of a search in structure.
|
boolean |
isSearchResult()
Check if the table is a search result.
|
boolean |
isSidePanel() |
javax.servlet.ServletContext getApplication()
Disposition getDisposition()
HtmlWriter getHtmlWriter()
HtmlWriter to use.HtmlWriter to which we will render HTML.java.util.Locale getLocale()
getLocale in interface com.technia.tvc.core.util.i18n.LocaleProvidercom.technia.tvc.structurebrowser.find.QueryManager getQueryManager()
javax.servlet.http.HttpServletRequest getRequest()
javax.servlet.http.HttpSession getSession()
TableBean<? extends TableData> getTableBean()
java.lang.String getTableBeanName()
TableLayout getTableLayout()
int getTableMode()
ModeUtilsTableRenderToolkit getToolkit()
UserAgentDetector getUserAgentDetector()
boolean isBuildStructureSource()
boolean isBuildStructureTarget()
boolean isInlineSearch()
boolean isEdit()
boolean isGroupPageResult()
boolean isPortalMode()
boolean isPrinterFriendly()
boolean isSearchInStructureResult()
boolean isSearchResult()
boolean isSidePanel()
boolean isDialogMode()
boolean isRearrangeMode()
boolean isDragEnabled()
boolean isDropEnabled()
boolean isFinder()
boolean isFinderOpenOnLoad()
boolean isFinderAnyField()
Copyright ? Technia AB. All Rights Reserved.