com.stratelia.webactiv.util.datapaginator
Interface WAItem


public interface WAItem

Version:
Author:
jpouyadou

Method Summary
 String getAnchorByName(String name)
          If the data to be displayed is anchorable, this returns its anchor, otherwise it returns null
 String getFieldByName(String name)
           
 int getFieldCount()
           
 String getFirstField()
           
 String getLastField()
           
 String getNextField()
           
 String getPreviousField()
           
 String getStyle()
          This method returns the style (in the sense of element of a style sheet) used to represent this item.
 void setDataPaginator(WADataPaginator parent)
           
 void toggleFieldState()
           
 

Method Detail

getFieldCount

int getFieldCount()

getFirstField

String getFirstField()

getLastField

String getLastField()

getNextField

String getNextField()

getPreviousField

String getPreviousField()

toggleFieldState

void toggleFieldState()

getFieldByName

String getFieldByName(String name)

getAnchorByName

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


setDataPaginator

void setDataPaginator(WADataPaginator parent)

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'



Copyright © 2016 Silverpeas. All Rights Reserved.