Class ArrayPaneSilverpeasV5
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.AbstractArrayPane
-
- org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayPaneSilverpeasV5
-
- All Implemented Interfaces:
ArrayPane
,SimpleGraphicElement
public class ArrayPaneSilverpeasV5 extends AbstractArrayPane
The default implementation of ArrayPane interface.- Version:
- 1.0
- Author:
- squere
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.web.util.viewgenerator.html.arraypanes.AbstractArrayPane
EXPORT_URL_SERVLET_MAPPING
-
Fields inherited from interface org.silverpeas.core.web.util.viewgenerator.html.arraypanes.ArrayPane
ACTION_PARAMETER_NAME, CACHE_COLUMNS_KEY_SUFFIX, CACHE_LINES_KEY_SUFFIX, COLUMN_PARAMETER_NAME, TARGET_PARAMETER_NAME
-
-
Constructor Summary
Constructors Constructor Description ArrayPaneSilverpeasV5()
Default constructor as this class may be instanciated by method newInstance(), constructor contains no parameter. init methods must be used to initialize properly the instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
print()
Print the array line in an html format.-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.arraypanes.AbstractArrayPane
addArrayColumn, addArrayLine, getCellPadding, getCellSpacing, getColumns, getColumnToSort, getExportDataURL, getExportUrl, getIconsPath, getLines, getName, getNbItems, getRequest, getSession, getSortable, getState, getSummary, getTitle, getUrl, init, init, init, isExportData, isMovableLines, isPaginationOptimized, printSortJavascriptFunction, setColumnToSort, setExportData, setExportDataURL, setLineMoveCallback, setMovableLines, setRoutingAddress, setSortable, setSummary, setTitle, setVisibleLineNumber
-
-
-
-
Method Detail
-
print
public String print()
Description copied from interface:ArrayPane
Print the array line in an html format.- Specified by:
print
in interfaceArrayPane
- Specified by:
print
in interfaceSimpleGraphicElement
- Overrides:
print
in classAbstractArrayPane
- Returns:
- The html code, representing the array pane
-
-