java.lang.Object
de.hybris.platform.commons.translator.nodes.AbstractNode
de.hybris.platform.commons.translator.nodes.ListNode

public class ListNode extends AbstractNode
node for list elements (lists as ol, ul in html) instead of using child nodes it uses nodesList
  • Constructor Details

    • ListNode

      public ListNode(String nodeName, String nodeText)
      Parameters:
      nodeName -
      nodeText -
  • Method Details

    • initializeNodesList

      public void initializeNodesList(int numberOfRows)
      initialize node (create nodes list)
      Parameters:
      numberOfRows - number of rows (elements) in list
    • setElement

      public void setElement(AbstractNode row, int x_Position)
      set element (node) at x position in nodesList
      Parameters:
      row -
      x_Position -
    • getElement

      public AbstractNode getElement(int atPosition)
    • getRows

      public int getRows()