org.wicketstuff.calendarviews
Interface IRenderStrategy


public interface IRenderStrategy


Nested Class Summary
static class IRenderStrategy.RenderStrategyUtility
           
 
Field Summary
static IRenderStrategy EVERY_DAY_OF_EVENT
           
static IRenderStrategy FIRST_AND_FIRST_OF_ROW
           
static IRenderStrategy ONLY_ONCE_PER_EVENT
           
 
Method Summary
 void mapEvent(java.util.Map<org.joda.time.DateMidnight,java.util.List<IEvent>> map, IEvent event, BaseCalendarView calendar)
           
 

Field Detail

ONLY_ONCE_PER_EVENT

static final IRenderStrategy ONLY_ONCE_PER_EVENT

EVERY_DAY_OF_EVENT

static final IRenderStrategy EVERY_DAY_OF_EVENT

FIRST_AND_FIRST_OF_ROW

static final IRenderStrategy FIRST_AND_FIRST_OF_ROW
Method Detail

mapEvent

void mapEvent(java.util.Map<org.joda.time.DateMidnight,java.util.List<IEvent>> map,
              IEvent event,
              BaseCalendarView calendar)


Copyright © 2010. All Rights Reserved.