Class CalendarComposite.CalDay

java.lang.Object
org.eclipse.nebula.widgets.calendarcombo.CalendarComposite.CalDay
Enclosing class:
CalendarComposite

class CalendarComposite.CalDay
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    CalDay​(int number, java.util.Calendar date, org.eclipse.swt.graphics.Rectangle bounds, boolean disabled)  
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.swt.graphics.Rectangle getBounds()  
    java.util.Calendar getDate()  
    int getNumber()  
    boolean isDisabled()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CalDay

      public CalDay​(int number, java.util.Calendar date, org.eclipse.swt.graphics.Rectangle bounds, boolean disabled)
  • Method Details

    • isDisabled

      public boolean isDisabled()
    • getDate

      public java.util.Calendar getDate()
    • getNumber

      public int getNumber()
    • getBounds

      public org.eclipse.swt.graphics.Rectangle getBounds()