org.jbpm.console.ng.ht.client.editors.taskslist
public static enum TasksListPresenter.TaskView extends Enum<TasksListPresenter.TaskView>
Modifier and Type | Method and Description |
---|---|
int |
getNrOfDaysToShow() |
static TasksListPresenter.TaskView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TasksListPresenter.TaskView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TasksListPresenter.TaskView DAY
public static final TasksListPresenter.TaskView WEEK
public static final TasksListPresenter.TaskView MONTH
public static final TasksListPresenter.TaskView GRID
public static TasksListPresenter.TaskView[] values()
for (TasksListPresenter.TaskView c : TasksListPresenter.TaskView.values()) System.out.println(c);
public static TasksListPresenter.TaskView valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic int getNrOfDaysToShow()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.