Class LiveCopiesTable
java.lang.Object
com.adobe.cq.msm.ui.models.alllivecopies.LiveCopiesTable
- All Implemented Interfaces:
LiveCopyTable
@Model(adaptables=SlingHttpServletRequest.class,
adapters=LiveCopyTable.class,
resourceType="wcm/msm/gui/components/alllivecopies")
public class LiveCopiesTable
extends Object
implements LiveCopyTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintGet column end index for pagination controls.intGet total column size for pagination controls.intGet column start index for pagination controls.intGet decreased column start index for "Previous Columns" navigation.intGet increased column end index for "Next Columns" navigation.getPath()getRows()booleanbooleanCheck if column pagination is enabled.voidboolean
-
Field Details
-
CT_SITES_29075
- See Also:
-
FT_LC_OVERVIEW_COL_PAGINATION
- See Also:
-
-
Constructor Details
-
LiveCopiesTable
public LiveCopiesTable()
-
-
Method Details
-
postConstruct
- Throws:
Exception
-
getRows
- Specified by:
getRowsin interfaceLiveCopyTable
-
getPath
- Specified by:
getPathin interfaceLiveCopyTable
-
getColumns
- Specified by:
getColumnsin interfaceLiveCopyTable
-
getTableAttrbs
- Specified by:
getTableAttrbsin interfaceLiveCopyTable
-
tableExist
public boolean tableExist()- Specified by:
tableExistin interfaceLiveCopyTable
-
hasChildren
public boolean hasChildren()- Specified by:
hasChildrenin interfaceLiveCopyTable
-
columnsSize
public int columnsSize()- Specified by:
columnsSizein interfaceLiveCopyTable
-
getColumnStartIndex
public int getColumnStartIndex()Get column start index for pagination controls. -
getColumnEndIndex
public int getColumnEndIndex()Get column end index for pagination controls. -
getColumnSize
public int getColumnSize()Get total column size for pagination controls. -
getDecreaseColumnStartIndex
public int getDecreaseColumnStartIndex()Get decreased column start index for "Previous Columns" navigation. -
getIncreaseColumnEndIndex
public int getIncreaseColumnEndIndex()Get increased column end index for "Next Columns" navigation. -
isColumnPaginationEnabled
public boolean isColumnPaginationEnabled()Check if column pagination is enabled.
-