Interface NextTag

  • All Superinterfaces:
    EnumHTMLTags, Tag

    public interface NextTag
    extends Tag
    The NextTag interface represents a flow controling tag and is always associated with a ListTag. It removes the first element of the list generated by the ListTag and it is a no-op after it removes the last element from the list.
    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

      • TAG_NAME_NEXT

        static final java.lang.String TAG_NAME_NEXT
        The constant name of the NextTag.
        See Also:
        Constant Field Values
      • ATTR_NAME_LIST_NAME

        static final java.lang.String ATTR_NAME_LIST_NAME
        The constant name of the attribute list.
        See Also:
        Constant Field Values