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 Details

  • Constructor Details

    • LiveCopiesTable

      public LiveCopiesTable()
  • Method Details

    • postConstruct

      @PostConstruct public void postConstruct() throws Exception
      Throws:
      Exception
    • getRows

      public List<LiveCopiesRow> getRows()
      Specified by:
      getRows in interface LiveCopyTable
    • getPath

      public String getPath()
      Specified by:
      getPath in interface LiveCopyTable
    • getColumns

      public Map<String,String> getColumns()
      Specified by:
      getColumns in interface LiveCopyTable
    • getTableAttrbs

      public Map<String,String> getTableAttrbs()
      Specified by:
      getTableAttrbs in interface LiveCopyTable
    • tableExist

      public boolean tableExist()
      Specified by:
      tableExist in interface LiveCopyTable
    • hasChildren

      public boolean hasChildren()
      Specified by:
      hasChildren in interface LiveCopyTable
    • columnsSize

      public int columnsSize()
      Specified by:
      columnsSize in interface LiveCopyTable
    • 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.