org.infoglue.deliver.util
Class Slots

java.lang.Object
  extended by org.infoglue.deliver.util.Slots

public class Slots
extends java.lang.Object


Constructor Summary
Slots(int currentSlot, int slotSize, int slotCount, int maxSlots)
           
Slots(java.util.List allElements, int currentSlot, int slotSize, int slotCount)
           
 
Method Summary
 java.lang.Integer getLastSlot()
           
 java.util.List getVisibleElements()
           
 java.util.List getVisibleSlots()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slots

public Slots(java.util.List allElements,
             int currentSlot,
             int slotSize,
             int slotCount)

Slots

public Slots(int currentSlot,
             int slotSize,
             int slotCount,
             int maxSlots)
Method Detail

getVisibleElements

public java.util.List getVisibleElements()

getVisibleSlots

public java.util.List getVisibleSlots()

getLastSlot

public java.lang.Integer getLastSlot()


Copyright © 2005 InfoGlue.org All Rights Reserved.