Interface WAItem


  • public interface WAItem
    Version:
    Author:
    jpouyadou
    • Method Detail

      • getFieldCount

        int getFieldCount()
      • getFirstField

        String getFirstField()
      • getLastField

        String getLastField()
      • getNextField

        String getNextField()
      • getPreviousField

        String getPreviousField()
      • toggleFieldState

        void toggleFieldState()
      • getAnchorByName

        String getAnchorByName​(String name)
        If the data to be displayed is anchorable, this returns its anchor, otherwise it returns null
      • getStyle

        String getStyle()
        This method returns the style (in the sense of element of a style sheet) used to represent this item. It has to be held by the WAItem, because it is the only one to know the meaning of the information it carries, and thus the only one to know what, for example, needs to be emphasized via styles. A null value means 'use default'