public class DefaultDateDecorator extends ADateDecoratorWrapper
| Constructor and Description |
|---|
DefaultDateDecorator() |
DefaultDateDecorator(IDateDecorator wrapped) |
| Modifier and Type | Method and Description |
|---|---|
Cell |
getCell(IDateDecoratorClient client,
java.util.Calendar day,
java.util.Calendar currentDate) |
public DefaultDateDecorator()
public DefaultDateDecorator(IDateDecorator wrapped)
public Cell getCell(IDateDecoratorClient client, java.util.Calendar day, java.util.Calendar currentDate)
client - - the object which is using the decoratorday - - the day to rendercurrentDate - - the currentDate to be used as referenceCell object used to render the day