Class DateChooser.Cell

java.lang.Object
org.eclipse.nebula.widgets.datechooser.DateChooser.Cell
Enclosing class:
DateChooser

protected class DateChooser.Cell
extends java.lang.Object
Defines a grid cell. Each cell displays a day or week number.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) int adjacent  
    (package private) java.util.Calendar cal  
    (package private) int index  
    (package private) org.eclipse.swt.widgets.Label label  
    (package private) boolean selected  
    (package private) boolean today  
    (package private) boolean weekend  
  • Constructor Summary

    Constructors 
    Constructor Description
    Cell​(org.eclipse.swt.widgets.Composite parent, int idx)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • Cell

      Cell​(org.eclipse.swt.widgets.Composite parent, int idx)