Class TaskColumn

java.lang.Object
org.daypilot.data.TaskColumn

public class TaskColumn extends Object
  • Constructor Details

    • TaskColumn

      public TaskColumn()
    • TaskColumn

      public TaskColumn(String title, int width, String property)
  • Method Details

    • toJSON

      public JSONObject toJSON()
    • fromJSON

      public static TaskColumn fromJSON(JSONObject input)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getProperty

      public String getProperty()
    • setProperty

      public void setProperty(String property)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)