org.mmbase.bridge.jsp.taglib
Interface ListItemInfo
- All Superinterfaces:
- TagIdentifier
- All Known Implementing Classes:
- AbstractNodeListTag, FieldListTag
- public interface ListItemInfo
- extends TagIdentifier
Basic interface that parent should implement if they provide Lists
currently only the NodeListTag provides a List
size
public int size()
- Returns:
- the size of the list
getIndex
public int getIndex()
- Returns:
- the index of the current item in a list
isChanged
public boolean isChanged()
- Returns:
- a boolean indicating wether the field on which was
sorted is changed.
MMBase 2001