Class WidgetTimeline.Entry

java.lang.Object
com.codename1.surfaces.WidgetTimeline.Entry
Enclosing class:
WidgetTimeline

public static class WidgetTimeline.Entry extends Object
One dated state snapshot within a timeline.
  • Method Details

    • getDate

      public Date getDate()
      Returns the moment this entry becomes the widget's content.
    • getState

      public Map<String,Object> getState()
      Returns the state map interpolated into the layout, never null.